Skip to content
Success

Console Output

Pull request #42379 updated
09:40:12 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 74286cba8c2c14d5360caec44d2da74858e9c707 rather than 8f64a1ec53121ef4a2750307613340b2c2eaafda
Obtained Jenkinsfile from 74286cba8c2c14d5360caec44d2da74858e9c707
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
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42379@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
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
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"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
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
09:40:14 [2022-06-21T09:40:14.545Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
09:40:14 [2022-06-21T09:40:14.548Z] Trying to pass milestone 6
[Pipeline] milestone
09:40:14 [2022-06-21T09:40:14.634Z] Trying to pass milestone 7
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
09:40:14 [2022-06-21T09:40:14.863Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01ed659b657fde397) in /home/ubuntu/workspace/moby_PR-42379
[Pipeline] {
[Pipeline] checkout
09:40:14 [2022-06-21T09:40:14.928Z] The recommended git tool is: git
09:40:14 [2022-06-21T09:40:14.934Z] using credential docker-jenkins-github-credentials
09:40:14 [2022-06-21T09:40:14.947Z] Fetching changes from the remote Git repository
09:40:14 [2022-06-21T09:40:14.951Z] Fetching without tags
09:40:14 [2022-06-21T09:40:14.939Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42379/.git # timeout=10
09:40:14 [2022-06-21T09:40:14.945Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:40:14 [2022-06-21T09:40:14.994Z] Fetching upstream changes from https://github.com/moby/moby.git
09:40:14 [2022-06-21T09:40:14.994Z]  > git --version # timeout=10
09:40:15 [2022-06-21T09:40:15.002Z]  > git --version # 'git version 2.17.1'
09:40:15 [2022-06-21T09:40:15.002Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:15 [2022-06-21T09:40:15.003Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:40:30 [2022-06-21T09:40:30.380Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:40:30 [2022-06-21T09:40:30.379Z]  > git config core.sparsecheckout # timeout=10
09:40:30 [2022-06-21T09:40:30.384Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:40:30 [2022-06-21T09:40:30.948Z] Merge succeeded, producing 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:40:30 [2022-06-21T09:40:30.948Z] Checking out Revision 8f64a1ec53121ef4a2750307613340b2c2eaafda (PR-42379)
09:40:31 [2022-06-21T09:40:31.589Z] Commit message: "Prevent data race in version negotiation"
09:40:31 [2022-06-21T09:40:31.597Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:40:32 [2022-06-21T09:40:32.313Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/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
09:40:30 [2022-06-21T09:40:30.894Z]  > git remote # timeout=10
09:40:30 [2022-06-21T09:40:30.899Z]  > git config --get remote.origin.url # timeout=10
09:40:30 [2022-06-21T09:40:30.909Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:30 [2022-06-21T09:40:30.910Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
09:40:30 [2022-06-21T09:40:30.931Z]  > git rev-parse HEAD^{commit} # timeout=10
09:40:30 [2022-06-21T09:40:30.947Z]  > git config core.sparsecheckout # timeout=10
09:40:30 [2022-06-21T09:40:30.960Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:40:31 [2022-06-21T09:40:31.588Z]  > git rev-list --no-walk 0a60fcf1205b6151e0ac96cb4f33dda9c9581f5b # timeout=10
09:40:34 [2022-06-21T09:40:34.832Z] 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
09:40:35 [2022-06-21T09:40:35.276Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01ed659b657fde397) in /home/ubuntu/workspace/moby_PR-42379
[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
09:40:35 [2022-06-21T09:40:35.288Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f175f8254b92fcdb) in /home/ubuntu/workspace/moby_PR-42379
[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] {
[Pipeline] checkout
09:40:35 [2022-06-21T09:40:35.332Z] The recommended git tool is: git
[Pipeline] checkout
09:40:35 [2022-06-21T09:40:35.350Z] The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
09:40:35 [2022-06-21T09:40:35.373Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
09:40:35 [2022-06-21T09:40:35.381Z] using credential docker-jenkins-github-credentials
09:40:35 [2022-06-21T09:40:35.382Z] Cloning the remote Git repository
09:40:35 [2022-06-21T09:40:35.382Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
09:40:35 [2022-06-21T09:40:35.394Z] Fetching changes from the remote Git repository
09:40:35 [2022-06-21T09:40:35.402Z] Fetching without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
09:40:35 [2022-06-21T09:40:35.579Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 8f64a1ec53121ef4a2750307613340b2c2eaafda
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
09:40:35 [2022-06-21T09:40:35.656Z] Merge succeeded, producing 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:40:35 [2022-06-21T09:40:35.656Z] Checking out Revision 8f64a1ec53121ef4a2750307613340b2c2eaafda (PR-42379)
[Pipeline] }
[Pipeline] }
09:40:35 [2022-06-21T09:40:35.788Z] Commit message: "Prevent data race in version negotiation"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:40:35 [2022-06-21T09:40:35.369Z] Cloning repository https://github.com/moby/moby.git
09:40:35 [2022-06-21T09:40:35.369Z]  > git init /home/ubuntu/workspace/moby_PR-42379 # timeout=10
09:40:35 [2022-06-21T09:40:35.387Z] Fetching upstream changes from https://github.com/moby/moby.git
09:40:35 [2022-06-21T09:40:35.387Z]  > git --version # timeout=10
09:40:35 [2022-06-21T09:40:35.392Z]  > git --version # 'git version 2.17.1'
09:40:35 [2022-06-21T09:40:35.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:35 [2022-06-21T09:40:35.393Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:40:35 [2022-06-21T09:40:35.386Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42379/.git # timeout=10
09:40:35 [2022-06-21T09:40:35.393Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:40:35 [2022-06-21T09:40:35.401Z] Fetching upstream changes from https://github.com/moby/moby.git
09:40:35 [2022-06-21T09:40:35.401Z]  > git --version # timeout=10
09:40:35 [2022-06-21T09:40:35.414Z]  > git --version # 'git version 2.17.1'
09:40:35 [2022-06-21T09:40:35.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:35 [2022-06-21T09:40:35.414Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:40:35 [2022-06-21T09:40:35.578Z]  > git config core.sparsecheckout # timeout=10
09:40:35 [2022-06-21T09:40:35.583Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:40:35 [2022-06-21T09:40:35.629Z]  > git remote # timeout=10
09:40:35 [2022-06-21T09:40:35.635Z]  > git config --get remote.origin.url # timeout=10
09:40:35 [2022-06-21T09:40:35.639Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:35 [2022-06-21T09:40:35.640Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
09:40:35 [2022-06-21T09:40:35.648Z]  > git rev-parse HEAD^{commit} # timeout=10
09:40:35 [2022-06-21T09:40:35.699Z]  > git config core.sparsecheckout # timeout=10
09:40:35 [2022-06-21T09:40:35.704Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:40:36 [2022-06-21T09:40:36.517Z] + docker version
09:40:36 [2022-06-21T09:40:36.517Z] Client: Docker Engine - Community
09:40:36 [2022-06-21T09:40:36.517Z]  Version:           20.10.14
09:40:36 [2022-06-21T09:40:36.517Z]  API version:       1.41
09:40:36 [2022-06-21T09:40:36.517Z]  Go version:        go1.16.15
09:40:36 [2022-06-21T09:40:36.517Z]  Git commit:        a224086
09:40:36 [2022-06-21T09:40:36.517Z]  Built:             Thu Mar 24 01:47:57 2022
09:40:36 [2022-06-21T09:40:36.517Z]  OS/Arch:           linux/amd64
09:40:36 [2022-06-21T09:40:36.517Z]  Context:           default
09:40:36 [2022-06-21T09:40:36.517Z]  Experimental:      true
09:40:36 [2022-06-21T09:40:36.517Z] 
09:40:36 [2022-06-21T09:40:36.517Z] Server: Docker Engine - Community
09:40:36 [2022-06-21T09:40:36.517Z]  Engine:
09:40:36 [2022-06-21T09:40:36.517Z]   Version:          20.10.14
09:40:36 [2022-06-21T09:40:36.517Z]   API version:      1.41 (minimum version 1.12)
09:40:36 [2022-06-21T09:40:36.517Z]   Go version:       go1.16.15
09:40:36 [2022-06-21T09:40:36.517Z]   Git commit:       87a90dc
09:40:36 [2022-06-21T09:40:36.517Z]   Built:            Thu Mar 24 01:45:46 2022
09:40:36 [2022-06-21T09:40:36.517Z]   OS/Arch:          linux/amd64
09:40:36 [2022-06-21T09:40:36.517Z]   Experimental:     true
09:40:36 [2022-06-21T09:40:36.517Z]  containerd:
09:40:36 [2022-06-21T09:40:36.517Z]   Version:          1.5.11
09:40:36 [2022-06-21T09:40:36.517Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
09:40:36 [2022-06-21T09:40:36.517Z]  runc:
09:40:36 [2022-06-21T09:40:36.517Z]   Version:          1.0.3
09:40:36 [2022-06-21T09:40:36.517Z]   GitCommit:        v1.0.3-0-gf46b6ba
09:40:36 [2022-06-21T09:40:36.517Z]  docker-init:
09:40:36 [2022-06-21T09:40:36.517Z]   Version:          0.19.0
09:40:36 [2022-06-21T09:40:36.517Z]   GitCommit:        de40ad0
[Pipeline] sh
09:40:36 [2022-06-21T09:40:36.832Z] + docker info
09:40:37 [2022-06-21T09:40:37.760Z] Client:
09:40:37 [2022-06-21T09:40:37.760Z]  Context:    default
09:40:37 [2022-06-21T09:40:37.760Z]  Debug Mode: false
09:40:37 [2022-06-21T09:40:37.760Z]  Plugins:
09:40:37 [2022-06-21T09:40:37.760Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:40:37 [2022-06-21T09:40:37.760Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
09:40:37 [2022-06-21T09:40:37.760Z]   compose: Docker Compose (Docker Inc., v2.4.1)
09:40:37 [2022-06-21T09:40:37.760Z]   scan: Docker Scan (Docker Inc., v0.17.0)
09:40:37 [2022-06-21T09:40:37.760Z] 
09:40:37 [2022-06-21T09:40:37.760Z] Server:
09:40:37 [2022-06-21T09:40:37.760Z]  Containers: 0
09:40:37 [2022-06-21T09:40:37.760Z]   Running: 0
09:40:37 [2022-06-21T09:40:37.760Z]   Paused: 0
09:40:37 [2022-06-21T09:40:37.760Z]   Stopped: 0
09:40:37 [2022-06-21T09:40:37.760Z]  Images: 3
09:40:37 [2022-06-21T09:40:37.760Z]  Server Version: 20.10.14
09:40:37 [2022-06-21T09:40:37.760Z]  Storage Driver: overlay2
09:40:37 [2022-06-21T09:40:37.760Z]   Backing Filesystem: extfs
09:40:37 [2022-06-21T09:40:37.760Z]   Supports d_type: true
09:40:37 [2022-06-21T09:40:37.760Z]   Native Overlay Diff: true
09:40:37 [2022-06-21T09:40:37.760Z]   userxattr: false
09:40:37 [2022-06-21T09:40:37.760Z]  Logging Driver: json-file
09:40:37 [2022-06-21T09:40:37.760Z]  Cgroup Driver: cgroupfs
09:40:37 [2022-06-21T09:40:37.760Z]  Cgroup Version: 1
09:40:37 [2022-06-21T09:40:37.760Z]  Plugins:
09:40:37 [2022-06-21T09:40:37.760Z]   Volume: local
09:40:37 [2022-06-21T09:40:37.760Z]   Network: bridge host ipvlan macvlan null overlay
09:40:37 [2022-06-21T09:40:37.760Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:40:37 [2022-06-21T09:40:37.760Z]  Swarm: inactive
09:40:37 [2022-06-21T09:40:37.760Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:40:37 [2022-06-21T09:40:37.760Z]  Default Runtime: runc
09:40:37 [2022-06-21T09:40:37.760Z]  Init Binary: docker-init
09:40:37 [2022-06-21T09:40:37.760Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
09:40:37 [2022-06-21T09:40:37.760Z]  runc version: v1.0.3-0-gf46b6ba
09:40:37 [2022-06-21T09:40:37.760Z]  init version: de40ad0
09:40:37 [2022-06-21T09:40:37.760Z]  Security Options:
09:40:37 [2022-06-21T09:40:37.760Z]   apparmor
09:40:37 [2022-06-21T09:40:37.760Z]   seccomp
09:40:37 [2022-06-21T09:40:37.760Z]    Profile: default
09:40:37 [2022-06-21T09:40:37.760Z]  Kernel Version: 5.4.0-1071-aws
09:40:37 [2022-06-21T09:40:37.760Z]  Operating System: Ubuntu 18.04.6 LTS
09:40:37 [2022-06-21T09:40:37.760Z]  OSType: linux
09:40:37 [2022-06-21T09:40:37.760Z]  Architecture: x86_64
09:40:37 [2022-06-21T09:40:37.760Z]  CPUs: 2
09:40:37 [2022-06-21T09:40:37.760Z]  Total Memory: 7.483GiB
09:40:37 [2022-06-21T09:40:37.760Z]  Name: ip-10-100-64-121
09:40:37 [2022-06-21T09:40:37.760Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
09:40:37 [2022-06-21T09:40:37.760Z]  Docker Root Dir: /var/lib/docker
09:40:37 [2022-06-21T09:40:37.760Z]  Debug Mode: false
09:40:37 [2022-06-21T09:40:37.760Z]  Registry: https://index.docker.io/v1/
09:40:37 [2022-06-21T09:40:37.760Z]  Labels:
09:40:37 [2022-06-21T09:40:37.760Z]  Experimental: true
09:40:37 [2022-06-21T09:40:37.760Z]  Insecure Registries:
09:40:37 [2022-06-21T09:40:37.760Z]   127.0.0.0/8
09:40:37 [2022-06-21T09:40:37.760Z]  Live Restore Enabled: true
09:40:37 [2022-06-21T09:40:37.760Z] 
09:40:37 [2022-06-21T09:40:37.760Z] WARNING: No swap limit support
[Pipeline] sh
09:40:38 [2022-06-21T09:40:38.074Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:40:38 [2022-06-21T09:40:38.074Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:40:38 [2022-06-21T09:40:38.074Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42379/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:40:38 [2022-06-21T09:40:38.074Z] + bash /home/ubuntu/workspace/moby_PR-42379/check-config.sh
09:40:38 [2022-06-21T09:40:38.074Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:40:38 [2022-06-21T09:40:38.074Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
09:40:38 [2022-06-21T09:40:38.074Z] 
09:40:38 [2022-06-21T09:40:38.074Z] Generally Necessary:
09:40:38 [2022-06-21T09:40:38.074Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:40:38 [2022-06-21T09:40:38.074Z] - apparmor: enabled and tools installed
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_NAMESPACES: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_NET_NS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_PID_NS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_IPC_NS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_UTS_NS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_CGROUPS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_CGROUP_CPUACCT: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_CGROUP_DEVICE: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_CGROUP_FREEZER: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_CGROUP_SCHED: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_CPUSETS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_MEMCG: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_KEYS: enabled
09:40:38 [2022-06-21T09:40:38.074Z] - CONFIG_VETH: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_BRIDGE: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_NF_NAT: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_POSIX_MQUEUE: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_CGROUP_BPF: enabled
09:40:38 [2022-06-21T09:40:38.330Z] 
09:40:38 [2022-06-21T09:40:38.330Z] Optional Features:
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_USER_NS: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_SECCOMP: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_SECCOMP_FILTER: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_CGROUP_PIDS: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_MEMCG_SWAP: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:40:38 [2022-06-21T09:40:38.330Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_BLK_CGROUP: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_CGROUP_PERF: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_CGROUP_HUGETLB: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_CFS_BANDWIDTH: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_RT_GROUP_SCHED: missing
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_VS: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_VS_NFCT: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_IP_VS_RR: enabled (as module)
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_SECURITY_SELINUX: enabled
09:40:38 [2022-06-21T09:40:38.330Z] - CONFIG_SECURITY_APPARMOR: enabled
09:40:38 [2022-06-21T09:40:38.586Z] - CONFIG_EXT4_FS: enabled
09:40:38 [2022-06-21T09:40:38.586Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:40:38 [2022-06-21T09:40:38.586Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:40:38 [2022-06-21T09:40:38.586Z] - Network Drivers:
09:40:38 [2022-06-21T09:40:38.586Z]   - "overlay":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_VXLAN: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       Optional (for encrypted networks):
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_CRYPTO: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_CRYPTO_AEAD: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_CRYPTO_GCM: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_CRYPTO_GHASH: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_XFRM: enabled
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_XFRM_USER: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]       - CONFIG_INET_ESP: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]   - "ipvlan":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_IPVLAN: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]   - "macvlan":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_MACVLAN: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_DUMMY: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]   - "ftp,tftp client in container":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z] - Storage Drivers:
09:40:38 [2022-06-21T09:40:38.586Z]   - "aufs":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_AUFS_FS: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]   - "btrfs":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:40:38 [2022-06-21T09:40:38.586Z]   - "devicemapper":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_BLK_DEV_DM: enabled
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]   - "overlay":
09:40:38 [2022-06-21T09:40:38.586Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:40:38 [2022-06-21T09:40:38.586Z]   - "zfs":
09:40:38 [2022-06-21T09:40:38.586Z]     - /dev/zfs: present
09:40:38 [2022-06-21T09:40:38.586Z]     - zfs command: missing
09:40:38 [2022-06-21T09:40:38.586Z]     - zpool command: missing
09:40:38 [2022-06-21T09:40:38.586Z] 
09:40:38 [2022-06-21T09:40:38.586Z] Limits:
09:40:38 [2022-06-21T09:40:38.586Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:40:38 [2022-06-21T09:40:38.586Z] 
09:40:38 [2022-06-21T09:40:38.586Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:40:38 [2022-06-21T09:40:38.943Z] + sudo modprobe ip_vs
09:40:38 [2022-06-21T09:40:38.943Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8f64a1ec53121ef4a2750307613340b2c2eaafda .
09:40:39 [2022-06-21T09:40:39.200Z] #1 [internal] load build definition from Dockerfile
09:40:39 [2022-06-21T09:40:39.200Z] #1 sha256:a37c2c583bb6a829be232d9b641b4761c60851312b220620451f242f6b3eff8f
09:40:39 [2022-06-21T09:40:39.200Z] #1 transferring dockerfile: 18.90kB done
09:40:39 [2022-06-21T09:40:39.200Z] #1 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.200Z] 
09:40:39 [2022-06-21T09:40:39.200Z] #2 [internal] load .dockerignore
09:40:39 [2022-06-21T09:40:39.200Z] #2 sha256:1a2fab1fe7b3d298dbfb8132823d4d7daf661549d4e84e6a75f9b5dd8223b8a4
09:40:39 [2022-06-21T09:40:39.200Z] #2 transferring context: 145B done
09:40:39 [2022-06-21T09:40:39.200Z] #2 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.200Z] 
09:40:39 [2022-06-21T09:40:39.200Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
09:40:39 [2022-06-21T09:40:39.200Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
09:40:39 [2022-06-21T09:40:39.456Z] #3 DONE 0.1s
09:40:39 [2022-06-21T09:40:39.456Z] 
09:40:39 [2022-06-21T09:40:39.456Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
09:40:39 [2022-06-21T09:40:39.456Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
09:40:39 [2022-06-21T09:40:39.456Z] #4 CACHED
09:40:39 [2022-06-21T09:40:39.456Z] 
09:40:39 [2022-06-21T09:40:39.456Z] #5 [internal] load .dockerignore
09:40:39 [2022-06-21T09:40:39.456Z] #5 sha256:6e43032d9f6d60e7f425bc1ea7064fb6646dc6c57c56834f4524f6b5be3a23b4
09:40:39 [2022-06-21T09:40:39.456Z] #5 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.456Z] 
09:40:39 [2022-06-21T09:40:39.456Z] #6 [internal] load build definition from Dockerfile
09:40:39 [2022-06-21T09:40:39.456Z] #6 sha256:7c7d646664c877e98acf00dd01a76948bf26d49006c3eec26d86cb7d2d797cf3
09:40:39 [2022-06-21T09:40:39.456Z] #6 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.456Z] 
09:40:39 [2022-06-21T09:40:39.456Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:40:39 [2022-06-21T09:40:39.456Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
09:40:39 [2022-06-21T09:40:39.456Z] #7 DONE 0.1s
09:40:39 [2022-06-21T09:40:39.456Z] 
09:40:39 [2022-06-21T09:40:39.456Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:40:39 [2022-06-21T09:40:39.456Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:40:39 [2022-06-21T09:40:39.712Z] #10 DONE 0.1s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:40:39 [2022-06-21T09:40:39.712Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:40:39 [2022-06-21T09:40:39.712Z] #9 DONE 0.1s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
09:40:39 [2022-06-21T09:40:39.712Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
09:40:39 [2022-06-21T09:40:39.712Z] #8 DONE 0.1s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:40:39 [2022-06-21T09:40:39.712Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:40:39 [2022-06-21T09:40:39.712Z] #73 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:40:39 [2022-06-21T09:40:39.712Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:40:39 [2022-06-21T09:40:39.712Z] #71 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:40:39 [2022-06-21T09:40:39.712Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:40:39 [2022-06-21T09:40:39.712Z] #11 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:40:39 [2022-06-21T09:40:39.712Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
09:40:39 [2022-06-21T09:40:39.712Z] #12 CACHED
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #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
09:40:39 [2022-06-21T09:40:39.712Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
09:40:39 [2022-06-21T09:40:39.712Z] #13 CACHED
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:40:39 [2022-06-21T09:40:39.712Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
09:40:39 [2022-06-21T09:40:39.712Z] #28 DONE 0.0s
09:40:39 [2022-06-21T09:40:39.712Z] 
09:40:39 [2022-06-21T09:40:39.712Z] #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
09:40:39 [2022-06-21T09:40:39.712Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:40:40 [2022-06-21T09:40:40.277Z] #14 ...
09:40:40 [2022-06-21T09:40:40.277Z] 
09:40:40 [2022-06-21T09:40:40.277Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:40:40 [2022-06-21T09:40:40.277Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
09:40:40 [2022-06-21T09:40:40.277Z] #49 DONE 0.5s
09:40:40 [2022-06-21T09:40:40.277Z] 
09:40:40 [2022-06-21T09:40:40.277Z] #24 [internal] load build context
09:40:40 [2022-06-21T09:40:40.277Z] #24 sha256:c7b40f7e66fb6a5ec9633619f620c4e4f60afe67382edf7f6ac94a3a2459cc33
09:40:43 [2022-06-21T09:40:43.575Z] #24 transferring context: 61.16MB 3.0s done
09:40:43 [2022-06-21T09:40:43.575Z] #24 DONE 3.4s
09:40:43 [2022-06-21T09:40:43.575Z] 
09:40:43 [2022-06-21T09:40:43.575Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
09:40:43 [2022-06-21T09:40:43.575Z] #25 sha256:1cfce0824c0aaaa860cb78df24ee78e18b7f2196c6b46951129e6ade6ee99f56
09:40:43 [2022-06-21T09:40:43.575Z] #25 DONE 0.3s
09:40:43 [2022-06-21T09:40:43.575Z] 
09:40:43 [2022-06-21T09:40:43.575Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
09:40:43 [2022-06-21T09:40:43.575Z] #66 sha256:f5ddf7962ff5f5f241d6deb4e660b7aaddea100b098edfc8a718ce18eec03c90
09:40:43 [2022-06-21T09:40:43.575Z] #66 DONE 0.4s
09:40:43 [2022-06-21T09:40:43.575Z] 
09:40:43 [2022-06-21T09:40:43.575Z] #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
09:40:43 [2022-06-21T09:40:43.575Z] #67 sha256:2dae853a59711bbf59e3329888fce4218682611556e6c529ac551cefd64e6eac
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.270 + RM_GOPATH=0
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.271 + TMP_GOPATH=
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.271 + : /build
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.271 + '[' -z '' ']'
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.272 ++ mktemp -d
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.274 + export GOPATH=/tmp/tmp.rrN6YRr5Hq
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.274 + GOPATH=/tmp/tmp.rrN6YRr5Hq
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.274 + RM_GOPATH=1
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.275 + case "$(go env GOARCH)" in
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.275 ++ go env GOARCH
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.295 + export GO_BUILDMODE=-buildmode=pie
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.295 + GO_BUILDMODE=-buildmode=pie
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.295 ++ dirname /install.sh
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.296 + dir=/
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.297 + bin=rootlesskit
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.297 + shift
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.297 + '[' '!' -f //rootlesskit.installer ']'
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.297 + . //rootlesskit.installer
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.297 ++ : 1920341cd41e047834a21007424162a2dc946315
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.298 + install_rootlesskit
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.298 + case "$1" in
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.298 + export CGO_ENABLED=0
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.298 + CGO_ENABLED=0
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.299 + _install_rootlesskit
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.299 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.299 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.300 + for f in rootlesskit rootlesskit-docker-proxy
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.300 + GOBIN=/build
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.300 + GO111MODULE=on
09:40:44 [2022-06-21T09:40:44.942Z] #67 1.303 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
09:40:48 [2022-06-21T09:40:48.211Z] #67 ...
09:40:48 [2022-06-21T09:40:48.211Z] 
09:40:48 [2022-06-21T09:40:48.211Z] #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
09:40:48 [2022-06-21T09:40:48.211Z] #26 sha256:ab7c8b26b0f88b104f0a25837ff658ecf82d2d3d825cd80e5963259c58a0bc1e
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.286 + RM_GOPATH=0
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.286 + TMP_GOPATH=
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.286 + : /build
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.286 + '[' -z '' ']'
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.287 ++ mktemp -d
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.288 + export GOPATH=/tmp/tmp.3zWZZRUOQG
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.288 + GOPATH=/tmp/tmp.3zWZZRUOQG
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.288 + RM_GOPATH=1
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.289 + case "$(go env GOARCH)" in
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.290 ++ go env GOARCH
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.310 + export GO_BUILDMODE=-buildmode=pie
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.310 + GO_BUILDMODE=-buildmode=pie
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.311 ++ dirname /install.sh
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.321 + dir=/
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.321 + bin=dockercli
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.321 + shift
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.321 + '[' '!' -f //dockercli.installer ']'
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.322 + . //dockercli.installer
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.322 ++ : stable
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.322 ++ : 17.06.2-ce
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.322 + install_dockercli
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.322 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.323 Install docker/cli version 17.06.2-ce from stable
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.323 ++ uname -m
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.326 + arch=x86_64
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.326 + '[' x86_64 '!=' x86_64 ']'
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.326 + url=https://download.docker.com/linux/static
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.327 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:40:48 [2022-06-21T09:40:48.211Z] #26 1.327 + tar -xz docker/docker
09:40:48 [2022-06-21T09:40:48.211Z] #26 4.082 + mkdir -p /build
09:40:48 [2022-06-21T09:40:48.211Z] #26 4.084 + mv docker/docker /build/
09:40:48 [2022-06-21T09:40:48.211Z] #26 4.088 + rmdir docker
09:40:48 [2022-06-21T09:40:48.211Z] #26 DONE 4.2s
09:40:48 [2022-06-21T09:40:48.211Z] 
09:40:48 [2022-06-21T09:40:48.211Z] #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
09:40:48 [2022-06-21T09:40:48.211Z] #67 sha256:2dae853a59711bbf59e3329888fce4218682611556e6c529ac551cefd64e6eac
09:40:48 [2022-06-21T09:40:48.211Z] #67 4.334 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
09:40:49 [2022-06-21T09:40:49.589Z] #67 ...
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
09:40:49 [2022-06-21T09:40:49.589Z] #29 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:40:49 [2022-06-21T09:40:49.589Z] #30 sha256:e87d2ddee61ba279aa10646be9967233df4d21d3929bbfd18b922e1651759342
09:40:49 [2022-06-21T09:40:49.589Z] #30 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #31 sha256:d1c78b06b251999f8f94357bcf5eff54e0561e34723ed885459255ca1eb22c18
09:40:49 [2022-06-21T09:40:49.589Z] #31 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:40:49 [2022-06-21T09:40:49.589Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
09:40:49 [2022-06-21T09:40:49.589Z] #33 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:40:49 [2022-06-21T09:40:49.589Z] #62 1.860 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:40:49 [2022-06-21T09:40:49.589Z] #62 1.949 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:40:49 [2022-06-21T09:40:49.589Z] #62 2.165 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:40:49 [2022-06-21T09:40:49.589Z] #62 3.186 Fetched 39.4 kB in 2s (24.5 kB/s)
09:40:49 [2022-06-21T09:40:49.589Z] #62 3.186 Reading package lists...
09:40:49 [2022-06-21T09:40:49.589Z] #62 5.302 Reading package lists...
09:40:49 [2022-06-21T09:40:49.589Z] #62 6.933 Building dependency tree...
09:40:49 [2022-06-21T09:40:49.589Z] #62 7.364 Reading state information...
09:40:49 [2022-06-21T09:40:49.589Z] #62 7.802 The following additional packages will be installed:
09:40:49 [2022-06-21T09:40:49.589Z] #62 7.803   libbtrfs0
09:40:49 [2022-06-21T09:40:49.589Z] #62 7.869 The following NEW packages will be installed:
09:40:49 [2022-06-21T09:40:49.589Z] #62 7.875   libbtrfs-dev libbtrfs0
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.162 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.162 Need to get 460 kB of archives.
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.162 After this operation, 1237 kB of additional disk space will be used.
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.162 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.186 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.612 debconf: delaying package configuration, since apt-utils is not installed
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.742 Fetched 460 kB in 0s (1576 kB/s)
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.843 Selecting previously unselected package libbtrfs0:amd64.
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.843 (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.)
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.888 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 8.916 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 9.150 Selecting previously unselected package libbtrfs-dev:amd64.
09:40:49 [2022-06-21T09:40:49.589Z] #62 9.150 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 9.168 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 9.420 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 9.442 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 9.480 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:40:49 [2022-06-21T09:40:49.589Z] #62 DONE 9.8s
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:40:49 [2022-06-21T09:40:49.589Z] #34 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:40:49 [2022-06-21T09:40:49.589Z] #36 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
09:40:49 [2022-06-21T09:40:49.589Z] #38 CACHED
09:40:49 [2022-06-21T09:40:49.589Z] 
09:40:49 [2022-06-21T09:40:49.589Z] #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
09:40:49 [2022-06-21T09:40:49.589Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:40:49 [2022-06-21T09:40:49.589Z] #40 CACHED
09:40:49 [2022-06-21T09:40:49.846Z] 
09:40:49 [2022-06-21T09:40:49.846Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
09:40:49 [2022-06-21T09:40:49.846Z] #63 sha256:6bb8e01c2d577bf3e862b945c98c1f8d4dea734f1c17f5ae34b6a1d35fa0f4a4
09:40:49 [2022-06-21T09:40:49.846Z] #63 DONE 0.1s
09:40:49 [2022-06-21T09:40:49.846Z] 
09:40:49 [2022-06-21T09:40:49.846Z] #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
09:40:49 [2022-06-21T09:40:49.846Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:40:49 [2022-06-21T09:40:49.846Z] #42 1.812 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:40:49 [2022-06-21T09:40:49.846Z] #42 1.950 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:40:49 [2022-06-21T09:40:49.846Z] #42 2.166 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 3.362 Fetched 39.4 kB in 2s (19.2 kB/s)
09:40:49 [2022-06-21T09:40:49.846Z] #42 3.362 Reading package lists...
09:40:49 [2022-06-21T09:40:49.846Z] #42 5.264 Reading package lists...
09:40:49 [2022-06-21T09:40:49.846Z] #42 6.844 Building dependency tree...
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.130 Reading state information...
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.489 The following additional packages will be installed:
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.503   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.516 Suggested packages:
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.516   cmake-doc ninja-build lrzip
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.516 Recommended packages:
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.516   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.798 The following NEW packages will be installed:
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.806   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:40:49 [2022-06-21T09:40:49.846Z] #42 7.812   vim-common xxd
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.116 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.116 Need to get 17.7 MB of archives.
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.116 After this operation, 70.7 MB of additional disk space will be used.
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.116 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.133 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.133 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.156 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.275 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]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.292 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.292 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.292 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.292 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 8.292 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.073 debconf: delaying package configuration, since apt-utils is not installed
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.218 Fetched 17.7 MB in 1s (29.1 MB/s)
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.318 Selecting previously unselected package xxd.
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.318 (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.)
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.344 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.351 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.509 Selecting previously unselected package vim-common.
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.513 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.528 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.807 Selecting previously unselected package cmake-data.
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.809 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:40:49 [2022-06-21T09:40:49.846Z] #42 9.819 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:40:49 [2022-06-21T09:40:49.846Z] #42 ...
09:40:49 [2022-06-21T09:40:49.846Z] 
09:40:49 [2022-06-21T09:40:49.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
09:40:49 [2022-06-21T09:40:49.846Z] #67 sha256:2dae853a59711bbf59e3329888fce4218682611556e6c529ac551cefd64e6eac
09:40:49 [2022-06-21T09:40:49.846Z] #67 6.362 go: downloading github.com/sirupsen/logrus v1.8.1
09:40:49 [2022-06-21T09:40:49.846Z] #67 6.405 go: downloading github.com/urfave/cli/v2 v2.4.0
09:40:50 [2022-06-21T09:40:50.277Z] Still waiting to schedule task
09:40:50 [2022-06-21T09:40:50.277Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay209:40:50 [2022-06-21T09:40:50.278Z] Still waiting to schedule task
09:40:50 [2022-06-21T09:40:50.278Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
09:40:50 [2022-06-21T09:40:50.283Z] Still waiting to schedule task
09:40:50 [2022-06-21T09:40:50.283Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
09:40:50 [2022-06-21T09:40:50.428Z] #67 6.774 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
09:40:50 [2022-06-21T09:40:50.992Z] #67 7.530 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:40:51 [2022-06-21T09:40:51.030Z] Fetching without tags
09:40:51 [2022-06-21T09:40:51.203Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:40:50 [2022-06-21T09:40:50.978Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:40:50 [2022-06-21T09:40:50.981Z]  > git config --add remote.origin.fetch +refs/pull/42379/head:refs/remotes/origin/PR-42379 # timeout=10
09:40:50 [2022-06-21T09:40:50.989Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:40:51 [2022-06-21T09:40:51.005Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:40:51 [2022-06-21T09:40:51.016Z] Fetching upstream changes from https://github.com/moby/moby.git
09:40:51 [2022-06-21T09:40:51.016Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:51 [2022-06-21T09:40:51.016Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:40:51 [2022-06-21T09:40:51.188Z]  > git config core.sparsecheckout # timeout=10
09:40:51 [2022-06-21T09:40:51.196Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:40:51 [2022-06-21T09:40:51.249Z] #67 7.680 go: downloading github.com/google/uuid v1.3.0
09:40:51 [2022-06-21T09:40:51.249Z] #67 7.784 go: downloading github.com/moby/vpnkit v0.5.0
09:40:51 [2022-06-21T09:40:51.506Z] #67 7.791 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:40:51 [2022-06-21T09:40:51.506Z] #67 7.909 go: downloading github.com/gofrs/flock v0.8.1
09:40:51 [2022-06-21T09:40:51.506Z] #67 7.933 go: downloading github.com/gorilla/mux v1.8.0
09:40:51 [2022-06-21T09:40:51.506Z] #67 7.994 go: downloading github.com/moby/sys/mountinfo v0.6.0
09:40:51 [2022-06-21T09:40:51.506Z] #67 ...
09:40:51 [2022-06-21T09:40:51.506Z] 
09:40:51 [2022-06-21T09:40:51.506Z] #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
09:40:51 [2022-06-21T09:40:51.506Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:40:51 [2022-06-21T09:40:51.506Z] #14 1.805 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:40:51 [2022-06-21T09:40:51.506Z] #14 1.949 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:40:51 [2022-06-21T09:40:51.506Z] #14 2.149 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 3.255 Fetched 39.4 kB in 2s (22.5 kB/s)
09:40:51 [2022-06-21T09:40:51.506Z] #14 3.255 Reading package lists...
09:40:51 [2022-06-21T09:40:51.506Z] #14 5.143 Reading package lists...
09:40:51 [2022-06-21T09:40:51.506Z] #14 6.698 Building dependency tree...
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.127 Reading state information...
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.670 The following additional packages will be installed:
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.671   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.671   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.671   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.672   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.672   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.673   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.673   mingw-w64-common mingw-w64-x86-64-dev
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.675 Suggested packages:
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.677   gcc-10-locales seccomp wine64
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.970 The following NEW packages will be installed:
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
09:40:51 [2022-06-21T09:40:51.506Z] #14 7.975   mingw-w64-x86-64-dev
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.292 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.292 Need to get 115 MB of archives.
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.292 After this operation, 645 MB of additional disk space will be used.
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.292 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.352 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.438 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.438 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.457 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.465 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.632 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.783 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 8.783 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 9.150 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 9.786 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 9.993 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 10.26 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 10.89 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.09 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.09 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.10 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]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.12 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.12 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.22 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.22 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.22 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.52 debconf: delaying package configuration, since apt-utils is not installed
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.61 Fetched 115 MB in 3s (35.4 MB/s)
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.66 Selecting previously unselected package binutils-mingw-w64-i686.
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.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 ... 15718 files and directories currently installed.)
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.68 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
09:40:51 [2022-06-21T09:40:51.506Z] #14 11.68 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:40:51 [2022-06-21T09:40:51.760Z] Merge succeeded, producing 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:40:51 [2022-06-21T09:40:51.760Z] Checking out Revision 8f64a1ec53121ef4a2750307613340b2c2eaafda (PR-42379)
09:40:51 [2022-06-21T09:40:51.763Z] #14 ...
09:40:51 [2022-06-21T09:40:51.763Z] 
09:40:51 [2022-06-21T09:40:51.763Z] #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
09:40:51 [2022-06-21T09:40:51.763Z] #67 sha256:2dae853a59711bbf59e3329888fce4218682611556e6c529ac551cefd64e6eac
09:40:51 [2022-06-21T09:40:51.763Z] #67 8.094 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
09:40:51 [2022-06-21T09:40:51.763Z] #67 8.130 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:40:51 [2022-06-21T09:40:51.763Z] #67 8.178 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
09:40:52 [2022-06-21T09:40:52.326Z] #67 8.751 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:40:52 [2022-06-21T09:40:52.402Z] Commit message: "Prevent data race in version negotiation"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:40:51 [2022-06-21T09:40:51.716Z]  > git remote # timeout=10
09:40:51 [2022-06-21T09:40:51.723Z]  > git config --get remote.origin.url # timeout=10
09:40:51 [2022-06-21T09:40:51.727Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:40:51 [2022-06-21T09:40:51.728Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
09:40:51 [2022-06-21T09:40:51.738Z]  > git rev-parse HEAD^{commit} # timeout=10
09:40:51 [2022-06-21T09:40:51.745Z]  > git config core.sparsecheckout # timeout=10
09:40:51 [2022-06-21T09:40:51.756Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:40:53 [2022-06-21T09:40:53.042Z] + [ PR != PR ]
09:40:53 [2022-06-21T09:40:53.042Z] + [ master != master ]
09:40:53 [2022-06-21T09:40:53.042Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:40:53 [2022-06-21T09:40:53.361Z] + docker version
09:40:53 [2022-06-21T09:40:53.361Z] Client: Docker Engine - Community
09:40:53 [2022-06-21T09:40:53.361Z]  Version:           20.10.14
09:40:53 [2022-06-21T09:40:53.361Z]  API version:       1.41
09:40:53 [2022-06-21T09:40:53.361Z]  Go version:        go1.16.15
09:40:53 [2022-06-21T09:40:53.361Z]  Git commit:        a224086
09:40:53 [2022-06-21T09:40:53.361Z]  Built:             Thu Mar 24 01:47:57 2022
09:40:53 [2022-06-21T09:40:53.361Z]  OS/Arch:           linux/amd64
09:40:53 [2022-06-21T09:40:53.361Z]  Context:           default
09:40:53 [2022-06-21T09:40:53.361Z]  Experimental:      true
09:40:53 [2022-06-21T09:40:53.361Z] 
09:40:53 [2022-06-21T09:40:53.361Z] Server: Docker Engine - Community
09:40:53 [2022-06-21T09:40:53.361Z]  Engine:
09:40:53 [2022-06-21T09:40:53.361Z]   Version:          20.10.14
09:40:53 [2022-06-21T09:40:53.361Z]   API version:      1.41 (minimum version 1.12)
09:40:53 [2022-06-21T09:40:53.361Z]   Go version:       go1.16.15
09:40:53 [2022-06-21T09:40:53.361Z]   Git commit:       87a90dc
09:40:53 [2022-06-21T09:40:53.361Z]   Built:            Thu Mar 24 01:45:46 2022
09:40:53 [2022-06-21T09:40:53.361Z]   OS/Arch:          linux/amd64
09:40:53 [2022-06-21T09:40:53.361Z]   Experimental:     true
09:40:53 [2022-06-21T09:40:53.361Z]  containerd:
09:40:53 [2022-06-21T09:40:53.361Z]   Version:          1.5.11
09:40:53 [2022-06-21T09:40:53.361Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
09:40:53 [2022-06-21T09:40:53.361Z]  runc:
09:40:53 [2022-06-21T09:40:53.361Z]   Version:          1.0.3
09:40:53 [2022-06-21T09:40:53.361Z]   GitCommit:        v1.0.3-0-gf46b6ba
09:40:53 [2022-06-21T09:40:53.361Z]  docker-init:
09:40:53 [2022-06-21T09:40:53.361Z]   Version:          0.19.0
09:40:53 [2022-06-21T09:40:53.361Z]   GitCommit:        de40ad0
[Pipeline] sh
09:40:53 [2022-06-21T09:40:53.643Z] + docker info
09:40:54 [2022-06-21T09:40:54.209Z] Client:
09:40:54 [2022-06-21T09:40:54.209Z]  Context:    default
09:40:54 [2022-06-21T09:40:54.209Z]  Debug Mode: false
09:40:54 [2022-06-21T09:40:54.209Z]  Plugins:
09:40:54 [2022-06-21T09:40:54.209Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:40:54 [2022-06-21T09:40:54.209Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
09:40:54 [2022-06-21T09:40:54.209Z]   compose: Docker Compose (Docker Inc., v2.4.1)
09:40:54 [2022-06-21T09:40:54.209Z]   scan: Docker Scan (Docker Inc., v0.17.0)
09:40:54 [2022-06-21T09:40:54.209Z] 
09:40:54 [2022-06-21T09:40:54.209Z] Server:
09:40:54 [2022-06-21T09:40:54.209Z]  Containers: 0
09:40:54 [2022-06-21T09:40:54.209Z]   Running: 0
09:40:54 [2022-06-21T09:40:54.209Z]   Paused: 0
09:40:54 [2022-06-21T09:40:54.209Z]   Stopped: 0
09:40:54 [2022-06-21T09:40:54.209Z]  Images: 2
09:40:54 [2022-06-21T09:40:54.209Z]  Server Version: 20.10.14
09:40:54 [2022-06-21T09:40:54.209Z]  Storage Driver: overlay2
09:40:54 [2022-06-21T09:40:54.209Z]   Backing Filesystem: extfs
09:40:54 [2022-06-21T09:40:54.209Z]   Supports d_type: true
09:40:54 [2022-06-21T09:40:54.209Z]   Native Overlay Diff: true
09:40:54 [2022-06-21T09:40:54.209Z]   userxattr: false
09:40:54 [2022-06-21T09:40:54.209Z]  Logging Driver: json-file
09:40:54 [2022-06-21T09:40:54.209Z]  Cgroup Driver: cgroupfs
09:40:54 [2022-06-21T09:40:54.209Z]  Cgroup Version: 1
09:40:54 [2022-06-21T09:40:54.209Z]  Plugins:
09:40:54 [2022-06-21T09:40:54.209Z]   Volume: local
09:40:54 [2022-06-21T09:40:54.209Z]   Network: bridge host ipvlan macvlan null overlay
09:40:54 [2022-06-21T09:40:54.209Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:40:54 [2022-06-21T09:40:54.209Z]  Swarm: inactive
09:40:54 [2022-06-21T09:40:54.209Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
09:40:54 [2022-06-21T09:40:54.209Z]  Default Runtime: runc
09:40:54 [2022-06-21T09:40:54.209Z]  Init Binary: docker-init
09:40:54 [2022-06-21T09:40:54.209Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
09:40:54 [2022-06-21T09:40:54.209Z]  runc version: v1.0.3-0-gf46b6ba
09:40:54 [2022-06-21T09:40:54.209Z]  init version: de40ad0
09:40:54 [2022-06-21T09:40:54.209Z]  Security Options:
09:40:54 [2022-06-21T09:40:54.209Z]   apparmor
09:40:54 [2022-06-21T09:40:54.209Z]   seccomp
09:40:54 [2022-06-21T09:40:54.209Z]    Profile: default
09:40:54 [2022-06-21T09:40:54.209Z]  Kernel Version: 5.4.0-1071-aws
09:40:54 [2022-06-21T09:40:54.209Z]  Operating System: Ubuntu 18.04.6 LTS
09:40:54 [2022-06-21T09:40:54.209Z]  OSType: linux
09:40:54 [2022-06-21T09:40:54.209Z]  Architecture: x86_64
09:40:54 [2022-06-21T09:40:54.209Z]  CPUs: 2
09:40:54 [2022-06-21T09:40:54.209Z]  Total Memory: 7.565GiB
09:40:54 [2022-06-21T09:40:54.209Z]  Name: ip-10-100-118-238
09:40:54 [2022-06-21T09:40:54.209Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
09:40:54 [2022-06-21T09:40:54.209Z]  Docker Root Dir: /var/lib/docker
09:40:54 [2022-06-21T09:40:54.209Z]  Debug Mode: false
09:40:54 [2022-06-21T09:40:54.209Z]  Registry: https://index.docker.io/v1/
09:40:54 [2022-06-21T09:40:54.209Z]  Labels:
09:40:54 [2022-06-21T09:40:54.209Z]  Experimental: true
09:40:54 [2022-06-21T09:40:54.209Z]  Insecure Registries:
09:40:54 [2022-06-21T09:40:54.209Z]   127.0.0.0/8
09:40:54 [2022-06-21T09:40:54.209Z]  Live Restore Enabled: true
09:40:54 [2022-06-21T09:40:54.209Z] 
09:40:54 [2022-06-21T09:40:54.209Z] WARNING: No swap limit support
[Pipeline] sh
09:40:54 [2022-06-21T09:40:54.492Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:40:54 [2022-06-21T09:40:54.492Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:40:54 [2022-06-21T09:40:54.492Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42379/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:40:54 [2022-06-21T09:40:54.492Z] + bash /home/ubuntu/workspace/moby_PR-42379/check-config.sh
09:40:54 [2022-06-21T09:40:54.492Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:40:54 [2022-06-21T09:40:54.492Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
09:40:54 [2022-06-21T09:40:54.492Z] 
09:40:54 [2022-06-21T09:40:54.492Z] Generally Necessary:
09:40:54 [2022-06-21T09:40:54.492Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:40:54 [2022-06-21T09:40:54.492Z] - apparmor: enabled and tools installed
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NAMESPACES: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NET_NS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_PID_NS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_IPC_NS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_UTS_NS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CGROUPS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CGROUP_CPUACCT: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CGROUP_DEVICE: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CGROUP_FREEZER: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CGROUP_SCHED: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CPUSETS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_MEMCG: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_KEYS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_VETH: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_BRIDGE: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_NF_NAT: enabled (as module)
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_POSIX_MQUEUE: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_CGROUP_BPF: enabled
09:40:54 [2022-06-21T09:40:54.492Z] 
09:40:54 [2022-06-21T09:40:54.492Z] Optional Features:
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_USER_NS: enabled
09:40:54 [2022-06-21T09:40:54.492Z] - CONFIG_SECCOMP: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_SECCOMP_FILTER: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_CGROUP_PIDS: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_MEMCG_SWAP: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:40:54 [2022-06-21T09:40:54.750Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_BLK_CGROUP: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_CGROUP_PERF: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_CGROUP_HUGETLB: enabled
09:40:54 [2022-06-21T09:40:54.750Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_CFS_BANDWIDTH: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_RT_GROUP_SCHED: missing
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_IP_VS: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_IP_VS_NFCT: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_IP_VS_RR: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_SECURITY_SELINUX: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_SECURITY_APPARMOR: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_EXT4_FS: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:40:54 [2022-06-21T09:40:54.751Z] - Network Drivers:
09:40:54 [2022-06-21T09:40:54.751Z]   - "overlay":
09:40:54 [2022-06-21T09:40:54.751Z]     - CONFIG_VXLAN: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       Optional (for encrypted networks):
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_CRYPTO: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_CRYPTO_AEAD: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_CRYPTO_GCM: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_CRYPTO_GHASH: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_XFRM: enabled
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_XFRM_USER: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z]       - CONFIG_INET_ESP: enabled (as module)
09:40:54 [2022-06-21T09:40:54.751Z]   - "ipvlan":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_IPVLAN: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]   - "macvlan":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_MACVLAN: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_DUMMY: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]   - "ftp,tftp client in container":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z] - Storage Drivers:
09:40:55 [2022-06-21T09:40:55.009Z]   - "aufs":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_AUFS_FS: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]   - "btrfs":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:40:55 [2022-06-21T09:40:55.009Z]   - "devicemapper":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_BLK_DEV_DM: enabled
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]   - "overlay":
09:40:55 [2022-06-21T09:40:55.009Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:40:55 [2022-06-21T09:40:55.009Z]   - "zfs":
09:40:55 [2022-06-21T09:40:55.009Z]     - /dev/zfs: present
09:40:55 [2022-06-21T09:40:55.009Z]     - zfs command: missing
09:40:55 [2022-06-21T09:40:55.009Z]     - zpool command: missing
09:40:55 [2022-06-21T09:40:55.009Z] 
09:40:55 [2022-06-21T09:40:55.009Z] Limits:
09:40:55 [2022-06-21T09:40:55.009Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:40:55 [2022-06-21T09:40:55.009Z] 
09:40:55 [2022-06-21T09:40:55.009Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:40:55 [2022-06-21T09:40:55.331Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:8f64a1ec53121ef4a2750307613340b2c2eaafda .
09:40:55 [2022-06-21T09:40:55.331Z] #1 [internal] load build definition from Dockerfile
09:40:55 [2022-06-21T09:40:55.331Z] #1 sha256:a79a3d604d283147107501199878fd3c59e0bc89c4ad014d98eacccae322851b
09:40:55 [2022-06-21T09:40:55.331Z] #1 transferring dockerfile: 18.90kB done
09:40:55 [2022-06-21T09:40:55.331Z] #1 DONE 0.0s
09:40:55 [2022-06-21T09:40:55.331Z] 
09:40:55 [2022-06-21T09:40:55.331Z] #2 [internal] load .dockerignore
09:40:55 [2022-06-21T09:40:55.331Z] #2 sha256:bee22f6b7177d622e99b2e33c0e76c56fa8795529a84742bf14f96a1548b5ba7
09:40:55 [2022-06-21T09:40:55.331Z] #2 transferring context: 145B done
09:40:55 [2022-06-21T09:40:55.331Z] #2 DONE 0.0s
09:40:55 [2022-06-21T09:40:55.331Z] 
09:40:55 [2022-06-21T09:40:55.331Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
09:40:55 [2022-06-21T09:40:55.331Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
09:40:55 [2022-06-21T09:40:55.588Z] #3 DONE 0.2s
09:40:55 [2022-06-21T09:40:55.588Z] 
09:40:55 [2022-06-21T09:40:55.588Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
09:40:55 [2022-06-21T09:40:55.588Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
09:40:55 [2022-06-21T09:40:55.588Z] #4 CACHED
09:40:55 [2022-06-21T09:40:55.847Z] 
09:40:55 [2022-06-21T09:40:55.847Z] #6 [internal] load build definition from Dockerfile
09:40:55 [2022-06-21T09:40:55.847Z] #6 sha256:b549e776551ef36afbf7d9e817018152fd0b0e65e60141cc616faf1c4fb15bd2
09:40:55 [2022-06-21T09:40:55.847Z] #6 DONE 0.0s
09:40:55 [2022-06-21T09:40:55.847Z] 
09:40:55 [2022-06-21T09:40:55.847Z] #5 [internal] load .dockerignore
09:40:55 [2022-06-21T09:40:55.847Z] #5 sha256:b47d291a4087e351af8a7aa5555ac3b3bb10a4d074954c639645de21d62a94be
09:40:55 [2022-06-21T09:40:55.847Z] #5 DONE 0.0s
09:40:55 [2022-06-21T09:40:55.847Z] 
09:40:55 [2022-06-21T09:40:55.847Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:40:55 [2022-06-21T09:40:55.847Z] #8 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
09:40:55 [2022-06-21T09:40:55.847Z] #8 DONE 0.1s
09:40:55 [2022-06-21T09:40:55.847Z] 
09:40:55 [2022-06-21T09:40:55.847Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:40:55 [2022-06-21T09:40:55.847Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:40:55 [2022-06-21T09:40:55.847Z] #10 DONE 0.1s
09:40:55 [2022-06-21T09:40:55.847Z] 
09:40:55 [2022-06-21T09:40:55.847Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:40:55 [2022-06-21T09:40:55.847Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:40:56 [2022-06-21T09:40:56.106Z] #9 DONE 0.1s
09:40:56 [2022-06-21T09:40:56.106Z] 
09:40:56 [2022-06-21T09:40:56.106Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
09:40:56 [2022-06-21T09:40:56.106Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
09:40:56 [2022-06-21T09:40:56.106Z] #7 DONE 0.1s
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:40:56 [2022-06-21T09:40:56.367Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:40:56 [2022-06-21T09:40:56.367Z] #80 DONE 0.0s
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:40:56 [2022-06-21T09:40:56.367Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:40:56 [2022-06-21T09:40:56.367Z] #78 DONE 0.0s
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:40:56 [2022-06-21T09:40:56.367Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:40:56 [2022-06-21T09:40:56.367Z] #11 DONE 0.0s
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:40:56 [2022-06-21T09:40:56.367Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
09:40:56 [2022-06-21T09:40:56.367Z] #12 CACHED
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #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
09:40:56 [2022-06-21T09:40:56.367Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
09:40:56 [2022-06-21T09:40:56.367Z] #13 CACHED
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:40:56 [2022-06-21T09:40:56.367Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
09:40:56 [2022-06-21T09:40:56.367Z] #35 DONE 0.0s
09:40:56 [2022-06-21T09:40:56.367Z] 
09:40:56 [2022-06-21T09:40:56.367Z] #31 [internal] load build context
09:40:56 [2022-06-21T09:40:56.367Z] #31 sha256:5accbb5e103529bfe47884f69267c85f0c787d23936b674009e33c7eb3bfccb2
09:40:56 [2022-06-21T09:40:56.500Z] #67 ...
09:40:56 [2022-06-21T09:40:56.500Z] 
09:40:56 [2022-06-21T09:40:56.500Z] #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
09:40:56 [2022-06-21T09:40:56.500Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:40:56 [2022-06-21T09:40:56.500Z] #42 11.24 Selecting previously unselected package libicu67:amd64.
09:40:56 [2022-06-21T09:40:56.500Z] #42 11.25 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 11.25 Unpacking libicu67:amd64 (67.1-7) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.58 Selecting previously unselected package libxml2:amd64.
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.58 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.59 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.80 Selecting previously unselected package libarchive13:amd64.
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.81 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.82 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.98 Selecting previously unselected package libjsoncpp24:amd64.
09:40:56 [2022-06-21T09:40:56.500Z] #42 13.98 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.00 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.06 Selecting previously unselected package librhash0:amd64.
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.06 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.06 Unpacking librhash0:amd64 (1.4.1-2) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.15 Selecting previously unselected package libuv1:amd64.
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.16 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.16 Unpacking libuv1:amd64 (1.40.0-2) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.26 Selecting previously unselected package cmake.
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.26 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 14.26 Unpacking cmake (3.18.4-2+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 15.92 Setting up libicu67:amd64 (67.1-7) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 15.93 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 15.95 Setting up libuv1:amd64 (1.40.0-2) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 15.97 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.01 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.02 Setting up librhash0:amd64 (1.4.1-2) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.04 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.05 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.07 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.08 Setting up cmake (3.18.4-2+deb11u1) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 16.09 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:40:56 [2022-06-21T09:40:56.500Z] #42 DONE 16.7s
09:40:56 [2022-06-21T09:40:56.500Z] 
09:40:56 [2022-06-21T09:40:56.500Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
09:40:56 [2022-06-21T09:40:56.500Z] #43 sha256:d9d31b391e439c0ef70bac0e8284bd6cf2a2a4f547d37b61025ea0663a1d4c6c
09:40:56 [2022-06-21T09:40:56.500Z] #43 DONE 0.1s
09:40:56 [2022-06-21T09:40:56.500Z] 
09:40:56 [2022-06-21T09:40:56.500Z] #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
09:40:56 [2022-06-21T09:40:56.500Z] #44 sha256:9121958a47ca32e3127e9de38907ff6dcce2462dbf0cb55e95b73f24889d59ec
09:40:56 [2022-06-21T09:40:56.627Z] #31 ...
09:40:56 [2022-06-21T09:40:56.628Z] 
09:40:56 [2022-06-21T09:40:56.628Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:40:56 [2022-06-21T09:40:56.628Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
09:40:56 [2022-06-21T09:40:56.628Z] #56 DONE 0.5s
09:40:56 [2022-06-21T09:40:56.628Z] 
09:40:56 [2022-06-21T09:40:56.628Z] #31 [internal] load build context
09:40:56 [2022-06-21T09:40:56.628Z] #31 sha256:5accbb5e103529bfe47884f69267c85f0c787d23936b674009e33c7eb3bfccb2
09:40:56 [2022-06-21T09:40:56.886Z] #31 ...
09:40:56 [2022-06-21T09:40:56.886Z] 
09:40:56 [2022-06-21T09:40:56.886Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
09:40:56 [2022-06-21T09:40:56.886Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e
09:40:56 [2022-06-21T09:40:56.886Z] #14 DONE 0.8s
09:40:56 [2022-06-21T09:40:56.886Z] 
09:40:56 [2022-06-21T09:40:56.886Z] #31 [internal] load build context
09:40:56 [2022-06-21T09:40:56.886Z] #31 sha256:5accbb5e103529bfe47884f69267c85f0c787d23936b674009e33c7eb3bfccb2
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.794 + RM_GOPATH=0
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.794 + TMP_GOPATH=
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.794 + : /build
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.794 + '[' -z '' ']'
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.794 ++ mktemp -d
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.794 + export GOPATH=/tmp/tmp.sSzNeMyTCf
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.795 + GOPATH=/tmp/tmp.sSzNeMyTCf
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.795 + RM_GOPATH=1
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.795 + case "$(go env GOARCH)" in
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.795 ++ go env GOARCH
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.805 + export GO_BUILDMODE=-buildmode=pie
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.805 + GO_BUILDMODE=-buildmode=pie
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.806 ++ dirname /install.sh
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + dir=/
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + bin=tini
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + shift
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + '[' '!' -f //tini.installer ']'
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + . //tini.installer
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 ++ : v0.19.0
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 Install tini version v0.19.0
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + install_tini
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + echo 'Install tini version v0.19.0'
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.807 + git clone https://github.com/krallin/tini.git /tmp/tmp.sSzNeMyTCf/tini
09:40:57 [2022-06-21T09:40:57.431Z] #44 0.809 Cloning into '/tmp/tmp.sSzNeMyTCf/tini'...
09:40:57 [2022-06-21T09:40:57.687Z] #44 1.204 + cd /tmp/tmp.sSzNeMyTCf/tini
09:40:57 [2022-06-21T09:40:57.944Z] #44 1.205 + git checkout -q v0.19.0
09:40:57 [2022-06-21T09:40:57.944Z] #44 1.227 + cmake .
09:40:57 [2022-06-21T09:40:57.944Z] #44 1.405 -- The C compiler identification is GNU 10.2.1
09:40:57 [2022-06-21T09:40:57.944Z] #44 1.444 -- Detecting C compiler ABI info
09:40:58 [2022-06-21T09:40:58.200Z] #44 1.719 -- Detecting C compiler ABI info - done
09:40:58 [2022-06-21T09:40:58.200Z] #44 1.796 -- Check for working C compiler: /usr/bin/cc - skipped
09:40:58 [2022-06-21T09:40:58.276Z] #31 ...
09:40:58 [2022-06-21T09:40:58.276Z] 
09:40:58 [2022-06-21T09:40:58.276Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
09:40:58 [2022-06-21T09:40:58.276Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915
09:40:58 [2022-06-21T09:40:58.276Z] #15 DONE 1.0s
09:40:58 [2022-06-21T09:40:58.276Z] 
09:40:58 [2022-06-21T09:40:58.276Z] #31 [internal] load build context
09:40:58 [2022-06-21T09:40:58.276Z] #31 sha256:5accbb5e103529bfe47884f69267c85f0c787d23936b674009e33c7eb3bfccb2
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.802 -- Detecting C compile features
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.803 -- Detecting C compile features - done
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.814 -- Performing Test HAS_BUILTIN_FORTIFY
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.898 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.946 -- Configuring done
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.954 -- Generating done
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.958 -- Build files have been written to: /tmp/tmp.sSzNeMyTCf/tini
09:40:58 [2022-06-21T09:40:58.457Z] #44 1.967 + make tini-static
09:40:58 [2022-06-21T09:40:58.714Z] #44 2.081 Scanning dependencies of target tini-static
09:40:58 [2022-06-21T09:40:58.714Z] #44 2.113 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:40:59 [2022-06-21T09:40:59.225Z] #31 ...
09:40:59 [2022-06-21T09:40:59.225Z] 
09:40:59 [2022-06-21T09:40:59.225Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
09:40:59 [2022-06-21T09:40:59.225Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f
09:40:59 [2022-06-21T09:40:59.225Z] #16 DONE 1.1s
09:40:59 [2022-06-21T09:40:59.225Z] 
09:40:59 [2022-06-21T09:40:59.225Z] #31 [internal] load build context
09:40:59 [2022-06-21T09:40:59.225Z] #31 sha256:5accbb5e103529bfe47884f69267c85f0c787d23936b674009e33c7eb3bfccb2
09:40:59 [2022-06-21T09:40:59.284Z] #44 2.572 [100%] Linking C executable tini-static
09:40:59 [2022-06-21T09:40:59.284Z] #44 2.772 [100%] Built target tini-static
09:40:59 [2022-06-21T09:40:59.284Z] #44 2.798 + mkdir -p /build
09:40:59 [2022-06-21T09:40:59.284Z] #44 2.800 + cp tini-static /build/docker-init
09:40:59 [2022-06-21T09:40:59.483Z] #31 transferring context: 61.16MB 3.1s done
09:40:59 [2022-06-21T09:40:59.541Z] #44 DONE 3.0s
09:40:59 [2022-06-21T09:40:59.541Z] 
09:40:59 [2022-06-21T09:40:59.541Z] #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
09:40:59 [2022-06-21T09:40:59.541Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:40:59 [2022-06-21T09:40:59.541Z] #14 12.59 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:40:59 [2022-06-21T09:40:59.541Z] #14 12.60 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 12.61 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.76 Selecting previously unselected package binutils-mingw-w64.
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.76 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.77 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.83 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.84 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.85 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.94 Selecting previously unselected package dmsetup.
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.94 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 13.95 Unpacking dmsetup (2:1.02.175-2.1) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 14.03 Selecting previously unselected package mingw-w64-common.
09:40:59 [2022-06-21T09:40:59.541Z] #14 14.03 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 14.04 Unpacking mingw-w64-common (8.0.0-1) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 16.02 Selecting previously unselected package mingw-w64-x86-64-dev.
09:40:59 [2022-06-21T09:40:59.541Z] #14 16.02 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 16.02 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 18.63 Selecting previously unselected package gcc-mingw-w64-base.
09:40:59 [2022-06-21T09:40:59.541Z] #14 18.64 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 18.65 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 18.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
09:40:59 [2022-06-21T09:40:59.541Z] #14 18.72 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
09:40:59 [2022-06-21T09:40:59.541Z] #14 18.73 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:40:59 [2022-06-21T09:40:59.742Z] #31 DONE 3.4s
09:40:59 [2022-06-21T09:40:59.742Z] 
09:40:59 [2022-06-21T09:40:59.742Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
09:40:59 [2022-06-21T09:40:59.742Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35
09:40:59 [2022-06-21T09:40:59.798Z] #14 ...
09:40:59 [2022-06-21T09:40:59.798Z] 
09:40:59 [2022-06-21T09:40:59.798Z] #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
09:40:59 [2022-06-21T09:40:59.798Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.936 + RM_GOPATH=0
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.937 + TMP_GOPATH=
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.937 + : /build
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.937 + '[' -z '' ']'
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.937 ++ mktemp -d
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.940 + export GOPATH=/tmp/tmp.3XMg3HKvAW
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.940 + GOPATH=/tmp/tmp.3XMg3HKvAW
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.940 + RM_GOPATH=1
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.940 + case "$(go env GOARCH)" in
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.941 ++ go env GOARCH
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.950 + export GO_BUILDMODE=-buildmode=pie
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.950 + GO_BUILDMODE=-buildmode=pie
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.950 ++ dirname /install.sh
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.958 + dir=/
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.958 + bin=containerd
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.958 + shift
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.959 + '[' '!' -f //containerd.installer ']'
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.959 + . //containerd.installer
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.959 ++ set -e
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.961 ++ : v1.6.6
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.961 + install_containerd
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.962 + echo 'Install containerd version v1.6.6'
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.962 Install containerd version v1.6.6
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.962 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3XMg3HKvAW/src/github.com/containerd/containerd
09:40:59 [2022-06-21T09:40:59.798Z] #64 0.968 Cloning into '/tmp/tmp.3XMg3HKvAW/src/github.com/containerd/containerd'...
09:41:00 [2022-06-21T09:41:00.000Z] #17 DONE 0.9s
09:41:00 [2022-06-21T09:41:00.000Z] 
09:41:00 [2022-06-21T09:41:00.000Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
09:41:00 [2022-06-21T09:41:00.000Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d
09:41:00 [2022-06-21T09:41:00.566Z] #18 DONE 0.5s
09:41:00 [2022-06-21T09:41:00.566Z] 
09:41:00 [2022-06-21T09:41:00.566Z] #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
09:41:00 [2022-06-21T09:41:00.566Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a
09:41:00 [2022-06-21T09:41:00.737Z] #64 ...
09:41:00 [2022-06-21T09:41:00.737Z] 
09:41:00 [2022-06-21T09:41:00.737Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:41:00 [2022-06-21T09:41:00.737Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
09:41:00 [2022-06-21T09:41:00.737Z] #46 CACHED
09:41:00 [2022-06-21T09:41:00.737Z] 
09:41:00 [2022-06-21T09:41:00.737Z] #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
09:41:00 [2022-06-21T09:41:00.737Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:41:00 [2022-06-21T09:41:00.737Z] #47 CACHED
09:41:00 [2022-06-21T09:41:00.737Z] 
09:41:00 [2022-06-21T09:41:00.738Z] #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
09:41:00 [2022-06-21T09:41:00.738Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
09:41:00 [2022-06-21T09:41:00.738Z] #50 CACHED
09:41:00 [2022-06-21T09:41:00.738Z] 
09:41:00 [2022-06-21T09:41:00.738Z] #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
09:41:00 [2022-06-21T09:41:00.738Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:41:00 [2022-06-21T09:41:00.738Z] #51 CACHED
09:41:00 [2022-06-21T09:41:00.738Z] 
09:41:00 [2022-06-21T09:41:00.738Z] #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
09:41:00 [2022-06-21T09:41:00.738Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:41:00 [2022-06-21T09:41:00.738Z] #53 CACHED
09:41:00 [2022-06-21T09:41:00.738Z] 
09:41:00 [2022-06-21T09:41:00.738Z] #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
09:41:00 [2022-06-21T09:41:00.738Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:41:00 [2022-06-21T09:41:00.738Z] #55 CACHED
09:41:00 [2022-06-21T09:41:00.738Z] 
09:41:00 [2022-06-21T09:41:00.738Z] #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
09:41:00 [2022-06-21T09:41:00.738Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:41:00 [2022-06-21T09:41:00.738Z] #57 CACHED
09:41:00 [2022-06-21T09:41:00.738Z] 
09:41:00 [2022-06-21T09:41:00.738Z] #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
09:41:00 [2022-06-21T09:41:00.738Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:41:01 [2022-06-21T09:41:01.132Z] #19 0.739 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:41:01 [2022-06-21T09:41:01.132Z] #19 0.750 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:41:01 [2022-06-21T09:41:01.132Z] #19 0.750 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:41:01 [2022-06-21T09:41:01.132Z] #19 0.865 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:41:01 [2022-06-21T09:41:01.390Z] #19 0.962 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
09:41:01 [2022-06-21T09:41:01.649Z] #19 1.058 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
09:41:01 [2022-06-21T09:41:01.649Z] #19 1.166 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
09:41:01 [2022-06-21T09:41:01.649Z] #19 1.270 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
09:41:01 [2022-06-21T09:41:01.649Z] #19 1.386 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:41:01 [2022-06-21T09:41:01.667Z] #64 ...
09:41:01 [2022-06-21T09:41:01.667Z] 
09:41:01 [2022-06-21T09:41:01.667Z] #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
09:41:01 [2022-06-21T09:41:01.667Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:41:01 [2022-06-21T09:41:01.667Z] #14 22.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.494 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.498 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.498 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.498 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.500 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.504 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.556 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.560 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.562 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.563 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.564 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
09:41:01 [2022-06-21T09:41:01.908Z] #19 1.565 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
09:41:01 [2022-06-21T09:41:01.924Z] #14 22.11 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:41:01 [2022-06-21T09:41:01.924Z] #14 22.11 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:41:07 [2022-06-21T09:41:07.176Z] #14 27.46 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
09:41:07 [2022-06-21T09:41:07.176Z] #14 27.46 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:41:07 [2022-06-21T09:41:07.176Z] #14 27.47 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:41:08 [2022-06-21T09:41:08.474Z] #19 7.069 Fetched 49.1 MB in 7s (7440 kB/s)
09:41:08 [2022-06-21T09:41:08.546Z] #14 ...
09:41:08 [2022-06-21T09:41:08.546Z] 
09:41:08 [2022-06-21T09:41:08.546Z] #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
09:41:08 [2022-06-21T09:41:08.546Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:41:08 [2022-06-21T09:41:08.546Z] #64 18.81 + cd /tmp/tmp.3XMg3HKvAW/src/github.com/containerd/containerd
09:41:08 [2022-06-21T09:41:08.546Z] #64 18.81 + git checkout -q v1.6.6
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + export 'BUILDTAGS=netgo osusergo static_build'
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + BUILDTAGS='netgo osusergo static_build'
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + export EXTRA_FLAGS=-buildmode=pie
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + EXTRA_FLAGS=-buildmode=pie
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + '[' '' = dynamic ']'
09:41:09 [2022-06-21T09:41:09.475Z] #64 19.55 + make
09:41:10 [2022-06-21T09:41:10.039Z] #64 20.31 + bin/ctr
09:41:11 [2022-06-21T09:41:11.002Z] #19 7.069 Reading package lists...
09:41:13 [2022-06-21T09:41:13.536Z] #19 10.16 Reading package lists...
09:41:14 [2022-06-21T09:41:14.363Z] #19 13.22 Building dependency tree...
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56 The following additional packages will be installed:
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.56   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   linux-libc-dev-s390x-cross patch xz-utils
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57 Suggested packages:
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   libyaml-shell-perl ed diffutils-doc
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57 Recommended packages:
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   fakeroot build-essential libalgorithm-merge-perl libwww-perl
09:41:14 [2022-06-21T09:41:14.931Z] #19 14.57   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79 The following NEW packages will be installed:
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   crossbuild-essential-armel crossbuild-essential-armhf
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.79   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
09:41:16 [2022-06-21T09:41:16.363Z] #19 15.80   linux-libc-dev-s390x-cross patch xz-utils
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.11 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded.
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.11 Need to get 788 MB of archives.
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.11 After this operation, 3385 MB of additional disk space will be used.
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.12 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]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.21 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.23 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]
09:41:16 [2022-06-21T09:41:16.622Z] #19 16.23 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]
09:41:16 [2022-06-21T09:41:16.626Z] #64 ...
09:41:16 [2022-06-21T09:41:16.626Z] 
09:41:16 [2022-06-21T09:41:16.626Z] #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
09:41:16 [2022-06-21T09:41:16.626Z] #67 sha256:2dae853a59711bbf59e3329888fce4218682611556e6c529ac551cefd64e6eac
09:41:16 [2022-06-21T09:41:16.626Z] #67 27.49 + for f in rootlesskit rootlesskit-docker-proxy
09:41:16 [2022-06-21T09:41:16.626Z] #67 27.49 + GOBIN=/build
09:41:16 [2022-06-21T09:41:16.626Z] #67 27.49 + GO111MODULE=on
09:41:16 [2022-06-21T09:41:16.626Z] #67 27.49 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.53 rootlesskit version 1.0.0
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54 Usage of /build/rootlesskit-docker-proxy:
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54   -container-ip string
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54     	container ip
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54   -container-port int
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54     	container port (default -1)
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54   -host-ip string
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54     	host ip
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54   -host-port int
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54     	host port (default -1)
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54   -proto string
09:41:16 [2022-06-21T09:41:16.626Z] #67 31.54     	proxy protocol (default "tcp")
09:41:16 [2022-06-21T09:41:16.626Z] #67 DONE 32.4s
09:41:16 [2022-06-21T09:41:16.626Z] 
09:41:16 [2022-06-21T09:41:16.626Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
09:41:16 [2022-06-21T09:41:16.626Z] #68 sha256:48beeb29db0bd8ba291ffa32fb5edb69c49a2010cd4c9fa883f2629e5120995f
09:41:16 [2022-06-21T09:41:16.626Z] #68 DONE 0.1s
09:41:16 [2022-06-21T09:41:16.626Z] 
09:41:16 [2022-06-21T09:41:16.626Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
09:41:16 [2022-06-21T09:41:16.626Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:41:16 [2022-06-21T09:41:16.626Z] #14 29.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
09:41:16 [2022-06-21T09:41:16.626Z] #14 29.77 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
09:41:16 [2022-06-21T09:41:16.626Z] #14 29.78 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:41:16 [2022-06-21T09:41:16.626Z] #14 32.05 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
09:41:16 [2022-06-21T09:41:16.626Z] #14 32.05 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:41:16 [2022-06-21T09:41:16.626Z] #14 32.05 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:41:16 [2022-06-21T09:41:16.626Z] #14 ...
09:41:16 [2022-06-21T09:41:16.626Z] 
09:41:16 [2022-06-21T09:41:16.626Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:41:16 [2022-06-21T09:41:16.626Z] #69 sha256:98ba7bfadcda570be0ddc08b01ec611a4b74d103aa952967b7a0711d850dd8ef
09:41:16 [2022-06-21T09:41:16.626Z] #69 DONE 0.0s
09:41:16 [2022-06-21T09:41:16.626Z] 
09:41:16 [2022-06-21T09:41:16.626Z] #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
09:41:16 [2022-06-21T09:41:16.626Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:41:16 [2022-06-21T09:41:16.881Z] #19 16.57 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]
09:41:16 [2022-06-21T09:41:16.883Z] #64 ...
09:41:16 [2022-06-21T09:41:16.883Z] 
09:41:16 [2022-06-21T09:41:16.883Z] #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
09:41:16 [2022-06-21T09:41:16.883Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:41:16 [2022-06-21T09:41:16.883Z] #14 37.06 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
09:41:16 [2022-06-21T09:41:16.883Z] #14 37.06 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:41:16 [2022-06-21T09:41:16.883Z] #14 37.06 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:41:16 [2022-06-21T09:41:16.883Z] #14 ...
09:41:16 [2022-06-21T09:41:16.883Z] 
09:41:16 [2022-06-21T09:41:16.883Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:41:16 [2022-06-21T09:41:16.883Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:41:16 [2022-06-21T09:41:16.883Z] #72 CACHED
09:41:17 [2022-06-21T09:41:17.140Z] #19 16.57 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]
09:41:17 [2022-06-21T09:41:17.140Z] 
09:41:17 [2022-06-21T09:41:17.140Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:41:17 [2022-06-21T09:41:17.140Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:41:17 [2022-06-21T09:41:17.140Z] #74 CACHED
09:41:17 [2022-06-21T09:41:17.140Z] 
09:41:17 [2022-06-21T09:41:17.140Z] #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             ;
09:41:17 [2022-06-21T09:41:17.140Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:41:17 [2022-06-21T09:41:17.140Z] #76 CACHED
09:41:17 [2022-06-21T09:41:17.140Z] 
09:41:17 [2022-06-21T09:41:17.140Z] #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
09:41:17 [2022-06-21T09:41:17.140Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:41:17 [2022-06-21T09:41:17.140Z] #77 CACHED
09:41:17 [2022-06-21T09:41:17.140Z] 
09:41:17 [2022-06-21T09:41:17.140Z] #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
09:41:17 [2022-06-21T09:41:17.140Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:41:17 [2022-06-21T09:41:17.399Z] #19 16.90 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]
09:41:17 [2022-06-21T09:41:17.399Z] #19 16.90 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]
09:41:17 [2022-06-21T09:41:17.657Z] #19 17.26 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]
09:41:17 [2022-06-21T09:41:17.657Z] #19 17.26 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]
09:41:17 [2022-06-21T09:41:17.916Z] #19 17.60 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]
09:41:18 [2022-06-21T09:41:18.175Z] #19 17.60 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]
09:41:18 [2022-06-21T09:41:18.434Z] #19 17.92 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]
09:41:18 [2022-06-21T09:41:18.434Z] #19 17.92 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]
09:41:18 [2022-06-21T09:41:18.434Z] #19 17.92 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]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.92 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]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.92 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]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.93 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.93 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.93 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.94 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.94 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.95 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.96 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.97 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.97 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.98 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
09:41:18 [2022-06-21T09:41:18.435Z] #19 17.99 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]
09:41:19 [2022-06-21T09:41:19.002Z] #19 18.39 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
09:41:19 [2022-06-21T09:41:19.002Z] #19 18.39 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
09:41:19 [2022-06-21T09:41:19.002Z] #19 18.40 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
09:41:19 [2022-06-21T09:41:19.002Z] #19 18.41 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
09:41:19 [2022-06-21T09:41:19.002Z] #19 18.42 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]
09:41:19 [2022-06-21T09:41:19.033Z] #14 38.92 Selecting previously unselected package g++-mingw-w64-x86-64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 38.92 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 38.93 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 38.99 Selecting previously unselected package libapparmor1:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 38.99 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.00 Unpacking libapparmor1:amd64 (2.13.6-10) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.05 Selecting previously unselected package libapparmor-dev:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.05 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.06 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.12 Selecting previously unselected package libbtrfs0:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.12 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.13 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.18 Selecting previously unselected package libbtrfs-dev:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.19 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.19 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.28 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.29 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.29 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.32 Selecting previously unselected package libudev-dev:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.32 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.32 Unpacking libudev-dev:amd64 (247.3-7) ...
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.39 Selecting previously unselected package libsepol1-dev:amd64.
09:41:19 [2022-06-21T09:41:19.033Z] #14 39.39 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.79 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.79 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.79 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.80 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.80 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.80 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.86 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]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.87 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.88 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.88 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.88 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.88 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.88 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
09:41:19 [2022-06-21T09:41:19.260Z] #19 18.89 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.39 Unpacking libsepol1-dev:amd64 (3.1-1) ...
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.51 Selecting previously unselected package libpcre2-16-0:amd64.
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.51 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.52 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.59 Selecting previously unselected package libpcre2-32-0:amd64.
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.59 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.290Z] #14 39.60 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.89 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.89 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.90 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.91 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.91 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.92 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
09:41:19 [2022-06-21T09:41:19.519Z] #19 18.92 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]
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.68 Selecting previously unselected package libpcre2-posix2:amd64.
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.69 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.69 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.72 Selecting previously unselected package libpcre2-dev:amd64.
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.73 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.73 Unpacking libpcre2-dev:amd64 (10.36-2) ...
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.95 Selecting previously unselected package libselinux1-dev:amd64.
09:41:19 [2022-06-21T09:41:19.546Z] #14 39.95 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.778Z] #19 19.29 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
09:41:19 [2022-06-21T09:41:19.778Z] #19 19.29 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
09:41:19 [2022-06-21T09:41:19.778Z] #19 19.30 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
09:41:19 [2022-06-21T09:41:19.778Z] #19 19.31 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
09:41:19 [2022-06-21T09:41:19.778Z] #19 19.32 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]
09:41:19 [2022-06-21T09:41:19.803Z] #14 39.95 Unpacking libselinux1-dev:amd64 (3.1-3) ...
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.05 Selecting previously unselected package libdevmapper-dev:amd64.
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.05 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.06 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.10 Selecting previously unselected package libseccomp-dev:amd64.
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.10 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.10 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:41:19 [2022-06-21T09:41:19.803Z] #14 40.17 Selecting previously unselected package libsystemd-dev:amd64.
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.69 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.69 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.69 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.69 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.69 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.70 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.70 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
09:41:20 [2022-06-21T09:41:20.039Z] #19 19.71 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.17 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.17 Unpacking libsystemd-dev:amd64 (247.3-7) ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.37 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.38 Setting up libapparmor1:amd64 (2.13.6-10) ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.39 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.40 Setting up libsepol1-dev:amd64 (3.1-1) ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.42 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.060Z] #14 40.42 Setting up libpcre2-16-0:amd64 (10.36-2) ...
09:41:20 [2022-06-21T09:41:20.297Z] #19 19.71 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
09:41:20 [2022-06-21T09:41:20.297Z] #19 19.72 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
09:41:20 [2022-06-21T09:41:20.297Z] #19 19.72 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]
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.43 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.44 Setting up libpcre2-32-0:amd64 (10.36-2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.45 Setting up libudev-dev:amd64 (247.3-7) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.46 Setting up libpcre2-posix2:amd64 (10.36-2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.47 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.48 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.49 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.50 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.51 Setting up mingw-w64-common (8.0.0-1) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.52 Setting up libsystemd-dev:amd64 (247.3-7) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.53 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.54 Setting up libpcre2-dev:amd64 (10.36-2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.55 Setting up libselinux1-dev:amd64 (3.1-3) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.56 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.57 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.59 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
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.60 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.61 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
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.61 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
09:41:20 [2022-06-21T09:41:20.316Z] #14 40.62 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.556Z] #19 20.09 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
09:41:20 [2022-06-21T09:41:20.556Z] #19 20.09 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
09:41:20 [2022-06-21T09:41:20.556Z] #19 20.10 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
09:41:20 [2022-06-21T09:41:20.556Z] #19 20.13 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
09:41:20 [2022-06-21T09:41:20.556Z] #19 20.14 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]
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.63 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
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.64 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.65 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.67 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.68 Setting up dmsetup (2:1.02.175-2.1) ...
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.69 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.71 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:41:20 [2022-06-21T09:41:20.574Z] #14 40.72 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:41:20 [2022-06-21T09:41:20.816Z] #19 20.54 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
09:41:20 [2022-06-21T09:41:20.865Z] #14 DONE 41.0s
09:41:20 [2022-06-21T09:41:20.865Z] 
09:41:20 [2022-06-21T09:41:20.865Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:41:20 [2022-06-21T09:41:20.865Z] #59 sha256:20659e9ed7bd7b1968a49418368a1639b7598ebc84ff98c65075c33dacbd32db
09:41:20 [2022-06-21T09:41:20.865Z] #59 DONE 0.0s
09:41:20 [2022-06-21T09:41:20.865Z] 
09:41:20 [2022-06-21T09:41:20.865Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
09:41:20 [2022-06-21T09:41:20.865Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.54 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.54 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.55 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.55 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.55 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.55 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.56 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.57 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.58 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.60 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.60 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.61 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.61 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
09:41:21 [2022-06-21T09:41:21.075Z] #19 20.61 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]
09:41:21 [2022-06-21T09:41:21.645Z] #19 21.01 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
09:41:21 [2022-06-21T09:41:21.645Z] #19 21.01 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
09:41:21 [2022-06-21T09:41:21.645Z] #19 21.02 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
09:41:21 [2022-06-21T09:41:21.645Z] #19 21.04 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
09:41:21 [2022-06-21T09:41:21.645Z] #19 21.05 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]
09:41:21 [2022-06-21T09:41:21.645Z] #19 21.39 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
09:41:21 [2022-06-21T09:41:21.905Z] #19 21.39 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.39 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.40 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.40 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.40 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.40 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.40 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.42 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.42 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.43 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
09:41:21 [2022-06-21T09:41:21.906Z] #19 21.43 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]
09:41:22 [2022-06-21T09:41:22.165Z] #19 21.79 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
09:41:22 [2022-06-21T09:41:22.165Z] #19 21.79 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
09:41:22 [2022-06-21T09:41:22.233Z] #15 DONE 1.4s
09:41:22 [2022-06-21T09:41:22.233Z] 
09:41:22 [2022-06-21T09:41:22.233Z] #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
09:41:22 [2022-06-21T09:41:22.233Z] #60 sha256:bcd95c0ee3a20f2ce9aeee0f5f72503c98839c5aeb431bc6394ab0a6cb19f162
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.130 + RM_GOPATH=0
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.130 + TMP_GOPATH=
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.130 + : /build
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.130 + '[' -z '' ']'
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.132 ++ mktemp -d
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.132 + export GOPATH=/tmp/tmp.AYN1aXWQJl
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.132 + GOPATH=/tmp/tmp.AYN1aXWQJl
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.133 + RM_GOPATH=1
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.133 + case "$(go env GOARCH)" in
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.137 ++ go env GOARCH
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.140 + export GO_BUILDMODE=-buildmode=pie
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.140 + GO_BUILDMODE=-buildmode=pie
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.140 ++ dirname /install.sh
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.141 + dir=/
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.142 + bin=runc
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.142 + shift
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.142 + '[' '!' -f //runc.installer ']'
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 + . //runc.installer
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 ++ set -e
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 ++ : v1.1.2
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 + install_runc
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 + RUNC_BUILDTAGS=seccomp
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
09:41:22 [2022-06-21T09:41:22.233Z] #60 1.143 Install runc version v1.1.2 (build tags: seccomp)
09:41:22 [2022-06-21T09:41:22.234Z] #60 1.143 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AYN1aXWQJl/src/github.com/opencontainers/runc
09:41:22 [2022-06-21T09:41:22.234Z] #60 1.145 Cloning into '/tmp/tmp.AYN1aXWQJl/src/github.com/opencontainers/runc'...
09:41:22 [2022-06-21T09:41:22.423Z] #19 21.80 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
09:41:22 [2022-06-21T09:41:22.423Z] #19 21.82 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
09:41:22 [2022-06-21T09:41:22.423Z] #19 21.83 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]
09:41:22 [2022-06-21T09:41:22.681Z] #19 22.16 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
09:41:22 [2022-06-21T09:41:22.681Z] #19 22.16 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
09:41:22 [2022-06-21T09:41:22.939Z] #19 22.47 debconf: delaying package configuration, since apt-utils is not installed
09:41:22 [2022-06-21T09:41:22.939Z] #19 22.58 Fetched 788 MB in 6s (125 MB/s)
09:41:22 [2022-06-21T09:41:22.939Z] #19 22.61 Selecting previously unselected package liblocale-gettext-perl.
09:41:23 [2022-06-21T09:41:23.162Z] #60 ...
09:41:23 [2022-06-21T09:41:23.162Z] 
09:41:23 [2022-06-21T09:41:23.162Z] #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
09:41:23 [2022-06-21T09:41:23.162Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
09:41:23 [2022-06-21T09:41:23.162Z] #16 DONE 0.9s
09:41:23 [2022-06-21T09:41:23.162Z] 
09:41:23 [2022-06-21T09:41:23.162Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:41:23 [2022-06-21T09:41:23.162Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.61 (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.)
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.70 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.70 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.74 Selecting previously unselected package bzip2.
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.74 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.75 Unpacking bzip2 (1.0.8-4) ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.78 Selecting previously unselected package libmagic-mgc.
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.78 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.79 Unpacking libmagic-mgc (1:5.39-3) ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.86 Selecting previously unselected package libmagic1:amd64.
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.87 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.87 Unpacking libmagic1:amd64 (1:5.39-3) ...
09:41:23 [2022-06-21T09:41:23.197Z] #19 22.91 Selecting previously unselected package file.
09:41:23 [2022-06-21T09:41:23.455Z] #19 22.91 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.455Z] #19 22.92 Unpacking file (1:5.39-3) ...
09:41:23 [2022-06-21T09:41:23.455Z] #19 22.95 Selecting previously unselected package xz-utils.
09:41:23 [2022-06-21T09:41:23.455Z] #19 22.95 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.455Z] #19 22.96 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:41:23 [2022-06-21T09:41:23.455Z] #19 23.04 Selecting previously unselected package binutils-aarch64-linux-gnu.
09:41:23 [2022-06-21T09:41:23.455Z] #19 23.04 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
09:41:23 [2022-06-21T09:41:23.455Z] #19 23.05 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
09:41:24 [2022-06-21T09:41:24.022Z] #19 23.38 Selecting previously unselected package binutils-arm-linux-gnueabi.
09:41:24 [2022-06-21T09:41:24.022Z] #19 23.38 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
09:41:24 [2022-06-21T09:41:24.022Z] #19 23.38 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
09:41:24 [2022-06-21T09:41:24.095Z] #17 0.818 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:41:24 [2022-06-21T09:41:24.095Z] #17 DONE 0.9s
09:41:24 [2022-06-21T09:41:24.095Z] 
09:41:24 [2022-06-21T09:41:24.095Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:41:24 [2022-06-21T09:41:24.095Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
09:41:24 [2022-06-21T09:41:24.280Z] #19 23.68 Selecting previously unselected package binutils-arm-linux-gnueabihf.
09:41:24 [2022-06-21T09:41:24.280Z] #19 23.68 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
09:41:24 [2022-06-21T09:41:24.280Z] #19 23.69 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
09:41:24 [2022-06-21T09:41:24.539Z] #19 23.99 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
09:41:24 [2022-06-21T09:41:24.539Z] #19 23.99 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
09:41:24 [2022-06-21T09:41:24.539Z] #19 23.99 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
09:41:24 [2022-06-21T09:41:24.797Z] #19 24.26 Selecting previously unselected package binutils-s390x-linux-gnu.
09:41:24 [2022-06-21T09:41:24.797Z] #19 24.26 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
09:41:24 [2022-06-21T09:41:24.797Z] #19 24.27 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
09:41:24 [2022-06-21T09:41:24.797Z] #19 24.50 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
09:41:25 [2022-06-21T09:41:25.025Z] #18 DONE 0.9s
09:41:25 [2022-06-21T09:41:25.025Z] 
09:41:25 [2022-06-21T09:41:25.025Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:41:25 [2022-06-21T09:41:25.025Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
09:41:25 [2022-06-21T09:41:25.055Z] #19 24.50 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
09:41:25 [2022-06-21T09:41:25.055Z] #19 24.50 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
09:41:25 [2022-06-21T09:41:25.055Z] #19 24.54 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
09:41:25 [2022-06-21T09:41:25.055Z] #19 24.54 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:41:25 [2022-06-21T09:41:25.055Z] #19 24.54 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
09:41:25 [2022-06-21T09:41:25.961Z] #19 DONE 0.9s
09:41:25 [2022-06-21T09:41:25.962Z] 
09:41:25 [2022-06-21T09:41:25.962Z] #20 [dev-systemd-false  6/28] RUN ldconfig
09:41:25 [2022-06-21T09:41:25.962Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
09:41:26 [2022-06-21T09:41:26.891Z] #20 DONE 1.1s
09:41:26 [2022-06-21T09:41:26.891Z] 
09:41:26 [2022-06-21T09:41:26.891Z] #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
09:41:26 [2022-06-21T09:41:26.891Z] #60 sha256:bcd95c0ee3a20f2ce9aeee0f5f72503c98839c5aeb431bc6394ab0a6cb19f162
09:41:26 [2022-06-21T09:41:26.891Z] #60 5.651 + cd /tmp/tmp.AYN1aXWQJl/src/github.com/opencontainers/runc
09:41:26 [2022-06-21T09:41:26.891Z] #60 5.652 + git checkout -q v1.1.2
09:41:26 [2022-06-21T09:41:26.891Z] #60 5.923 + '[' -z '' ']'
09:41:26 [2022-06-21T09:41:26.891Z] #60 5.924 + target=static
09:41:26 [2022-06-21T09:41:26.891Z] #60 5.924 + make BUILDTAGS=seccomp static
09:41:27 [2022-06-21T09:41:27.149Z] #60 6.343 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 .
09:41:29 [2022-06-21T09:41:29.241Z] #19 29.00 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
09:41:29 [2022-06-21T09:41:29.499Z] #19 29.00 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
09:41:29 [2022-06-21T09:41:29.499Z] #19 29.01 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
09:41:29 [2022-06-21T09:41:29.499Z] #19 29.05 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
09:41:29 [2022-06-21T09:41:29.499Z] #19 29.05 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
09:41:29 [2022-06-21T09:41:29.499Z] #19 29.05 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
09:41:32 [2022-06-21T09:41:32.413Z] #60 11.21 + mkdir -p /build
09:41:32 [2022-06-21T09:41:32.413Z] #60 11.21 + cp runc /build/runc
09:41:32 [2022-06-21T09:41:32.413Z] #60 DONE 11.4s
09:41:32 [2022-06-21T09:41:32.413Z] 
09:41:32 [2022-06-21T09:41:32.414Z] #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
09:41:32 [2022-06-21T09:41:32.414Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:41:32 [2022-06-21T09:41:32.414Z] #21 1.072 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:41:32 [2022-06-21T09:41:32.414Z] #21 1.072 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:41:32 [2022-06-21T09:41:32.414Z] #21 1.072 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:41:32 [2022-06-21T09:41:32.414Z] #21 1.693 Fetched 39.4 kB in 1s (45.2 kB/s)
09:41:32 [2022-06-21T09:41:32.414Z] #21 1.693 Reading package lists...
09:41:32 [2022-06-21T09:41:32.414Z] #21 2.814 Reading package lists...
09:41:32 [2022-06-21T09:41:32.414Z] #21 3.961 Building dependency tree...
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.250 Reading state information...
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.519 The following additional packages will be installed:
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.519   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.519   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.520   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.520   python3-pkg-resources vim-runtime xxd
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.521 Suggested packages:
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.521   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.522   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.522   acl attr quota
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.522 Recommended packages:
09:41:32 [2022-06-21T09:41:32.414Z] #21 4.522   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.122 The following NEW packages will be installed:
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.123   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.123   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.124   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.124   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.125   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.125   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.125   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.126   xz-utils zip zstd
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.416 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.416 Need to get 27.7 MB of archives.
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.416 After this operation, 106 MB of additional disk space will be used.
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.416 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.578 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.687 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
09:41:32 [2022-06-21T09:41:32.414Z] #21 5.687 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.696 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.713 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.720 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.720 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.740 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.748 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.756 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.775 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.775 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]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.777 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.796 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.808 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.808 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.808 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.808 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.808 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.808 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
09:41:32 [2022-06-21T09:41:32.670Z] #21 5.941 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:41:32 [2022-06-21T09:41:32.926Z] #21 6.056 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:41:32 [2022-06-21T09:41:32.926Z] #21 6.058 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:41:32 [2022-06-21T09:41:32.926Z] #21 6.061 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
09:41:32 [2022-06-21T09:41:32.926Z] #21 6.063 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
09:41:32 [2022-06-21T09:41:32.926Z] #21 6.066 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:41:33 [2022-06-21T09:41:33.183Z] #21 6.256 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.258 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.259 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.260 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.262 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.263 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.272 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.274 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.317 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.318 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.321 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.328 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.336 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.339 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.348 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.368 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.373 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
09:41:33 [2022-06-21T09:41:33.184Z] #21 6.377 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:41:33 [2022-06-21T09:41:33.441Z] #21 6.512 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
09:41:33 [2022-06-21T09:41:33.441Z] #21 6.546 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
09:41:33 [2022-06-21T09:41:33.441Z] #21 6.595 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
09:41:33 [2022-06-21T09:41:33.441Z] #21 6.595 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
09:41:33 [2022-06-21T09:41:33.691Z] #19 33.23 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
09:41:33 [2022-06-21T09:41:33.691Z] #19 33.23 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
09:41:33 [2022-06-21T09:41:33.691Z] #19 33.23 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
09:41:33 [2022-06-21T09:41:33.691Z] #19 33.27 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
09:41:33 [2022-06-21T09:41:33.691Z] #19 33.27 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
09:41:33 [2022-06-21T09:41:33.691Z] #19 33.27 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
09:41:33 [2022-06-21T09:41:33.697Z] #21 6.906 debconf: delaying package configuration, since apt-utils is not installed
09:41:33 [2022-06-21T09:41:33.697Z] #21 6.993 Fetched 27.7 MB in 1s (19.0 MB/s)
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.055 Selecting previously unselected package pigz.
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.055 (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.)
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.089 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.093 Unpacking pigz (2.6-1) ...
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.141 Selecting previously unselected package libelf1:amd64.
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.144 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.156 Unpacking libelf1:amd64 (0.183-1) ...
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.249 Selecting previously unselected package libbpf0:amd64.
09:41:33 [2022-06-21T09:41:33.954Z] #21 7.249 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.255 Unpacking libbpf0:amd64 (1:0.3-2) ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.307 Selecting previously unselected package libcap2:amd64.
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.311 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.316 Unpacking libcap2:amd64 (1:2.44-1) ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.356 Selecting previously unselected package libmnl0:amd64.
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.363 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.373 Unpacking libmnl0:amd64 (1.0.4-3) ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.408 Selecting previously unselected package libxtables12:amd64.
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.413 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.421 Unpacking libxtables12:amd64 (1.8.7-1) ...
09:41:34 [2022-06-21T09:41:34.210Z] #21 7.460 Selecting previously unselected package libcap2-bin.
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.465 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.468 Unpacking libcap2-bin (1:2.44-1) ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.509 Selecting previously unselected package iproute2.
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.512 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.519 Unpacking iproute2 (5.10.0-4) ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.715 Selecting previously unselected package xxd.
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.719 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.730 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.804 Selecting previously unselected package vim-common.
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.807 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:41:34 [2022-06-21T09:41:34.467Z] #21 7.817 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:41:34 [2022-06-21T09:41:34.724Z] #21 7.894 Selecting previously unselected package bash-completion.
09:41:34 [2022-06-21T09:41:34.724Z] #21 7.897 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:41:35 [2022-06-21T09:41:35.654Z] #21 8.806 Unpacking bash-completion (1:2.11-2) ...
09:41:35 [2022-06-21T09:41:35.654Z] #21 8.996 Selecting previously unselected package bzip2.
09:41:35 [2022-06-21T09:41:35.911Z] #21 8.998 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
09:41:35 [2022-06-21T09:41:35.911Z] #21 9.002 Unpacking bzip2 (1.0.8-4) ...
09:41:35 [2022-06-21T09:41:35.911Z] #21 9.061 Selecting previously unselected package xz-utils.
09:41:35 [2022-06-21T09:41:35.911Z] #21 9.067 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
09:41:35 [2022-06-21T09:41:35.911Z] #21 9.074 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:41:36 [2022-06-21T09:41:36.168Z] #21 9.156 Selecting previously unselected package apparmor.
09:41:36 [2022-06-21T09:41:36.168Z] #21 9.160 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.168Z] #21 9.196 Unpacking apparmor (2.13.6-10) ...
09:41:36 [2022-06-21T09:41:36.168Z] #21 9.388 Selecting previously unselected package inetutils-ping.
09:41:36 [2022-06-21T09:41:36.168Z] #21 9.393 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.168Z] #21 9.397 Unpacking inetutils-ping (2:2.0-1) ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.466 Selecting previously unselected package libip4tc2:amd64.
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.476 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.484 Unpacking libip4tc2:amd64 (1.8.7-1) ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.527 Selecting previously unselected package libip6tc2:amd64.
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.535 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.539 Unpacking libip6tc2:amd64 (1.8.7-1) ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.587 Selecting previously unselected package libnfnetlink0:amd64.
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.593 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.602 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.642 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.645 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.652 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:41:36 [2022-06-21T09:41:36.425Z] #21 9.692 Selecting previously unselected package libnftnl11:amd64.
09:41:36 [2022-06-21T09:41:36.682Z] #21 9.695 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.682Z] #21 9.703 Unpacking libnftnl11:amd64 (1.1.9-1) ...
09:41:36 [2022-06-21T09:41:36.682Z] #21 9.751 Selecting previously unselected package iptables.
09:41:36 [2022-06-21T09:41:36.682Z] #21 9.756 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.682Z] #21 9.760 Unpacking iptables (1.8.7-1) ...
09:41:36 [2022-06-21T09:41:36.682Z] #21 9.943 Selecting previously unselected package libonig5:amd64.
09:41:36 [2022-06-21T09:41:36.939Z] #21 9.947 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 9.952 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.03 Selecting previously unselected package libjq1:amd64.
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.04 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.05 Unpacking libjq1:amd64 (1.6-2.1) ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.10 Selecting previously unselected package jq.
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.11 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.12 Unpacking jq (1.6-2.1) ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.17 Selecting previously unselected package libaio1:amd64.
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.17 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.18 Unpacking libaio1:amd64 (0.3.112-9) ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.21 Selecting previously unselected package libgpm2:amd64.
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.22 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
09:41:36 [2022-06-21T09:41:36.939Z] #21 10.23 Unpacking libgpm2:amd64 (1.20.7-8) ...
09:41:37 [2022-06-21T09:41:37.195Z] #21 10.27 Selecting previously unselected package libicu67:amd64.
09:41:37 [2022-06-21T09:41:37.195Z] #21 10.28 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
09:41:37 [2022-06-21T09:41:37.195Z] #21 10.29 Unpacking libicu67:amd64 (67.1-7) ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.54 Selecting previously unselected package libinih1:amd64.
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.54 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.55 Unpacking libinih1:amd64 (53-1+b2) ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.58 Selecting previously unselected package libnet1:amd64.
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.59 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.65 Selecting previously unselected package libnl-3-200:amd64.
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.66 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.66 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.72 Selecting previously unselected package libprotobuf-c1:amd64.
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.72 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.76 Selecting previously unselected package libyajl2:amd64.
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.77 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.77 Unpacking libyajl2:amd64 (2.1.0-3) ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.81 Selecting previously unselected package net-tools.
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.81 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.565Z] #21 11.82 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:41:38 [2022-06-21T09:41:38.822Z] #21 11.91 Selecting previously unselected package patch.
09:41:38 [2022-06-21T09:41:38.822Z] #21 11.92 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.822Z] #21 11.92 Unpacking patch (2.7.6-7) ...
09:41:38 [2022-06-21T09:41:38.822Z] #21 11.98 Selecting previously unselected package python-pip-whl.
09:41:38 [2022-06-21T09:41:38.822Z] #21 11.99 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:41:38 [2022-06-21T09:41:38.822Z] #21 11.99 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:41:38 [2022-06-21T09:41:38.955Z] #19 37.84 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
09:41:38 [2022-06-21T09:41:38.956Z] #19 37.84 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.956Z] #19 37.90 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
09:41:38 [2022-06-21T09:41:38.956Z] #19 38.28 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
09:41:38 [2022-06-21T09:41:38.956Z] #19 38.28 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:41:38 [2022-06-21T09:41:38.956Z] #19 38.29 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.24 Selecting previously unselected package python3-lib2to3.
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.24 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.24 Unpacking python3-lib2to3 (3.9.2-1) ...
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.31 Selecting previously unselected package python3-distutils.
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.32 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.32 Unpacking python3-distutils (3.9.2-1) ...
09:41:39 [2022-06-21T09:41:39.080Z] #21 12.38 Selecting previously unselected package python3-pkg-resources.
09:41:39 [2022-06-21T09:41:39.153Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0eb3b39ee40566ce1) in /home/ubuntu/workspace/moby_PR-42379
[Pipeline] {
[Pipeline] checkout
09:41:39 [2022-06-21T09:41:39.336Z] #21 12.39 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
09:41:39 [2022-06-21T09:41:39.336Z] #21 12.40 Unpacking python3-pkg-resources (52.0.0-4) ...
09:41:39 [2022-06-21T09:41:39.336Z] #21 12.48 Selecting previously unselected package python3-setuptools.
09:41:39 [2022-06-21T09:41:39.336Z] #21 12.49 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
09:41:39 [2022-06-21T09:41:39.336Z] #21 12.49 Unpacking python3-setuptools (52.0.0-4) ...
09:41:39 [2022-06-21T09:41:39.336Z] #21 12.61 Selecting previously unselected package python3-wheel.
09:41:39 [2022-06-21T09:41:39.368Z] The recommended git tool is: git
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.61 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.62 Unpacking python3-wheel (0.34.2-1) ...
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.66 Selecting previously unselected package python3-pip.
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.67 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.68 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.82 Selecting previously unselected package sudo.
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.83 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
09:41:39 [2022-06-21T09:41:39.593Z] #21 12.83 Unpacking sudo (1.9.5p2-3) ...
09:41:39 [2022-06-21T09:41:39.850Z] #21 13.05 Selecting previously unselected package thin-provisioning-tools.
09:41:39 [2022-06-21T09:41:39.850Z] #21 13.06 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
09:41:39 [2022-06-21T09:41:39.850Z] #21 13.06 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:41:39 [2022-06-21T09:41:39.850Z] #21 13.15 Selecting previously unselected package uidmap.
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.16 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.16 Unpacking uidmap (1:4.8.1-1) ...
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.23 Selecting previously unselected package vim-runtime.
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.24 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.27 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.29 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:41:40 [2022-06-21T09:41:40.106Z] #21 13.30 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:41:41 [2022-06-21T09:41:41.475Z] #21 14.54 Selecting previously unselected package vim.
09:41:41 [2022-06-21T09:41:41.475Z] #21 14.55 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:41:41 [2022-06-21T09:41:41.475Z] #21 14.56 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:41:41 [2022-06-21T09:41:41.731Z] #21 14.80 Selecting previously unselected package xfsprogs.
09:41:41 [2022-06-21T09:41:41.731Z] #21 14.81 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
09:41:41 [2022-06-21T09:41:41.731Z] #21 14.82 Unpacking xfsprogs (5.10.0-4) ...
09:41:41 [2022-06-21T09:41:41.988Z] #21 15.04 Selecting previously unselected package zip.
09:41:41 [2022-06-21T09:41:41.988Z] #21 15.04 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
09:41:41 [2022-06-21T09:41:41.988Z] #21 15.05 Unpacking zip (3.0-12) ...
09:41:41 [2022-06-21T09:41:41.988Z] #21 15.14 Selecting previously unselected package zstd.
09:41:41 [2022-06-21T09:41:41.988Z] #21 15.14 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
09:41:41 [2022-06-21T09:41:41.988Z] #21 15.15 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:41:42 [2022-06-21T09:41:42.245Z] #21 15.31 Setting up python3-pkg-resources (52.0.0-4) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.74 Setting up libip4tc2:amd64 (1.8.7-1) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.75 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.76 Setting up libgpm2:amd64 (1.20.7-8) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.77 Setting up libicu67:amd64 (67.1-7) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.78 Setting up libip6tc2:amd64 (1.8.7-1) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.79 Setting up libinih1:amd64 (53-1+b2) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.80 Setting up uidmap (1:4.8.1-1) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.81 Setting up libyajl2:amd64 (2.1.0-3) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:41:42 [2022-06-21T09:41:42.502Z] #21 15.83 Setting up bzip2 (1.0.8-4) ...
09:41:42 [2022-06-21T09:41:42.775Z] #21 15.84 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:41:42 [2022-06-21T09:41:42.775Z] #21 15.85 Setting up python3-wheel (0.34.2-1) ...
09:41:42 [2022-06-21T09:41:42.949Z] using credential docker-jenkins-github-credentials
09:41:42 [2022-06-21T09:41:42.958Z] Cloning the remote Git repository
09:41:42 [2022-06-21T09:41:42.958Z] Cloning with configured refspecs honoured and without tags
09:41:42 [2022-06-21T09:41:42.999Z] Cloning repository https://github.com/moby/moby.git
09:41:43 [2022-06-21T09:41:43.047Z] #21 16.19 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:41:43 [2022-06-21T09:41:43.047Z] #21 16.22 Setting up libcap2:amd64 (1:2.44-1) ...
09:41:43 [2022-06-21T09:41:43.047Z] #21 16.24 Setting up libcap2-bin (1:2.44-1) ...
09:41:43 [2022-06-21T09:41:43.047Z] #21 16.25 Setting up apparmor (2.13.6-10) ...
09:41:43 [2022-06-21T09:41:43.147Z] #19 42.39 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
09:41:43 [2022-06-21T09:41:43.147Z] #19 42.39 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
09:41:43 [2022-06-21T09:41:43.147Z] #19 42.39 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
09:41:43 [2022-06-21T09:41:43.147Z] #19 42.43 Selecting previously unselected package cpp-10-s390x-linux-gnu.
09:41:43 [2022-06-21T09:41:43.147Z] #19 42.43 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:41:43 [2022-06-21T09:41:43.147Z] #19 42.44 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
09:41:43 [2022-06-21T09:41:43.982Z] #21 17.21 Setting up zip (3.0-12) ...
09:41:43 [2022-06-21T09:41:43.982Z] #21 17.22 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:41:43 [2022-06-21T09:41:43.064Z]  > git init /home/ubuntu/workspace/moby_PR-42379 # timeout=10
09:41:43 [2022-06-21T09:41:43.364Z] Fetching upstream changes from https://github.com/moby/moby.git
09:41:43 [2022-06-21T09:41:43.364Z]  > git --version # timeout=10
09:41:43 [2022-06-21T09:41:43.382Z]  > git --version # 'git version 2.25.1'
09:41:43 [2022-06-21T09:41:43.382Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:41:43 [2022-06-21T09:41:43.410Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:41:44 [2022-06-21T09:41:44.239Z] #21 17.25 Setting up bash-completion (1:2.11-2) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.26 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.28 Setting up libmnl0:amd64 (1.0.4-3) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.30 Setting up patch (2.7.6-7) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.31 Setting up sudo (1.9.5p2-3) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.38 invoke-rc.d: could not determine current runlevel
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.38 invoke-rc.d: policy-rc.d denied execution of start.
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.40 Setting up xfsprogs (5.10.0-4) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.42 Setting up libxtables12:amd64 (1.8.7-1) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.43 Setting up inetutils-ping (2:2.0-1) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.45 Setting up pigz (2.6-1) ...
09:41:45 [2022-06-21T09:41:45.170Z] #21 18.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:41:45 [2022-06-21T09:41:45.427Z] #21 18.47 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:41:45 [2022-06-21T09:41:45.427Z] #21 18.50 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:41:45 [2022-06-21T09:41:45.427Z] #21 18.51 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:41:45 [2022-06-21T09:41:45.684Z] #21 18.87 Setting up libaio1:amd64 (0.3.112-9) ...
09:41:45 [2022-06-21T09:41:45.684Z] #21 18.88 Setting up python3-lib2to3 (3.9.2-1) ...
09:41:45 [2022-06-21T09:41:45.941Z] #21 19.08 Setting up libelf1:amd64 (0.183-1) ...
09:41:45 [2022-06-21T09:41:45.941Z] #21 19.09 Setting up zstd (1.4.8+dfsg-2.1) ...
09:41:45 [2022-06-21T09:41:45.941Z] #21 19.11 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:41:45 [2022-06-21T09:41:45.941Z] #21 19.12 Setting up python3-distutils (3.9.2-1) ...
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.34 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:41:46 [2022-06-21T09:41:46.198Z] #21 19.40 Setting up python3-setuptools (52.0.0-4) ...
09:41:46 [2022-06-21T09:41:46.762Z] #21 20.01 Setting up libjq1:amd64 (1.6-2.1) ...
09:41:46 [2022-06-21T09:41:46.762Z] #21 20.02 Setting up libnftnl11:amd64 (1.1.9-1) ...
09:41:47 [2022-06-21T09:41:47.019Z] #21 20.04 Setting up thin-provisioning-tools (0.9.0-1) ...
09:41:47 [2022-06-21T09:41:47.019Z] #21 20.06 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:41:47 [2022-06-21T09:41:47.275Z] #21 20.59 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:41:47 [2022-06-21T09:41:47.275Z] #21 20.60 Setting up jq (1.6-2.1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.31 Selecting previously unselected package cpp-aarch64-linux-gnu.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.32 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.32 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.35 Selecting previously unselected package cpp-arm-linux-gnueabi.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.35 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.35 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.38 Selecting previously unselected package cpp-arm-linux-gnueabihf.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.39 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.39 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.42 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.42 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.42 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.45 Selecting previously unselected package cpp-s390x-linux-gnu.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.45 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.46 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.49 Selecting previously unselected package cross-config.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.49 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.49 Unpacking cross-config (2.6.18+nmu1) ...
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.53 Selecting previously unselected package gcc-10-cross-base.
09:41:47 [2022-06-21T09:41:47.331Z] #19 46.53 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.53 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.57 Selecting previously unselected package libc6-arm64-cross.
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.58 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.58 Unpacking libc6-arm64-cross (2.31-9cross4) ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.71 Selecting previously unselected package libgcc-s1-arm64-cross.
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.71 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.72 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.75 Selecting previously unselected package libgomp1-arm64-cross.
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.75 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.76 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.80 Selecting previously unselected package libitm1-arm64-cross.
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.80 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.80 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.83 Selecting previously unselected package libatomic1-arm64-cross.
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.84 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.84 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.87 Selecting previously unselected package libasan6-arm64-cross.
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.87 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.332Z] #19 46.88 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.61 Setting up libbpf0:amd64 (1:0.3-2) ...
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.63 Setting up iptables (1.8.7-1) ...
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.64 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.64 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.65 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.65 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.66 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.66 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.67 Setting up iproute2 (5.10.0-4) ...
09:41:47 [2022-06-21T09:41:47.532Z] #21 20.86 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:41:47 [2022-06-21T09:41:47.591Z] #19 47.11 Selecting previously unselected package liblsan0-arm64-cross.
09:41:47 [2022-06-21T09:41:47.591Z] #19 47.11 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.591Z] #19 47.11 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.591Z] #19 47.22 Selecting previously unselected package libtsan0-arm64-cross.
09:41:47 [2022-06-21T09:41:47.849Z] #19 47.22 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.849Z] #19 47.22 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
09:41:47 [2022-06-21T09:41:47.849Z] #19 47.45 Selecting previously unselected package libstdc++6-arm64-cross.
09:41:47 [2022-06-21T09:41:47.849Z] #19 47.45 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:47 [2022-06-21T09:41:47.849Z] #19 47.46 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.53 Selecting previously unselected package libubsan1-arm64-cross.
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.53 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.54 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.63 Selecting previously unselected package libgcc-10-dev-arm64-cross.
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.64 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.64 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
09:41:48 [2022-06-21T09:41:48.107Z] #19 47.78 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
09:41:48 [2022-06-21T09:41:48.366Z] #19 47.78 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:41:48 [2022-06-21T09:41:48.366Z] #19 47.79 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
09:41:48 [2022-06-21T09:41:48.465Z] #21 DONE 21.4s
09:41:48 [2022-06-21T09:41:48.465Z] 
09:41:48 [2022-06-21T09:41:48.465Z] #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
09:41:48 [2022-06-21T09:41:48.465Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0
09:41:49 [2022-06-21T09:41:49.030Z] #22 0.693 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:41:49 [2022-06-21T09:41:49.030Z] #22 0.696 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:41:49 [2022-06-21T09:41:49.030Z] #22 0.700 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:41:49 [2022-06-21T09:41:49.030Z] #22 DONE 0.7s
09:41:49 [2022-06-21T09:41:49.030Z] 
09:41:49 [2022-06-21T09:41:49.030Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
09:41:49 [2022-06-21T09:41:49.030Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
09:41:53 [2022-06-21T09:41:53.637Z] #19 52.78 Selecting previously unselected package gcc-aarch64-linux-gnu.
09:41:53 [2022-06-21T09:41:53.637Z] #19 52.78 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:41:53 [2022-06-21T09:41:53.637Z] #19 52.79 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
09:41:53 [2022-06-21T09:41:53.637Z] #19 52.82 Selecting previously unselected package linux-libc-dev-arm64-cross.
09:41:53 [2022-06-21T09:41:53.637Z] #19 52.83 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
09:41:53 [2022-06-21T09:41:53.637Z] #19 52.83 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
09:41:53 [2022-06-21T09:41:53.637Z] #19 53.05 Selecting previously unselected package libc6-dev-arm64-cross.
09:41:53 [2022-06-21T09:41:53.637Z] #19 53.06 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
09:41:53 [2022-06-21T09:41:53.637Z] #19 53.06 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
09:41:53 [2022-06-21T09:41:53.637Z] #19 53.30 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
09:41:53 [2022-06-21T09:41:53.896Z] #19 53.30 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
09:41:53 [2022-06-21T09:41:53.896Z] #19 53.30 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
09:41:53 [2022-06-21T09:41:53.896Z] #19 53.55 Selecting previously unselected package g++-10-aarch64-linux-gnu.
09:41:53 [2022-06-21T09:41:53.949Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0bbfbd640aaefbbcd) in /home/ubuntu/workspace/moby_PR-42379
[Pipeline] {
[Pipeline] checkout
09:41:54 [2022-06-21T09:41:54.140Z] The recommended git tool is: git
09:41:54 [2022-06-21T09:41:54.155Z] #19 53.56 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:41:54 [2022-06-21T09:41:54.155Z] #19 53.56 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
09:41:55 [2022-06-21T09:41:55.170Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09c8e809950bc50d6) in /home/ubuntu/workspace/moby_PR-42379
[Pipeline] {
[Pipeline] checkout
09:41:55 [2022-06-21T09:41:55.301Z] The recommended git tool is: git
09:41:57 [2022-06-21T09:41:57.125Z] #23 6.728 Collecting yamllint==1.26.1
09:41:57 [2022-06-21T09:41:57.125Z] #23 7.755   Downloading yamllint-1.26.1.tar.gz (126 kB)
09:41:57 [2022-06-21T09:41:57.125Z] #23 8.217 Collecting pathspec>=0.5.3
09:41:57 [2022-06-21T09:41:57.125Z] #23 8.226   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
09:41:57 [2022-06-21T09:41:57.381Z] #23 8.383 Collecting pyyaml
09:41:57 [2022-06-21T09:41:57.381Z] #23 8.387   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)
09:41:57 [2022-06-21T09:41:57.381Z] #23 8.417 Building wheels for collected packages: yamllint
09:41:57 [2022-06-21T09:41:57.381Z] #23 8.423   Building wheel for yamllint (setup.py): started
09:41:57 [2022-06-21T09:41:57.467Z] using credential docker-jenkins-github-credentials
09:41:57 [2022-06-21T09:41:57.476Z] Cloning the remote Git repository
09:41:57 [2022-06-21T09:41:57.476Z] Cloning with configured refspecs honoured and without tags
09:41:57 [2022-06-21T09:41:57.484Z] Cloning repository https://github.com/moby/moby.git
09:41:57 [2022-06-21T09:41:57.638Z] #23 8.799   Building wheel for yamllint (setup.py): finished with status 'done'
09:41:57 [2022-06-21T09:41:57.887Z] using credential docker-jenkins-github-credentials
09:41:57 [2022-06-21T09:41:57.894Z] #23 8.800   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=98b66efa6075d5dcd59ca92cc7d87a4f2873c41a77a4861d520d679c525aa7a8
09:41:57 [2022-06-21T09:41:57.894Z] #23 8.801   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
09:41:57 [2022-06-21T09:41:57.894Z] #23 8.804 Successfully built yamllint
09:41:57 [2022-06-21T09:41:57.894Z] #23 8.813 Installing collected packages: pyyaml, pathspec, yamllint
09:41:57 [2022-06-21T09:41:57.894Z] #23 8.996 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
09:41:57 [2022-06-21T09:41:57.895Z] Cloning the remote Git repository
09:41:57 [2022-06-21T09:41:57.895Z] Cloning with configured refspecs honoured and without tags
09:41:58 [2022-06-21T09:41:58.156Z] #23 DONE 9.4s
09:41:58 [2022-06-21T09:41:58.156Z] 
09:41:58 [2022-06-21T09:41:58.156Z] #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
09:41:58 [2022-06-21T09:41:58.156Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:41:58 [2022-06-21T09:41:58.415Z] #64 ...
09:41:58 [2022-06-21T09:41:58.415Z] 
09:41:58 [2022-06-21T09:41:58.415Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
09:41:58 [2022-06-21T09:41:58.415Z] #27 sha256:61f16d9fc0c5d332c56c044125c9c95be04a0c3da66ca3baf61c1f45c5df2992
09:41:58 [2022-06-21T09:41:58.415Z] #27 DONE 0.1s
09:41:58 [2022-06-21T09:41:58.415Z] 
09:41:58 [2022-06-21T09:41:58.415Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
09:41:58 [2022-06-21T09:41:58.415Z] #32 sha256:9dc633224c146164079960c364bf5cadc991b187c3f691ddeb6835a19cb8bf0d
09:41:57 [2022-06-21T09:41:57.925Z] Cloning repository https://github.com/moby/moby.git
09:41:57 [2022-06-21T09:41:57.980Z]  > git init /home/ubuntu/workspace/moby_PR-42379 # timeout=10
09:41:58 [2022-06-21T09:41:58.376Z] Fetching upstream changes from https://github.com/moby/moby.git
09:41:58 [2022-06-21T09:41:58.376Z]  > git --version # timeout=10
09:41:58 [2022-06-21T09:41:58.390Z]  > git --version # 'git version 2.17.1'
09:41:58 [2022-06-21T09:41:58.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:41:58 [2022-06-21T09:41:58.392Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:41:57 [2022-06-21T09:41:57.675Z]  > git init /home/ubuntu/workspace/moby_PR-42379 # timeout=10
09:41:58 [2022-06-21T09:41:58.248Z] Fetching upstream changes from https://github.com/moby/moby.git
09:41:58 [2022-06-21T09:41:58.248Z]  > git --version # timeout=10
09:41:58 [2022-06-21T09:41:58.269Z]  > git --version # 'git version 2.25.1'
09:41:58 [2022-06-21T09:41:58.270Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:41:58 [2022-06-21T09:41:58.371Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:41:58 [2022-06-21T09:41:58.979Z] #32 DONE 0.3s
09:41:58 [2022-06-21T09:41:58.979Z] 
09:41:58 [2022-06-21T09:41:58.979Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
09:41:58 [2022-06-21T09:41:58.979Z] #35 sha256:d2993d92b862920c0ad8b95e44853e13212b09e4636ee3ed874871d79a72e9aa
09:41:58 [2022-06-21T09:41:58.979Z] #35 DONE 0.1s
09:41:58 [2022-06-21T09:41:58.979Z] 
09:41:58 [2022-06-21T09:41:58.979Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
09:41:58 [2022-06-21T09:41:58.979Z] #37 sha256:984a49b8cf72ca2ac48c2ff22a10674844a776edb394df3b66ff5995bbfc6a29
09:41:59 [2022-06-21T09:41:59.236Z] #37 DONE 0.1s
09:41:59 [2022-06-21T09:41:59.236Z] 
09:41:59 [2022-06-21T09:41:59.236Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.236Z] #39 sha256:abe0e2935ed829700e5634c1d3fb5e4090cdd97613bd21488af8045dc99536aa
09:41:59 [2022-06-21T09:41:59.236Z] #39 DONE 0.1s
09:41:59 [2022-06-21T09:41:59.236Z] 
09:41:59 [2022-06-21T09:41:59.236Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.236Z] #41 sha256:014fe55585d018171cf9e4d62f02f9e5bd8848a5db0c1c7adac8b25d1adea680
09:41:59 [2022-06-21T09:41:59.236Z] #41 DONE 0.1s
09:41:59 [2022-06-21T09:41:59.236Z] 
09:41:59 [2022-06-21T09:41:59.236Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.236Z] #45 sha256:c59abbd5052d1ab171d955fabbf836a0ce45d391b71c8f61aa6cba7f09b304e2
09:41:59 [2022-06-21T09:41:59.236Z] #45 DONE 0.0s
09:41:59 [2022-06-21T09:41:59.236Z] 
09:41:59 [2022-06-21T09:41:59.236Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.236Z] #48 sha256:354ddcdff4ab8996fc06fca2f86b872135575e7da4f539d1e439f42ace4718ba
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.32 Selecting previously unselected package g++-aarch64-linux-gnu.
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.32 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.33 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.35 Selecting previously unselected package patch.
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.35 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.36 Unpacking patch (2.7.6-7) ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.39 Selecting previously unselected package dpkg-dev.
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.40 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.40 Unpacking dpkg-dev (1.20.10) ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.54 Selecting previously unselected package libconfig-inifiles-perl.
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.54 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.54 Unpacking libconfig-inifiles-perl (3.000003-1) ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.57 Selecting previously unselected package libio-string-perl.
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.57 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.58 Unpacking libio-string-perl (1.08-3.1) ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.61 Selecting previously unselected package libicu67:amd64.
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.61 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
09:41:59 [2022-06-21T09:41:59.425Z] #19 58.61 Unpacking libicu67:amd64 (67.1-7) ...
09:41:59 [2022-06-21T09:41:59.495Z] #48 DONE 0.2s
09:41:59 [2022-06-21T09:41:59.495Z] 
09:41:59 [2022-06-21T09:41:59.496Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.496Z] #52 sha256:1f9cfc730461500163cf9ee5ada5f9d80cba3558d114c4bcf1a28edc19b1364b
09:41:59 [2022-06-21T09:41:59.496Z] #52 DONE 0.1s
09:41:59 [2022-06-21T09:41:59.496Z] 
09:41:59 [2022-06-21T09:41:59.496Z] #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
09:41:59 [2022-06-21T09:41:59.496Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:41:59 [2022-06-21T09:41:59.496Z] #64 ...
09:41:59 [2022-06-21T09:41:59.496Z] 
09:41:59 [2022-06-21T09:41:59.496Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.496Z] #54 sha256:61414dd41b4d92bc7ec5d2c015592f0f47a9ef6cb45d2becab8eafd7020f53bd
09:41:59 [2022-06-21T09:41:59.496Z] #54 DONE 0.1s
09:41:59 [2022-06-21T09:41:59.496Z] 
09:41:59 [2022-06-21T09:41:59.496Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.496Z] #56 sha256:d9bd5770b65a5354bf8cd0632d0507a5f616743f5f57dbc3d5e6c6b9ef871218
09:41:59 [2022-06-21T09:41:59.683Z] #19 59.42 Selecting previously unselected package libxml2:amd64.
09:41:59 [2022-06-21T09:41:59.683Z] #19 59.43 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
09:41:59 [2022-06-21T09:41:59.753Z] #56 DONE 0.2s
09:41:59 [2022-06-21T09:41:59.753Z] 
09:41:59 [2022-06-21T09:41:59.753Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.753Z] #58 sha256:df4a1622715a7a198b04b5720896c1bbbf3c5b952d46cfbad43ea69a1db18e2c
09:41:59 [2022-06-21T09:41:59.753Z] #58 DONE 0.1s
09:41:59 [2022-06-21T09:41:59.753Z] 
09:41:59 [2022-06-21T09:41:59.753Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
09:41:59 [2022-06-21T09:41:59.753Z] #61 sha256:f04af8cf8717a06d18c91a3cc9af60e2c53a5ba3c726975334d2248869b36fc7
09:41:59 [2022-06-21T09:41:59.941Z] #19 59.43 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.51 Selecting previously unselected package libxml-namespacesupport-perl.
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.52 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.52 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.55 Selecting previously unselected package libxml-sax-base-perl.
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.55 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.56 Unpacking libxml-sax-base-perl (1.09-1.1) ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.60 Selecting previously unselected package libxml-sax-perl.
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.60 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.60 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.64 Selecting previously unselected package libxml-libxml-perl.
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.64 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
09:41:59 [2022-06-21T09:41:59.942Z] #19 59.65 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
09:42:00 [2022-06-21T09:42:00.010Z] #61 DONE 0.1s
09:42:00 [2022-06-21T09:42:00.010Z] 
09:42:00 [2022-06-21T09:42:00.010Z] #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
09:42:00 [2022-06-21T09:42:00.010Z] #64 sha256:6e29edb5e3670d14c977487b2d1a7d871031bc94ad9c38f49c599e7b354ca2d1
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.71 Selecting previously unselected package libxml-simple-perl.
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.71 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.71 Unpacking libxml-simple-perl (2.25-1) ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.75 Selecting previously unselected package libyaml-perl.
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.75 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.75 Unpacking libyaml-perl (1.30-1) ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.78 Selecting previously unselected package libconfig-auto-perl.
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.78 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.79 Unpacking libconfig-auto-perl (0.44-1.1) ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.82 Selecting previously unselected package libfile-which-perl.
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.82 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.83 Unpacking libfile-which-perl (1.23-1) ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.86 Selecting previously unselected package libfile-homedir-perl.
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.86 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.86 Unpacking libfile-homedir-perl (1.006-1) ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.90 Selecting previously unselected package libdebian-dpkgcross-perl.
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.90 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.90 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
09:42:00 [2022-06-21T09:42:00.200Z] #19 59.94 Selecting previously unselected package dpkg-cross.
09:42:00 [2022-06-21T09:42:00.458Z] #19 59.94 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 59.95 Unpacking dpkg-cross (2.6.18+nmu1) ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 59.99 Selecting previously unselected package crossbuild-essential-arm64.
09:42:00 [2022-06-21T09:42:00.458Z] #19 59.99 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 59.99 Unpacking crossbuild-essential-arm64 (12.9) ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.02 Selecting previously unselected package libc6-armel-cross.
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.02 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.02 Unpacking libc6-armel-cross (2.31-9cross4) ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.14 Selecting previously unselected package libgcc-s1-armel-cross.
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.14 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.14 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.18 Selecting previously unselected package libgomp1-armel-cross.
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.18 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.18 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
09:42:00 [2022-06-21T09:42:00.458Z] #19 60.21 Selecting previously unselected package libatomic1-armel-cross.
09:42:00 [2022-06-21T09:42:00.716Z] #19 60.22 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
09:42:00 [2022-06-21T09:42:00.716Z] #19 60.22 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
09:42:00 [2022-06-21T09:42:00.716Z] #19 60.25 Selecting previously unselected package libasan6-armel-cross.
09:42:00 [2022-06-21T09:42:00.716Z] #19 60.25 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
09:42:00 [2022-06-21T09:42:00.716Z] #19 60.25 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
09:42:00 [2022-06-21T09:42:00.716Z] #19 60.47 Selecting previously unselected package libstdc++6-armel-cross.
09:42:00 [2022-06-21T09:42:00.974Z] #19 60.48 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
09:42:00 [2022-06-21T09:42:00.974Z] #19 60.48 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
09:42:00 [2022-06-21T09:42:00.974Z] #19 60.54 Selecting previously unselected package libubsan1-armel-cross.
09:42:00 [2022-06-21T09:42:00.974Z] #19 60.54 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
09:42:00 [2022-06-21T09:42:00.974Z] #19 60.55 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
09:42:01 [2022-06-21T09:42:01.232Z] #19 60.64 Selecting previously unselected package libgcc-10-dev-armel-cross.
09:42:01 [2022-06-21T09:42:01.232Z] #19 60.65 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
09:42:01 [2022-06-21T09:42:01.232Z] #19 60.65 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
09:42:01 [2022-06-21T09:42:01.232Z] #19 60.77 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
09:42:01 [2022-06-21T09:42:01.232Z] #19 60.77 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
09:42:01 [2022-06-21T09:42:01.232Z] #19 60.77 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
09:42:04 [2022-06-21T09:42:04.012Z] Fetching without tags
09:42:04 [2022-06-21T09:42:04.256Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:42:05 [2022-06-21T09:42:05.076Z] Merge succeeded, producing 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:42:05 [2022-06-21T09:42:05.076Z] Checking out Revision 8f64a1ec53121ef4a2750307613340b2c2eaafda (PR-42379)
09:42:03 [2022-06-21T09:42:03.976Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:42:03 [2022-06-21T09:42:03.991Z]  > git config --add remote.origin.fetch +refs/pull/42379/head:refs/remotes/origin/PR-42379 # timeout=10
09:42:03 [2022-06-21T09:42:03.997Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:42:04 [2022-06-21T09:42:04.011Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:42:04 [2022-06-21T09:42:04.022Z] Fetching upstream changes from https://github.com/moby/moby.git
09:42:04 [2022-06-21T09:42:04.023Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:42:04 [2022-06-21T09:42:04.024Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:42:04 [2022-06-21T09:42:04.272Z]  > git config core.sparsecheckout # timeout=10
09:42:04 [2022-06-21T09:42:04.288Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:42:04 [2022-06-21T09:42:04.911Z]  > git remote # timeout=10
09:42:04 [2022-06-21T09:42:04.928Z]  > git config --get remote.origin.url # timeout=10
09:42:04 [2022-06-21T09:42:04.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:42:04 [2022-06-21T09:42:04.939Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
09:42:05 [2022-06-21T09:42:05.054Z]  > git rev-parse HEAD^{commit} # timeout=10
09:42:05 [2022-06-21T09:42:05.085Z]  > git config core.sparsecheckout # timeout=10
09:42:05 [2022-06-21T09:42:05.109Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.48 Selecting previously unselected package gcc-arm-linux-gnueabi.
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.48 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.48 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.51 Selecting previously unselected package linux-libc-dev-armel-cross.
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.51 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.51 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.68 Selecting previously unselected package libc6-dev-armel-cross.
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.68 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.69 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.90 Selecting previously unselected package libstdc++-10-dev-armel-cross.
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.90 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
09:42:06 [2022-06-21T09:42:06.503Z] #19 65.91 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
09:42:06 [2022-06-21T09:42:06.553Z] #64 75.91 + bin/containerd
09:42:06 [2022-06-21T09:42:06.762Z] #19 66.16 Selecting previously unselected package g++-10-arm-linux-gnueabi.
09:42:06 [2022-06-21T09:42:06.762Z] #19 66.16 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
09:42:06 [2022-06-21T09:42:06.763Z] #19 66.17 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
09:42:09 [2022-06-21T09:42:09.896Z] Commit message: "Prevent data race in version negotiation"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:42:10 [2022-06-21T09:42:10.804Z] + docker version
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.65 Selecting previously unselected package g++-arm-linux-gnueabi.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.66 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.66 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.69 Selecting previously unselected package crossbuild-essential-armel.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.69 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.69 Unpacking crossbuild-essential-armel (12.9) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.73 Selecting previously unselected package libc6-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.74 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.74 Unpacking libc6-armhf-cross (2.31-9cross4) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.85 Selecting previously unselected package libgcc-s1-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.85 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.86 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.89 Selecting previously unselected package libgomp1-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.89 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.90 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.93 Selecting previously unselected package libatomic1-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.93 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.95 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.98 Selecting previously unselected package libasan6-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.99 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 70.99 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.21 Selecting previously unselected package libstdc++6-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.21 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.22 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.28 Selecting previously unselected package libubsan1-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.28 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.29 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.38 Selecting previously unselected package libgcc-10-dev-armhf-cross.
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.38 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.39 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.50 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.50 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
09:42:12 [2022-06-21T09:42:12.037Z] #19 71.50 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.26 Selecting previously unselected package gcc-arm-linux-gnueabihf.
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.26 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.27 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.30 Selecting previously unselected package linux-libc-dev-armhf-cross.
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.30 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.30 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.47 Selecting previously unselected package libc6-dev-armhf-cross.
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.48 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.48 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.69 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.70 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.70 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
09:42:17 [2022-06-21T09:42:17.303Z] #19 76.95 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
09:42:17 [2022-06-21T09:42:17.562Z] #19 76.95 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
09:42:17 [2022-06-21T09:42:17.562Z] #19 76.96 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
09:42:18 [2022-06-21T09:42:18.930Z] Fetching without tags
09:42:19 [2022-06-21T09:42:19.193Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:42:18 [2022-06-21T09:42:18.851Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:42:18 [2022-06-21T09:42:18.868Z]  > git config --add remote.origin.fetch +refs/pull/42379/head:refs/remotes/origin/PR-42379 # timeout=10
09:42:18 [2022-06-21T09:42:18.885Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:42:18 [2022-06-21T09:42:18.912Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:42:18 [2022-06-21T09:42:18.933Z] Fetching upstream changes from https://github.com/moby/moby.git
09:42:18 [2022-06-21T09:42:18.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:42:18 [2022-06-21T09:42:18.965Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:42:19 [2022-06-21T09:42:19.200Z]  > git config core.sparsecheckout # timeout=10
09:42:19 [2022-06-21T09:42:19.468Z] Fetching without tags
09:42:19 [2022-06-21T09:42:19.700Z] Merging remotes/origin/master commit 74286cba8c2c14d5360caec44d2da74858e9c707 into PR head commit 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:42:20 [2022-06-21T09:42:20.208Z] Merge succeeded, producing 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:42:20 [2022-06-21T09:42:20.208Z] Checking out Revision 8f64a1ec53121ef4a2750307613340b2c2eaafda (PR-42379)
09:42:19 [2022-06-21T09:42:19.317Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:42:19 [2022-06-21T09:42:19.345Z]  > git config --add remote.origin.fetch +refs/pull/42379/head:refs/remotes/origin/PR-42379 # timeout=10
09:42:19 [2022-06-21T09:42:19.410Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:42:19 [2022-06-21T09:42:19.445Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:42:19 [2022-06-21T09:42:19.474Z] Fetching upstream changes from https://github.com/moby/moby.git
09:42:19 [2022-06-21T09:42:19.474Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:42:19 [2022-06-21T09:42:19.475Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42379/head:refs/remotes/origin/PR-42379 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:42:19 [2022-06-21T09:42:19.714Z]  > git config core.sparsecheckout # timeout=10
09:42:19 [2022-06-21T09:42:19.722Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:42:20 [2022-06-21T09:42:20.731Z] Merge succeeded, producing 8f64a1ec53121ef4a2750307613340b2c2eaafda
09:42:20 [2022-06-21T09:42:20.731Z] Checking out Revision 8f64a1ec53121ef4a2750307613340b2c2eaafda (PR-42379)
09:42:20 [2022-06-21T09:42:20.786Z] Client: Docker Engine - Community
09:42:20 [2022-06-21T09:42:20.786Z]  Version:           20.10.14
09:42:20 [2022-06-21T09:42:20.786Z]  API version:       1.41
09:42:20 [2022-06-21T09:42:20.786Z]  Go version:        go1.16.15
09:42:20 [2022-06-21T09:42:20.786Z]  Git commit:        a224086
09:42:20 [2022-06-21T09:42:20.786Z]  Built:             Thu Mar 24 01:48:02 2022
09:42:20 [2022-06-21T09:42:20.786Z]  OS/Arch:           linux/amd64
09:42:20 [2022-06-21T09:42:20.786Z]  Context:           default
09:42:20 [2022-06-21T09:42:20.786Z]  Experimental:      true
09:42:20 [2022-06-21T09:42:20.786Z] 
09:42:20 [2022-06-21T09:42:20.786Z] Server: Docker Engine - Community
09:42:20 [2022-06-21T09:42:20.786Z]  Engine:
09:42:20 [2022-06-21T09:42:20.786Z]   Version:          20.10.14
09:42:20 [2022-06-21T09:42:20.786Z]   API version:      1.41 (minimum version 1.12)
09:42:20 [2022-06-21T09:42:20.786Z]   Go version:       go1.16.15
09:42:20 [2022-06-21T09:42:20.786Z]   Git commit:       87a90dc
09:42:20 [2022-06-21T09:42:20.786Z]   Built:            Thu Mar 24 01:45:53 2022
09:42:20 [2022-06-21T09:42:20.786Z]   OS/Arch:          linux/amd64
09:42:20 [2022-06-21T09:42:20.786Z]   Experimental:     true
09:42:20 [2022-06-21T09:42:20.786Z]  containerd:
09:42:20 [2022-06-21T09:42:20.786Z]   Version:          1.5.11
09:42:20 [2022-06-21T09:42:20.786Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
09:42:20 [2022-06-21T09:42:20.786Z]  runc:
09:42:20 [2022-06-21T09:42:20.786Z]   Version:          1.0.3
09:42:20 [2022-06-21T09:42:20.786Z]   GitCommit:        v1.0.3-0-gf46b6ba
09:42:20 [2022-06-21T09:42:20.786Z]  docker-init:
09:42:20 [2022-06-21T09:42:20.786Z]   Version:          0.19.0
09:42:20 [2022-06-21T09:42:20.786Z]   GitCommit:        de40ad0
[Pipeline] sh
09:42:21 [2022-06-21T09:42:21.107Z] + docker info
09:42:19 [2022-06-21T09:42:19.210Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:42:20 [2022-06-21T09:42:20.092Z]  > git remote # timeout=10
09:42:20 [2022-06-21T09:42:20.112Z]  > git config --get remote.origin.url # timeout=10
09:42:20 [2022-06-21T09:42:20.137Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:42:20 [2022-06-21T09:42:20.138Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
09:42:20 [2022-06-21T09:42:20.177Z]  > git rev-parse HEAD^{commit} # timeout=10
09:42:20 [2022-06-21T09:42:20.211Z]  > git config core.sparsecheckout # timeout=10
09:42:20 [2022-06-21T09:42:20.247Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:42:21 [2022-06-21T09:42:21.749Z] #19 81.40 Selecting previously unselected package g++-arm-linux-gnueabihf.
09:42:21 [2022-06-21T09:42:21.749Z] #19 81.41 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
09:42:21 [2022-06-21T09:42:21.749Z] #19 81.41 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.44 Selecting previously unselected package crossbuild-essential-armhf.
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.44 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.44 Unpacking crossbuild-essential-armhf (12.9) ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.47 Selecting previously unselected package libc6-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.47 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.47 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.64 Selecting previously unselected package libgcc-s1-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.64 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.64 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
09:42:22 [2022-06-21T09:42:22.007Z] #19 81.67 Selecting previously unselected package libgomp1-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.68 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.68 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.72 Selecting previously unselected package libitm1-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.72 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.73 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.76 Selecting previously unselected package libatomic1-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.76 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.76 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.80 Selecting previously unselected package libasan6-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.80 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.265Z] #19 81.80 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
09:42:20 [2022-06-21T09:42:20.586Z]  > git remote # timeout=10
09:42:20 [2022-06-21T09:42:20.694Z]  > git config --get remote.origin.url # timeout=10
09:42:20 [2022-06-21T09:42:20.699Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:42:20 [2022-06-21T09:42:20.700Z]  > git merge 74286cba8c2c14d5360caec44d2da74858e9c707 # timeout=10
09:42:20 [2022-06-21T09:42:20.717Z]  > git rev-parse HEAD^{commit} # timeout=10
09:42:20 [2022-06-21T09:42:20.734Z]  > git config core.sparsecheckout # timeout=10
09:42:20 [2022-06-21T09:42:20.740Z]  > git checkout -f 8f64a1ec53121ef4a2750307613340b2c2eaafda # timeout=10
09:42:22 [2022-06-21T09:42:22.523Z] #19 82.04 Selecting previously unselected package liblsan0-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.523Z] #19 82.04 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.523Z] #19 82.05 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
09:42:22 [2022-06-21T09:42:22.523Z] #19 82.16 Selecting previously unselected package libtsan0-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.782Z] #19 82.16 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.782Z] #19 82.16 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
09:42:22 [2022-06-21T09:42:22.782Z] #19 82.39 Selecting previously unselected package libstdc++6-ppc64el-cross.
09:42:22 [2022-06-21T09:42:22.782Z] #19 82.40 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:22 [2022-06-21T09:42:22.782Z] #19 82.40 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.48 Selecting previously unselected package libubsan1-ppc64el-cross.
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.48 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.48 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.59 Selecting previously unselected package libquadmath0-ppc64el-cross.
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.59 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.59 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.64 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.64 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:23 [2022-06-21T09:42:23.056Z] #19 82.65 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
09:42:23 [2022-06-21T09:42:23.316Z] #19 82.83 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
09:42:23 [2022-06-21T09:42:23.316Z] #19 82.83 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:42:23 [2022-06-21T09:42:23.316Z] #19 82.84 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
09:42:24 [2022-06-21T09:42:24.323Z] Commit message: "Prevent data race in version negotiation"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:42:24 [2022-06-21T09:42:24.876Z] Commit message: "Prevent data race in version negotiation"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:42:25 [2022-06-21T09:42:25.614Z] + docker version
09:42:25 [2022-06-21T09:42:25.815Z] + docker version
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.46 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.46 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.46 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.49 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.49 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.50 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.67 Selecting previously unselected package libc6-dev-ppc64el-cross.
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.67 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 87.67 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 88.03 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
09:42:28 [2022-06-21T09:42:28.583Z] #19 88.03 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 88.03 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
09:42:28 [2022-06-21T09:42:28.583Z] #19 88.29 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
09:42:28 [2022-06-21T09:42:28.843Z] #19 88.29 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:42:28 [2022-06-21T09:42:28.843Z] #19 88.30 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.64 Selecting previously unselected package g++-powerpc64le-linux-gnu.
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.65 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.65 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.67 Selecting previously unselected package crossbuild-essential-ppc64el.
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.68 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.68 Unpacking crossbuild-essential-ppc64el (12.9) ...
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.71 Selecting previously unselected package libc6-s390x-cross.
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.71 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
09:42:33 [2022-06-21T09:42:33.040Z] #19 92.71 Unpacking libc6-s390x-cross (2.31-9cross4) ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.85 Selecting previously unselected package libgcc-s1-s390x-cross.
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.86 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.86 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.89 Selecting previously unselected package libgomp1-s390x-cross.
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.89 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.89 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.93 Selecting previously unselected package libitm1-s390x-cross.
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.93 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.94 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.97 Selecting previously unselected package libatomic1-s390x-cross.
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.97 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 92.97 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.298Z] #19 93.00 Selecting previously unselected package libasan6-s390x-cross.
09:42:33 [2022-06-21T09:42:33.556Z] #19 93.00 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.556Z] #19 93.01 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.556Z] #19 93.23 Selecting previously unselected package libstdc++6-s390x-cross.
09:42:33 [2022-06-21T09:42:33.556Z] #19 93.23 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.556Z] #19 93.24 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.731Z] Client: Docker Engine - Community
09:42:33 [2022-06-21T09:42:33.732Z]  Version:           20.10.14
09:42:33 [2022-06-21T09:42:33.732Z]  API version:       1.41
09:42:33 [2022-06-21T09:42:33.732Z]  Go version:        go1.16.15
09:42:33 [2022-06-21T09:42:33.732Z]  Git commit:        a224086
09:42:33 [2022-06-21T09:42:33.732Z]  Built:             Thu Mar 24 01:47:57 2022
09:42:33 [2022-06-21T09:42:33.732Z]  OS/Arch:           linux/amd64
09:42:33 [2022-06-21T09:42:33.732Z]  Context:           default
09:42:33 [2022-06-21T09:42:33.732Z]  Experimental:      true
09:42:33 [2022-06-21T09:42:33.732Z] 
09:42:33 [2022-06-21T09:42:33.732Z] Server: Docker Engine - Community
09:42:33 [2022-06-21T09:42:33.732Z]  Engine:
09:42:33 [2022-06-21T09:42:33.732Z]   Version:          20.10.14
09:42:33 [2022-06-21T09:42:33.732Z]   API version:      1.41 (minimum version 1.12)
09:42:33 [2022-06-21T09:42:33.732Z]   Go version:       go1.16.15
09:42:33 [2022-06-21T09:42:33.732Z]   Git commit:       87a90dc
09:42:33 [2022-06-21T09:42:33.732Z]   Built:            Thu Mar 24 01:45:46 2022
09:42:33 [2022-06-21T09:42:33.732Z]   OS/Arch:          linux/amd64
09:42:33 [2022-06-21T09:42:33.732Z]   Experimental:     true
09:42:33 [2022-06-21T09:42:33.732Z]  containerd:
09:42:33 [2022-06-21T09:42:33.732Z]   Version:          1.5.11
09:42:33 [2022-06-21T09:42:33.732Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
09:42:33 [2022-06-21T09:42:33.732Z]  runc:
09:42:33 [2022-06-21T09:42:33.732Z]   Version:          1.0.3
09:42:33 [2022-06-21T09:42:33.732Z]   GitCommit:        v1.0.3-0-gf46b6ba
09:42:33 [2022-06-21T09:42:33.732Z]  docker-init:
09:42:33 [2022-06-21T09:42:33.732Z]   Version:          0.19.0
09:42:33 [2022-06-21T09:42:33.732Z]   GitCommit:        de40ad0
[Pipeline] sh
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.31 Selecting previously unselected package libubsan1-s390x-cross.
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.31 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.31 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.41 Selecting previously unselected package libgcc-10-dev-s390x-cross.
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.42 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.42 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.53 Selecting previously unselected package gcc-10-s390x-linux-gnu.
09:42:33 [2022-06-21T09:42:33.814Z] #19 93.53 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:42:34 [2022-06-21T09:42:34.072Z] #19 93.53 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
09:42:34 [2022-06-21T09:42:34.092Z] + docker info
09:42:35 [2022-06-21T09:42:35.818Z] Client: Docker Engine - Community
09:42:35 [2022-06-21T09:42:35.818Z]  Version:           20.10.14
09:42:35 [2022-06-21T09:42:35.818Z]  API version:       1.41
09:42:35 [2022-06-21T09:42:35.818Z]  Go version:        go1.16.15
09:42:35 [2022-06-21T09:42:35.818Z]  Git commit:        a224086
09:42:35 [2022-06-21T09:42:35.818Z]  Built:             Thu Mar 24 01:47:20 2022
09:42:35 [2022-06-21T09:42:35.818Z]  OS/Arch:           linux/arm64
09:42:35 [2022-06-21T09:42:35.818Z]  Context:           default
09:42:35 [2022-06-21T09:42:35.818Z]  Experimental:      true
09:42:35 [2022-06-21T09:42:35.818Z] 
09:42:35 [2022-06-21T09:42:35.818Z] Server: Docker Engine - Community
09:42:35 [2022-06-21T09:42:35.818Z]  Engine:
09:42:35 [2022-06-21T09:42:35.818Z]   Version:          20.10.14
09:42:35 [2022-06-21T09:42:35.818Z]   API version:      1.41 (minimum version 1.12)
09:42:35 [2022-06-21T09:42:35.818Z]   Go version:       go1.16.15
09:42:35 [2022-06-21T09:42:35.818Z]   Git commit:       87a90dc
09:42:35 [2022-06-21T09:42:35.818Z]   Built:            Thu Mar 24 01:45:39 2022
09:42:35 [2022-06-21T09:42:35.818Z]   OS/Arch:          linux/arm64
09:42:35 [2022-06-21T09:42:35.818Z]   Experimental:     true
09:42:35 [2022-06-21T09:42:35.818Z]  containerd:
09:42:35 [2022-06-21T09:42:35.818Z]   Version:          1.5.11
09:42:35 [2022-06-21T09:42:35.818Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
09:42:35 [2022-06-21T09:42:35.818Z]  runc:
09:42:35 [2022-06-21T09:42:35.818Z]   Version:          1.0.3
09:42:35 [2022-06-21T09:42:35.818Z]   GitCommit:        v1.0.3-0-gf46b6ba
09:42:35 [2022-06-21T09:42:35.818Z]  docker-init:
09:42:35 [2022-06-21T09:42:35.818Z]   Version:          0.19.0
09:42:35 [2022-06-21T09:42:35.818Z]   GitCommit:        de40ad0
[Pipeline] sh
09:42:36 [2022-06-21T09:42:36.135Z] + docker info
09:42:38 [2022-06-21T09:42:38.260Z] #19 97.81 Selecting previously unselected package gcc-s390x-linux-gnu.
09:42:38 [2022-06-21T09:42:38.260Z] #19 97.81 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:42:38 [2022-06-21T09:42:38.260Z] #19 97.82 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
09:42:38 [2022-06-21T09:42:38.260Z] #19 97.85 Selecting previously unselected package linux-libc-dev-s390x-cross.
09:42:38 [2022-06-21T09:42:38.260Z] #19 97.85 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
09:42:38 [2022-06-21T09:42:38.260Z] #19 97.85 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
09:42:38 [2022-06-21T09:42:38.518Z] #19 98.03 Selecting previously unselected package libc6-dev-s390x-cross.
09:42:38 [2022-06-21T09:42:38.518Z] #19 98.03 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
09:42:38 [2022-06-21T09:42:38.518Z] #19 98.03 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
09:42:38 [2022-06-21T09:42:38.518Z] #19 98.26 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
09:42:38 [2022-06-21T09:42:38.777Z] #19 98.26 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
09:42:38 [2022-06-21T09:42:38.777Z] #19 98.27 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
09:42:38 [2022-06-21T09:42:38.777Z] #19 98.52 Selecting previously unselected package g++-10-s390x-linux-gnu.
09:42:39 [2022-06-21T09:42:39.035Z] #19 98.52 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
09:42:39 [2022-06-21T09:42:39.035Z] #19 98.52 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.7 Selecting previously unselected package g++-s390x-linux-gnu.
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.7 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.7 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.7 Selecting previously unselected package crossbuild-essential-s390x.
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.7 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.7 Unpacking crossbuild-essential-s390x (12.9) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up libconfig-inifiles-perl (3.000003-1) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up libfile-which-perl (1.23-1) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up libc6-armhf-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up libicu67:amd64 (67.1-7) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.8 Setting up libmagic-mgc (1:5.39-3) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.9 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.9 Setting up libc6-s390x-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.9 Setting up libmagic1:amd64 (1:5.39-3) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
09:42:43 [2022-06-21T09:42:43.223Z] #19 102.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 102.9 Setting up file (1:5.39-3) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 102.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 102.9 Setting up bzip2 (1.0.8-4) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 102.9 Setting up libyaml-perl (1.30-1) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.0 Setting up libxml-sax-base-perl (1.09-1.1) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.0 Setting up libio-string-perl (1.08-3.1) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.0 Setting up cross-config (2.6.18+nmu1) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.1 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.1 Setting up libc6-arm64-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.1 Setting up patch (2.7.6-7) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
09:42:43 [2022-06-21T09:42:43.481Z] #19 103.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up libc6-armel-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up libfile-homedir-perl (1.006-1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up liblocale-gettext-perl (1.07-4+b1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.739Z] #19 103.5 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.6 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.6 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.6 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.6 Setting up libxml-sax-perl (1.02+dfsg-1) ...
09:42:43 [2022-06-21T09:42:43.998Z] #19 103.7 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 Setting up dpkg-dev (1.20.10) ...
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
09:42:44 [2022-06-21T09:42:44.256Z] #19 103.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.256Z] #19 104.0 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.1 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
09:42:44 [2022-06-21T09:42:44.515Z] #19 104.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
09:42:44 [2022-06-21T09:42:44.773Z] #19 104.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up libxml-simple-perl (2.25-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up libconfig-auto-perl (0.44-1.1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.8 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.031Z] #19 104.8 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.8 Setting up dpkg-cross (2.6.18+nmu1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.9 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.9 Setting up crossbuild-essential-armel (12.9) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.9 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.9 Setting up crossbuild-essential-armhf (12.9) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.9 Setting up crossbuild-essential-arm64 (12.9) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 104.9 Setting up crossbuild-essential-s390x (12.9) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 105.0 Setting up crossbuild-essential-ppc64el (12.9) ...
09:42:45 [2022-06-21T09:42:45.289Z] #19 105.0 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:42:47 [2022-06-21T09:42:47.192Z] #19 DONE 106.4s
09:42:47 [2022-06-21T09:42:47.192Z] 
09:42:47 [2022-06-21T09:42:47.192Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
09:42:47 [2022-06-21T09:42:47.192Z] #32 sha256:3850d9a55422d1ddfb3c0267aa3d56976ade81aaa63f5c60b5d2fda8ebd11f1a
09:42:47 [2022-06-21T09:42:47.192Z] #32 DONE 0.2s
09:42:47 [2022-06-21T09:42:47.192Z] 
09:42:47 [2022-06-21T09:42:47.192Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
09:42:47 [2022-06-21T09:42:47.192Z] #73 sha256:53f3f8e03dcae0e6ff67b7fd3b832857847cc16617b2d588f1a8641103c0a66d
09:42:47 [2022-06-21T09:42:47.192Z] #73 DONE 0.1s
09:42:47 [2022-06-21T09:42:47.192Z] 
09:42:47 [2022-06-21T09:42:47.192Z] #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
09:42:47 [2022-06-21T09:42:47.192Z] #33 sha256:6850ec676e43da54fe5bc1af1bd8559719c65ba17b3723eeedc59e245fd9c9be
09:42:47 [2022-06-21T09:42:47.657Z] Client:
09:42:47 [2022-06-21T09:42:47.657Z]  Context:    default
09:42:47 [2022-06-21T09:42:47.657Z]  Debug Mode: false
09:42:47 [2022-06-21T09:42:47.657Z]  Plugins:
09:42:47 [2022-06-21T09:42:47.657Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:42:47 [2022-06-21T09:42:47.657Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
09:42:47 [2022-06-21T09:42:47.657Z]   compose: Docker Compose (Docker Inc., v2.4.1)
09:42:47 [2022-06-21T09:42:47.657Z]   scan: Docker Scan (Docker Inc., v0.17.0)
09:42:47 [2022-06-21T09:42:47.657Z] 
09:42:47 [2022-06-21T09:42:47.657Z] Server:
09:42:47 [2022-06-21T09:42:47.657Z]  Containers: 0
09:42:47 [2022-06-21T09:42:47.657Z]   Running: 0
09:42:47 [2022-06-21T09:42:47.657Z]   Paused: 0
09:42:47 [2022-06-21T09:42:47.657Z]   Stopped: 0
09:42:47 [2022-06-21T09:42:47.657Z]  Images: 0
09:42:47 [2022-06-21T09:42:47.657Z]  Server Version: 20.10.14
09:42:47 [2022-06-21T09:42:47.657Z]  Storage Driver: overlay2
09:42:47 [2022-06-21T09:42:47.657Z]   Backing Filesystem: extfs
09:42:47 [2022-06-21T09:42:47.657Z]   Supports d_type: true
09:42:47 [2022-06-21T09:42:47.657Z]   Native Overlay Diff: true
09:42:47 [2022-06-21T09:42:47.657Z]   userxattr: false
09:42:47 [2022-06-21T09:42:47.657Z]  Logging Driver: json-file
09:42:47 [2022-06-21T09:42:47.657Z]  Cgroup Driver: systemd
09:42:47 [2022-06-21T09:42:47.657Z]  Cgroup Version: 2
09:42:47 [2022-06-21T09:42:47.657Z]  Plugins:
09:42:47 [2022-06-21T09:42:47.657Z]   Volume: local
09:42:47 [2022-06-21T09:42:47.657Z]   Network: bridge host ipvlan macvlan null overlay
09:42:47 [2022-06-21T09:42:47.657Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:42:47 [2022-06-21T09:42:47.657Z]  Swarm: inactive
09:42:47 [2022-06-21T09:42:47.657Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:42:47 [2022-06-21T09:42:47.657Z]  Default Runtime: runc
09:42:47 [2022-06-21T09:42:47.657Z]  Init Binary: docker-init
09:42:47 [2022-06-21T09:42:47.657Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
09:42:47 [2022-06-21T09:42:47.657Z]  runc version: v1.0.3-0-gf46b6ba
09:42:47 [2022-06-21T09:42:47.657Z]  init version: de40ad0
09:42:47 [2022-06-21T09:42:47.657Z]  Security Options:
09:42:47 [2022-06-21T09:42:47.657Z]   apparmor
09:42:47 [2022-06-21T09:42:47.657Z]   seccomp
09:42:47 [2022-06-21T09:42:47.657Z]    Profile: default
09:42:47 [2022-06-21T09:42:47.657Z]   cgroupns
09:42:47 [2022-06-21T09:42:47.657Z]  Kernel Version: 5.13.0-1021-aws
09:42:47 [2022-06-21T09:42:47.657Z]  Operating System: Ubuntu 20.04.4 LTS
09:42:47 [2022-06-21T09:42:47.657Z]  OSType: linux
09:42:47 [2022-06-21T09:42:47.657Z]  Architecture: x86_64
09:42:47 [2022-06-21T09:42:47.657Z]  CPUs: 2
09:42:47 [2022-06-21T09:42:47.657Z]  Total Memory: 7.476GiB
09:42:47 [2022-06-21T09:42:47.657Z]  Name: ip-10-100-126-185
09:42:47 [2022-06-21T09:42:47.657Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
09:42:47 [2022-06-21T09:42:47.657Z]  Docker Root Dir: /var/lib/docker
09:42:47 [2022-06-21T09:42:47.657Z]  Debug Mode: false
09:42:47 [2022-06-21T09:42:47.657Z]  Registry: https://index.docker.io/v1/
09:42:47 [2022-06-21T09:42:47.657Z]  Labels:
09:42:47 [2022-06-21T09:42:47.657Z]  Experimental: true
09:42:47 [2022-06-21T09:42:47.657Z]  Insecure Registries:
09:42:47 [2022-06-21T09:42:47.657Z]   127.0.0.0/8
09:42:47 [2022-06-21T09:42:47.657Z]  Live Restore Enabled: true
09:42:47 [2022-06-21T09:42:47.657Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:42:47 [2022-06-21T09:42:47.983Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8f64a1ec53121ef4a2750307613340b2c2eaafda .
09:42:48 [2022-06-21T09:42:48.128Z] #33 1.315 + RM_GOPATH=0
09:42:48 [2022-06-21T09:42:48.128Z] #33 1.315 + TMP_GOPATH=
09:42:48 [2022-06-21T09:42:48.128Z] #33 1.315 + : /build
09:42:48 [2022-06-21T09:42:48.128Z] #33 1.315 + '[' -z '' ']'
09:42:48 [2022-06-21T09:42:48.243Z] #1 [internal] load build definition from Dockerfile
09:42:48 [2022-06-21T09:42:48.243Z] #1 sha256:9682c13e619142cb3165da7d7ed1ee919012304ebd42bebb06a4e41eedfa1e31
09:42:48 [2022-06-21T09:42:48.243Z] #1 transferring dockerfile:
09:42:48 [2022-06-21T09:42:48.243Z] #1 transferring dockerfile: 18.90kB done
09:42:48 [2022-06-21T09:42:48.243Z] #1 DONE 0.2s
09:42:48 [2022-06-21T09:42:48.243Z] 
09:42:48 [2022-06-21T09:42:48.243Z] #2 [internal] load .dockerignore
09:42:48 [2022-06-21T09:42:48.243Z] #2 sha256:d0f4dd691495edd58d9ec419799d274dd6bf18e23450d129358ab3bb286fd73d
09:42:48 [2022-06-21T09:42:48.243Z] #2 transferring context: 145B done
09:42:48 [2022-06-21T09:42:48.243Z] #2 DONE 0.1s
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.315 ++ mktemp -d
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.317 + export GOPATH=/tmp/tmp.wG7DrPp6z2
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.317 + GOPATH=/tmp/tmp.wG7DrPp6z2
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.317 + RM_GOPATH=1
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.317 + case "$(go env GOARCH)" in
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.317 ++ go env GOARCH
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.326 + export GO_BUILDMODE=-buildmode=pie
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.326 + GO_BUILDMODE=-buildmode=pie
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 Install docker/cli version 17.06.2-ce from stable
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 ++ dirname /install.sh
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + dir=/
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + bin=dockercli
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + shift
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + '[' '!' -f //dockercli.installer ']'
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + . //dockercli.installer
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 ++ : stable
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 ++ : 17.06.2-ce
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + install_dockercli
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.328 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.330 ++ uname -m
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.330 + arch=x86_64
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.330 + '[' x86_64 '!=' x86_64 ']'
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.330 + url=https://download.docker.com/linux/static
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.330 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:42:48 [2022-06-21T09:42:48.386Z] #33 1.331 + tar -xz docker/docker
09:42:48 [2022-06-21T09:42:48.502Z] 
09:42:48 [2022-06-21T09:42:48.502Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
09:42:48 [2022-06-21T09:42:48.502Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
09:42:48 [2022-06-21T09:42:48.760Z] #3 DONE 0.4s
09:42:48 [2022-06-21T09:42:48.760Z] 
09:42:48 [2022-06-21T09:42:48.760Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
09:42:48 [2022-06-21T09:42:48.760Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
09:42:48 [2022-06-21T09:42:48.760Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
09:42:48 [2022-06-21T09:42:48.760Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
09:42:48 [2022-06-21T09:42:48.761Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
09:42:48 [2022-06-21T09:42:48.761Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
09:42:48 [2022-06-21T09:42:48.761Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s
09:42:49 [2022-06-21T09:42:49.021Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
09:42:49 [2022-06-21T09:42:49.021Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
09:42:49 [2022-06-21T09:42:49.021Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
09:42:49 [2022-06-21T09:42:49.282Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
09:42:49 [2022-06-21T09:42:49.282Z] #4 DONE 0.7s
09:42:49 [2022-06-21T09:42:49.544Z] 
09:42:49 [2022-06-21T09:42:49.544Z] #6 [internal] load .dockerignore
09:42:49 [2022-06-21T09:42:49.544Z] #6 sha256:836610ed0197b566ff5773334201ac41ce55c555b28efe733a52721a2901ad0b
09:42:49 [2022-06-21T09:42:49.544Z] #6 DONE 0.0s
09:42:49 [2022-06-21T09:42:49.544Z] 
09:42:49 [2022-06-21T09:42:49.544Z] #5 [internal] load build definition from Dockerfile
09:42:49 [2022-06-21T09:42:49.544Z] #5 sha256:ef65f317f525a3d28f7abda94d84e22abbb7b0d971094073a83e643199b8b8dd
09:42:49 [2022-06-21T09:42:49.544Z] #5 DONE 0.0s
09:42:49 [2022-06-21T09:42:49.544Z] 
09:42:49 [2022-06-21T09:42:49.544Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:42:49 [2022-06-21T09:42:49.544Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
09:42:50 [2022-06-21T09:42:50.971Z] #10 ...
09:42:50 [2022-06-21T09:42:50.971Z] 
09:42:50 [2022-06-21T09:42:50.971Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:42:50 [2022-06-21T09:42:50.971Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:42:50 [2022-06-21T09:42:50.971Z] #9 DONE 1.1s
09:42:50 [2022-06-21T09:42:50.971Z] 
09:42:50 [2022-06-21T09:42:50.971Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:42:50 [2022-06-21T09:42:50.971Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
09:42:50 [2022-06-21T09:42:50.971Z] #10 DONE 1.2s
09:42:50 [2022-06-21T09:42:50.971Z] 
09:42:50 [2022-06-21T09:42:50.971Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:42:50 [2022-06-21T09:42:50.971Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:42:50 [2022-06-21T09:42:50.971Z] #7 DONE 1.2s
09:42:50 [2022-06-21T09:42:50.971Z] 
09:42:50 [2022-06-21T09:42:50.971Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
09:42:50 [2022-06-21T09:42:50.971Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
09:42:50 [2022-06-21T09:42:50.971Z] #8 DONE 1.2s
09:42:50 [2022-06-21T09:42:50.971Z] 
09:42:50 [2022-06-21T09:42:50.971Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:50 [2022-06-21T09:42:50.971Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:50 [2022-06-21T09:42:50.971Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done
09:42:51 [2022-06-21T09:42:51.105Z] Client:
09:42:51 [2022-06-21T09:42:51.105Z]  Context:    default
09:42:51 [2022-06-21T09:42:51.105Z]  Debug Mode: false
09:42:51 [2022-06-21T09:42:51.105Z]  Plugins:
09:42:51 [2022-06-21T09:42:51.105Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:42:51 [2022-06-21T09:42:51.105Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
09:42:51 [2022-06-21T09:42:51.105Z] 
09:42:51 [2022-06-21T09:42:51.105Z] Server:
09:42:51 [2022-06-21T09:42:51.105Z]  Containers: 0
09:42:51 [2022-06-21T09:42:51.105Z]   Running: 0
09:42:51 [2022-06-21T09:42:51.105Z]   Paused: 0
09:42:51 [2022-06-21T09:42:51.105Z]   Stopped: 0
09:42:51 [2022-06-21T09:42:51.105Z]  Images: 0
09:42:51 [2022-06-21T09:42:51.105Z]  Server Version: 20.10.14
09:42:51 [2022-06-21T09:42:51.105Z]  Storage Driver: overlay2
09:42:51 [2022-06-21T09:42:51.105Z]   Backing Filesystem: extfs
09:42:51 [2022-06-21T09:42:51.105Z]   Supports d_type: true
09:42:51 [2022-06-21T09:42:51.105Z]   Native Overlay Diff: true
09:42:51 [2022-06-21T09:42:51.105Z]   userxattr: false
09:42:51 [2022-06-21T09:42:51.105Z]  Logging Driver: json-file
09:42:51 [2022-06-21T09:42:51.105Z]  Cgroup Driver: cgroupfs
09:42:51 [2022-06-21T09:42:51.105Z]  Cgroup Version: 1
09:42:51 [2022-06-21T09:42:51.105Z]  Plugins:
09:42:51 [2022-06-21T09:42:51.105Z]   Volume: local
09:42:51 [2022-06-21T09:42:51.105Z]   Network: bridge host ipvlan macvlan null overlay
09:42:51 [2022-06-21T09:42:51.105Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:42:51 [2022-06-21T09:42:51.105Z]  Swarm: inactive
09:42:51 [2022-06-21T09:42:51.105Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:42:51 [2022-06-21T09:42:51.105Z]  Default Runtime: runc
09:42:51 [2022-06-21T09:42:51.105Z]  Init Binary: docker-init
09:42:51 [2022-06-21T09:42:51.105Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
09:42:51 [2022-06-21T09:42:51.105Z]  runc version: v1.0.3-0-gf46b6ba
09:42:51 [2022-06-21T09:42:51.105Z]  init version: de40ad0
09:42:51 [2022-06-21T09:42:51.105Z]  Security Options:
09:42:51 [2022-06-21T09:42:51.105Z]   apparmor
09:42:51 [2022-06-21T09:42:51.105Z]   seccomp
09:42:51 [2022-06-21T09:42:51.105Z]    Profile: default
09:42:51 [2022-06-21T09:42:51.105Z]  Kernel Version: 5.13.0-1021-aws
09:42:51 [2022-06-21T09:42:51.105Z]  Operating System: Ubuntu 20.04.4 LTS
09:42:51 [2022-06-21T09:42:51.105Z]  OSType: linux
09:42:51 [2022-06-21T09:42:51.105Z]  Architecture: aarch64
09:42:51 [2022-06-21T09:42:51.105Z]  CPUs: 2
09:42:51 [2022-06-21T09:42:51.105Z]  Total Memory: 7.562GiB
09:42:51 [2022-06-21T09:42:51.105Z]  Name: ip-10-100-51-177
09:42:51 [2022-06-21T09:42:51.105Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
09:42:51 [2022-06-21T09:42:51.105Z]  Docker Root Dir: /var/lib/docker
09:42:51 [2022-06-21T09:42:51.105Z]  Debug Mode: false
09:42:51 [2022-06-21T09:42:51.105Z]  Registry: https://index.docker.io/v1/
09:42:51 [2022-06-21T09:42:51.105Z]  Labels:
09:42:51 [2022-06-21T09:42:51.105Z]  Experimental: true
09:42:51 [2022-06-21T09:42:51.105Z]  Insecure Registries:
09:42:51 [2022-06-21T09:42:51.105Z]   127.0.0.0/8
09:42:51 [2022-06-21T09:42:51.105Z]  Live Restore Enabled: true
09:42:51 [2022-06-21T09:42:51.105Z] 
09:42:51 [2022-06-21T09:42:51.235Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
09:42:51 [2022-06-21T09:42:51.235Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done
09:42:51 [2022-06-21T09:42:51.235Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done
[Pipeline] sh
09:42:51 [2022-06-21T09:42:51.497Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.24MB / 55.01MB 0.2s
09:42:51 [2022-06-21T09:42:51.660Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:42:51 [2022-06-21T09:42:51.660Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:42:51 [2022-06-21T09:42:51.660Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42379/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:42:51 [2022-06-21T09:42:51.660Z] + bash /home/ubuntu/workspace/moby_PR-42379/check-config.sh
09:42:51 [2022-06-21T09:42:51.660Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:42:51 [2022-06-21T09:42:51.660Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
09:42:51 [2022-06-21T09:42:51.660Z] 
09:42:51 [2022-06-21T09:42:51.660Z] Generally Necessary:
09:42:51 [2022-06-21T09:42:51.660Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:42:51 [2022-06-21T09:42:51.660Z] - apparmor: enabled and tools installed
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_NAMESPACES: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_NET_NS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_PID_NS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_IPC_NS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_UTS_NS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_CGROUPS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_CGROUP_CPUACCT: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_CGROUP_DEVICE: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_CGROUP_FREEZER: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_CGROUP_SCHED: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_CPUSETS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_MEMCG: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_KEYS: enabled
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_VETH: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_BRIDGE: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:42:51 [2022-06-21T09:42:51.660Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:42:51 [2022-06-21T09:42:51.676Z] #33 4.309 + mkdir -p /build
09:42:51 [2022-06-21T09:42:51.676Z] #33 4.311 + mv docker/docker /build/
09:42:51 [2022-06-21T09:42:51.676Z] #33 4.318 + rmdir docker
09:42:51 [2022-06-21T09:42:51.676Z] #33 DONE 4.5s
09:42:51 [2022-06-21T09:42:51.676Z] 
09:42:51 [2022-06-21T09:42:51.676Z] #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
09:42:51 [2022-06-21T09:42:51.676Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
09:42:51 [2022-06-21T09:42:51.676Z] #49 1.892 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:42:51 [2022-06-21T09:42:51.676Z] #49 1.893 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:42:51 [2022-06-21T09:42:51.676Z] #49 2.046 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 2.132 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 2.490 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 2.943 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 3.421 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 4.005 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 4.579 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 4.589 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 4.596 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 4.614 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
09:42:51 [2022-06-21T09:42:51.676Z] #49 4.646 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
09:42:51 [2022-06-21T09:42:51.764Z] #11 ...
09:42:51 [2022-06-21T09:42:51.764Z] 
09:42:51 [2022-06-21T09:42:51.764Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:42:51 [2022-06-21T09:42:51.764Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
09:42:51 [2022-06-21T09:42:51.764Z] #49 DONE 0.0s
09:42:51 [2022-06-21T09:42:51.764Z] 
09:42:51 [2022-06-21T09:42:51.764Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:51 [2022-06-21T09:42:51.764Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:51 [2022-06-21T09:42:51.764Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 20.97MB / 55.01MB 0.5s
09:42:51 [2022-06-21T09:42:51.764Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.5s
09:42:51 [2022-06-21T09:42:51.764Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 3.15MB / 10.88MB 0.5s
09:42:51 [2022-06-21T09:42:51.764Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 27.26MB / 55.01MB 0.6s
09:42:51 [2022-06-21T09:42:51.764Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.6s
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_NF_NAT: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_POSIX_MQUEUE: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_CGROUP_BPF: enabled
09:42:51 [2022-06-21T09:42:51.921Z] 
09:42:51 [2022-06-21T09:42:51.921Z] Optional Features:
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_USER_NS: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_SECCOMP: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_SECCOMP_FILTER: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_CGROUP_PIDS: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_MEMCG_SWAP: enabled
09:42:51 [2022-06-21T09:42:51.921Z]     (cgroup swap accounting is currently enabled)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_BLK_CGROUP: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_CGROUP_PERF: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_CGROUP_HUGETLB: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_CFS_BANDWIDTH: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_RT_GROUP_SCHED: missing
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_VS: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_VS_NFCT: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_IP_VS_RR: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_SECURITY_SELINUX: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_SECURITY_APPARMOR: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_EXT4_FS: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:42:51 [2022-06-21T09:42:51.921Z] - Network Drivers:
09:42:51 [2022-06-21T09:42:51.921Z]   - "overlay":
09:42:51 [2022-06-21T09:42:51.921Z]     - CONFIG_VXLAN: enabled (as module)
09:42:51 [2022-06-21T09:42:51.921Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:42:51 [2022-06-21T09:42:51.921Z]       Optional (for encrypted networks):
09:42:51 [2022-06-21T09:42:51.935Z] #49 5.180 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 42.99MB / 55.01MB 0.7s
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.6s done
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.34MB / 54.58MB 0.7s
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 52.43MB / 55.01MB 0.8s
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.8s done
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 11.53MB / 54.58MB 0.8s
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 0.8s
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 19.92MB / 54.58MB 1.0s
09:42:52 [2022-06-21T09:42:52.046Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 6.29MB / 85.87MB 1.0s
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_CRYPTO: enabled
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_CRYPTO_AEAD: enabled
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_CRYPTO_GCM: enabled
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_CRYPTO_GHASH: enabled
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_XFRM: enabled
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_XFRM_USER: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]       - CONFIG_INET_ESP: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]   - "ipvlan":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_IPVLAN: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]   - "macvlan":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_MACVLAN: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_DUMMY: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]   - "ftp,tftp client in container":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z] - Storage Drivers:
09:42:52 [2022-06-21T09:42:52.182Z]   - "aufs":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_AUFS_FS: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]   - "btrfs":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:42:52 [2022-06-21T09:42:52.182Z]   - "devicemapper":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_BLK_DEV_DM: enabled
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]   - "overlay":
09:42:52 [2022-06-21T09:42:52.182Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:42:52 [2022-06-21T09:42:52.182Z]   - "zfs":
09:42:52 [2022-06-21T09:42:52.182Z]     - /dev/zfs: present
09:42:52 [2022-06-21T09:42:52.182Z]     - zfs command: missing
09:42:52 [2022-06-21T09:42:52.182Z]     - zpool command: missing
09:42:52 [2022-06-21T09:42:52.182Z] 
09:42:52 [2022-06-21T09:42:52.182Z] Limits:
09:42:52 [2022-06-21T09:42:52.182Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:42:52 [2022-06-21T09:42:52.182Z] 
09:42:52 [2022-06-21T09:42:52.182Z] + true
[Pipeline] }
09:42:52 [2022-06-21T09:42:52.193Z] #49 5.192 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
09:42:52 [2022-06-21T09:42:52.194Z] #49 5.192 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
09:42:52 [2022-06-21T09:42:52.194Z] #49 5.193 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:42:52 [2022-06-21T09:42:52.194Z] #49 5.194 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:42:52 [2022-06-21T09:42:52.309Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 27.26MB / 54.58MB 1.1s
09:42:52 [2022-06-21T09:42:52.309Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 13.63MB / 85.87MB 1.1s
09:42:52 [2022-06-21T09:42:52.309Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 32.51MB / 54.58MB 1.2s
09:42:52 [2022-06-21T09:42:52.309Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 19.92MB / 85.87MB 1.2s
09:42:52 [2022-06-21T09:42:52.520Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8f64a1ec53121ef4a2750307613340b2c2eaafda .
09:42:52 [2022-06-21T09:42:52.650Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 25.17MB / 85.87MB 1.3s
09:42:52 [2022-06-21T09:42:52.650Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 37.75MB / 54.58MB 1.4s
09:42:52 [2022-06-21T09:42:52.650Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 32.51MB / 85.87MB 1.4s
09:42:52 [2022-06-21T09:42:52.815Z] #1 [internal] load build definition from Dockerfile
09:42:52 [2022-06-21T09:42:52.815Z] #1 sha256:e343f7cc4d81b69cd96273232f0fad758507cafb6093c22eb8f85d47ab885800
09:42:52 [2022-06-21T09:42:52.815Z] #1 transferring dockerfile: 18.90kB done
09:42:52 [2022-06-21T09:42:52.815Z] #1 DONE 0.1s
09:42:52 [2022-06-21T09:42:52.815Z] 
09:42:52 [2022-06-21T09:42:52.815Z] #2 [internal] load .dockerignore
09:42:52 [2022-06-21T09:42:52.815Z] #2 sha256:91a653bb704e9eb25bacb4db5e0637983e9686a3fc6f5d14dd4cb27a57b3427c
09:42:52 [2022-06-21T09:42:52.815Z] #2 transferring context: 145B done
09:42:52 [2022-06-21T09:42:52.815Z] #2 DONE 0.0s
09:42:52 [2022-06-21T09:42:52.815Z] 
09:42:52 [2022-06-21T09:42:52.815Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
09:42:52 [2022-06-21T09:42:52.815Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a
09:42:52 [2022-06-21T09:42:52.913Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.5s done
09:42:52 [2022-06-21T09:42:52.913Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 40.89MB / 54.58MB 1.5s
09:42:53 [2022-06-21T09:42:53.174Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 37.75MB / 85.87MB 1.7s
09:42:53 [2022-06-21T09:42:53.174Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 1.7s
09:42:53 [2022-06-21T09:42:53.174Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 53.48MB / 54.58MB 1.9s
09:42:53 [2022-06-21T09:42:53.174Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 46.14MB / 85.87MB 1.9s
09:42:53 [2022-06-21T09:42:53.391Z] #3 DONE 0.5s
09:42:53 [2022-06-21T09:42:53.391Z] 
09:42:53 [2022-06-21T09:42:53.391Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
09:42:53 [2022-06-21T09:42:53.391Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120
09:42:53 [2022-06-21T09:42:53.391Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
09:42:53 [2022-06-21T09:42:53.391Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
09:42:53 [2022-06-21T09:42:53.391Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done
09:42:53 [2022-06-21T09:42:53.391Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done
09:42:53 [2022-06-21T09:42:53.391Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.2s
09:42:53 [2022-06-21T09:42:53.439Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 51.65MB / 85.87MB 2.0s
09:42:53 [2022-06-21T09:42:53.439Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 12.58MB / 141.75MB 2.0s
09:42:53 [2022-06-21T09:42:53.439Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c
09:42:53 [2022-06-21T09:42:53.439Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 57.78MB / 85.87MB 2.2s
09:42:53 [2022-06-21T09:42:53.439Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 70.31MB / 85.87MB 2.3s
09:42:53 [2022-06-21T09:42:53.439Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 30.41MB / 141.75MB 2.3s
09:42:53 [2022-06-21T09:42:53.569Z] #49 ...
09:42:53 [2022-06-21T09:42:53.569Z] 
09:42:53 [2022-06-21T09:42:53.569Z] #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
09:42:53 [2022-06-21T09:42:53.569Z] #74 sha256:93f51873a6f117f1dd4d82a3910417dec7edd26330958553307e7ce599d6ff34
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.268 + RM_GOPATH=0
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.268 + TMP_GOPATH=
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.268 + : /build
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.268 + '[' -z '' ']'
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.276 ++ mktemp -d
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.276 + export GOPATH=/tmp/tmp.ZpaSduBk66
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.276 + GOPATH=/tmp/tmp.ZpaSduBk66
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.276 + RM_GOPATH=1
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.276 + case "$(go env GOARCH)" in
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.276 ++ go env GOARCH
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.277 + export GO_BUILDMODE=-buildmode=pie
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.277 + GO_BUILDMODE=-buildmode=pie
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 ++ dirname /install.sh
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + dir=/
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + bin=rootlesskit
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + shift
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + '[' '!' -f //rootlesskit.installer ']'
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + . //rootlesskit.installer
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 ++ : 1920341cd41e047834a21007424162a2dc946315
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + install_rootlesskit
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + case "$1" in
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + export CGO_ENABLED=0
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + CGO_ENABLED=0
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + _install_rootlesskit
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + for f in rootlesskit rootlesskit-docker-proxy
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + GOBIN=/build
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + GO111MODULE=on
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.284 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
09:42:53 [2022-06-21T09:42:53.569Z] #74 1.679 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
09:42:53 [2022-06-21T09:42:53.569Z] #74 2.945 go: downloading github.com/sirupsen/logrus v1.8.1
09:42:53 [2022-06-21T09:42:53.569Z] #74 2.948 go: downloading github.com/urfave/cli/v2 v2.4.0
09:42:53 [2022-06-21T09:42:53.569Z] #74 3.213 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.263 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.779 go: downloading github.com/google/uuid v1.3.0
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.819 go: downloading github.com/moby/vpnkit v0.5.0
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.861 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.888 go: downloading github.com/gofrs/flock v0.8.1
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.909 go: downloading github.com/gorilla/mux v1.8.0
09:42:53 [2022-06-21T09:42:53.569Z] #74 4.980 go: downloading github.com/moby/sys/mountinfo v0.6.0
09:42:53 [2022-06-21T09:42:53.569Z] #74 5.218 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
09:42:53 [2022-06-21T09:42:53.569Z] #74 5.312 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:42:53 [2022-06-21T09:42:53.569Z] #74 5.359 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
09:42:53 [2022-06-21T09:42:53.569Z] #74 6.574 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:42:53 [2022-06-21T09:42:53.651Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 4.19MB / 9.06MB 0.3s
09:42:53 [2022-06-21T09:42:53.652Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s
09:42:53 [2022-06-21T09:42:53.702Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 77.59MB / 85.87MB 2.5s
09:42:53 [2022-06-21T09:42:53.702Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 39.85MB / 141.75MB 2.5s
09:42:53 [2022-06-21T09:42:53.702Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 83.05MB / 85.87MB 2.5s
09:42:53 [2022-06-21T09:42:53.912Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done
09:42:53 [2022-06-21T09:42:53.912Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s
09:42:53 [2022-06-21T09:42:53.912Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done
09:42:53 [2022-06-21T09:42:53.912Z] #4 DONE 0.8s
09:42:53 [2022-06-21T09:42:53.963Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.5s done
09:42:53 [2022-06-21T09:42:53.963Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 56.62MB / 141.75MB 2.6s
09:42:53 [2022-06-21T09:42:53.963Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 0B / 155B 2.7s
09:42:54 [2022-06-21T09:42:54.136Z] #74 ...
09:42:54 [2022-06-21T09:42:54.136Z] 
09:42:54 [2022-06-21T09:42:54.136Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:42:54 [2022-06-21T09:42:54.136Z] #37 sha256:8a8eb3e50c900c2a36728704d63b417cf58e0346235326d8aa05fa8e3c676f7f
09:42:54 [2022-06-21T09:42:54.136Z] #37 CACHED
09:42:54 [2022-06-21T09:42:54.136Z] 
09:42:54 [2022-06-21T09:42:54.136Z] #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
09:42:54 [2022-06-21T09:42:54.136Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
09:42:54 [2022-06-21T09:42:54.136Z] #36 CACHED
09:42:54 [2022-06-21T09:42:54.136Z] 
09:42:54 [2022-06-21T09:42:54.136Z] #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
09:42:54 [2022-06-21T09:42:54.136Z] #38 sha256:db80355430b3572379aade251ffca56c0689e56d3fc47e94ae55805b0fafb7af
09:42:54 [2022-06-21T09:42:54.136Z] #38 CACHED
09:42:54 [2022-06-21T09:42:54.136Z] 
09:42:54 [2022-06-21T09:42:54.136Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:42:54 [2022-06-21T09:42:54.136Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
09:42:54 [2022-06-21T09:42:54.136Z] #40 CACHED
09:42:54 [2022-06-21T09:42:54.136Z] 
09:42:54 [2022-06-21T09:42:54.137Z] #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
09:42:54 [2022-06-21T09:42:54.137Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:42:54 [2022-06-21T09:42:54.137Z] #41 CACHED
09:42:54 [2022-06-21T09:42:54.137Z] 
09:42:54 [2022-06-21T09:42:54.137Z] #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
09:42:54 [2022-06-21T09:42:54.137Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:42:54 [2022-06-21T09:42:54.137Z] #43 CACHED
09:42:54 [2022-06-21T09:42:54.137Z] 
09:42:54 [2022-06-21T09:42:54.137Z] #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
09:42:54 [2022-06-21T09:42:54.137Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
09:42:54 [2022-06-21T09:42:54.137Z] #45 CACHED
09:42:54 [2022-06-21T09:42:54.137Z] 
09:42:54 [2022-06-21T09:42:54.137Z] #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
09:42:54 [2022-06-21T09:42:54.137Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:42:54 [2022-06-21T09:42:54.137Z] #47 CACHED
09:42:54 [2022-06-21T09:42:54.137Z] 
09:42:54 [2022-06-21T09:42:54.137Z] #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
09:42:54 [2022-06-21T09:42:54.137Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:42:54 [2022-06-21T09:42:54.137Z] #20 1.874 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:42:54 [2022-06-21T09:42:54.137Z] #20 1.874 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:42:54 [2022-06-21T09:42:54.137Z] #20 2.043 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 2.196 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 2.627 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 3.063 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 3.513 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 3.978 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 4.522 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 4.526 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 4.528 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 4.551 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 4.560 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:42:54 [2022-06-21T09:42:54.137Z] #20 5.269 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
09:42:54 [2022-06-21T09:42:54.137Z] #20 5.272 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
09:42:54 [2022-06-21T09:42:54.137Z] #20 5.278 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
09:42:54 [2022-06-21T09:42:54.137Z] #20 5.278 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:42:54 [2022-06-21T09:42:54.137Z] #20 5.278 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
09:42:54 [2022-06-21T09:42:54.173Z] 
09:42:54 [2022-06-21T09:42:54.173Z] #5 [internal] load build definition from Dockerfile
09:42:54 [2022-06-21T09:42:54.173Z] #5 sha256:ec0907291fdbf71edbdb6611a88a8c8b42a3f0809a38dbf4f9725cb492a606c8
09:42:54 [2022-06-21T09:42:54.173Z] #5 DONE 0.0s
09:42:54 [2022-06-21T09:42:54.173Z] 
09:42:54 [2022-06-21T09:42:54.173Z] #6 [internal] load .dockerignore
09:42:54 [2022-06-21T09:42:54.173Z] #6 sha256:f6ea6b5e64edadd66f180a4b4c11bae0e11bd47cd4b016350a0ca3ebd89405a2
09:42:54 [2022-06-21T09:42:54.173Z] #6 DONE 0.0s
09:42:54 [2022-06-21T09:42:54.173Z] 
09:42:54 [2022-06-21T09:42:54.173Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:42:54 [2022-06-21T09:42:54.173Z] #8 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7
09:42:54 [2022-06-21T09:42:54.222Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 79.69MB / 141.75MB 2.9s
09:42:54 [2022-06-21T09:42:54.223Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 2.9s
09:42:54 [2022-06-21T09:42:54.223Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 97.52MB / 141.75MB 3.1s
09:42:54 [2022-06-21T09:42:54.482Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 105.91MB / 141.75MB 3.3s
09:42:54 [2022-06-21T09:42:54.482Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 113.41MB / 141.75MB 3.3s
09:42:54 [2022-06-21T09:42:54.744Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 122.68MB / 141.75MB 3.4s
09:42:55 [2022-06-21T09:42:55.003Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 133.17MB / 141.75MB 3.6s
09:42:55 [2022-06-21T09:42:55.003Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.5s done
09:42:55 [2022-06-21T09:42:55.003Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 3.8s
09:42:55 [2022-06-21T09:42:55.004Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.8s done
09:42:56 [2022-06-21T09:42:56.087Z] #8 ...
09:42:56 [2022-06-21T09:42:56.087Z] 
09:42:56 [2022-06-21T09:42:56.087Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:42:56 [2022-06-21T09:42:56.087Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:42:56 [2022-06-21T09:42:56.087Z] #10 DONE 1.9s
09:42:56 [2022-06-21T09:42:56.348Z] 
09:42:56 [2022-06-21T09:42:56.348Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
09:42:56 [2022-06-21T09:42:56.348Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
09:42:56 [2022-06-21T09:42:56.348Z] #7 DONE 2.0s
09:42:56 [2022-06-21T09:42:56.348Z] 
09:42:56 [2022-06-21T09:42:56.348Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:42:56 [2022-06-21T09:42:56.348Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:42:56 [2022-06-21T09:42:56.348Z] #9 DONE 2.1s
09:42:56 [2022-06-21T09:42:56.348Z] 
09:42:56 [2022-06-21T09:42:56.348Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:42:56 [2022-06-21T09:42:56.348Z] #8 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7
09:42:56 [2022-06-21T09:42:56.387Z] #11 ...
09:42:56 [2022-06-21T09:42:56.387Z] 
09:42:56 [2022-06-21T09:42:56.387Z] #24 [internal] load build context
09:42:56 [2022-06-21T09:42:56.387Z] #24 sha256:a9184d9cc05ac6f17748ee8a285603be376e5a0cf8e9088f9ef6343c351528eb
09:42:56 [2022-06-21T09:42:56.387Z] #24 transferring context: 61.15MB 4.8s done
09:42:56 [2022-06-21T09:42:56.387Z] #24 DONE 5.3s
09:42:56 [2022-06-21T09:42:56.387Z] 
09:42:56 [2022-06-21T09:42:56.387Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:56 [2022-06-21T09:42:56.387Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:56 [2022-06-21T09:42:56.387Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 5.2s done
09:42:56 [2022-06-21T09:42:56.618Z] #8 DONE 2.2s
09:42:57 [2022-06-21T09:42:57.424Z] #20 ...
09:42:57 [2022-06-21T09:42:57.424Z] 
09:42:57 [2022-06-21T09:42:57.424Z] #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
09:42:57 [2022-06-21T09:42:57.424Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
09:42:57 [2022-06-21T09:42:57.424Z] #69 1.878 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:42:57 [2022-06-21T09:42:57.424Z] #69 1.879 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:42:57 [2022-06-21T09:42:57.425Z] #69 2.042 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 2.171 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 2.620 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 3.088 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 3.606 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.228 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.605 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.613 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.615 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.631 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.681 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.926 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.930 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.953 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.953 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
09:42:57 [2022-06-21T09:42:57.425Z] #69 4.953 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:42:57 [2022-06-21T09:42:57.769Z] #11 ...
09:42:57 [2022-06-21T09:42:57.769Z] 
09:42:57 [2022-06-21T09:42:57.769Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:42:57 [2022-06-21T09:42:57.769Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:42:57 [2022-06-21T09:42:57.769Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
09:42:57 [2022-06-21T09:42:57.769Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:42:57 [2022-06-21T09:42:57.769Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:42:57 [2022-06-21T09:42:57.769Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:42:57 [2022-06-21T09:42:57.769Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.9s done
09:42:57 [2022-06-21T09:42:57.769Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done
09:42:57 [2022-06-21T09:42:57.769Z] #71 DONE 6.5s
09:42:57 [2022-06-21T09:42:57.769Z] 
09:42:57 [2022-06-21T09:42:57.769Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:57 [2022-06-21T09:42:57.769Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:58 [2022-06-21T09:42:58.045Z] #11 ...
09:42:58 [2022-06-21T09:42:58.045Z] 
09:42:58 [2022-06-21T09:42:58.045Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:42:58 [2022-06-21T09:42:58.045Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:42:58 [2022-06-21T09:42:58.045Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:42:58 [2022-06-21T09:42:58.045Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:42:58 [2022-06-21T09:42:58.045Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:42:58 [2022-06-21T09:42:58.045Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:42:58 [2022-06-21T09:42:58.045Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.1s done
09:42:58 [2022-06-21T09:42:58.045Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done
09:42:58 [2022-06-21T09:42:58.045Z] #73 DONE 6.9s
09:42:58 [2022-06-21T09:42:58.045Z] 
09:42:58 [2022-06-21T09:42:58.045Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:58 [2022-06-21T09:42:58.045Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:58 [2022-06-21T09:42:58.616Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.1s
09:42:58 [2022-06-21T09:42:58.616Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.5s done
09:42:58 [2022-06-21T09:42:58.883Z] #11 ...
09:42:58 [2022-06-21T09:42:58.883Z] 
09:42:58 [2022-06-21T09:42:58.883Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:42:58 [2022-06-21T09:42:58.883Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
09:42:58 [2022-06-21T09:42:58.883Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done
09:42:58 [2022-06-21T09:42:58.883Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
09:42:58 [2022-06-21T09:42:58.883Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done
09:42:58 [2022-06-21T09:42:58.883Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done
09:42:58 [2022-06-21T09:42:58.883Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.1s done
09:42:58 [2022-06-21T09:42:58.883Z] #28 DONE 7.9s
09:42:58 [2022-06-21T09:42:58.883Z] 
09:42:58 [2022-06-21T09:42:58.883Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:58 [2022-06-21T09:42:58.883Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:58 [2022-06-21T09:42:58.883Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272
09:42:59 [2022-06-21T09:42:59.166Z] 
09:42:59 [2022-06-21T09:42:59.166Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:42:59 [2022-06-21T09:42:59.166Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72
09:42:59 [2022-06-21T09:42:59.166Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done
09:42:59 [2022-06-21T09:42:59.452Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.5s done
09:42:59 [2022-06-21T09:42:59.479Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
09:42:59 [2022-06-21T09:42:59.479Z] #28 sha256:1623b714f66926243b9b946d59d200082a1b86043169f4d6602b6e64bc20a38a 529B / 529B done
09:42:59 [2022-06-21T09:42:59.479Z] #28 sha256:e38a1b1bebd53396928bac3000fcc9fee3970cd022eae1e79fbd08d46a1a6ea8 1.48kB / 1.48kB done
09:42:59 [2022-06-21T09:42:59.479Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 24.12MB / 53.70MB 0.2s
09:42:59 [2022-06-21T09:42:59.479Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 39.85MB / 53.70MB 0.3s
09:42:59 [2022-06-21T09:42:59.479Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 42.99MB / 53.70MB 0.4s
09:42:59 [2022-06-21T09:42:59.715Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f
09:42:59 [2022-06-21T09:42:59.715Z] #11 ...
09:42:59 [2022-06-21T09:42:59.715Z] 
09:42:59 [2022-06-21T09:42:59.715Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:42:59 [2022-06-21T09:42:59.715Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:42:59 [2022-06-21T09:42:59.715Z] #72 DONE 0.7s
09:42:59 [2022-06-21T09:42:59.715Z] 
09:42:59 [2022-06-21T09:42:59.715Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:42:59 [2022-06-21T09:42:59.715Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:42:59 [2022-06-21T09:42:59.739Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 0.5s
09:42:59 [2022-06-21T09:42:59.975Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.4s done
09:43:00 [2022-06-21T09:43:00.544Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523
09:43:00 [2022-06-21T09:43:00.544Z] #11 ...
09:43:00 [2022-06-21T09:43:00.544Z] 
09:43:00 [2022-06-21T09:43:00.544Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:43:00 [2022-06-21T09:43:00.544Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:43:00 [2022-06-21T09:43:00.544Z] #74 DONE 0.8s
09:43:00 [2022-06-21T09:43:00.544Z] 
09:43:00 [2022-06-21T09:43:00.544Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:00 [2022-06-21T09:43:00.544Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:00 [2022-06-21T09:43:00.645Z] Client:
09:43:00 [2022-06-21T09:43:00.645Z]  Context:    default
09:43:00 [2022-06-21T09:43:00.645Z]  Debug Mode: false
09:43:00 [2022-06-21T09:43:00.645Z]  Plugins:
09:43:00 [2022-06-21T09:43:00.645Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
09:43:00 [2022-06-21T09:43:00.645Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
09:43:00 [2022-06-21T09:43:00.645Z]   compose: Docker Compose (Docker Inc., v2.4.1)
09:43:00 [2022-06-21T09:43:00.645Z]   scan: Docker Scan (Docker Inc., v0.17.0)
09:43:00 [2022-06-21T09:43:00.645Z] 
09:43:00 [2022-06-21T09:43:00.645Z] Server:
09:43:00 [2022-06-21T09:43:00.645Z]  Containers: 0
09:43:00 [2022-06-21T09:43:00.645Z]   Running: 0
09:43:00 [2022-06-21T09:43:00.645Z]   Paused: 0
09:43:00 [2022-06-21T09:43:00.645Z]   Stopped: 0
09:43:00 [2022-06-21T09:43:00.645Z]  Images: 0
09:43:00 [2022-06-21T09:43:00.645Z]  Server Version: 20.10.14
09:43:00 [2022-06-21T09:43:00.645Z]  Storage Driver: overlay2
09:43:00 [2022-06-21T09:43:00.645Z]   Backing Filesystem: extfs
09:43:00 [2022-06-21T09:43:00.645Z]   Supports d_type: true
09:43:00 [2022-06-21T09:43:00.645Z]   Native Overlay Diff: true
09:43:00 [2022-06-21T09:43:00.645Z]   userxattr: false
09:43:00 [2022-06-21T09:43:00.645Z]  Logging Driver: json-file
09:43:00 [2022-06-21T09:43:00.645Z]  Cgroup Driver: cgroupfs
09:43:00 [2022-06-21T09:43:00.645Z]  Cgroup Version: 1
09:43:00 [2022-06-21T09:43:00.645Z]  Plugins:
09:43:00 [2022-06-21T09:43:00.645Z]   Volume: local
09:43:00 [2022-06-21T09:43:00.645Z]   Network: bridge host ipvlan macvlan null overlay
09:43:00 [2022-06-21T09:43:00.645Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:43:00 [2022-06-21T09:43:00.645Z]  Swarm: inactive
09:43:00 [2022-06-21T09:43:00.645Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
09:43:00 [2022-06-21T09:43:00.645Z]  Default Runtime: runc
09:43:00 [2022-06-21T09:43:00.645Z]  Init Binary: docker-init
09:43:00 [2022-06-21T09:43:00.645Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
09:43:00 [2022-06-21T09:43:00.645Z]  runc version: v1.0.3-0-gf46b6ba
09:43:00 [2022-06-21T09:43:00.645Z]  init version: de40ad0
09:43:00 [2022-06-21T09:43:00.645Z]  Security Options:
09:43:00 [2022-06-21T09:43:00.645Z]   apparmor
09:43:00 [2022-06-21T09:43:00.645Z]   seccomp
09:43:00 [2022-06-21T09:43:00.645Z]    Profile: default
09:43:00 [2022-06-21T09:43:00.645Z]  Kernel Version: 5.4.0-1071-aws
09:43:00 [2022-06-21T09:43:00.645Z]  Operating System: Ubuntu 18.04.6 LTS
09:43:00 [2022-06-21T09:43:00.645Z]  OSType: linux
09:43:00 [2022-06-21T09:43:00.645Z]  Architecture: x86_64
09:43:00 [2022-06-21T09:43:00.645Z]  CPUs: 2
09:43:00 [2022-06-21T09:43:00.645Z]  Total Memory: 7.565GiB
09:43:00 [2022-06-21T09:43:00.645Z]  Name: ip-10-100-70-192
09:43:00 [2022-06-21T09:43:00.645Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
09:43:00 [2022-06-21T09:43:00.645Z]  Docker Root Dir: /var/lib/docker
09:43:00 [2022-06-21T09:43:00.645Z]  Debug Mode: false
09:43:00 [2022-06-21T09:43:00.645Z]  Registry: https://index.docker.io/v1/
09:43:00 [2022-06-21T09:43:00.645Z]  Labels:
09:43:00 [2022-06-21T09:43:00.645Z]  Experimental: true
09:43:00 [2022-06-21T09:43:00.645Z]  Insecure Registries:
09:43:00 [2022-06-21T09:43:00.645Z]   127.0.0.0/8
09:43:00 [2022-06-21T09:43:00.645Z]  Live Restore Enabled: true
09:43:00 [2022-06-21T09:43:00.645Z] 
09:43:00 [2022-06-21T09:43:00.645Z] WARNING: No swap limit support
[Pipeline] sh
09:43:00 [2022-06-21T09:43:00.686Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 1.4s done
09:43:00 [2022-06-21T09:43:00.686Z] #28 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8
09:43:00 [2022-06-21T09:43:00.925Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:43:00 [2022-06-21T09:43:00.925Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:43:00 [2022-06-21T09:43:00.925Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42379/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:43:00 [2022-06-21T09:43:00.925Z] + bash /home/ubuntu/workspace/moby_PR-42379/check-config.sh
09:43:00 [2022-06-21T09:43:00.925Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:43:00 [2022-06-21T09:43:00.925Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
09:43:00 [2022-06-21T09:43:00.925Z] 
09:43:00 [2022-06-21T09:43:00.925Z] Generally Necessary:
09:43:00 [2022-06-21T09:43:00.925Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:43:00 [2022-06-21T09:43:00.925Z] - apparmor: enabled and tools installed
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_NAMESPACES: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_NET_NS: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_PID_NS: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_IPC_NS: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_UTS_NS: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_CGROUPS: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_CGROUP_CPUACCT: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_CGROUP_DEVICE: enabled
09:43:00 [2022-06-21T09:43:00.925Z] - CONFIG_CGROUP_FREEZER: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CGROUP_SCHED: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CPUSETS: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_MEMCG: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_KEYS: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_VETH: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_BRIDGE: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_NF_NAT: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_POSIX_MQUEUE: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CGROUP_BPF: enabled
09:43:01 [2022-06-21T09:43:01.184Z] 
09:43:01 [2022-06-21T09:43:01.184Z] Optional Features:
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_USER_NS: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_SECCOMP: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_SECCOMP_FILTER: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CGROUP_PIDS: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_MEMCG_SWAP: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
09:43:01 [2022-06-21T09:43:01.184Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_BLK_CGROUP: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CGROUP_PERF: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CGROUP_HUGETLB: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_CFS_BANDWIDTH: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_RT_GROUP_SCHED: missing
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_IP_VS: enabled (as module)
09:43:01 [2022-06-21T09:43:01.184Z] - CONFIG_IP_VS_NFCT: enabled
09:43:01 [2022-06-21T09:43:01.258Z] #28 ...
09:43:01 [2022-06-21T09:43:01.258Z] 
09:43:01 [2022-06-21T09:43:01.258Z] #24 [internal] load build context
09:43:01 [2022-06-21T09:43:01.258Z] #24 sha256:63c131327282fee698e9a2b8a95fcd474afbf85712e627f627d276dc9e91092b
09:43:01 [2022-06-21T09:43:01.258Z] #24 transferring context: 61.16MB 1.9s done
09:43:01 [2022-06-21T09:43:01.258Z] #24 DONE 2.5s
09:43:01 [2022-06-21T09:43:01.258Z] 
09:43:01 [2022-06-21T09:43:01.258Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:43:01 [2022-06-21T09:43:01.258Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
09:43:01 [2022-06-21T09:43:01.258Z] #49 DONE 0.0s
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_IP_VS_RR: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_SECURITY_SELINUX: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_SECURITY_APPARMOR: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_EXT4_FS: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:43:01 [2022-06-21T09:43:01.445Z] - Network Drivers:
09:43:01 [2022-06-21T09:43:01.445Z]   - "overlay":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_VXLAN: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       Optional (for encrypted networks):
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_CRYPTO: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_CRYPTO_AEAD: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_CRYPTO_GCM: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_CRYPTO_GHASH: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_XFRM: enabled
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_XFRM_USER: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]       - CONFIG_INET_ESP: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]   - "ipvlan":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_IPVLAN: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]   - "macvlan":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_MACVLAN: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_DUMMY: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]   - "ftp,tftp client in container":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z] - Storage Drivers:
09:43:01 [2022-06-21T09:43:01.445Z]   - "aufs":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_AUFS_FS: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]   - "btrfs":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:43:01 [2022-06-21T09:43:01.445Z]   - "devicemapper":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_BLK_DEV_DM: enabled
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]   - "overlay":
09:43:01 [2022-06-21T09:43:01.445Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:43:01 [2022-06-21T09:43:01.445Z]   - "zfs":
09:43:01 [2022-06-21T09:43:01.445Z]     - /dev/zfs: present
09:43:01 [2022-06-21T09:43:01.445Z]     - zfs command: missing
09:43:01 [2022-06-21T09:43:01.445Z]     - zpool command: missing
09:43:01 [2022-06-21T09:43:01.445Z] 
09:43:01 [2022-06-21T09:43:01.445Z] Limits:
09:43:01 [2022-06-21T09:43:01.445Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:43:01 [2022-06-21T09:43:01.445Z] 
09:43:01 [2022-06-21T09:43:01.445Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:43:01 [2022-06-21T09:43:01.519Z] 
09:43:01 [2022-06-21T09:43:01.519Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
09:43:01 [2022-06-21T09:43:01.519Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:f9dd8baf438f408e37393c61dcd6daa467d87014c98def6469f369e825152aa1 1.80kB / 1.80kB done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:c6edb1d568eeb978f3273dd71d09a0ea574227b20e310f00a895b8fc2ecc35cf 7.12kB / 7.12kB done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 1.7s done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.5s done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 0.8s done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 2.5s done
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 0B / 81.08MB 2.6s
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 0B / 108.88MB 2.6s
09:43:01 [2022-06-21T09:43:01.519Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 2.6s done
09:43:01 [2022-06-21T09:43:01.786Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 16.78MB / 81.08MB 2.8s
09:43:01 [2022-06-21T09:43:01.786Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 16.78MB / 108.88MB 2.8s
09:43:01 [2022-06-21T09:43:01.786Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 29.36MB / 81.08MB 2.9s
09:43:01 [2022-06-21T09:43:01.839Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8f64a1ec53121ef4a2750307613340b2c2eaafda .
09:43:02 [2022-06-21T09:43:02.048Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 28.31MB / 108.88MB 3.0s
09:43:02 [2022-06-21T09:43:02.048Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 35.24MB / 81.08MB 3.1s
09:43:02 [2022-06-21T09:43:02.048Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 38.40MB / 108.88MB 3.1s
09:43:02 [2022-06-21T09:43:02.097Z] #2 [internal] load .dockerignore
09:43:02 [2022-06-21T09:43:02.097Z] #2 sha256:e4bfb8befaaa523f535f7897e8d17c93c2fdfedf2bf0cde80d74f5ddda89bf6b
09:43:02 [2022-06-21T09:43:02.097Z] #2 transferring context: 145B done
09:43:02 [2022-06-21T09:43:02.097Z] #2 DONE 0.1s
09:43:02 [2022-06-21T09:43:02.097Z] 
09:43:02 [2022-06-21T09:43:02.097Z] #1 [internal] load build definition from Dockerfile
09:43:02 [2022-06-21T09:43:02.097Z] #1 sha256:abfd199eb281a3ecebbb5b841e8973040701e3c52592f234d0c833a9cad0d59b
09:43:02 [2022-06-21T09:43:02.097Z] #1 transferring dockerfile: 18.90kB 0.0s done
09:43:02 [2022-06-21T09:43:02.097Z] #1 DONE 0.2s
09:43:02 [2022-06-21T09:43:02.310Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 54.53MB / 81.08MB 3.3s
09:43:02 [2022-06-21T09:43:02.310Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 66.06MB / 108.88MB 3.3s
09:43:02 [2022-06-21T09:43:02.310Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 62.91MB / 81.08MB 3.4s
09:43:02 [2022-06-21T09:43:02.310Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 73.40MB / 81.08MB 3.5s
09:43:02 [2022-06-21T09:43:02.310Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 81.89MB / 108.88MB 3.5s
09:43:02 [2022-06-21T09:43:02.359Z] 
09:43:02 [2022-06-21T09:43:02.359Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
09:43:02 [2022-06-21T09:43:02.359Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
09:43:02 [2022-06-21T09:43:02.572Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 3.6s
09:43:02 [2022-06-21T09:43:02.572Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 99.61MB / 108.88MB 3.7s
09:43:02 [2022-06-21T09:43:02.774Z] #64 125.1 # github.com/containerd/containerd/cmd/containerd
09:43:02 [2022-06-21T09:43:02.774Z] #64 125.1 /usr/bin/ld: /tmp/go-link-319974299/000019.o: in function `New':
09:43:02 [2022-06-21T09:43:02.774Z] #64 125.1 /tmp/tmp.3XMg3HKvAW/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
09:43:02 [2022-06-21T09:43:02.774Z] #64 125.2 + bin/containerd-stress
09:43:02 [2022-06-21T09:43:02.774Z] #64 126.3 + bin/containerd-shim
09:43:02 [2022-06-21T09:43:02.834Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 3.8s
09:43:02 [2022-06-21T09:43:02.926Z] #3 DONE 0.4s
09:43:02 [2022-06-21T09:43:02.926Z] 
09:43:02 [2022-06-21T09:43:02.926Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
09:43:02 [2022-06-21T09:43:02.926Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
09:43:02 [2022-06-21T09:43:02.926Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
09:43:02 [2022-06-21T09:43:02.926Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
09:43:02 [2022-06-21T09:43:02.926Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
09:43:02 [2022-06-21T09:43:02.926Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
09:43:02 [2022-06-21T09:43:02.926Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
09:43:03 [2022-06-21T09:43:03.183Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
09:43:03 [2022-06-21T09:43:03.183Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
09:43:03 [2022-06-21T09:43:03.406Z] #11 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 2.7s done
09:43:03 [2022-06-21T09:43:03.667Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 4.6s done
09:43:03 [2022-06-21T09:43:03.667Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.1s
09:43:03 [2022-06-21T09:43:03.667Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.2s done
09:43:03 [2022-06-21T09:43:03.767Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
09:43:03 [2022-06-21T09:43:03.767Z] #4 DONE 0.9s
09:43:04 [2022-06-21T09:43:04.024Z] 
09:43:04 [2022-06-21T09:43:04.024Z] #6 [internal] load build definition from Dockerfile
09:43:04 [2022-06-21T09:43:04.024Z] #6 sha256:e54a6b90fd433c3aaa6d227c22877aa0fa7e7175924e72d8a6a48f487f8122b1
09:43:04 [2022-06-21T09:43:04.024Z] #6 DONE 0.0s
09:43:04 [2022-06-21T09:43:04.024Z] 
09:43:04 [2022-06-21T09:43:04.024Z] #5 [internal] load .dockerignore
09:43:04 [2022-06-21T09:43:04.024Z] #5 sha256:5d867f30e379bb933316fc1cbaaf6dde675056f901a373be103915360cb9af99
09:43:04 [2022-06-21T09:43:04.024Z] #5 DONE 0.0s
09:43:04 [2022-06-21T09:43:04.024Z] 
09:43:04 [2022-06-21T09:43:04.024Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:43:04 [2022-06-21T09:43:04.024Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:43:04 [2022-06-21T09:43:04.961Z] #10 ...
09:43:04 [2022-06-21T09:43:04.961Z] 
09:43:04 [2022-06-21T09:43:04.961Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:43:04 [2022-06-21T09:43:04.961Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
09:43:04 [2022-06-21T09:43:04.961Z] #9 DONE 1.1s
09:43:04 [2022-06-21T09:43:04.961Z] 
09:43:04 [2022-06-21T09:43:04.961Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye
09:43:04 [2022-06-21T09:43:04.961Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049
09:43:04 [2022-06-21T09:43:04.961Z] #7 DONE 1.1s
09:43:04 [2022-06-21T09:43:04.961Z] 
09:43:04 [2022-06-21T09:43:04.961Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
09:43:04 [2022-06-21T09:43:04.961Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
09:43:04 [2022-06-21T09:43:04.961Z] #8 DONE 1.2s
09:43:04 [2022-06-21T09:43:04.961Z] 
09:43:04 [2022-06-21T09:43:04.961Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:43:04 [2022-06-21T09:43:04.961Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
09:43:05 [2022-06-21T09:43:05.051Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.1s
09:43:05 [2022-06-21T09:43:05.051Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.2s done
09:43:05 [2022-06-21T09:43:05.221Z] #10 DONE 1.4s
09:43:05 [2022-06-21T09:43:05.312Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb
09:43:05 [2022-06-21T09:43:05.312Z] #11 ...
09:43:05 [2022-06-21T09:43:05.312Z] 
09:43:05 [2022-06-21T09:43:05.312Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:43:05 [2022-06-21T09:43:05.312Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:43:05 [2022-06-21T09:43:05.312Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:43:05 [2022-06-21T09:43:05.312Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:43:05 [2022-06-21T09:43:05.312Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:43:05 [2022-06-21T09:43:05.312Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:43:05 [2022-06-21T09:43:05.312Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.8s done
09:43:05 [2022-06-21T09:43:05.312Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done
09:43:05 [2022-06-21T09:43:05.312Z] #73 DONE 6.3s
09:43:05 [2022-06-21T09:43:05.312Z] 
09:43:05 [2022-06-21T09:43:05.312Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:43:05 [2022-06-21T09:43:05.312Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72
09:43:05 [2022-06-21T09:43:05.312Z] #28 DONE 6.3s
09:43:05 [2022-06-21T09:43:05.312Z] 
09:43:05 [2022-06-21T09:43:05.312Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:43:05 [2022-06-21T09:43:05.312Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:43:05 [2022-06-21T09:43:05.312Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:43:05 [2022-06-21T09:43:05.312Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:43:05 [2022-06-21T09:43:05.312Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:43:05 [2022-06-21T09:43:05.312Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:43:05 [2022-06-21T09:43:05.312Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done
09:43:05 [2022-06-21T09:43:05.312Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.3s done
09:43:05 [2022-06-21T09:43:05.312Z] #71 DONE 6.4s
09:43:05 [2022-06-21T09:43:05.312Z] 
09:43:05 [2022-06-21T09:43:05.312Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:05 [2022-06-21T09:43:05.312Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
09:43:05 [2022-06-21T09:43:05.312Z] #11 ...
09:43:05 [2022-06-21T09:43:05.312Z] 
09:43:05 [2022-06-21T09:43:05.312Z] #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
09:43:05 [2022-06-21T09:43:05.312Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087
09:43:05 [2022-06-21T09:43:05.489Z] 
09:43:05 [2022-06-21T09:43:05.489Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:43:05 [2022-06-21T09:43:05.489Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:43:05 [2022-06-21T09:43:05.489Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:43:05 [2022-06-21T09:43:05.489Z] #73 DONE 0.1s
09:43:05 [2022-06-21T09:43:05.489Z] 
09:43:05 [2022-06-21T09:43:05.489Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:05 [2022-06-21T09:43:05.489Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:05 [2022-06-21T09:43:05.489Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:05 [2022-06-21T09:43:05.557Z] #69 ...
09:43:05 [2022-06-21T09:43:05.557Z] 
09:43:05 [2022-06-21T09:43:05.557Z] #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
09:43:05 [2022-06-21T09:43:05.557Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
09:43:05 [2022-06-21T09:43:05.557Z] #49 18.65 Fetched 40.6 MB in 17s (2369 kB/s)
09:43:05 [2022-06-21T09:43:05.746Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done
09:43:05 [2022-06-21T09:43:05.746Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done
09:43:05 [2022-06-21T09:43:05.746Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done
09:43:05 [2022-06-21T09:43:05.746Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done
09:43:05 [2022-06-21T09:43:05.851Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.7s done
09:43:05 [2022-06-21T09:43:05.851Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0.1s
09:43:06 [2022-06-21T09:43:06.004Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 1.05MB / 5.16MB 0.2s
09:43:06 [2022-06-21T09:43:06.004Z] #11 ...
09:43:06 [2022-06-21T09:43:06.004Z] 
09:43:06 [2022-06-21T09:43:06.004Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:43:06 [2022-06-21T09:43:06.004Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
09:43:06 [2022-06-21T09:43:06.004Z] #49 DONE 0.0s
09:43:06 [2022-06-21T09:43:06.004Z] 
09:43:06 [2022-06-21T09:43:06.004Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:06 [2022-06-21T09:43:06.004Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:06 [2022-06-21T09:43:06.004Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.05MB / 55.01MB 0.3s
09:43:06 [2022-06-21T09:43:06.262Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 4.19MB / 5.16MB 0.4s
09:43:06 [2022-06-21T09:43:06.262Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.19MB / 55.01MB 0.4s
09:43:06 [2022-06-21T09:43:06.519Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.5s
09:43:06 [2022-06-21T09:43:06.519Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.6s done
09:43:06 [2022-06-21T09:43:06.519Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 11.23MB / 55.01MB 0.7s
09:43:06 [2022-06-21T09:43:06.519Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0B / 10.88MB 0.7s
09:43:06 [2022-06-21T09:43:06.780Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 24.74MB / 55.01MB 0.9s
09:43:06 [2022-06-21T09:43:06.780Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 9.44MB / 10.88MB 0.9s
09:43:07 [2022-06-21T09:43:07.048Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 28.31MB / 55.01MB 1.1s
09:43:07 [2022-06-21T09:43:07.048Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.1s
09:43:07 [2022-06-21T09:43:07.048Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 110.59kB / 54.58MB 1.1s
09:43:07 [2022-06-21T09:43:07.048Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 31.46MB / 55.01MB 1.2s
09:43:07 [2022-06-21T09:43:07.048Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.2s done
09:43:07 [2022-06-21T09:43:07.048Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 3.15MB / 54.58MB 1.2s
09:43:07 [2022-06-21T09:43:07.229Z] #29 1.757 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:07 [2022-06-21T09:43:07.229Z] #29 1.757 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
09:43:07 [2022-06-21T09:43:07.229Z] #29 1.773 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:07 [2022-06-21T09:43:07.229Z] #29 1.900 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:43:07 [2022-06-21T09:43:07.305Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 38.15MB / 55.01MB 1.4s
09:43:07 [2022-06-21T09:43:07.305Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 11.53MB / 54.58MB 1.4s
09:43:07 [2022-06-21T09:43:07.305Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 1.4s
09:43:07 [2022-06-21T09:43:07.491Z] #29 2.063 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:43:07 [2022-06-21T09:43:07.567Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 15.73MB / 54.58MB 1.6s
09:43:07 [2022-06-21T09:43:07.567Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 48.23MB / 55.01MB 1.8s
09:43:07 [2022-06-21T09:43:07.567Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 22.02MB / 54.58MB 1.8s
09:43:07 [2022-06-21T09:43:07.567Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 11.72MB / 85.87MB 1.8s
09:43:07 [2022-06-21T09:43:07.754Z] #29 2.286 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:43:07 [2022-06-21T09:43:07.828Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 53.48MB / 55.01MB 2.0s
09:43:07 [2022-06-21T09:43:07.828Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 26.21MB / 54.58MB 2.0s
09:43:07 [2022-06-21T09:43:07.828Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 16.78MB / 85.87MB 2.0s
09:43:08 [2022-06-21T09:43:08.020Z] #64 137.4 + bin/containerd-shim-runc-v1
09:43:08 [2022-06-21T09:43:08.089Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 29.36MB / 54.58MB 2.1s
09:43:08 [2022-06-21T09:43:08.089Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 22.14MB / 85.87MB 2.1s
09:43:08 [2022-06-21T09:43:08.089Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 36.97MB / 54.58MB 2.3s
09:43:08 [2022-06-21T09:43:08.089Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 28.51MB / 85.87MB 2.3s
09:43:08 [2022-06-21T09:43:08.383Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 45.09MB / 54.58MB 2.4s
09:43:08 [2022-06-21T09:43:08.383Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 33.55MB / 85.87MB 2.4s
09:43:08 [2022-06-21T09:43:08.383Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 49.28MB / 54.58MB 2.6s
09:43:08 [2022-06-21T09:43:08.640Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.6s done
09:43:08 [2022-06-21T09:43:08.640Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 52.43MB / 54.58MB 2.7s
09:43:08 [2022-06-21T09:43:08.640Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 39.85MB / 85.87MB 2.7s
09:43:08 [2022-06-21T09:43:08.640Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 2.8s
09:43:08 [2022-06-21T09:43:08.700Z] #29 3.220 Fetched 8431 kB in 2s (4846 kB/s)
09:43:08 [2022-06-21T09:43:08.899Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 47.19MB / 85.87MB 3.0s
09:43:08 [2022-06-21T09:43:08.899Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c
09:43:08 [2022-06-21T09:43:08.899Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 62.91MB / 85.87MB 3.2s
09:43:08 [2022-06-21T09:43:08.899Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 20.97MB / 141.75MB 3.2s
09:43:08 [2022-06-21T09:43:08.960Z] #29 3.220 Reading package lists...
09:43:09 [2022-06-21T09:43:09.151Z] #11 ...
09:43:09 [2022-06-21T09:43:09.151Z] 
09:43:09 [2022-06-21T09:43:09.151Z] #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
09:43:09 [2022-06-21T09:43:09.151Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
09:43:09 [2022-06-21T09:43:09.151Z] #29 0.976 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 0.977 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 1.016 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 1.127 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 1.240 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 1.480 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:09 [2022-06-21T09:43:09.151Z] #29 2.960 Fetched 8544 kB in 2s (3798 kB/s)
09:43:09 [2022-06-21T09:43:09.151Z] #29 2.960 Reading package lists...
09:43:09 [2022-06-21T09:43:09.151Z] #29 3.882 Reading package lists...
09:43:09 [2022-06-21T09:43:09.151Z] #29 4.704 Building dependency tree...
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.051 The following additional packages will be installed:
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.051   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.052   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.053 Recommended packages:
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.053   libldap-common publicsuffix libsasl2-modules
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.189 The following NEW packages will be installed:
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.190   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.190   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.191   libssh2-1 openssl
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.475 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.475 Need to get 3040 kB of archives.
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.475 After this operation, 6651 kB of additional disk space will be used.
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.475 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.480 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.480 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.492 Get:10 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.503 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]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.503 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.503 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.503 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.503 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.672 debconf: delaying package configuration, since apt-utils is not installed
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.709 Fetched 3040 kB in 0s (10.0 MB/s)
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.740 Selecting previously unselected package openssl.
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.740 (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.)
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.740 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.750 Unpacking openssl (1.1.1n-0+deb11u2) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.951 Selecting previously unselected package ca-certificates.
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.951 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 5.954 Unpacking ca-certificates (20210119) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.043 Selecting previously unselected package libbrotli1:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.043 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.050 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.136 Selecting previously unselected package libsasl2-modules-db:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.137 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.141 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.192 Selecting previously unselected package libsasl2-2:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.192 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.196 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.264 Selecting previously unselected package libldap-2.4-2:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.264 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.268 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.343 Selecting previously unselected package libnghttp2-14:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.344 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.347 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.391 Selecting previously unselected package libpsl5:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.391 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.399 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.435 Selecting previously unselected package librtmp1:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.435 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.438 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.481 Selecting previously unselected package libssh2-1:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.481 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.488 Unpacking libssh2-1:amd64 (1.9.0-2) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.544 Selecting previously unselected package libcurl4:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.544 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.547 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.611 Selecting previously unselected package curl.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.611 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.616 Unpacking curl (7.74.0-1.3+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.685 Selecting previously unselected package libonig5:amd64.
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.685 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.688 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:43:09 [2022-06-21T09:43:09.151Z] #29 6.751 Selecting previously unselected package libjq1:amd64.
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.751 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.760 Unpacking libjq1:amd64 (1.6-2.1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.800 Selecting previously unselected package jq.
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.800 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.804 Unpacking jq (1.6-2.1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.845 Setting up libpsl5:amd64 (0.21.0-1.2) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.858 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.870 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.886 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.900 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.911 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.924 Setting up libssh2-1:amd64 (1.9.0-2) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.940 Setting up openssl (1.1.1n-0+deb11u2) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.962 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.974 Setting up libjq1:amd64 (1.6-2.1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 6.988 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 7.044 Setting up ca-certificates (20210119) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 7.666 Updating certificates in /etc/ssl/certs...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.293 129 added, 0 removed; done.
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.324 Setting up jq (1.6-2.1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.335 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.345 Setting up curl (7.74.0-1.3+deb11u1) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.355 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.375 Processing triggers for ca-certificates (20210119) ...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.382 Updating certificates in /etc/ssl/certs...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.933 0 added, 0 removed; done.
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.933 Running hooks in /etc/ca-certificates/update.d...
09:43:09 [2022-06-21T09:43:09.152Z] #29 8.936 done.
09:43:09 [2022-06-21T09:43:09.152Z] #29 ...
09:43:09 [2022-06-21T09:43:09.152Z] 
09:43:09 [2022-06-21T09:43:09.152Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:09 [2022-06-21T09:43:09.152Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:09 [2022-06-21T09:43:09.152Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 3.9s done
09:43:09 [2022-06-21T09:43:09.158Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 69.21MB / 85.87MB 3.3s
09:43:09 [2022-06-21T09:43:09.158Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 29.36MB / 141.75MB 3.3s
09:43:09 [2022-06-21T09:43:09.158Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 3.3s done
09:43:09 [2022-06-21T09:43:09.158Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 78.64MB / 85.87MB 3.5s
09:43:09 [2022-06-21T09:43:09.158Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 0B / 155B 3.4s
09:43:09 [2022-06-21T09:43:09.422Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 83.89MB / 85.87MB 3.6s
09:43:09 [2022-06-21T09:43:09.422Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 41.94MB / 141.75MB 3.6s
09:43:09 [2022-06-21T09:43:09.422Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.5s done
09:43:09 [2022-06-21T09:43:09.683Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 52.43MB / 141.75MB 3.8s
09:43:09 [2022-06-21T09:43:09.683Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 69.21MB / 141.75MB 4.0s
09:43:09 [2022-06-21T09:43:09.732Z] #11 ...
09:43:09 [2022-06-21T09:43:09.732Z] 
09:43:09 [2022-06-21T09:43:09.732Z] #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
09:43:09 [2022-06-21T09:43:09.732Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
09:43:09 [2022-06-21T09:43:09.732Z] #29 DONE 10.6s
09:43:09 [2022-06-21T09:43:09.732Z] 
09:43:09 [2022-06-21T09:43:09.732Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:09 [2022-06-21T09:43:09.732Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:09 [2022-06-21T09:43:09.732Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9
09:43:09 [2022-06-21T09:43:09.732Z] #11 ...
09:43:09 [2022-06-21T09:43:09.732Z] 
09:43:09 [2022-06-21T09:43:09.732Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:43:09 [2022-06-21T09:43:09.732Z] #30 sha256:dfddcd7a0ac8db08d5c050c0df436c1868c070615589742c9769af1cbfd69ff2
09:43:09 [2022-06-21T09:43:09.732Z] #30 DONE 0.3s
09:43:09 [2022-06-21T09:43:09.732Z] 
09:43:09 [2022-06-21T09:43:09.732Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:09 [2022-06-21T09:43:09.732Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:09 [2022-06-21T09:43:09.903Z] #29 3.766 Reading package lists...
09:43:09 [2022-06-21T09:43:09.903Z] #29 4.325 Building dependency tree...
09:43:09 [2022-06-21T09:43:09.903Z] #29 4.650 The following additional packages will be installed:
09:43:09 [2022-06-21T09:43:09.903Z] #29 4.650   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
09:43:09 [2022-06-21T09:43:09.903Z] #29 4.650   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
09:43:09 [2022-06-21T09:43:09.943Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 78.64MB / 141.75MB 4.1s
09:43:09 [2022-06-21T09:43:09.943Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 87.03MB / 141.75MB 4.2s
09:43:10 [2022-06-21T09:43:10.167Z] #29 4.654 Recommended packages:
09:43:10 [2022-06-21T09:43:10.167Z] #29 4.654   libldap-common publicsuffix libsasl2-modules
09:43:10 [2022-06-21T09:43:10.167Z] #29 4.746 The following NEW packages will be installed:
09:43:10 [2022-06-21T09:43:10.167Z] #29 4.748   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
09:43:10 [2022-06-21T09:43:10.167Z] #29 4.748   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:43:10 [2022-06-21T09:43:10.167Z] #29 4.748   libssh2-1 openssl
09:43:10 [2022-06-21T09:43:10.202Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 99.26MB / 141.75MB 4.4s
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.031 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.031 Need to get 2935 kB of archives.
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.031 After this operation, 6476 kB of additional disk space will be used.
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.031 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.031 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.041 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.078 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.083 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.083 Get:6 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.086 Get:7 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.086 Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.088 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.090 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.092 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.120 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.146 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.146 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:43:10 [2022-06-21T09:43:10.445Z] #29 5.147 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:43:10 [2022-06-21T09:43:10.458Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 4.6s done
09:43:10 [2022-06-21T09:43:10.458Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 118.49MB / 141.75MB 4.7s
09:43:10 [2022-06-21T09:43:10.715Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 126.88MB / 141.75MB 4.9s
09:43:10 [2022-06-21T09:43:10.760Z] #29 5.425 debconf: delaying package configuration, since apt-utils is not installed
09:43:10 [2022-06-21T09:43:10.760Z] #29 5.469 Fetched 2935 kB in 0s (7443 kB/s)
09:43:10 [2022-06-21T09:43:10.974Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 5.3s
09:43:11 [2022-06-21T09:43:11.330Z] #29 6.087 Selecting previously unselected package openssl.
09:43:11 [2022-06-21T09:43:11.330Z] #29 6.087 (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.)
09:43:11 [2022-06-21T09:43:11.330Z] #29 6.087 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ...
09:43:11 [2022-06-21T09:43:11.591Z] #29 6.187 Unpacking openssl (1.1.1n-0+deb11u2) ...
09:43:11 [2022-06-21T09:43:11.853Z] #29 6.537 Selecting previously unselected package ca-certificates.
09:43:11 [2022-06-21T09:43:11.853Z] #29 6.537 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
09:43:11 [2022-06-21T09:43:11.853Z] #29 6.541 Unpacking ca-certificates (20210119) ...
09:43:11 [2022-06-21T09:43:11.853Z] #29 ...
09:43:11 [2022-06-21T09:43:11.853Z] 
09:43:11 [2022-06-21T09:43:11.853Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:43:11 [2022-06-21T09:43:11.853Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
09:43:12 [2022-06-21T09:43:12.878Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 6.8s done
09:43:12 [2022-06-21T09:43:12.878Z] #11 ...
09:43:12 [2022-06-21T09:43:12.878Z] 
09:43:12 [2022-06-21T09:43:12.878Z] #24 [internal] load build context
09:43:12 [2022-06-21T09:43:12.878Z] #24 sha256:88d440d2a6ce71713ea4d590155cbec9f815ab5d58af223446aeb2ccd2c0f288
09:43:12 [2022-06-21T09:43:12.878Z] #24 transferring context: 61.16MB 6.5s done
09:43:12 [2022-06-21T09:43:12.878Z] #24 DONE 7.2s
09:43:12 [2022-06-21T09:43:12.878Z] 
09:43:12 [2022-06-21T09:43:12.878Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:12 [2022-06-21T09:43:12.878Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:12 [2022-06-21T09:43:12.878Z] #11 ...
09:43:12 [2022-06-21T09:43:12.878Z] 
09:43:12 [2022-06-21T09:43:12.878Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:43:12 [2022-06-21T09:43:12.878Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
09:43:12 [2022-06-21T09:43:12.878Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:43:12 [2022-06-21T09:43:12.878Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:43:12 [2022-06-21T09:43:12.878Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:43:12 [2022-06-21T09:43:12.878Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done
09:43:12 [2022-06-21T09:43:12.878Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.1s done
09:43:12 [2022-06-21T09:43:12.878Z] #73 DONE 7.1s
09:43:12 [2022-06-21T09:43:12.878Z] 
09:43:12 [2022-06-21T09:43:12.878Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:43:12 [2022-06-21T09:43:12.878Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
09:43:12 [2022-06-21T09:43:12.878Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:43:12 [2022-06-21T09:43:12.878Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
09:43:12 [2022-06-21T09:43:12.878Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
09:43:12 [2022-06-21T09:43:12.878Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.7s done
09:43:12 [2022-06-21T09:43:12.878Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done
09:43:12 [2022-06-21T09:43:12.878Z] #71 DONE 7.2s
09:43:12 [2022-06-21T09:43:12.878Z] 
09:43:12 [2022-06-21T09:43:12.878Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:12 [2022-06-21T09:43:12.878Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:13 [2022-06-21T09:43:13.268Z] #64 143.7 + bin/containerd-shim-runc-v2
09:43:13 [2022-06-21T09:43:13.269Z] #72 DONE 1.2s
09:43:13 [2022-06-21T09:43:13.269Z] 
09:43:13 [2022-06-21T09:43:13.269Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:43:13 [2022-06-21T09:43:13.269Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
09:43:13 [2022-06-21T09:43:13.674Z] #49 18.65 Reading package lists...
09:43:13 [2022-06-21T09:43:13.674Z] #49 ...
09:43:13 [2022-06-21T09:43:13.674Z] 
09:43:13 [2022-06-21T09:43:13.674Z] #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
09:43:13 [2022-06-21T09:43:13.674Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
09:43:13 [2022-06-21T09:43:13.674Z] #69 19.58 Fetched 40.6 MB in 18s (2230 kB/s)
09:43:14 [2022-06-21T09:43:14.198Z] #64 144.5 + binaries
09:43:14 [2022-06-21T09:43:14.198Z] #64 144.5 + install -D bin/containerd /build/containerd
09:43:14 [2022-06-21T09:43:14.198Z] #64 144.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:43:14 [2022-06-21T09:43:14.198Z] #64 144.5 + install -D bin/ctr /build/ctr
09:43:14 [2022-06-21T09:43:14.242Z] #69 19.58 Reading package lists...
09:43:14 [2022-06-21T09:43:14.242Z] #69 ...
09:43:14 [2022-06-21T09:43:14.242Z] 
09:43:14 [2022-06-21T09:43:14.242Z] #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
09:43:14 [2022-06-21T09:43:14.242Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
09:43:14 [2022-06-21T09:43:14.242Z] #49 18.65 Reading package lists...
09:43:14 [2022-06-21T09:43:14.251Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.3s
09:43:14 [2022-06-21T09:43:14.759Z] #64 DONE 145.0s
09:43:15 [2022-06-21T09:43:15.014Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.0s
09:43:15 [2022-06-21T09:43:15.183Z] #74 DONE 2.1s
09:43:15 [2022-06-21T09:43:15.183Z] 
09:43:15 [2022-06-21T09:43:15.183Z] #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
09:43:15 [2022-06-21T09:43:15.183Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087
09:43:15 [2022-06-21T09:43:15.183Z] #29 6.617 Selecting previously unselected package libbrotli1:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 6.619 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 6.625 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 6.895 Selecting previously unselected package libsasl2-modules-db:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 6.895 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 6.986 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.346 Selecting previously unselected package libsasl2-2:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.346 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.386 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.714 Selecting previously unselected package libldap-2.4-2:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.715 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.719 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.784 Selecting previously unselected package libnghttp2-14:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.784 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.788 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.841 Selecting previously unselected package libpsl5:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.841 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 7.842 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 8.106 Selecting previously unselected package librtmp1:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 8.106 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 8.177 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 8.606 Selecting previously unselected package libssh2-1:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 8.606 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 8.677 Unpacking libssh2-1:arm64 (1.9.0-2) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.062 Selecting previously unselected package libcurl4:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.062 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.202 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.253 Selecting previously unselected package curl.
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.253 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.260 Unpacking curl (7.74.0-1.3+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.719 Selecting previously unselected package libonig5:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.719 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.741 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.826 Selecting previously unselected package libjq1:arm64.
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.826 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.826 Unpacking libjq1:arm64 (1.6-2.1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.882 Selecting previously unselected package jq.
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.882 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.882 Unpacking jq (1.6-2.1) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.916 Setting up libpsl5:arm64 (0.21.0-1.2) ...
09:43:15 [2022-06-21T09:43:15.183Z] #29 9.934 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
09:43:15 [2022-06-21T09:43:15.320Z] 
09:43:15 [2022-06-21T09:43:15.320Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
09:43:15 [2022-06-21T09:43:15.320Z] #65 sha256:cc7973de5672a6a46e2c0e8d3daa57ac29a72616f3eda9a3f05afed545f0bf5c
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.05 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.06 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.07 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.08 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.09 Setting up libssh2-1:arm64 (1.9.0-2) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.10 Setting up openssl (1.1.1n-0+deb11u2) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.12 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.13 Setting up libjq1:arm64 (1.6-2.1) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.14 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 10.15 Setting up ca-certificates (20210119) ...
09:43:15 [2022-06-21T09:43:15.445Z] #29 ...
09:43:15 [2022-06-21T09:43:15.445Z] 
09:43:15 [2022-06-21T09:43:15.445Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:15 [2022-06-21T09:43:15.445Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
09:43:15 [2022-06-21T09:43:15.445Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 2.6s done
09:43:15 [2022-06-21T09:43:15.445Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 3.3s done
09:43:15 [2022-06-21T09:43:15.445Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 3.6s
09:43:15 [2022-06-21T09:43:15.576Z] #65 DONE 0.2s
09:43:15 [2022-06-21T09:43:15.576Z] 
09:43:15 [2022-06-21T09:43:15.576Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:43:15 [2022-06-21T09:43:15.576Z] #70 sha256:0e141f1f2fea178b2f0689aec40a910aa0dcc8d20217d07e667a5ec7a9f29497
09:43:15 [2022-06-21T09:43:15.576Z] #70 DONE 0.1s
09:43:15 [2022-06-21T09:43:15.653Z] #11 ...
09:43:15 [2022-06-21T09:43:15.653Z] 
09:43:15 [2022-06-21T09:43:15.653Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:43:15 [2022-06-21T09:43:15.653Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
09:43:15 [2022-06-21T09:43:15.653Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done
09:43:15 [2022-06-21T09:43:15.653Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done
09:43:15 [2022-06-21T09:43:15.653Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done
09:43:15 [2022-06-21T09:43:15.653Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done
09:43:15 [2022-06-21T09:43:15.832Z] 
09:43:15 [2022-06-21T09:43:15.832Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
09:43:15 [2022-06-21T09:43:15.832Z] #75 sha256:2c531cfaa5e0bd4feb6e8d5b706633b756399ee26167292dbd4a1961245a688c
09:43:15 [2022-06-21T09:43:15.912Z] #28 ...
09:43:15 [2022-06-21T09:43:15.912Z] 
09:43:15 [2022-06-21T09:43:15.912Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:43:15 [2022-06-21T09:43:15.912Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:43:16 [2022-06-21T09:43:16.390Z] #11 ...
09:43:16 [2022-06-21T09:43:16.390Z] 
09:43:16 [2022-06-21T09:43:16.390Z] #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
09:43:16 [2022-06-21T09:43:16.390Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087
09:43:16 [2022-06-21T09:43:16.390Z] #29 10.83 Updating certificates in /etc/ssl/certs...
09:43:16 [2022-06-21T09:43:16.393Z] #75 DONE 0.5s
09:43:16 [2022-06-21T09:43:16.393Z] 
09:43:16 [2022-06-21T09:43:16.393Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
09:43:16 [2022-06-21T09:43:16.393Z] #78 sha256:4efdc11380b54944bfbd5050b0144e8b9ac5b00149df753316cd7d754ad94335
09:43:16 [2022-06-21T09:43:16.393Z] #78 DONE 0.1s
09:43:16 [2022-06-21T09:43:16.393Z] 
09:43:16 [2022-06-21T09:43:16.393Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:43:16 [2022-06-21T09:43:16.393Z] #79 sha256:0ef02100782b1f6ea07bba74398e261276b150e301c99c2b616002f20c140b55
09:43:16 [2022-06-21T09:43:16.393Z] #79 DONE 0.0s
09:43:16 [2022-06-21T09:43:16.393Z] 
09:43:16 [2022-06-21T09:43:16.393Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
09:43:16 [2022-06-21T09:43:16.393Z] #80 sha256:e89959d210a4d04360c5ca80373bf5192ea4788751226c4372be79c21eed6844
09:43:16 [2022-06-21T09:43:16.393Z] #80 DONE 0.0s
09:43:16 [2022-06-21T09:43:16.393Z] 
09:43:16 [2022-06-21T09:43:16.393Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
09:43:16 [2022-06-21T09:43:16.393Z] #81 sha256:30c6267b30d2c81048b4679ebdc38d99e46e7fec18718cdf2ce847c6b48c969e
09:43:16 [2022-06-21T09:43:16.405Z] #49 27.49 Reading package lists...
09:43:16 [2022-06-21T09:43:16.405Z] #49 ...
09:43:16 [2022-06-21T09:43:16.405Z] 
09:43:16 [2022-06-21T09:43:16.405Z] #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
09:43:16 [2022-06-21T09:43:16.405Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:16 [2022-06-21T09:43:16.405Z] #20 19.49 Fetched 40.6 MB in 18s (2234 kB/s)
09:43:16 [2022-06-21T09:43:16.405Z] #20 19.49 Reading package lists...
09:43:16 [2022-06-21T09:43:16.476Z] #72 DONE 0.9s
09:43:16 [2022-06-21T09:43:16.476Z] 
09:43:16 [2022-06-21T09:43:16.476Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:16 [2022-06-21T09:43:16.476Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:16 [2022-06-21T09:43:16.476Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 7.2s done
09:43:16 [2022-06-21T09:43:16.663Z] #20 28.60 Reading package lists...
09:43:16 [2022-06-21T09:43:16.663Z] #20 ...
09:43:16 [2022-06-21T09:43:16.663Z] 
09:43:16 [2022-06-21T09:43:16.663Z] #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
09:43:16 [2022-06-21T09:43:16.663Z] #74 sha256:93f51873a6f117f1dd4d82a3910417dec7edd26330958553307e7ce599d6ff34
09:43:16 [2022-06-21T09:43:16.663Z] #74 29.43 + for f in rootlesskit rootlesskit-docker-proxy
09:43:16 [2022-06-21T09:43:16.663Z] #74 29.43 + GOBIN=/build
09:43:16 [2022-06-21T09:43:16.663Z] #74 29.43 + GO111MODULE=on
09:43:16 [2022-06-21T09:43:16.663Z] #74 29.43 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
09:43:16 [2022-06-21T09:43:16.732Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.1s
09:43:16 [2022-06-21T09:43:16.732Z] #11 ...
09:43:16 [2022-06-21T09:43:16.732Z] 
09:43:16 [2022-06-21T09:43:16.732Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510
09:43:16 [2022-06-21T09:43:16.732Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c
09:43:16 [2022-06-21T09:43:16.732Z] #28 DONE 11.1s
09:43:16 [2022-06-21T09:43:16.732Z] 
09:43:16 [2022-06-21T09:43:16.732Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:16 [2022-06-21T09:43:16.732Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:16 [2022-06-21T09:43:16.971Z] #29 11.75 129 added, 0 removed; done.
09:43:17 [2022-06-21T09:43:17.233Z] #29 11.82 Setting up jq (1.6-2.1) ...
09:43:17 [2022-06-21T09:43:17.233Z] #29 11.83 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
09:43:17 [2022-06-21T09:43:17.233Z] #29 11.84 Setting up curl (7.74.0-1.3+deb11u1) ...
09:43:17 [2022-06-21T09:43:17.233Z] #29 11.86 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:17 [2022-06-21T09:43:17.233Z] #29 11.88 Processing triggers for ca-certificates (20210119) ...
09:43:17 [2022-06-21T09:43:17.233Z] #29 11.89 Updating certificates in /etc/ssl/certs...
09:43:17 [2022-06-21T09:43:17.298Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.7s done
09:43:17 [2022-06-21T09:43:17.320Z] #81 DONE 0.8s
09:43:17 [2022-06-21T09:43:17.320Z] 
09:43:17 [2022-06-21T09:43:17.320Z] #82 exporting to image
09:43:17 [2022-06-21T09:43:17.320Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:43:17 [2022-06-21T09:43:17.320Z] #82 exporting layers
09:43:18 [2022-06-21T09:43:18.178Z] #29 12.63 0 added, 0 removed; done.
09:43:18 [2022-06-21T09:43:18.178Z] #29 12.63 Running hooks in /etc/ca-certificates/update.d...
09:43:18 [2022-06-21T09:43:18.178Z] #29 12.63 done.
09:43:18 [2022-06-21T09:43:18.320Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.3s done
09:43:18 [2022-06-21T09:43:18.320Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done
09:43:18 [2022-06-21T09:43:18.439Z] #29 DONE 13.1s
09:43:18 [2022-06-21T09:43:18.439Z] 
09:43:18 [2022-06-21T09:43:18.439Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:18 [2022-06-21T09:43:18.439Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651
09:43:18 [2022-06-21T09:43:18.439Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 5.9s done
09:43:18 [2022-06-21T09:43:18.439Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 done
09:43:18 [2022-06-21T09:43:18.439Z] #11 DONE 19.5s
09:43:18 [2022-06-21T09:43:18.439Z] 
09:43:18 [2022-06-21T09:43:18.439Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:43:18 [2022-06-21T09:43:18.440Z] #30 sha256:01565901155535ffe8892d3875c5a79b4c1a7f419537d142cbdcf7ea1d25d57a
09:43:18 [2022-06-21T09:43:18.440Z] #30 DONE 0.1s
09:43:18 [2022-06-21T09:43:18.440Z] 
09:43:18 [2022-06-21T09:43:18.440Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:43:18 [2022-06-21T09:43:18.440Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f
09:43:18 [2022-06-21T09:43:18.579Z] #11 DONE 27.5s
09:43:18 [2022-06-21T09:43:18.579Z] 
09:43:18 [2022-06-21T09:43:18.579Z] #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
09:43:18 [2022-06-21T09:43:18.579Z] #31 sha256:e587412db65ecac167a74ac1482bea9517ca86bdec2518f23cd829c84e24b55c
09:43:18 [2022-06-21T09:43:18.579Z] #31 1.399 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:43:18 [2022-06-21T09:43:18.579Z] #31 1.651 
09:43:18 [2022-06-21T09:43:18.579Z] #31 1.870 #=#=#                                                                         

######################################################################## 100.0%
09:43:18 [2022-06-21T09:43:18.579Z] #31 2.115 
09:43:18 [2022-06-21T09:43:18.579Z] #31 2.982 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:43:18 [2022-06-21T09:43:18.579Z] #31 3.266 
09:43:18 [2022-06-21T09:43:18.579Z] #31 3.476 #=#=#                                                                         

######################################################################## 100.0%
09:43:18 [2022-06-21T09:43:18.579Z] #31 3.719 
09:43:18 [2022-06-21T09:43:18.579Z] #31 4.623 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
09:43:18 [2022-06-21T09:43:18.579Z] #31 4.883 
09:43:18 [2022-06-21T09:43:18.579Z] #31 5.101 #=#=#                                                                         

####################                                                      28.1%
###########################################                               60.2%
##################################################################        91.9%
######################################################################## 100.0%
09:43:18 [2022-06-21T09:43:18.579Z] #31 5.661 
09:43:18 [2022-06-21T09:43:18.579Z] #31 6.574 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:43:18 [2022-06-21T09:43:18.579Z] #31 6.856 
09:43:18 [2022-06-21T09:43:18.579Z] #31 7.073 #=#=#                                                                         

######################################################################## 100.0%
09:43:18 [2022-06-21T09:43:18.579Z] #31 7.352 
09:43:18 [2022-06-21T09:43:18.579Z] #31 8.151 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:43:18 [2022-06-21T09:43:18.579Z] #31 8.446 
09:43:18 [2022-06-21T09:43:18.579Z] #31 8.674 #=#=#                                                                         

######################################################################## 100.0%
09:43:18 [2022-06-21T09:43:18.579Z] #31 ...
09:43:18 [2022-06-21T09:43:18.579Z] 
09:43:18 [2022-06-21T09:43:18.579Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:43:18 [2022-06-21T09:43:18.579Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
09:43:19 [2022-06-21T09:43:19.010Z] #12 DONE 0.5s
09:43:19 [2022-06-21T09:43:19.011Z] 
09:43:19 [2022-06-21T09:43:19.011Z] #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
09:43:19 [2022-06-21T09:43:19.011Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b
09:43:19 [2022-06-21T09:43:19.649Z] #13 DONE 0.5s
09:43:19 [2022-06-21T09:43:19.649Z] 
09:43:19 [2022-06-21T09:43:19.649Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:43:19 [2022-06-21T09:43:19.649Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c
09:43:19 [2022-06-21T09:43:19.890Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f
09:43:19 [2022-06-21T09:43:19.890Z] #11 ...
09:43:19 [2022-06-21T09:43:19.890Z] 
09:43:19 [2022-06-21T09:43:19.890Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:43:19 [2022-06-21T09:43:19.890Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:43:19 [2022-06-21T09:43:19.890Z] #74 DONE 3.2s
09:43:19 [2022-06-21T09:43:19.890Z] 
09:43:19 [2022-06-21T09:43:19.890Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:19 [2022-06-21T09:43:19.890Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:19 [2022-06-21T09:43:19.917Z] #33 ...
09:43:19 [2022-06-21T09:43:19.917Z] 
09:43:19 [2022-06-21T09:43:19.917Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:43:19 [2022-06-21T09:43:19.917Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2
09:43:19 [2022-06-21T09:43:19.917Z] #46 DONE 0.2s
09:43:19 [2022-06-21T09:43:19.917Z] 
09:43:19 [2022-06-21T09:43:19.917Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
09:43:19 [2022-06-21T09:43:19.917Z] #25 sha256:4fc833bd4e2314b4481aae22064545ee0d2bbe60a9b057a8b66376ffd60889b3
09:43:19 [2022-06-21T09:43:19.917Z] #25 DONE 0.3s
09:43:19 [2022-06-21T09:43:19.917Z] 
09:43:19 [2022-06-21T09:43:19.917Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:43:19 [2022-06-21T09:43:19.917Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c
09:43:19 [2022-06-21T09:43:19.917Z] #33 DONE 0.4s
09:43:19 [2022-06-21T09:43:19.917Z] 
09:43:19 [2022-06-21T09:43:19.917Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
09:43:19 [2022-06-21T09:43:19.917Z] #66 sha256:2f5467e01360462ded8fc74ca0d4e69e6267bdef04733b7388f317846921d2fd
09:43:19 [2022-06-21T09:43:19.917Z] #66 DONE 0.4s
09:43:19 [2022-06-21T09:43:19.917Z] 
09:43:19 [2022-06-21T09:43:19.917Z] #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
09:43:19 [2022-06-21T09:43:19.917Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495
09:43:19 [2022-06-21T09:43:19.917Z] #50 DONE 0.4s
09:43:19 [2022-06-21T09:43:19.917Z] 
09:43:19 [2022-06-21T09:43:19.917Z] #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
09:43:19 [2022-06-21T09:43:19.917Z] #67 sha256:563bdee9f82d9ac04b008dd12587093d87aa71b1b94aef36d2d68aff6d6fa7ac
09:43:19 [2022-06-21T09:43:19.949Z] #74 32.99 rootlesskit version 1.0.0
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00 Usage of /build/rootlesskit-docker-proxy:
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00   -container-ip string
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00     	container ip
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00   -container-port int
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00     	container port (default -1)
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00   -host-ip string
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00     	host ip
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00   -host-port int
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00     	host port (default -1)
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00   -proto string
09:43:19 [2022-06-21T09:43:19.949Z] #74 33.00     	proxy protocol (default "tcp")
09:43:20 [2022-06-21T09:43:20.516Z] #74 DONE 33.6s
09:43:20 [2022-06-21T09:43:20.516Z] 
09:43:20 [2022-06-21T09:43:20.516Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
09:43:20 [2022-06-21T09:43:20.516Z] #75 sha256:13d6c4b4fc3106d5c51768b86b7a7773bfe46dc2815608c17b7dbfe513d7a917
09:43:20 [2022-06-21T09:43:20.775Z] #75 DONE 0.1s
09:43:20 [2022-06-21T09:43:20.775Z] 
09:43:20 [2022-06-21T09:43:20.775Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:43:20 [2022-06-21T09:43:20.775Z] #76 sha256:f9127700c444df667b97899d66d411654836ea4f8b8ca88e2ab5fea376d6a366
09:43:20 [2022-06-21T09:43:20.775Z] #76 DONE 0.1s
09:43:20 [2022-06-21T09:43:20.775Z] 
09:43:20 [2022-06-21T09:43:20.775Z] #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
09:43:20 [2022-06-21T09:43:20.775Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
09:43:20 [2022-06-21T09:43:20.775Z] #69 19.58 Reading package lists...
09:43:20 [2022-06-21T09:43:20.822Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 1.0s done
09:43:21 [2022-06-21T09:43:21.418Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s
09:43:21 [2022-06-21T09:43:21.863Z] #12 DONE 3.0s
09:43:21 [2022-06-21T09:43:21.863Z] 
09:43:21 [2022-06-21T09:43:21.863Z] #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
09:43:21 [2022-06-21T09:43:21.863Z] #31 sha256:e587412db65ecac167a74ac1482bea9517ca86bdec2518f23cd829c84e24b55c
09:43:21 [2022-06-21T09:43:21.863Z] #31 9.026 
09:43:21 [2022-06-21T09:43:21.863Z] #31 9.082 Download of images into '/build' complete.
09:43:21 [2022-06-21T09:43:21.863Z] #31 9.083 Use something like the following to load the result into a Docker daemon:
09:43:21 [2022-06-21T09:43:21.863Z] #31 9.083   tar -cC '/build' . | docker load
09:43:21 [2022-06-21T09:43:21.863Z] #31 DONE 11.8s
09:43:21 [2022-06-21T09:43:21.863Z] 
09:43:21 [2022-06-21T09:43:21.863Z] #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
09:43:21 [2022-06-21T09:43:21.863Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
09:43:22 [2022-06-21T09:43:22.150Z] #69 29.06 Reading package lists...
09:43:22 [2022-06-21T09:43:22.150Z] #69 ...
09:43:22 [2022-06-21T09:43:22.150Z] 
09:43:22 [2022-06-21T09:43:22.150Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
09:43:22 [2022-06-21T09:43:22.150Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
09:43:22 [2022-06-21T09:43:22.150Z] #79 CACHED
09:43:22 [2022-06-21T09:43:22.150Z] 
09:43:22 [2022-06-21T09:43:22.150Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
09:43:22 [2022-06-21T09:43:22.150Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
09:43:22 [2022-06-21T09:43:22.150Z] #81 CACHED
09:43:22 [2022-06-21T09:43:22.150Z] 
09:43:22 [2022-06-21T09:43:22.150Z] #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             ;
09:43:22 [2022-06-21T09:43:22.150Z] #83 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:43:22 [2022-06-21T09:43:22.150Z] #83 CACHED
09:43:22 [2022-06-21T09:43:22.150Z] 
09:43:22 [2022-06-21T09:43:22.150Z] #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
09:43:22 [2022-06-21T09:43:22.150Z] #84 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:43:22 [2022-06-21T09:43:22.150Z] #84 CACHED
09:43:22 [2022-06-21T09:43:22.150Z] 
09:43:22 [2022-06-21T09:43:22.150Z] #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
09:43:22 [2022-06-21T09:43:22.150Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:22 [2022-06-21T09:43:22.436Z] #13 DONE 0.6s
09:43:22 [2022-06-21T09:43:22.436Z] 
09:43:22 [2022-06-21T09:43:22.436Z] #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
09:43:22 [2022-06-21T09:43:22.436Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:43:22 [2022-06-21T09:43:22.436Z] #14 ...
09:43:22 [2022-06-21T09:43:22.436Z] 
09:43:22 [2022-06-21T09:43:22.436Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:43:22 [2022-06-21T09:43:22.436Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
09:43:22 [2022-06-21T09:43:22.436Z] #46 DONE 0.1s
09:43:22 [2022-06-21T09:43:22.436Z] 
09:43:22 [2022-06-21T09:43:22.436Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:43:22 [2022-06-21T09:43:22.436Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
09:43:22 [2022-06-21T09:43:22.436Z] #33 DONE 0.2s
09:43:22 [2022-06-21T09:43:22.696Z] 
09:43:22 [2022-06-21T09:43:22.696Z] #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
09:43:22 [2022-06-21T09:43:22.696Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:43:22 [2022-06-21T09:43:22.696Z] #34 ...
09:43:22 [2022-06-21T09:43:22.696Z] 
09:43:22 [2022-06-21T09:43:22.696Z] #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
09:43:22 [2022-06-21T09:43:22.696Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
09:43:22 [2022-06-21T09:43:22.696Z] #50 DONE 0.4s
09:43:22 [2022-06-21T09:43:22.954Z] 
09:43:22 [2022-06-21T09:43:22.954Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
09:43:22 [2022-06-21T09:43:22.954Z] #25 sha256:8fa5f82ad81046d37a273b50e3209372fdf80b39b56a508151277c9b369a8b1b
09:43:22 [2022-06-21T09:43:22.954Z] #25 DONE 0.5s
09:43:22 [2022-06-21T09:43:22.954Z] 
09:43:22 [2022-06-21T09:43:22.954Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
09:43:22 [2022-06-21T09:43:22.954Z] #66 sha256:8592784e4122573934767e4ce424320ea4c5e61ee96682111c59b5ac6c5d2116
09:43:22 [2022-06-21T09:43:22.954Z] #66 DONE 0.6s
09:43:22 [2022-06-21T09:43:22.954Z] 
09:43:22 [2022-06-21T09:43:22.954Z] #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
09:43:22 [2022-06-21T09:43:22.954Z] #67 sha256:283fe21658eb50be9884934ec99ad326c853b6eb032da3e2314f662523bfba62
09:43:23 [2022-06-21T09:43:23.084Z] #20 28.60 Reading package lists...
09:43:23 [2022-06-21T09:43:23.084Z] #20 ...
09:43:23 [2022-06-21T09:43:23.084Z] 
09:43:23 [2022-06-21T09:43:23.084Z] #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
09:43:23 [2022-06-21T09:43:23.084Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
09:43:23 [2022-06-21T09:43:23.084Z] #49 27.49 Reading package lists...
09:43:23 [2022-06-21T09:43:23.857Z] #82 exporting layers 6.1s done
09:43:23 [2022-06-21T09:43:23.857Z] #82 writing image sha256:5c17fbc5da4e797947eab61176a0b70e74a0b8b12057f910f842f72bd5c08e27 done
09:43:23 [2022-06-21T09:43:23.857Z] #82 naming to docker.io/library/docker:8f64a1ec53121ef4a2750307613340b2c2eaafda done
09:43:23 [2022-06-21T09:43:23.857Z] #82 DONE 6.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
09:43:24 [2022-06-21T09:43:24.222Z] + trap exit INT TERM
09:43:24 [2022-06-21T09:43:24.222Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
09:43:24 [2022-06-21T09:43:24.222Z] + CONTAINER_NAME=docker-pr7
09:43:24 [2022-06-21T09:43:24.222Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42379/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh dynbinary
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.249 + RM_GOPATH=0
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.249 + TMP_GOPATH=
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.249 + : /build
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.249 + '[' -z '' ']'
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.249 ++ mktemp -d
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.251 + export GOPATH=/tmp/tmp.MtVwz21S5i
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.251 + GOPATH=/tmp/tmp.MtVwz21S5i
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.251 + RM_GOPATH=1
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.252 + case "$(go env GOARCH)" in
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.252 ++ go env GOARCH
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.302 + export GO_BUILDMODE=-buildmode=pie
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.302 + GO_BUILDMODE=-buildmode=pie
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.302 ++ dirname /install.sh
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + dir=/
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + bin=rootlesskit
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + shift
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + '[' '!' -f //rootlesskit.installer ']'
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + . //rootlesskit.installer
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 ++ : 1920341cd41e047834a21007424162a2dc946315
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + install_rootlesskit
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + case "$1" in
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + export CGO_ENABLED=0
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + CGO_ENABLED=0
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + _install_rootlesskit
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + for f in rootlesskit rootlesskit-docker-proxy
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + GOBIN=/build
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + GO111MODULE=on
09:43:24 [2022-06-21T09:43:24.242Z] #67 4.324 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
09:43:24 [2022-06-21T09:43:24.786Z] 
09:43:24 [2022-06-21T09:43:24.786Z] Removing bundles/
09:43:24 [2022-06-21T09:43:24.786Z] 
09:43:24 [2022-06-21T09:43:24.786Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:43:24 [2022-06-21T09:43:24.786Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:43:24 [2022-06-21T09:43:24.786Z] GOOS="" GOARCH="" GOARM=""
09:43:24 [2022-06-21T09:43:24.814Z] #67 4.872 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
09:43:24 [2022-06-21T09:43:24.986Z] #49 36.37 Building dependency tree...
09:43:24 [2022-06-21T09:43:24.986Z] #49 37.95 Reading state information...
09:43:25 [2022-06-21T09:43:25.759Z] #67 ...
09:43:25 [2022-06-21T09:43:25.760Z] 
09:43:25 [2022-06-21T09:43:25.760Z] #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
09:43:25 [2022-06-21T09:43:25.760Z] #26 sha256:d39631f855506563228059fa5e1654c9c1c14c2918244721306cc46350ff3b0a
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.572 + RM_GOPATH=0
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.572 + TMP_GOPATH=
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.572 + : /build
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.572 + '[' -z '' ']'
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.573 ++ mktemp -d
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.598 + export GOPATH=/tmp/tmp.AAcOUcSWqT
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.598 + GOPATH=/tmp/tmp.AAcOUcSWqT
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.598 + RM_GOPATH=1
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.599 + case "$(go env GOARCH)" in
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.599 ++ go env GOARCH
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.627 + export GO_BUILDMODE=-buildmode=pie
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.627 + GO_BUILDMODE=-buildmode=pie
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.627 ++ dirname /install.sh
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.631 + dir=/
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.631 + bin=dockercli
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.631 + shift
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.631 + '[' '!' -f //dockercli.installer ']'
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.633 + . //dockercli.installer
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.633 ++ : stable
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.633 ++ : 17.06.2-ce
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.639 + install_dockercli
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.642 Install docker/cli version 17.06.2-ce from stable
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.643 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.643 ++ uname -m
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.647 + arch=aarch64
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.648 + '[' aarch64 '!=' x86_64 ']'
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.648 + '[' aarch64 '!=' s390x ']'
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.648 + '[' aarch64 '!=' armhf ']'
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.648 + build_dockercli
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.648 + git clone https://github.com/docker/docker-ce /tmp/tmp.AAcOUcSWqT/tmp/docker-ce
09:43:25 [2022-06-21T09:43:25.760Z] #26 4.650 Cloning into '/tmp/tmp.AAcOUcSWqT/tmp/docker-ce'...
09:43:26 [2022-06-21T09:43:26.363Z] #49 39.35 The following additional packages will be installed:
09:43:26 [2022-06-21T09:43:26.363Z] #49 39.37   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
09:43:26 [2022-06-21T09:43:26.363Z] #49 39.39 Suggested packages:
09:43:26 [2022-06-21T09:43:26.363Z] #49 39.39   cmake-doc ninja-build lrzip
09:43:26 [2022-06-21T09:43:26.363Z] #49 39.39 Recommended packages:
09:43:26 [2022-06-21T09:43:26.363Z] #49 39.39   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:43:26 [2022-06-21T09:43:26.625Z] #49 39.90 The following NEW packages will be installed:
09:43:26 [2022-06-21T09:43:26.678Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.2s
09:43:26 [2022-06-21T09:43:26.883Z] #49 39.92   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
09:43:26 [2022-06-21T09:43:26.937Z] #11 ...
09:43:26 [2022-06-21T09:43:26.937Z] 
09:43:26 [2022-06-21T09:43:26.937Z] #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
09:43:26 [2022-06-21T09:43:26.937Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
09:43:26 [2022-06-21T09:43:26.937Z] #29 3.785 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 3.794 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 3.794 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 4.033 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 4.205 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 4.529 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:26 [2022-06-21T09:43:26.937Z] #29 6.325 Fetched 8544 kB in 3s (2992 kB/s)
09:43:26 [2022-06-21T09:43:26.937Z] #29 6.325 Reading package lists...
09:43:26 [2022-06-21T09:43:26.937Z] #29 7.220 Reading package lists...
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.115 Building dependency tree...
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.509 The following additional packages will be installed:
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.510   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.510   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.512 Recommended packages:
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.512   libldap-common publicsuffix libsasl2-modules
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.667 The following NEW packages will be installed:
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.673   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.673   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.673   libssh2-1 openssl
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.969 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.969 Need to get 3040 kB of archives.
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.969 After this operation, 6651 kB of additional disk space will be used.
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.969 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.973 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.973 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.982 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.985 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.988 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.990 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.993 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.995 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 8.996 Get:10 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.013 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.013 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.019 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.019 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.019 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.345 debconf: delaying package configuration, since apt-utils is not installed
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.389 Fetched 3040 kB in 0s (9022 kB/s)
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.420 Selecting previously unselected package openssl.
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.420 (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.)
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.422 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.427 Unpacking openssl (1.1.1n-0+deb11u2) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.614 Selecting previously unselected package ca-certificates.
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.614 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.620 Unpacking ca-certificates (20210119) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.704 Selecting previously unselected package libbrotli1:amd64.
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.704 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.714 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.811 Selecting previously unselected package libsasl2-modules-db:amd64.
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.811 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.815 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.873 Selecting previously unselected package libsasl2-2:amd64.
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.873 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.884 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.945 Selecting previously unselected package libldap-2.4-2:amd64.
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.947 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 9.951 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 10.04 Selecting previously unselected package libnghttp2-14:amd64.
09:43:26 [2022-06-21T09:43:26.937Z] #29 10.04 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 10.04 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 10.10 Selecting previously unselected package libpsl5:amd64.
09:43:26 [2022-06-21T09:43:26.937Z] #29 10.10 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 10.11 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
09:43:26 [2022-06-21T09:43:26.937Z] #29 ...
09:43:26 [2022-06-21T09:43:26.937Z] 
09:43:26 [2022-06-21T09:43:26.937Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:26 [2022-06-21T09:43:26.937Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.36 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.36 Need to get 8418 kB of archives.
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.36 After this operation, 34.9 MB of additional disk space will be used.
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:43:27 [2022-06-21T09:43:27.143Z] #49 40.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
09:43:27 [2022-06-21T09:43:27.152Z] #26 ...
09:43:27 [2022-06-21T09:43:27.152Z] 
09:43:27 [2022-06-21T09:43:27.152Z] #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
09:43:27 [2022-06-21T09:43:27.152Z] #67 sha256:563bdee9f82d9ac04b008dd12587093d87aa71b1b94aef36d2d68aff6d6fa7ac
09:43:27 [2022-06-21T09:43:27.152Z] #67 7.170 go: downloading github.com/sirupsen/logrus v1.8.1
09:43:27 [2022-06-21T09:43:27.152Z] #67 7.216 go: downloading github.com/urfave/cli/v2 v2.4.0
09:43:27 [2022-06-21T09:43:27.401Z] #49 40.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
09:43:27 [2022-06-21T09:43:27.401Z] #49 40.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
09:43:27 [2022-06-21T09:43:27.401Z] #49 40.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
09:43:27 [2022-06-21T09:43:27.401Z] #49 40.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
09:43:27 [2022-06-21T09:43:27.413Z] #67 7.433 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
09:43:27 [2022-06-21T09:43:27.660Z] #49 40.88 debconf: delaying package configuration, since apt-utils is not installed
09:43:27 [2022-06-21T09:43:27.919Z] #49 41.05 Fetched 8418 kB in 0s (19.1 MB/s)
09:43:27 [2022-06-21T09:43:27.919Z] #49 41.10 Selecting previously unselected package xxd.
09:43:27 [2022-06-21T09:43:27.919Z] #49 41.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
09:43:27 [2022-06-21T09:43:27.919Z] #49 41.16 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:43:27 [2022-06-21T09:43:27.919Z] #49 41.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:43:28 [2022-06-21T09:43:28.178Z] #49 41.25 Selecting previously unselected package vim-common.
09:43:28 [2022-06-21T09:43:28.178Z] #49 41.26 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:43:28 [2022-06-21T09:43:28.178Z] #49 41.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:43:28 [2022-06-21T09:43:28.315Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 6.8s done
09:43:28 [2022-06-21T09:43:28.334Z] #67 ...
09:43:28 [2022-06-21T09:43:28.334Z] 
09:43:28 [2022-06-21T09:43:28.334Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
09:43:28 [2022-06-21T09:43:28.334Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:43:28 [2022-06-21T09:43:28.334Z] #53 3.969 go: downloading gotest.tools/gotestsum v1.8.1
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.028 go: downloading github.com/dnephin/pflag v1.0.7
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.028 go: downloading github.com/fatih/color v1.10.0
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.050 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.088 go: downloading github.com/pkg/errors v0.9.1
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.224 go: downloading github.com/mattn/go-colorable v0.1.8
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.249 go: downloading github.com/mattn/go-isatty v0.0.12
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.269 go: downloading github.com/fsnotify/fsnotify v1.4.9
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.280 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.313 go: downloading github.com/jonboulle/clockwork v0.2.2
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.387 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.462 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
09:43:28 [2022-06-21T09:43:28.334Z] #53 5.580 go: downloading golang.org/x/tools v0.1.0
09:43:28 [2022-06-21T09:43:28.437Z] #49 41.41 Selecting previously unselected package cmake-data.
09:43:28 [2022-06-21T09:43:28.437Z] #49 41.41 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:43:28 [2022-06-21T09:43:28.437Z] #49 41.42 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:43:28 [2022-06-21T09:43:28.583Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9
09:43:28 [2022-06-21T09:43:28.593Z] #53 ...
09:43:28 [2022-06-21T09:43:28.593Z] 
09:43:28 [2022-06-21T09:43:28.593Z] #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
09:43:28 [2022-06-21T09:43:28.593Z] #67 sha256:283fe21658eb50be9884934ec99ad326c853b6eb032da3e2314f662523bfba62
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + RM_GOPATH=0
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + TMP_GOPATH=
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + : /build
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + '[' -z '' ']'
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 ++ mktemp -d
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + export GOPATH=/tmp/tmp.AEzv3hee3x
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + GOPATH=/tmp/tmp.AEzv3hee3x
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + RM_GOPATH=1
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 + case "$(go env GOARCH)" in
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.648 ++ go env GOARCH
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + export GO_BUILDMODE=-buildmode=pie
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + GO_BUILDMODE=-buildmode=pie
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 ++ dirname /install.sh
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + dir=/
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + bin=rootlesskit
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + shift
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + '[' '!' -f //rootlesskit.installer ']'
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + . //rootlesskit.installer
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 ++ : 1920341cd41e047834a21007424162a2dc946315
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + install_rootlesskit
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + case "$1" in
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + export CGO_ENABLED=0
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + CGO_ENABLED=0
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + _install_rootlesskit
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + for f in rootlesskit rootlesskit-docker-proxy
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + GOBIN=/build
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + GO111MODULE=on
09:43:28 [2022-06-21T09:43:28.593Z] #67 5.747 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
09:43:28 [2022-06-21T09:43:28.806Z] #67 ...
09:43:28 [2022-06-21T09:43:28.806Z] 
09:43:28 [2022-06-21T09:43:28.806Z] #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
09:43:28 [2022-06-21T09:43:28.806Z] #31 sha256:bb802c539d750055ced92725acabb0f3cec61f2e08fcf2a93b315e15569dd885
09:43:28 [2022-06-21T09:43:28.806Z] #31 1.702 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:43:28 [2022-06-21T09:43:28.806Z] #31 2.163 
09:43:28 [2022-06-21T09:43:28.806Z] #31 2.410 #=#=#                                                                         

#                                                                          2.0%
######################################################################## 100.0%
09:43:28 [2022-06-21T09:43:28.806Z] #31 2.857 
09:43:28 [2022-06-21T09:43:28.806Z] #31 4.082 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:43:28 [2022-06-21T09:43:28.806Z] #31 4.409 
09:43:28 [2022-06-21T09:43:28.806Z] #31 4.643 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
09:43:28 [2022-06-21T09:43:28.806Z] #31 5.054 
09:43:28 [2022-06-21T09:43:28.806Z] #31 8.947 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
09:43:28 [2022-06-21T09:43:28.806Z] #31 ...
09:43:28 [2022-06-21T09:43:28.806Z] 
09:43:28 [2022-06-21T09:43:28.806Z] #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
09:43:28 [2022-06-21T09:43:28.806Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199
09:43:28 [2022-06-21T09:43:28.806Z] #53 4.278 go: downloading gotest.tools/gotestsum v1.8.1
09:43:28 [2022-06-21T09:43:28.806Z] #53 5.524 go: downloading github.com/dnephin/pflag v1.0.7
09:43:28 [2022-06-21T09:43:28.806Z] #53 5.531 go: downloading github.com/fatih/color v1.10.0
09:43:28 [2022-06-21T09:43:28.806Z] #53 5.618 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:43:28 [2022-06-21T09:43:28.806Z] #53 5.631 go: downloading github.com/pkg/errors v0.9.1
09:43:28 [2022-06-21T09:43:28.806Z] #53 5.921 go: downloading github.com/mattn/go-colorable v0.1.8
09:43:28 [2022-06-21T09:43:28.806Z] #53 5.984 go: downloading github.com/mattn/go-isatty v0.0.12
09:43:28 [2022-06-21T09:43:28.806Z] #53 6.008 go: downloading github.com/fsnotify/fsnotify v1.4.9
09:43:28 [2022-06-21T09:43:28.806Z] #53 6.067 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
09:43:28 [2022-06-21T09:43:28.806Z] #53 6.165 go: downloading github.com/jonboulle/clockwork v0.2.2
09:43:28 [2022-06-21T09:43:28.806Z] #53 6.333 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
09:43:28 [2022-06-21T09:43:28.806Z] #53 6.441 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
09:43:28 [2022-06-21T09:43:28.806Z] #53 6.742 go: downloading golang.org/x/tools v0.1.0
09:43:28 [2022-06-21T09:43:28.851Z] #67 6.181 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
09:43:29 [2022-06-21T09:43:29.379Z] #49 ...
09:43:29 [2022-06-21T09:43:29.379Z] 
09:43:29 [2022-06-21T09:43:29.379Z] #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
09:43:29 [2022-06-21T09:43:29.379Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb
09:43:29 [2022-06-21T09:43:29.379Z] #69 29.06 Reading package lists...
09:43:29 [2022-06-21T09:43:29.379Z] #69 37.57 Building dependency tree...
09:43:29 [2022-06-21T09:43:29.379Z] #69 39.07 Reading state information...
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.28 The following additional packages will be installed:
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.29   libbtrfs0
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.42 The following NEW packages will be installed:
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.45   libbtrfs-dev libbtrfs0
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.88 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.88 Need to get 460 kB of archives.
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.88 After this operation, 1237 kB of additional disk space will be used.
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:43:29 [2022-06-21T09:43:29.379Z] #69 40.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.40 debconf: delaying package configuration, since apt-utils is not installed
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.64 Fetched 460 kB in 0s (1533 kB/s)
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.68 Selecting previously unselected package libbtrfs0:amd64.
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.71 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.72 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.84 Selecting previously unselected package libbtrfs-dev:amd64.
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.85 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.379Z] #69 41.85 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:43:29 [2022-06-21T09:43:29.379Z] #69 42.00 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:43:29 [2022-06-21T09:43:29.379Z] #69 42.01 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:43:29 [2022-06-21T09:43:29.380Z] #69 42.03 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:29 [2022-06-21T09:43:29.380Z] #69 DONE 42.3s
09:43:29 [2022-06-21T09:43:29.380Z] 
09:43:29 [2022-06-21T09:43:29.380Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
09:43:29 [2022-06-21T09:43:29.380Z] #70 sha256:06ef7e3cf9a9b57882e69dea05c556b0cf32dfbe7240c2b876250b7d266b20c5
09:43:29 [2022-06-21T09:43:29.380Z] #70 DONE 0.1s
09:43:29 [2022-06-21T09:43:29.380Z] 
09:43:29 [2022-06-21T09:43:29.380Z] #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
09:43:29 [2022-06-21T09:43:29.380Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
09:43:29 [2022-06-21T09:43:29.380Z] #49 42.32 Selecting previously unselected package libarchive13:amd64.
09:43:29 [2022-06-21T09:43:29.380Z] #49 42.33 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.380Z] #49 42.35 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:43:29 [2022-06-21T09:43:29.380Z] #49 ...
09:43:29 [2022-06-21T09:43:29.380Z] 
09:43:29 [2022-06-21T09:43:29.380Z] #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
09:43:29 [2022-06-21T09:43:29.380Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:29 [2022-06-21T09:43:29.380Z] #20 28.60 Reading package lists...
09:43:29 [2022-06-21T09:43:29.380Z] #20 37.01 Building dependency tree...
09:43:29 [2022-06-21T09:43:29.380Z] #20 38.67 Reading state information...
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.14 The following additional packages will be installed:
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.14   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.14   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.14   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.14   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.14   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.15   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.15   mingw-w64-common mingw-w64-x86-64-dev
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.17 Suggested packages:
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.17   gcc-10-locales seccomp wine64
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59 The following NEW packages will be installed:
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.59   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.60   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.60   mingw-w64-x86-64-dev
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.96 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.96 Need to get 115 MB of archives.
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.96 After this operation, 645 MB of additional disk space will be used.
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.96 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 40.99 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.16 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.16 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.31 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.62 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.81 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 41.99 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 42.41 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]
09:43:29 [2022-06-21T09:43:29.380Z] #20 ...
09:43:29 [2022-06-21T09:43:29.380Z] 
09:43:29 [2022-06-21T09:43:29.380Z] #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
09:43:29 [2022-06-21T09:43:29.380Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f
09:43:29 [2022-06-21T09:43:29.380Z] #49 42.51 Selecting previously unselected package libjsoncpp24:amd64.
09:43:29 [2022-06-21T09:43:29.380Z] #49 42.52 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.380Z] #49 42.54 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
09:43:29 [2022-06-21T09:43:29.380Z] #53 ...
09:43:29 [2022-06-21T09:43:29.380Z] 
09:43:29 [2022-06-21T09:43:29.380Z] #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
09:43:29 [2022-06-21T09:43:29.380Z] #31 sha256:bb802c539d750055ced92725acabb0f3cec61f2e08fcf2a93b315e15569dd885
09:43:29 [2022-06-21T09:43:29.380Z] #31 10.68 #=#=#                                                                         
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.67 Selecting previously unselected package librhash0:amd64.
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.67 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.67 Unpacking librhash0:amd64 (1.4.1-2) ...
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.79 Selecting previously unselected package libuv1:amd64.
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.79 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.79 Unpacking libuv1:amd64 (1.40.0-2) ...
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.86 Selecting previously unselected package cmake.
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.86 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
09:43:29 [2022-06-21T09:43:29.638Z] #49 42.87 Unpacking cmake (3.18.4-2+deb11u1) ...
09:43:29 [2022-06-21T09:43:29.641Z] #31 11.02 #=#=#                                                                         
09:43:29 [2022-06-21T09:43:29.641Z] #31 ...
09:43:29 [2022-06-21T09:43:29.641Z] 
09:43:29 [2022-06-21T09:43:29.641Z] #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
09:43:29 [2022-06-21T09:43:29.641Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6
09:43:29 [2022-06-21T09:43:29.641Z] #57 5.400 go: downloading mvdan.cc/sh/v3 v3.0.2
09:43:29 [2022-06-21T09:43:29.641Z] #57 ...
09:43:29 [2022-06-21T09:43:29.641Z] 
09:43:29 [2022-06-21T09:43:29.641Z] #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
09:43:29 [2022-06-21T09:43:29.641Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c
09:43:29 [2022-06-21T09:43:29.641Z] #36 4.437 go: downloading github.com/go-delve/delve v1.8.1
09:43:29 [2022-06-21T09:43:29.641Z] #36 ...
09:43:29 [2022-06-21T09:43:29.641Z] 
09:43:29 [2022-06-21T09:43:29.641Z] #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
09:43:29 [2022-06-21T09:43:29.641Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:43:29 [2022-06-21T09:43:29.641Z] #42 5.301 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:29 [2022-06-21T09:43:29.641Z] #42 5.334 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:29 [2022-06-21T09:43:29.641Z] #42 5.338 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:29 [2022-06-21T09:43:29.641Z] #42 6.410 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:43:29 [2022-06-21T09:43:29.641Z] #42 8.199 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:43:29 [2022-06-21T09:43:29.903Z] #42 10.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:43:29 [2022-06-21T09:43:29.903Z] #42 ...
09:43:29 [2022-06-21T09:43:29.903Z] 
09:43:29 [2022-06-21T09:43:29.903Z] #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
09:43:29 [2022-06-21T09:43:29.903Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:43:29 [2022-06-21T09:43:29.903Z] #14 4.108 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:29 [2022-06-21T09:43:29.903Z] #14 4.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:29 [2022-06-21T09:43:29.903Z] #14 4.289 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:29 [2022-06-21T09:43:29.903Z] #14 4.814 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:43:29 [2022-06-21T09:43:29.903Z] #14 6.470 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:43:29 [2022-06-21T09:43:29.903Z] #14 8.555 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:43:29 [2022-06-21T09:43:29.903Z] #14 ...
09:43:29 [2022-06-21T09:43:29.903Z] 
09:43:29 [2022-06-21T09:43:29.903Z] #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
09:43:29 [2022-06-21T09:43:29.903Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
09:43:29 [2022-06-21T09:43:29.903Z] #47 4.309 + git clone https://github.com/docker/distribution.git .
09:43:29 [2022-06-21T09:43:29.903Z] #47 4.327 Cloning into '.'...
09:43:30 [2022-06-21T09:43:30.165Z] #47 ...
09:43:30 [2022-06-21T09:43:30.165Z] 
09:43:30 [2022-06-21T09:43:30.165Z] #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
09:43:30 [2022-06-21T09:43:30.165Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8
09:43:30 [2022-06-21T09:43:30.165Z] #38 4.554 go: downloading github.com/pelletier/go-toml v1.8.1
09:43:30 [2022-06-21T09:43:30.165Z] #38 ...
09:43:30 [2022-06-21T09:43:30.165Z] 
09:43:30 [2022-06-21T09:43:30.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
09:43:30 [2022-06-21T09:43:30.165Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
09:43:30 [2022-06-21T09:43:30.165Z] #51 4.860 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:30 [2022-06-21T09:43:30.165Z] #51 4.904 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:30 [2022-06-21T09:43:30.165Z] #51 4.904 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:30 [2022-06-21T09:43:30.165Z] #51 5.389 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
09:43:30 [2022-06-21T09:43:30.165Z] #51 5.861 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:43:30 [2022-06-21T09:43:30.165Z] #51 8.336 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:43:30 [2022-06-21T09:43:30.436Z] #51 ...
09:43:30 [2022-06-21T09:43:30.436Z] 
09:43:30 [2022-06-21T09:43:30.436Z] #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             ;
09:43:30 [2022-06-21T09:43:30.436Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
09:43:30 [2022-06-21T09:43:30.436Z] #76 5.154 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:30 [2022-06-21T09:43:30.436Z] #76 5.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:30 [2022-06-21T09:43:30.436Z] #76 5.199 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:30 [2022-06-21T09:43:30.436Z] #76 6.077 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:43:30 [2022-06-21T09:43:30.436Z] #76 7.919 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:43:30 [2022-06-21T09:43:30.436Z] #76 9.871 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:43:30 [2022-06-21T09:43:30.436Z] #76 ...
09:43:30 [2022-06-21T09:43:30.436Z] 
09:43:30 [2022-06-21T09:43:30.436Z] #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
09:43:30 [2022-06-21T09:43:30.436Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef
09:43:30 [2022-06-21T09:43:30.436Z] #40 4.815 go: downloading github.com/tc-hib/go-winres v0.2.3
09:43:30 [2022-06-21T09:43:30.436Z] #40 5.426 go: downloading github.com/tc-hib/winres v0.1.5
09:43:30 [2022-06-21T09:43:30.436Z] #40 6.415 go: downloading github.com/urfave/cli/v2 v2.3.0
09:43:30 [2022-06-21T09:43:30.436Z] #40 6.598 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
09:43:30 [2022-06-21T09:43:30.436Z] #40 6.633 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
09:43:30 [2022-06-21T09:43:30.436Z] #40 8.753 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:43:30 [2022-06-21T09:43:30.436Z] #40 8.845 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:43:30 [2022-06-21T09:43:30.573Z] #49 43.83 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:43:30 [2022-06-21T09:43:30.697Z] #40 ...
09:43:30 [2022-06-21T09:43:30.697Z] 
09:43:30 [2022-06-21T09:43:30.697Z] #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
09:43:30 [2022-06-21T09:43:30.697Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4
09:43:30 [2022-06-21T09:43:30.697Z] #62 5.065 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:30 [2022-06-21T09:43:30.697Z] #62 5.097 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:30 [2022-06-21T09:43:30.697Z] #62 5.098 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:30 [2022-06-21T09:43:30.697Z] #62 5.890 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:43:30 [2022-06-21T09:43:30.697Z] #62 7.345 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:43:30 [2022-06-21T09:43:30.697Z] #62 9.424 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:43:30 [2022-06-21T09:43:30.697Z] #62 ...
09:43:30 [2022-06-21T09:43:30.697Z] 
09:43:30 [2022-06-21T09:43:30.697Z] #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
09:43:30 [2022-06-21T09:43:30.697Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
09:43:30 [2022-06-21T09:43:30.697Z] #34 3.611 + git clone https://github.com/kolyshkin/go-swagger.git .
09:43:30 [2022-06-21T09:43:30.697Z] #34 3.614 Cloning into '.'...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.84 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.85 Setting up libuv1:amd64 (1.40.0-2) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.86 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.88 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.89 Setting up librhash0:amd64 (1.4.1-2) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.91 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.92 Setting up cmake (3.18.4-2+deb11u1) ...
09:43:30 [2022-06-21T09:43:30.832Z] #49 43.94 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:30 [2022-06-21T09:43:30.959Z] #34 ...
09:43:30 [2022-06-21T09:43:30.959Z] 
09:43:30 [2022-06-21T09:43:30.959Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
09:43:30 [2022-06-21T09:43:30.959Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:43:30 [2022-06-21T09:43:30.959Z] #55 5.346 go: downloading github.com/golangci/golangci-lint v1.44.0
09:43:30 [2022-06-21T09:43:30.959Z] #55 ...
09:43:30 [2022-06-21T09:43:30.959Z] 
09:43:30 [2022-06-21T09:43:30.959Z] #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
09:43:30 [2022-06-21T09:43:30.959Z] #31 sha256:bb802c539d750055ced92725acabb0f3cec61f2e08fcf2a93b315e15569dd885
09:43:30 [2022-06-21T09:43:30.959Z] #31 11.02 #=#=#                                                                         

                                                                           0.0%
##########                                                                14.6%
###############                                                           22.0%
##########################                                                36.3%
####################################                                      50.8%
###############################################                           66.3%
#######################################################                   76.9%
###################################################################       93.4%
######################################################################## 100.0%
09:43:31 [2022-06-21T09:43:31.090Z] #49 DONE 44.2s
09:43:31 [2022-06-21T09:43:31.091Z] 
09:43:31 [2022-06-21T09:43:31.091Z] #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
09:43:31 [2022-06-21T09:43:31.091Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.59 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]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.59 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.60 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.61 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.62 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.62 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]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.62 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.63 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 42.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
09:43:31 [2022-06-21T09:43:31.091Z] #20 43.15 debconf: delaying package configuration, since apt-utils is not installed
09:43:31 [2022-06-21T09:43:31.091Z] #20 43.39 Fetched 115 MB in 2s (58.2 MB/s)
09:43:31 [2022-06-21T09:43:31.091Z] #20 43.43 Selecting previously unselected package binutils-mingw-w64-i686.
09:43:31 [2022-06-21T09:43:31.091Z] #20 43.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
09:43:31 [2022-06-21T09:43:31.091Z] #20 43.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.091Z] #20 43.46 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:43:31 [2022-06-21T09:43:31.091Z] #20 44.00 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:43:31 [2022-06-21T09:43:31.091Z] #20 44.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.091Z] #20 44.01 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:43:31 [2022-06-21T09:43:31.091Z] #20 ...
09:43:31 [2022-06-21T09:43:31.091Z] 
09:43:31 [2022-06-21T09:43:31.091Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
09:43:31 [2022-06-21T09:43:31.091Z] #50 sha256:ebec577aaba33a14f110ca0830e23dae9dacda8436f4d2bb1ae37a6260b4cf75
09:43:31 [2022-06-21T09:43:31.091Z] #50 DONE 0.1s
09:43:31 [2022-06-21T09:43:31.349Z] 
09:43:31 [2022-06-21T09:43:31.349Z] #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
09:43:31 [2022-06-21T09:43:31.349Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.753 + RM_GOPATH=0
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.753 + TMP_GOPATH=
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.753 + : /build
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.753 + '[' -z '' ']'
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.759 ++ mktemp -d
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.760 + export GOPATH=/tmp/tmp.YKSYS4ySnl
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.760 + GOPATH=/tmp/tmp.YKSYS4ySnl
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.760 + RM_GOPATH=1
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.760 + case "$(go env GOARCH)" in
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.760 ++ go env GOARCH
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.766 + export GO_BUILDMODE=-buildmode=pie
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.766 + GO_BUILDMODE=-buildmode=pie
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.766 ++ dirname /install.sh
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.767 + dir=/
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.768 + bin=containerd
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.768 + shift
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.768 + '[' '!' -f //containerd.installer ']'
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.768 + . //containerd.installer
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.769 ++ set -e
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.769 ++ : v1.6.6
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.769 + install_containerd
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.770 + echo 'Install containerd version v1.6.6'
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.770 Install containerd version v1.6.6
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.770 + git clone https://github.com/containerd/containerd.git /tmp/tmp.YKSYS4ySnl/src/github.com/containerd/containerd
09:43:31 [2022-06-21T09:43:31.349Z] #71 0.772 Cloning into '/tmp/tmp.YKSYS4ySnl/src/github.com/containerd/containerd'...
09:43:31 [2022-06-21T09:43:31.891Z] #11 ...
09:43:31 [2022-06-21T09:43:31.891Z] 
09:43:31 [2022-06-21T09:43:31.891Z] #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
09:43:31 [2022-06-21T09:43:31.891Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be
09:43:31 [2022-06-21T09:43:31.891Z] #29 10.17 Selecting previously unselected package librtmp1:amd64.
09:43:31 [2022-06-21T09:43:31.891Z] #29 10.17 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.891Z] #29 10.17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.22 Selecting previously unselected package libssh2-1:amd64.
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.22 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.23 Unpacking libssh2-1:amd64 (1.9.0-2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.37 Selecting previously unselected package libcurl4:amd64.
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.37 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.37 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.45 Selecting previously unselected package curl.
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.45 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.45 Unpacking curl (7.74.0-1.3+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.53 Selecting previously unselected package libonig5:amd64.
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.53 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.54 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.62 Selecting previously unselected package libjq1:amd64.
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.62 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.63 Unpacking libjq1:amd64 (1.6-2.1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.69 Selecting previously unselected package jq.
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.69 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.69 Unpacking jq (1.6-2.1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.75 Setting up libpsl5:amd64 (0.21.0-1.2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.76 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.78 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.79 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.80 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.81 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.82 Setting up libssh2-1:amd64 (1.9.0-2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.83 Setting up openssl (1.1.1n-0+deb11u2) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.85 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.86 Setting up libjq1:amd64 (1.6-2.1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.87 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 10.88 Setting up ca-certificates (20210119) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 11.55 Updating certificates in /etc/ssl/certs...
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.53 129 added, 0 removed; done.
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.58 Setting up jq (1.6-2.1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.61 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.62 Setting up curl (7.74.0-1.3+deb11u1) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.63 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.66 Processing triggers for ca-certificates (20210119) ...
09:43:31 [2022-06-21T09:43:31.892Z] #29 12.67 Updating certificates in /etc/ssl/certs...
09:43:31 [2022-06-21T09:43:31.892Z] #29 13.55 0 added, 0 removed; done.
09:43:31 [2022-06-21T09:43:31.892Z] #29 13.55 Running hooks in /etc/ca-certificates/update.d...
09:43:31 [2022-06-21T09:43:31.892Z] #29 13.55 done.
09:43:31 [2022-06-21T09:43:31.892Z] #29 DONE 14.5s
09:43:31 [2022-06-21T09:43:31.892Z] 
09:43:31 [2022-06-21T09:43:31.892Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:43:31 [2022-06-21T09:43:31.892Z] #30 sha256:e6e9829a32fe0fb5330c8f2501eeef66c0d368a088833f387b74fde387f905bd
09:43:31 [2022-06-21T09:43:31.892Z] #30 DONE 0.1s
09:43:31 [2022-06-21T09:43:31.892Z] 
09:43:31 [2022-06-21T09:43:31.892Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:31 [2022-06-21T09:43:31.892Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:31 [2022-06-21T09:43:31.902Z] #31 13.41 
09:43:32 [2022-06-21T09:43:32.149Z] #67 8.848 go: downloading github.com/sirupsen/logrus v1.8.1
09:43:32 [2022-06-21T09:43:32.149Z] #67 8.888 go: downloading github.com/urfave/cli/v2 v2.4.0
09:43:32 [2022-06-21T09:43:32.149Z] #67 ...
09:43:32 [2022-06-21T09:43:32.149Z] 
09:43:32 [2022-06-21T09:43:32.149Z] #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
09:43:32 [2022-06-21T09:43:32.149Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:43:32 [2022-06-21T09:43:32.149Z] #55 4.531 go: downloading github.com/golangci/golangci-lint v1.44.0
09:43:32 [2022-06-21T09:43:32.409Z] #55 ...
09:43:32 [2022-06-21T09:43:32.409Z] 
09:43:32 [2022-06-21T09:43:32.409Z] #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
09:43:32 [2022-06-21T09:43:32.409Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:43:32 [2022-06-21T09:43:32.409Z] #40 4.560 go: downloading github.com/tc-hib/go-winres v0.2.3
09:43:32 [2022-06-21T09:43:32.409Z] #40 5.198 go: downloading github.com/tc-hib/winres v0.1.5
09:43:32 [2022-06-21T09:43:32.409Z] #40 6.018 go: downloading github.com/urfave/cli/v2 v2.3.0
09:43:32 [2022-06-21T09:43:32.409Z] #40 6.087 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
09:43:32 [2022-06-21T09:43:32.409Z] #40 6.211 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
09:43:32 [2022-06-21T09:43:32.409Z] #40 9.028 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:43:32 [2022-06-21T09:43:32.409Z] #40 9.288 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:43:32 [2022-06-21T09:43:32.409Z] #40 ...
09:43:32 [2022-06-21T09:43:32.409Z] 
09:43:32 [2022-06-21T09:43:32.409Z] #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
09:43:32 [2022-06-21T09:43:32.409Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:43:32 [2022-06-21T09:43:32.409Z] #57 6.451 go: downloading mvdan.cc/sh/v3 v3.0.2
09:43:32 [2022-06-21T09:43:32.409Z] #57 8.059 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:43:32 [2022-06-21T09:43:32.409Z] #57 8.062 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:43:32 [2022-06-21T09:43:32.409Z] #57 8.109 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:43:32 [2022-06-21T09:43:32.409Z] #57 10.10 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:43:32 [2022-06-21T09:43:32.669Z] #57 ...
09:43:32 [2022-06-21T09:43:32.669Z] 
09:43:32 [2022-06-21T09:43:32.669Z] #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
09:43:32 [2022-06-21T09:43:32.669Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:43:32 [2022-06-21T09:43:32.669Z] #62 7.630 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:32 [2022-06-21T09:43:32.669Z] #62 7.653 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:32 [2022-06-21T09:43:32.669Z] #62 7.655 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:32 [2022-06-21T09:43:32.669Z] #62 8.620 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:32 [2022-06-21T09:43:32.669Z] #62 ...
09:43:32 [2022-06-21T09:43:32.669Z] 
09:43:32 [2022-06-21T09:43:32.669Z] #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
09:43:32 [2022-06-21T09:43:32.669Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:43:32 [2022-06-21T09:43:32.669Z] #47 3.451 + git clone https://github.com/docker/distribution.git .
09:43:32 [2022-06-21T09:43:32.669Z] #47 3.451 Cloning into '.'...
09:43:32 [2022-06-21T09:43:32.929Z] #47 ...
09:43:32 [2022-06-21T09:43:32.929Z] 
09:43:32 [2022-06-21T09:43:32.929Z] #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
09:43:32 [2022-06-21T09:43:32.929Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:43:32 [2022-06-21T09:43:32.929Z] #42 4.026 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:32 [2022-06-21T09:43:32.929Z] #42 4.026 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:32 [2022-06-21T09:43:32.929Z] #42 4.026 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:32 [2022-06-21T09:43:32.930Z] #42 4.261 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:32 [2022-06-21T09:43:32.930Z] #42 5.224 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:32 [2022-06-21T09:43:32.930Z] #42 6.513 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:33 [2022-06-21T09:43:33.192Z] #42 ...
09:43:33 [2022-06-21T09:43:33.192Z] 
09:43:33 [2022-06-21T09:43:33.192Z] #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
09:43:33 [2022-06-21T09:43:33.192Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:43:33 [2022-06-21T09:43:33.192Z] #51 7.477 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:33 [2022-06-21T09:43:33.192Z] #51 7.516 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:33 [2022-06-21T09:43:33.192Z] #51 7.518 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:33 [2022-06-21T09:43:33.192Z] #51 8.128 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
09:43:33 [2022-06-21T09:43:33.192Z] #51 8.774 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:33 [2022-06-21T09:43:33.192Z] #51 ...
09:43:33 [2022-06-21T09:43:33.192Z] 
09:43:33 [2022-06-21T09:43:33.192Z] #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
09:43:33 [2022-06-21T09:43:33.192Z] #26 sha256:4a5d36a239b364cac792d16a0faa6cc4f84a34a3d92d5235e3e1bf9012f1bf7f
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.621 + RM_GOPATH=0
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.621 + TMP_GOPATH=
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.621 + : /build
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.621 + '[' -z '' ']'
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.621 ++ mktemp -d
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.633 + export GOPATH=/tmp/tmp.Epm5WChE0r
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.633 + GOPATH=/tmp/tmp.Epm5WChE0r
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.633 + RM_GOPATH=1
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.633 + case "$(go env GOARCH)" in
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.633 ++ go env GOARCH
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 Install docker/cli version 17.06.2-ce from stable
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + export GO_BUILDMODE=-buildmode=pie
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + GO_BUILDMODE=-buildmode=pie
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 ++ dirname /install.sh
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + dir=/
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + bin=dockercli
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + shift
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + '[' '!' -f //dockercli.installer ']'
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + . //dockercli.installer
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 ++ : stable
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 ++ : 17.06.2-ce
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + install_dockercli
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.647 ++ uname -m
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.666 + arch=x86_64
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.666 + '[' x86_64 '!=' x86_64 ']'
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.666 + url=https://download.docker.com/linux/static
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.666 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:43:33 [2022-06-21T09:43:33.192Z] #26 6.677 + tar -xz docker/docker
09:43:33 [2022-06-21T09:43:33.455Z] #26 ...
09:43:33 [2022-06-21T09:43:33.455Z] 
09:43:33 [2022-06-21T09:43:33.455Z] #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
09:43:33 [2022-06-21T09:43:33.455Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
09:43:33 [2022-06-21T09:43:33.455Z] #38 6.394 go: downloading github.com/pelletier/go-toml v1.8.1
09:43:33 [2022-06-21T09:43:33.455Z] #38 ...
09:43:33 [2022-06-21T09:43:33.455Z] 
09:43:33 [2022-06-21T09:43:33.455Z] #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             ;
09:43:33 [2022-06-21T09:43:33.455Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:43:33 [2022-06-21T09:43:33.455Z] #76 7.992 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:33 [2022-06-21T09:43:33.455Z] #76 8.005 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:33 [2022-06-21T09:43:33.455Z] #76 8.016 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:33 [2022-06-21T09:43:33.455Z] #76 9.012 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:33 [2022-06-21T09:43:33.715Z] #76 ...
09:43:33 [2022-06-21T09:43:33.715Z] 
09:43:33 [2022-06-21T09:43:33.715Z] #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
09:43:33 [2022-06-21T09:43:33.715Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:43:33 [2022-06-21T09:43:33.715Z] #36 5.523 go: downloading github.com/go-delve/delve v1.8.1
09:43:33 [2022-06-21T09:43:33.786Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.1s
09:43:33 [2022-06-21T09:43:33.879Z] #71 ...
09:43:33 [2022-06-21T09:43:33.880Z] 
09:43:33 [2022-06-21T09:43:33.880Z] #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
09:43:33 [2022-06-21T09:43:33.880Z] #51 sha256:b7041659a08bb7cb81fc0fa1c1eb5b69d50979b58104c1adf5af454c69b3cec4
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.707 + RM_GOPATH=0
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.707 + TMP_GOPATH=
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.707 + : /build
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.707 + '[' -z '' ']'
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.707 ++ mktemp -d
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.711 + export GOPATH=/tmp/tmp.iheORfCHc9
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.711 + GOPATH=/tmp/tmp.iheORfCHc9
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.711 + RM_GOPATH=1
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.711 + case "$(go env GOARCH)" in
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.711 ++ go env GOARCH
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.716 + export GO_BUILDMODE=-buildmode=pie
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.716 + GO_BUILDMODE=-buildmode=pie
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.716 ++ dirname /install.sh
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + dir=/
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + bin=tini
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + shift
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + '[' '!' -f //tini.installer ']'
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + . //tini.installer
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 ++ : v0.19.0
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + install_tini
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + echo 'Install tini version v0.19.0'
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 Install tini version v0.19.0
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.722 + git clone https://github.com/krallin/tini.git /tmp/tmp.iheORfCHc9/tini
09:43:33 [2022-06-21T09:43:33.880Z] #51 0.724 Cloning into '/tmp/tmp.iheORfCHc9/tini'...
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.036 + cd /tmp/tmp.iheORfCHc9/tini
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.036 + git checkout -q v0.19.0
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.043 + cmake .
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.212 -- The C compiler identification is GNU 10.2.1
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.257 -- Detecting C compiler ABI info
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.484 -- Detecting C compiler ABI info - done
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.528 -- Check for working C compiler: /usr/bin/cc - skipped
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.533 -- Detecting C compile features
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.534 -- Detecting C compile features - done
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.548 -- Performing Test HAS_BUILTIN_FORTIFY
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.675 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.709 -- Configuring done
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.721 -- Generating done
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.723 -- Build files have been written to: /tmp/tmp.iheORfCHc9/tini
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.729 + make tini-static
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.859 Scanning dependencies of target tini-static
09:43:33 [2022-06-21T09:43:33.880Z] #51 1.889 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:43:33 [2022-06-21T09:43:33.880Z] #51 2.330 [100%] Linking C executable tini-static
09:43:33 [2022-06-21T09:43:33.880Z] #51 2.511 [100%] Built target tini-static
09:43:33 [2022-06-21T09:43:33.880Z] #51 2.542 + mkdir -p /build
09:43:33 [2022-06-21T09:43:33.880Z] #51 2.544 + cp tini-static /build/docker-init
09:43:33 [2022-06-21T09:43:33.880Z] #51 DONE 2.7s
09:43:33 [2022-06-21T09:43:33.974Z] #36 ...
09:43:33 [2022-06-21T09:43:33.974Z] 
09:43:33 [2022-06-21T09:43:33.974Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
09:43:33 [2022-06-21T09:43:33.974Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:43:33 [2022-06-21T09:43:33.974Z] #76 11.53 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:34 [2022-06-21T09:43:34.139Z] 
09:43:34 [2022-06-21T09:43:34.139Z] #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
09:43:34 [2022-06-21T09:43:34.139Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.01 Selecting previously unselected package binutils-mingw-w64.
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.01 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.02 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.08 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.09 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.16 Selecting previously unselected package dmsetup.
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.16 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.17 Unpacking dmsetup (2:1.02.175-2.1) ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.25 Selecting previously unselected package mingw-w64-common.
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.25 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 45.25 Unpacking mingw-w64-common (8.0.0-1) ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 46.71 Selecting previously unselected package mingw-w64-x86-64-dev.
09:43:34 [2022-06-21T09:43:34.139Z] #20 46.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
09:43:34 [2022-06-21T09:43:34.139Z] #20 46.72 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
09:43:35 [2022-06-21T09:43:35.514Z] #20 ...
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:43:35 [2022-06-21T09:43:35.514Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
09:43:35 [2022-06-21T09:43:35.514Z] #53 CACHED
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:43:35 [2022-06-21T09:43:35.514Z] #54 CACHED
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
09:43:35 [2022-06-21T09:43:35.514Z] #57 CACHED
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:43:35 [2022-06-21T09:43:35.514Z] #58 CACHED
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:43:35 [2022-06-21T09:43:35.514Z] #71 ...
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:43:35 [2022-06-21T09:43:35.514Z] #60 CACHED
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:43:35 [2022-06-21T09:43:35.514Z] #62 CACHED
09:43:35 [2022-06-21T09:43:35.514Z] 
09:43:35 [2022-06-21T09:43:35.514Z] #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
09:43:35 [2022-06-21T09:43:35.514Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:43:35 [2022-06-21T09:43:35.514Z] #64 CACHED
09:43:35 [2022-06-21T09:43:35.773Z] 
09:43:35 [2022-06-21T09:43:35.773Z] #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
09:43:35 [2022-06-21T09:43:35.773Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:35 [2022-06-21T09:43:35.773Z] #20 48.89 Selecting previously unselected package gcc-mingw-w64-base.
09:43:35 [2022-06-21T09:43:35.773Z] #20 48.89 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
09:43:35 [2022-06-21T09:43:35.773Z] #20 48.89 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:43:35 [2022-06-21T09:43:35.773Z] #20 48.98 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
09:43:35 [2022-06-21T09:43:35.773Z] #20 48.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
09:43:35 [2022-06-21T09:43:35.773Z] #20 49.02 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:43:36 [2022-06-21T09:43:36.108Z] #31 ...
09:43:36 [2022-06-21T09:43:36.108Z] 
09:43:36 [2022-06-21T09:43:36.108Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
09:43:36 [2022-06-21T09:43:36.108Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:43:36 [2022-06-21T09:43:36.108Z] #42 16.36 Fetched 8431 kB in 11s (745 kB/s)
09:43:36 [2022-06-21T09:43:36.316Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.9s done
09:43:36 [2022-06-21T09:43:36.514Z] #76 14.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:36 [2022-06-21T09:43:36.572Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9
09:43:38 [2022-06-21T09:43:38.352Z] #20 51.23 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
09:43:38 [2022-06-21T09:43:38.352Z] #20 51.24 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:43:38 [2022-06-21T09:43:38.352Z] #20 51.24 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:43:39 [2022-06-21T09:43:39.059Z] #76 ...
09:43:39 [2022-06-21T09:43:39.059Z] 
09:43:39 [2022-06-21T09:43:39.059Z] #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
09:43:39 [2022-06-21T09:43:39.059Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:43:39 [2022-06-21T09:43:39.059Z] #34 6.252 + git clone https://github.com/kolyshkin/go-swagger.git .
09:43:39 [2022-06-21T09:43:39.059Z] #34 6.256 Cloning into '.'...
09:43:39 [2022-06-21T09:43:39.059Z] #34 ...
09:43:39 [2022-06-21T09:43:39.059Z] 
09:43:39 [2022-06-21T09:43:39.059Z] #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
09:43:39 [2022-06-21T09:43:39.059Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:43:39 [2022-06-21T09:43:39.059Z] #36 14.83 go: downloading github.com/sirupsen/logrus v1.6.0
09:43:39 [2022-06-21T09:43:39.059Z] #36 14.85 go: downloading github.com/spf13/cobra v1.1.3
09:43:39 [2022-06-21T09:43:39.059Z] #36 15.46 go: downloading github.com/mattn/go-isatty v0.0.3
09:43:39 [2022-06-21T09:43:39.059Z] #36 15.65 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
09:43:39 [2022-06-21T09:43:39.059Z] #36 16.17 go: downloading gopkg.in/yaml.v2 v2.4.0
09:43:39 [2022-06-21T09:43:39.059Z] #36 16.39 go: downloading github.com/cosiner/argv v0.1.0
09:43:39 [2022-06-21T09:43:39.059Z] #36 16.48 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
09:43:39 [2022-06-21T09:43:39.059Z] #36 16.54 go: downloading github.com/peterh/liner v1.2.2
09:43:39 [2022-06-21T09:43:39.059Z] #36 16.81 go: downloading github.com/spf13/pflag v1.0.5
09:43:39 [2022-06-21T09:43:39.629Z] #36 17.40 go: downloading github.com/google/go-dap v0.6.0
09:43:39 [2022-06-21T09:43:39.889Z] #36 ...
09:43:39 [2022-06-21T09:43:39.889Z] 
09:43:39 [2022-06-21T09:43:39.889Z] #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
09:43:39 [2022-06-21T09:43:39.889Z] #26 sha256:4a5d36a239b364cac792d16a0faa6cc4f84a34a3d92d5235e3e1bf9012f1bf7f
09:43:39 [2022-06-21T09:43:39.889Z] #26 15.14 + mkdir -p /build
09:43:39 [2022-06-21T09:43:39.889Z] #26 15.15 + mv docker/docker /build/
09:43:39 [2022-06-21T09:43:39.889Z] #26 15.17 + rmdir docker
09:43:39 [2022-06-21T09:43:39.889Z] #26 DONE 17.1s
09:43:40 [2022-06-21T09:43:40.149Z] 
09:43:40 [2022-06-21T09:43:40.149Z] #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
09:43:40 [2022-06-21T09:43:40.149Z] #67 sha256:283fe21658eb50be9884934ec99ad326c853b6eb032da3e2314f662523bfba62
09:43:40 [2022-06-21T09:43:40.149Z] #67 9.560 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
09:43:40 [2022-06-21T09:43:40.149Z] #67 13.37 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:43:40 [2022-06-21T09:43:40.149Z] #67 14.62 go: downloading github.com/google/uuid v1.3.0
09:43:40 [2022-06-21T09:43:40.149Z] #67 14.77 go: downloading github.com/moby/vpnkit v0.5.0
09:43:40 [2022-06-21T09:43:40.149Z] #67 14.81 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:43:40 [2022-06-21T09:43:40.149Z] #67 14.97 go: downloading github.com/gofrs/flock v0.8.1
09:43:40 [2022-06-21T09:43:40.149Z] #67 15.10 go: downloading github.com/gorilla/mux v1.8.0
09:43:40 [2022-06-21T09:43:40.149Z] #67 15.39 go: downloading github.com/moby/sys/mountinfo v0.6.0
09:43:40 [2022-06-21T09:43:40.149Z] #67 15.97 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
09:43:40 [2022-06-21T09:43:40.149Z] #67 16.29 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:43:40 [2022-06-21T09:43:40.149Z] #67 16.48 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
09:43:40 [2022-06-21T09:43:40.149Z] #67 ...
09:43:40 [2022-06-21T09:43:40.149Z] 
09:43:40 [2022-06-21T09:43:40.149Z] #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
09:43:40 [2022-06-21T09:43:40.149Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:43:40 [2022-06-21T09:43:40.149Z] #36 17.97 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
09:43:40 [2022-06-21T09:43:40.325Z] #42 16.36 Reading package lists...
09:43:40 [2022-06-21T09:43:40.325Z] #42 ...
09:43:40 [2022-06-21T09:43:40.325Z] 
09:43:40 [2022-06-21T09:43:40.325Z] #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
09:43:40 [2022-06-21T09:43:40.325Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43 tomll can be used in two ways:
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43 Writing to STDIN and reading from STDOUT:
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43   cat file.toml | tomll > file.toml
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43 
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43 Reading and updating a list of files:
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43   tomll a.toml b.toml c.toml
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43 
09:43:40 [2022-06-21T09:43:40.325Z] #38 16.43 When given a list of files, tomll will modify all files in place without asking.
09:43:40 [2022-06-21T09:43:40.325Z] #38 DONE 20.3s
09:43:40 [2022-06-21T09:43:40.325Z] 
09:43:40 [2022-06-21T09:43:40.325Z] #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
09:43:40 [2022-06-21T09:43:40.325Z] #31 sha256:bb802c539d750055ced92725acabb0f3cec61f2e08fcf2a93b315e15569dd885
09:43:40 [2022-06-21T09:43:40.325Z] #31 18.67 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:43:40 [2022-06-21T09:43:40.325Z] #31 20.46 #=#=#                                                                         
09:43:40 [2022-06-21T09:43:40.325Z] #31 20.88 #=#=#                                                                         

######################################################################## 100.0%
09:43:40 [2022-06-21T09:43:40.325Z] #31 ...
09:43:40 [2022-06-21T09:43:40.325Z] 
09:43:40 [2022-06-21T09:43:40.325Z] #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
09:43:40 [2022-06-21T09:43:40.325Z] #67 sha256:563bdee9f82d9ac04b008dd12587093d87aa71b1b94aef36d2d68aff6d6fa7ac
09:43:40 [2022-06-21T09:43:40.325Z] #67 10.33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.00 go: downloading github.com/google/uuid v1.3.0
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.01 go: downloading github.com/moby/vpnkit v0.5.0
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.31 go: downloading github.com/gofrs/flock v0.8.1
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.47 go: downloading github.com/gorilla/mux v1.8.0
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.59 go: downloading github.com/moby/sys/mountinfo v0.6.0
09:43:40 [2022-06-21T09:43:40.325Z] #67 11.96 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
09:43:40 [2022-06-21T09:43:40.325Z] #67 12.23 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
09:43:40 [2022-06-21T09:43:40.325Z] #67 13.83 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:43:40 [2022-06-21T09:43:40.325Z] #67 14.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:43:40 [2022-06-21T09:43:40.325Z] #67 ...
09:43:40 [2022-06-21T09:43:40.325Z] 
09:43:40 [2022-06-21T09:43:40.325Z] #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
09:43:40 [2022-06-21T09:43:40.325Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
09:43:40 [2022-06-21T09:43:40.409Z] #36 ...
09:43:40 [2022-06-21T09:43:40.409Z] 
09:43:40 [2022-06-21T09:43:40.409Z] #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
09:43:40 [2022-06-21T09:43:40.409Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:43:40 [2022-06-21T09:43:40.409Z] #14 8.052 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:40 [2022-06-21T09:43:40.409Z] #14 8.110 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:40 [2022-06-21T09:43:40.409Z] #14 8.118 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:40 [2022-06-21T09:43:40.409Z] #14 9.223 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:40 [2022-06-21T09:43:40.409Z] #14 10.88 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:40 [2022-06-21T09:43:40.409Z] #14 13.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:40 [2022-06-21T09:43:40.586Z] #47 20.23 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)
09:43:40 [2022-06-21T09:43:40.586Z] #47 ...
09:43:40 [2022-06-21T09:43:40.586Z] 
09:43:40 [2022-06-21T09:43:40.586Z] #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
09:43:40 [2022-06-21T09:43:40.586Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
09:43:40 [2022-06-21T09:43:40.586Z] #51 10.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:43:40 [2022-06-21T09:43:40.586Z] #51 13.48 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
09:43:40 [2022-06-21T09:43:40.586Z] #51 17.03 Fetched 8435 kB in 12s (678 kB/s)
09:43:40 [2022-06-21T09:43:40.586Z] #51 17.03 Reading package lists...
09:43:40 [2022-06-21T09:43:40.586Z] #51 ...
09:43:40 [2022-06-21T09:43:40.586Z] 
09:43:40 [2022-06-21T09:43:40.586Z] #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
09:43:40 [2022-06-21T09:43:40.586Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
09:43:40 [2022-06-21T09:43:40.586Z] #47 20.23 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.
09:43:40 [2022-06-21T09:43:40.586Z] #47 20.94 + 
09:43:40 [2022-06-21T09:43:40.586Z] #47 ...
09:43:40 [2022-06-21T09:43:40.586Z] 
09:43:40 [2022-06-21T09:43:40.586Z] #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
09:43:40 [2022-06-21T09:43:40.586Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6
09:43:40 [2022-06-21T09:43:40.586Z] #57 11.20 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:43:40 [2022-06-21T09:43:40.586Z] #57 11.21 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:43:40 [2022-06-21T09:43:40.586Z] #57 11.24 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:43:40 [2022-06-21T09:43:40.586Z] #57 12.85 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:43:40 [2022-06-21T09:43:40.669Z] #14 ...
09:43:40 [2022-06-21T09:43:40.669Z] 
09:43:40 [2022-06-21T09:43:40.669Z] #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
09:43:40 [2022-06-21T09:43:40.669Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:43:40 [2022-06-21T09:43:40.669Z] #36 18.56 go: downloading github.com/mattn/go-runewidth v0.0.3
09:43:40 [2022-06-21T09:43:40.847Z] #57 ...
09:43:40 [2022-06-21T09:43:40.847Z] 
09:43:40 [2022-06-21T09:43:40.847Z] #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
09:43:40 [2022-06-21T09:43:40.847Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
09:43:40 [2022-06-21T09:43:40.847Z] #47 20.94 + git checkout -q v2.3.0
09:43:40 [2022-06-21T09:43:40.929Z] #36 18.68 go: downloading github.com/russross/blackfriday/v2 v2.0.1
09:43:41 [2022-06-21T09:43:41.109Z] #47 ...
09:43:41 [2022-06-21T09:43:41.109Z] 
09:43:41 [2022-06-21T09:43:41.109Z] #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
09:43:41 [2022-06-21T09:43:41.109Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199
09:43:41 [2022-06-21T09:43:41.109Z] #53 11.56 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
09:43:41 [2022-06-21T09:43:41.109Z] #53 11.62 go: downloading golang.org/x/mod v0.3.0
09:43:41 [2022-06-21T09:43:41.371Z] #53 ...
09:43:41 [2022-06-21T09:43:41.371Z] 
09:43:41 [2022-06-21T09:43:41.371Z] #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
09:43:41 [2022-06-21T09:43:41.371Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c
09:43:41 [2022-06-21T09:43:41.371Z] #36 11.63 go: downloading github.com/sirupsen/logrus v1.6.0
09:43:41 [2022-06-21T09:43:41.371Z] #36 11.64 go: downloading github.com/spf13/cobra v1.1.3
09:43:41 [2022-06-21T09:43:41.371Z] #36 12.26 go: downloading github.com/mattn/go-isatty v0.0.3
09:43:41 [2022-06-21T09:43:41.371Z] #36 12.34 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
09:43:41 [2022-06-21T09:43:41.371Z] #36 12.54 go: downloading github.com/spf13/pflag v1.0.5
09:43:41 [2022-06-21T09:43:41.371Z] #36 12.82 go: downloading gopkg.in/yaml.v2 v2.4.0
09:43:41 [2022-06-21T09:43:41.371Z] #36 13.36 go: downloading github.com/google/go-dap v0.6.0
09:43:41 [2022-06-21T09:43:41.371Z] #36 13.56 go: downloading github.com/cosiner/argv v0.1.0
09:43:41 [2022-06-21T09:43:41.371Z] #36 13.79 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
09:43:41 [2022-06-21T09:43:41.371Z] #36 13.80 go: downloading github.com/peterh/liner v1.2.2
09:43:41 [2022-06-21T09:43:41.371Z] #36 14.00 go: downloading github.com/russross/blackfriday/v2 v2.0.1
09:43:41 [2022-06-21T09:43:41.371Z] #36 14.19 go: downloading github.com/hashicorp/golang-lru v0.5.4
09:43:41 [2022-06-21T09:43:41.371Z] #36 14.32 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
09:43:41 [2022-06-21T09:43:41.371Z] #36 15.55 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
09:43:41 [2022-06-21T09:43:41.371Z] #36 15.88 go: downloading github.com/mattn/go-runewidth v0.0.3
09:43:41 [2022-06-21T09:43:41.371Z] #36 15.88 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
09:43:41 [2022-06-21T09:43:41.371Z] #36 ...
09:43:41 [2022-06-21T09:43:41.371Z] 
09:43:41 [2022-06-21T09:43:41.371Z] #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
09:43:41 [2022-06-21T09:43:41.371Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:43:41 [2022-06-21T09:43:41.371Z] #42 16.36 Reading package lists...
09:43:41 [2022-06-21T09:43:41.500Z] #36 19.15 go: downloading github.com/hashicorp/golang-lru v0.5.4
09:43:41 [2022-06-21T09:43:41.500Z] #36 19.17 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
09:43:41 [2022-06-21T09:43:41.835Z] #11 ...
09:43:41 [2022-06-21T09:43:41.835Z] 
09:43:41 [2022-06-21T09:43:41.835Z] #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
09:43:41 [2022-06-21T09:43:41.835Z] #31 sha256:bc435b3ac60d730d689341c9669359b3a97ed955673471b334fc059ed133a29a
09:43:41 [2022-06-21T09:43:41.835Z] #31 2.187 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:43:41 [2022-06-21T09:43:41.835Z] #31 2.544 
09:43:41 [2022-06-21T09:43:41.835Z] #31 2.773 #=#=#                                                                         

######################################################################## 100.0%
09:43:41 [2022-06-21T09:43:41.835Z] #31 3.088 
09:43:41 [2022-06-21T09:43:41.835Z] #31 4.100 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:43:41 [2022-06-21T09:43:41.835Z] #31 4.430 
09:43:41 [2022-06-21T09:43:41.835Z] #31 4.652 #=#=#                                                                         

######################################################################## 100.0%
09:43:41 [2022-06-21T09:43:41.835Z] #31 5.005 
09:43:41 [2022-06-21T09:43:41.835Z] #31 6.064 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
09:43:41 [2022-06-21T09:43:41.835Z] #31 6.418 
09:43:41 [2022-06-21T09:43:41.835Z] #31 6.639 #=#=#                                                                         

##################                                                        26.4%
#########################################                                 57.7%
################################################################          90.0%
######################################################################## 100.0%
09:43:41 [2022-06-21T09:43:41.835Z] #31 7.220 
09:43:41 [2022-06-21T09:43:41.835Z] #31 8.266 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:43:41 [2022-06-21T09:43:41.835Z] #31 8.627 
09:43:41 [2022-06-21T09:43:41.835Z] #31 8.857 #=#=#                                                                         

######################################################################## 100.0%
09:43:41 [2022-06-21T09:43:41.835Z] #31 9.159 
09:43:41 [2022-06-21T09:43:41.835Z] #31 9.845 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:43:41 [2022-06-21T09:43:41.835Z] #31 10.13 
09:43:41 [2022-06-21T09:43:41.835Z] #31 ...
09:43:41 [2022-06-21T09:43:41.835Z] 
09:43:41 [2022-06-21T09:43:41.835Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:41 [2022-06-21T09:43:41.835Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:41 [2022-06-21T09:43:41.835Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.1s
09:43:42 [2022-06-21T09:43:42.538Z] #20 55.05 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
09:43:42 [2022-06-21T09:43:42.538Z] #20 55.05 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:43:42 [2022-06-21T09:43:42.538Z] #20 55.06 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:43:42 [2022-06-21T09:43:42.538Z] #20 ...
09:43:42 [2022-06-21T09:43:42.538Z] 
09:43:42 [2022-06-21T09:43:42.538Z] #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
09:43:42 [2022-06-21T09:43:42.538Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:43:42 [2022-06-21T09:43:42.538Z] #71 13.14 + cd /tmp/tmp.YKSYS4ySnl/src/github.com/containerd/containerd
09:43:42 [2022-06-21T09:43:42.538Z] #71 13.14 + git checkout -q v1.6.6
09:43:42 [2022-06-21T09:43:42.796Z] #71 13.56 + export 'BUILDTAGS=netgo osusergo static_build'
09:43:42 [2022-06-21T09:43:42.796Z] #71 13.56 + BUILDTAGS='netgo osusergo static_build'
09:43:42 [2022-06-21T09:43:42.796Z] #71 13.56 + export EXTRA_FLAGS=-buildmode=pie
09:43:42 [2022-06-21T09:43:42.797Z] #71 13.56 + EXTRA_FLAGS=-buildmode=pie
09:43:42 [2022-06-21T09:43:42.797Z] #71 13.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:43:42 [2022-06-21T09:43:42.797Z] #71 13.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:43:42 [2022-06-21T09:43:42.797Z] #71 13.56 + '[' '' = dynamic ']'
09:43:42 [2022-06-21T09:43:42.797Z] #71 13.56 + make
09:43:42 [2022-06-21T09:43:42.885Z] #36 20.63 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
09:43:42 [2022-06-21T09:43:42.886Z] #36 20.68 go: downloading github.com/cilium/ebpf v0.7.0
09:43:42 [2022-06-21T09:43:42.886Z] #36 ...
09:43:42 [2022-06-21T09:43:42.886Z] 
09:43:42 [2022-06-21T09:43:42.886Z] #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
09:43:42 [2022-06-21T09:43:42.886Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:43:42 [2022-06-21T09:43:42.886Z] #62 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:42 [2022-06-21T09:43:42.886Z] #62 13.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:43 [2022-06-21T09:43:43.146Z] #62 ...
09:43:43 [2022-06-21T09:43:43.146Z] 
09:43:43 [2022-06-21T09:43:43.146Z] #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
09:43:43 [2022-06-21T09:43:43.146Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:43:43 [2022-06-21T09:43:43.665Z] #47 20.48 Updating files:  65% (1429/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)
09:43:43 [2022-06-21T09:43:43.665Z] #47 ...
09:43:43 [2022-06-21T09:43:43.665Z] 
09:43:43 [2022-06-21T09:43:43.665Z] #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
09:43:43 [2022-06-21T09:43:43.665Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66 tomll can be used in two ways:
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66 Writing to STDIN and reading from STDOUT:
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66   cat file.toml | tomll > file.toml
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66 
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66 Reading and updating a list of files:
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66   tomll a.toml b.toml c.toml
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66 
09:43:43 [2022-06-21T09:43:43.665Z] #38 20.66 When given a list of files, tomll will modify all files in place without asking.
09:43:43 [2022-06-21T09:43:43.665Z] #38 DONE 21.3s
09:43:43 [2022-06-21T09:43:43.665Z] 
09:43:43 [2022-06-21T09:43:43.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
09:43:43 [2022-06-21T09:43:43.665Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:43:43 [2022-06-21T09:43:43.665Z] #47 20.48 Updating files:  65% (1429/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)
09:43:43 [2022-06-21T09:43:43.665Z] #47 ...
09:43:43 [2022-06-21T09:43:43.665Z] 
09:43:43 [2022-06-21T09:43:43.665Z] #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
09:43:43 [2022-06-21T09:43:43.665Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:43:43 [2022-06-21T09:43:43.665Z] #53 11.22 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
09:43:43 [2022-06-21T09:43:43.665Z] #53 11.26 go: downloading golang.org/x/mod v0.3.0
09:43:43 [2022-06-21T09:43:43.665Z] #53 ...
09:43:43 [2022-06-21T09:43:43.665Z] 
09:43:43 [2022-06-21T09:43:43.666Z] #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
09:43:43 [2022-06-21T09:43:43.666Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:43:43 [2022-06-21T09:43:43.731Z] #71 14.37 + bin/ctr
09:43:43 [2022-06-21T09:43:43.920Z] #42 21.57 Reading package lists...
09:43:43 [2022-06-21T09:43:43.920Z] #42 ...
09:43:43 [2022-06-21T09:43:43.920Z] 
09:43:43 [2022-06-21T09:43:43.920Z] #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
09:43:43 [2022-06-21T09:43:43.920Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:43:43 [2022-06-21T09:43:43.920Z] #14 14.25 Fetched 8431 kB in 10s (804 kB/s)
09:43:43 [2022-06-21T09:43:43.920Z] #14 14.25 Reading package lists...
09:43:43 [2022-06-21T09:43:43.920Z] #14 19.41 Reading package lists...
09:43:43 [2022-06-21T09:43:43.920Z] #14 ...
09:43:43 [2022-06-21T09:43:43.920Z] 
09:43:43 [2022-06-21T09:43:43.920Z] #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
09:43:43 [2022-06-21T09:43:43.920Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
09:43:43 [2022-06-21T09:43:43.920Z] #47 22.54 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:43:43 [2022-06-21T09:43:43.925Z] #47 20.48 Updating files:  65% (1429/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.
09:43:43 [2022-06-21T09:43:43.925Z] #47 21.39 + git checkout -q v2.3.0
09:43:44 [2022-06-21T09:43:44.496Z] #47 ...
09:43:44 [2022-06-21T09:43:44.496Z] 
09:43:44 [2022-06-21T09:43:44.496Z] #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
09:43:44 [2022-06-21T09:43:44.496Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:43:44 [2022-06-21T09:43:44.496Z] #51 11.64 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:44 [2022-06-21T09:43:44.496Z] #51 14.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:43:44 [2022-06-21T09:43:44.496Z] #51 16.71 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
09:43:44 [2022-06-21T09:43:44.496Z] #51 ...
09:43:44 [2022-06-21T09:43:44.496Z] 
09:43:44 [2022-06-21T09:43:44.496Z] #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
09:43:44 [2022-06-21T09:43:44.496Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:43:44 [2022-06-21T09:43:44.496Z] #42 15.32 Fetched 8544 kB in 12s (740 kB/s)
09:43:44 [2022-06-21T09:43:44.496Z] #42 15.32 Reading package lists...
09:43:45 [2022-06-21T09:43:45.067Z] #42 21.92 Reading package lists...
09:43:45 [2022-06-21T09:43:45.067Z] #42 ...
09:43:45 [2022-06-21T09:43:45.067Z] 
09:43:45 [2022-06-21T09:43:45.067Z] #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
09:43:45 [2022-06-21T09:43:45.067Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:43:45 [2022-06-21T09:43:45.067Z] #51 22.33 Fetched 8548 kB in 15s (561 kB/s)
09:43:45 [2022-06-21T09:43:45.108Z] #11 ...
09:43:45 [2022-06-21T09:43:45.108Z] 
09:43:45 [2022-06-21T09:43:45.108Z] #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
09:43:45 [2022-06-21T09:43:45.108Z] #31 sha256:bc435b3ac60d730d689341c9669359b3a97ed955673471b334fc059ed133a29a
09:43:45 [2022-06-21T09:43:45.108Z] #31 10.36 #=#=#                                                                         

######################################################################## 100.0%
09:43:45 [2022-06-21T09:43:45.108Z] #31 10.68 
09:43:45 [2022-06-21T09:43:45.108Z] #31 10.77 Download of images into '/build' complete.
09:43:45 [2022-06-21T09:43:45.108Z] #31 10.77 Use something like the following to load the result into a Docker daemon:
09:43:45 [2022-06-21T09:43:45.108Z] #31 10.77   tar -cC '/build' . | docker load
09:43:45 [2022-06-21T09:43:45.108Z] #31 DONE 13.4s
09:43:45 [2022-06-21T09:43:45.108Z] 
09:43:45 [2022-06-21T09:43:45.108Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45
09:43:45 [2022-06-21T09:43:45.108Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe
09:43:45 [2022-06-21T09:43:45.306Z] #47 ...
09:43:45 [2022-06-21T09:43:45.306Z] 
09:43:45 [2022-06-21T09:43:45.306Z] #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             ;
09:43:45 [2022-06-21T09:43:45.306Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
09:43:45 [2022-06-21T09:43:45.306Z] #76 15.88 Fetched 8431 kB in 11s (768 kB/s)
09:43:45 [2022-06-21T09:43:45.306Z] #76 15.88 Reading package lists...
09:43:45 [2022-06-21T09:43:45.567Z] #76 21.71 Reading package lists...
09:43:45 [2022-06-21T09:43:45.567Z] #76 ...
09:43:45 [2022-06-21T09:43:45.567Z] 
09:43:45 [2022-06-21T09:43:45.567Z] #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
09:43:45 [2022-06-21T09:43:45.567Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:43:45 [2022-06-21T09:43:45.567Z] #42 21.57 Reading package lists...
09:43:45 [2022-06-21T09:43:45.567Z] #42 26.10 Building dependency tree...
09:43:45 [2022-06-21T09:43:45.567Z] #42 ...
09:43:45 [2022-06-21T09:43:45.567Z] 
09:43:45 [2022-06-21T09:43:45.567Z] #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
09:43:45 [2022-06-21T09:43:45.567Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4
09:43:45 [2022-06-21T09:43:45.567Z] #62 16.17 Fetched 8431 kB in 11s (739 kB/s)
09:43:45 [2022-06-21T09:43:45.567Z] #62 16.17 Reading package lists...
09:43:45 [2022-06-21T09:43:45.567Z] #62 21.51 Reading package lists...
09:43:45 [2022-06-21T09:43:45.828Z] #62 26.26 Building dependency tree...
09:43:45 [2022-06-21T09:43:45.828Z] #62 ...
09:43:45 [2022-06-21T09:43:45.828Z] 
09:43:45 [2022-06-21T09:43:45.828Z] #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
09:43:45 [2022-06-21T09:43:45.828Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.08 go: downloading github.com/gofrs/flock v0.8.1
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.09 go: downloading github.com/fatih/color v1.13.0
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.13 go: downloading github.com/spf13/cobra v1.3.0
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.25 go: downloading github.com/spf13/viper v1.10.1
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.39 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.86 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
09:43:45 [2022-06-21T09:43:45.828Z] #55 25.86 go: downloading github.com/go-critic/go-critic v0.6.2
09:43:46 [2022-06-21T09:43:46.401Z] #55 26.85 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:43:46 [2022-06-21T09:43:46.401Z] #55 26.87 go: downloading github.com/hashicorp/go-multierror v1.1.1
09:43:47 [2022-06-21T09:43:47.000Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.3s
09:43:48 [2022-06-21T09:43:48.348Z] #55 ...
09:43:48 [2022-06-21T09:43:48.348Z] 
09:43:48 [2022-06-21T09:43:48.348Z] #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
09:43:48 [2022-06-21T09:43:48.348Z] #31 sha256:bb802c539d750055ced92725acabb0f3cec61f2e08fcf2a93b315e15569dd885
09:43:48 [2022-06-21T09:43:48.348Z] #31 22.44 
09:43:48 [2022-06-21T09:43:48.348Z] #31 25.08 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:43:48 [2022-06-21T09:43:48.348Z] #31 26.76 #=#=#                                                                         
09:43:48 [2022-06-21T09:43:48.348Z] #31 27.16 #=#=#                                                                         

#####################################                                     52.6%
######################################################################## 100.0%
09:43:48 [2022-06-21T09:43:48.348Z] #31 28.50 
09:43:48 [2022-06-21T09:43:48.348Z] #31 28.88 Download of images into '/build' complete.
09:43:48 [2022-06-21T09:43:48.348Z] #31 28.88 Use something like the following to load the result into a Docker daemon:
09:43:48 [2022-06-21T09:43:48.348Z] #31 28.88   tar -cC '/build' . | docker load
09:43:48 [2022-06-21T09:43:48.348Z] #31 DONE 29.7s
09:43:48 [2022-06-21T09:43:48.348Z] 
09:43:48 [2022-06-21T09:43:48.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
09:43:48 [2022-06-21T09:43:48.348Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:43:48 [2022-06-21T09:43:48.348Z] #14 19.41 Reading package lists...
09:43:48 [2022-06-21T09:43:48.348Z] #14 24.72 Building dependency tree...
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.36 The following additional packages will be installed:
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
09:43:48 [2022-06-21T09:43:48.348Z] #14 28.38   mingw-w64-common mingw-w64-x86-64-dev
09:43:48 [2022-06-21T09:43:48.349Z] #14 28.39 Suggested packages:
09:43:48 [2022-06-21T09:43:48.349Z] #14 28.39   gcc-10-locales seccomp wine64
09:43:49 [2022-06-21T09:43:49.522Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 12.9s done
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.07 The following NEW packages will be installed:
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.07   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
09:43:49 [2022-06-21T09:43:49.734Z] #14 30.10   mingw-w64-x86-64-dev
09:43:49 [2022-06-21T09:43:49.779Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718
09:43:49 [2022-06-21T09:43:49.779Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done
09:43:49 [2022-06-21T09:43:49.996Z] #14 ...
09:43:49 [2022-06-21T09:43:49.996Z] 
09:43:49 [2022-06-21T09:43:49.996Z] #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
09:43:49 [2022-06-21T09:43:49.996Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.58 go: downloading github.com/mattn/go-colorable v0.1.12
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.59 go: downloading github.com/sirupsen/logrus v1.8.1
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.62 go: downloading github.com/stretchr/testify v1.7.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.88 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.90 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.91 go: downloading github.com/mattn/go-isatty v0.0.14
09:43:49 [2022-06-21T09:43:49.996Z] #55 29.98 go: downloading github.com/fsnotify/fsnotify v1.5.1
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.05 go: downloading github.com/magiconair/properties v1.8.5
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.16 go: downloading github.com/mitchellh/mapstructure v1.4.3
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.17 go: downloading github.com/spf13/afero v1.6.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.22 go: downloading github.com/spf13/cast v1.4.1
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.25 go: downloading github.com/spf13/jwalterweatherman v1.1.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.30 go: downloading github.com/subosito/gotenv v1.2.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.30 go: downloading gopkg.in/ini.v1 v1.66.2
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.40 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.40 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.42 go: downloading github.com/go-toolsmith/astequal v1.0.1
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.43 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.46 go: downloading github.com/go-toolsmith/astp v1.0.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.46 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.47 go: downloading github.com/go-toolsmith/typep v1.0.2
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.49 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
09:43:49 [2022-06-21T09:43:49.996Z] #55 30.52 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
09:43:50 [2022-06-21T09:43:50.036Z] #11 DONE 44.4s
09:43:50 [2022-06-21T09:43:50.036Z] 
09:43:50 [2022-06-21T09:43:50.036Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:43:50 [2022-06-21T09:43:50.036Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d
09:43:50 [2022-06-21T09:43:50.259Z] #55 30.67 go: downloading github.com/hashicorp/errwrap v1.0.0
09:43:50 [2022-06-21T09:43:50.259Z] #55 30.69 go: downloading 4d63.com/gochecknoglobals v0.1.0
09:43:50 [2022-06-21T09:43:50.259Z] #55 30.78 go: downloading github.com/Antonboom/errname v0.1.5
09:43:50 [2022-06-21T09:43:50.259Z] #55 30.82 go: downloading github.com/Antonboom/nilnil v0.1.0
09:43:50 [2022-06-21T09:43:50.259Z] #55 30.86 go: downloading github.com/BurntSushi/toml v1.0.0
09:43:50 [2022-06-21T09:43:50.296Z] #71 ...
09:43:50 [2022-06-21T09:43:50.296Z] 
09:43:50 [2022-06-21T09:43:50.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
09:43:50 [2022-06-21T09:43:50.296Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b
09:43:50 [2022-06-21T09:43:50.296Z] #20 56.73 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
09:43:50 [2022-06-21T09:43:50.296Z] #20 56.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
09:43:50 [2022-06-21T09:43:50.296Z] #20 56.74 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:43:50 [2022-06-21T09:43:50.296Z] #20 58.50 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
09:43:50 [2022-06-21T09:43:50.296Z] #20 58.50 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:43:50 [2022-06-21T09:43:50.296Z] #20 58.51 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:43:50 [2022-06-21T09:43:50.296Z] #20 62.15 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
09:43:50 [2022-06-21T09:43:50.297Z] #20 62.16 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:43:50 [2022-06-21T09:43:50.297Z] #20 62.16 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:43:50 [2022-06-21T09:43:50.358Z] #51 22.33 Reading package lists...
09:43:50 [2022-06-21T09:43:50.359Z] #51 ...
09:43:50 [2022-06-21T09:43:50.359Z] 
09:43:50 [2022-06-21T09:43:50.359Z] #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
09:43:50 [2022-06-21T09:43:50.359Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:43:50 [2022-06-21T09:43:50.359Z] #42 21.92 Reading package lists...
09:43:50 [2022-06-21T09:43:50.532Z] #55 30.99 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
09:43:50 [2022-06-21T09:43:50.533Z] #55 31.01 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
09:43:50 [2022-06-21T09:43:50.533Z] #55 31.09 go: downloading github.com/alexkohler/prealloc v1.0.0
09:43:50 [2022-06-21T09:43:50.555Z] #20 63.80 Selecting previously unselected package g++-mingw-w64-x86-64.
09:43:50 [2022-06-21T09:43:50.555Z] #20 63.80 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
09:43:50 [2022-06-21T09:43:50.555Z] #20 63.82 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:43:50 [2022-06-21T09:43:50.796Z] #55 31.21 go: downloading github.com/ashanbrown/forbidigo v1.3.0
09:43:50 [2022-06-21T09:43:50.796Z] #55 31.24 go: downloading github.com/ashanbrown/makezero v1.1.0
09:43:50 [2022-06-21T09:43:50.796Z] #55 31.28 go: downloading github.com/bkielbasa/cyclop v1.2.0
09:43:50 [2022-06-21T09:43:50.796Z] #55 31.29 go: downloading github.com/blizzy78/varnamelen v0.5.0
09:43:50 [2022-06-21T09:43:50.796Z] #55 31.36 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
09:43:50 [2022-06-21T09:43:50.796Z] #55 31.39 go: downloading github.com/breml/bidichk v0.2.1
09:43:50 [2022-06-21T09:43:50.813Z] #20 63.87 Selecting previously unselected package libapparmor1:amd64.
09:43:50 [2022-06-21T09:43:50.813Z] #20 63.88 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
09:43:50 [2022-06-21T09:43:50.813Z] #20 63.89 Unpacking libapparmor1:amd64 (2.13.6-10) ...
09:43:50 [2022-06-21T09:43:50.813Z] #20 63.94 Selecting previously unselected package libapparmor-dev:amd64.
09:43:50 [2022-06-21T09:43:50.813Z] #20 63.95 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
09:43:50 [2022-06-21T09:43:50.813Z] #20 63.95 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
09:43:50 [2022-06-21T09:43:50.813Z] #20 64.02 Selecting previously unselected package libbtrfs0:amd64.
09:43:50 [2022-06-21T09:43:50.813Z] #20 64.04 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
09:43:50 [2022-06-21T09:43:50.813Z] #20 64.05 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:43:50 [2022-06-21T09:43:50.813Z] #20 64.12 Selecting previously unselected package libbtrfs-dev:amd64.
09:43:50 [2022-06-21T09:43:50.974Z] #12 DONE 0.9s
09:43:50 [2022-06-21T09:43:50.974Z] 
09:43:50 [2022-06-21T09:43:50.974Z] #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
09:43:50 [2022-06-21T09:43:50.974Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.43 go: downloading github.com/breml/errchkjson v0.2.1
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.44 go: downloading github.com/butuzov/ireturn v0.1.1
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.49 go: downloading github.com/charithe/durationcheck v0.0.9
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.53 go: downloading github.com/daixiang0/gci v0.2.9
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.54 go: downloading github.com/denis-tingajkin/go-header v0.4.2
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.54 go: downloading github.com/esimonov/ifshort v1.0.4
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.56 go: downloading github.com/fzipp/gocyclo v0.4.0
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.59 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:43:51 [2022-06-21T09:43:51.057Z] #55 31.68 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.13 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.14 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.23 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.23 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.23 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.28 Selecting previously unselected package libudev-dev:amd64.
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.28 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.29 Unpacking libudev-dev:amd64 (247.3-7) ...
09:43:51 [2022-06-21T09:43:51.070Z] #20 64.35 Selecting previously unselected package libsepol1-dev:amd64.
09:43:51 [2022-06-21T09:43:51.307Z] #42 28.26 Building dependency tree...
09:43:51 [2022-06-21T09:43:51.307Z] #42 ...
09:43:51 [2022-06-21T09:43:51.307Z] 
09:43:51 [2022-06-21T09:43:51.307Z] #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
09:43:51 [2022-06-21T09:43:51.307Z] #67 sha256:283fe21658eb50be9884934ec99ad326c853b6eb032da3e2314f662523bfba62
09:43:51 [2022-06-21T09:43:51.307Z] #67 18.46 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:43:51 [2022-06-21T09:43:51.320Z] #55 31.72 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:43:51 [2022-06-21T09:43:51.320Z] #55 31.77 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:43:51 [2022-06-21T09:43:51.320Z] #55 31.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.36 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.36 Unpacking libsepol1-dev:amd64 (3.1-1) ...
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.49 Selecting previously unselected package libpcre2-16-0:amd64.
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.49 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.49 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.58 Selecting previously unselected package libpcre2-32-0:amd64.
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.58 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.328Z] #20 64.59 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
09:43:51 [2022-06-21T09:43:51.541Z] #13 DONE 0.6s
09:43:51 [2022-06-21T09:43:51.542Z] 
09:43:51 [2022-06-21T09:43:51.542Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:43:51 [2022-06-21T09:43:51.542Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b
09:43:51 [2022-06-21T09:43:51.566Z] #67 ...
09:43:51 [2022-06-21T09:43:51.566Z] 
09:43:51 [2022-06-21T09:43:51.566Z] #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
09:43:51 [2022-06-21T09:43:51.566Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:43:51 [2022-06-21T09:43:51.566Z] #51 22.33 Reading package lists...
09:43:51 [2022-06-21T09:43:51.581Z] #55 31.98 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:43:51 [2022-06-21T09:43:51.581Z] #55 31.99 go: downloading github.com/golangci/misspell v0.3.5
09:43:51 [2022-06-21T09:43:51.581Z] #55 31.99 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:43:51 [2022-06-21T09:43:51.581Z] #55 32.01 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
09:43:51 [2022-06-21T09:43:51.581Z] #55 32.05 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
09:43:51 [2022-06-21T09:43:51.581Z] #55 ...
09:43:51 [2022-06-21T09:43:51.581Z] 
09:43:51 [2022-06-21T09:43:51.581Z] #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
09:43:51 [2022-06-21T09:43:51.581Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
09:43:51 [2022-06-21T09:43:51.581Z] #51 17.03 Reading package lists...
09:43:51 [2022-06-21T09:43:51.581Z] #51 21.91 Reading package lists...
09:43:51 [2022-06-21T09:43:51.581Z] #51 26.40 Building dependency tree...
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.62 The following additional packages will be installed:
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.67   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.67   python3-protobuf python3-six
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.70 Suggested packages:
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.70   python3-setuptools
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.70 Recommended packages:
09:43:51 [2022-06-21T09:43:51.581Z] #51 30.70   iproute2 | iproute
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.33 The following NEW packages will be installed:
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.34   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.34   python3-protobuf python3-six
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.79 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.79 Need to get 2136 kB of archives.
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.79 After this operation, 10.8 MB of additional disk space will be used.
09:43:51 [2022-06-21T09:43:51.581Z] #51 31.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
09:43:51 [2022-06-21T09:43:51.581Z] #51 ...
09:43:51 [2022-06-21T09:43:51.581Z] 
09:43:51 [2022-06-21T09:43:51.581Z] #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
09:43:51 [2022-06-21T09:43:51.581Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:43:51 [2022-06-21T09:43:51.581Z] #55 32.16 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
09:43:51 [2022-06-21T09:43:51.581Z] #55 32.24 go: downloading github.com/jgautheron/goconst v1.5.1
09:43:51 [2022-06-21T09:43:51.586Z] #20 64.68 Selecting previously unselected package libpcre2-posix2:amd64.
09:43:51 [2022-06-21T09:43:51.586Z] #20 64.68 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.586Z] #20 64.69 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
09:43:51 [2022-06-21T09:43:51.586Z] #20 64.73 Selecting previously unselected package libpcre2-dev:amd64.
09:43:51 [2022-06-21T09:43:51.586Z] #20 64.74 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.586Z] #20 64.75 Unpacking libpcre2-dev:amd64 (10.36-2) ...
09:43:51 [2022-06-21T09:43:51.844Z] #55 32.29 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
09:43:51 [2022-06-21T09:43:51.844Z] #55 32.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
09:43:51 [2022-06-21T09:43:51.844Z] #55 32.39 go: downloading github.com/julz/importas v0.1.0
09:43:51 [2022-06-21T09:43:51.844Z] #55 32.40 go: downloading github.com/kisielk/errcheck v1.6.0
09:43:51 [2022-06-21T09:43:51.844Z] #55 32.45 go: downloading github.com/kulti/thelper v0.5.0
09:43:51 [2022-06-21T09:43:51.845Z] #20 64.92 Selecting previously unselected package libselinux1-dev:amd64.
09:43:51 [2022-06-21T09:43:51.845Z] #20 64.92 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.845Z] #20 64.93 Unpacking libselinux1-dev:amd64 (3.1-3) ...
09:43:51 [2022-06-21T09:43:51.845Z] #20 65.02 Selecting previously unselected package libdevmapper-dev:amd64.
09:43:51 [2022-06-21T09:43:51.845Z] #20 65.03 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.845Z] #20 65.03 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:43:51 [2022-06-21T09:43:51.845Z] #20 65.07 Selecting previously unselected package libseccomp-dev:amd64.
09:43:51 [2022-06-21T09:43:51.845Z] #20 65.08 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:43:51 [2022-06-21T09:43:51.845Z] #20 65.08 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:43:52 [2022-06-21T09:43:52.104Z] #20 65.14 Selecting previously unselected package libsystemd-dev:amd64.
09:43:52 [2022-06-21T09:43:52.104Z] #20 65.14 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
09:43:52 [2022-06-21T09:43:52.104Z] #20 65.15 Unpacking libsystemd-dev:amd64 (247.3-7) ...
09:43:52 [2022-06-21T09:43:52.106Z] #55 32.46 go: downloading github.com/kunwardeep/paralleltest v1.0.3
09:43:52 [2022-06-21T09:43:52.106Z] #55 32.53 go: downloading github.com/kyoh86/exportloopref v0.1.8
09:43:52 [2022-06-21T09:43:52.106Z] #55 32.55 go: downloading github.com/ldez/gomoddirectives v0.2.2
09:43:52 [2022-06-21T09:43:52.106Z] #55 32.60 go: downloading github.com/ldez/tagliatelle v0.3.0
09:43:52 [2022-06-21T09:43:52.106Z] #55 32.60 go: downloading github.com/leonklingele/grouper v1.1.0
09:43:52 [2022-06-21T09:43:52.106Z] #55 32.72 go: downloading github.com/maratori/testpackage v1.0.1
09:43:52 [2022-06-21T09:43:52.107Z] #33 DONE 0.3s
09:43:52 [2022-06-21T09:43:52.107Z] 
09:43:52 [2022-06-21T09:43:52.107Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:43:52 [2022-06-21T09:43:52.107Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de
09:43:52 [2022-06-21T09:43:52.107Z] #46 DONE 0.3s
09:43:52 [2022-06-21T09:43:52.107Z] 
09:43:52 [2022-06-21T09:43:52.107Z] #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
09:43:52 [2022-06-21T09:43:52.107Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040
09:43:52 [2022-06-21T09:43:52.107Z] #50 DONE 0.4s
09:43:52 [2022-06-21T09:43:52.107Z] 
09:43:52 [2022-06-21T09:43:52.107Z] #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
09:43:52 [2022-06-21T09:43:52.107Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:43:52 [2022-06-21T09:43:52.107Z] #34 ...
09:43:52 [2022-06-21T09:43:52.107Z] 
09:43:52 [2022-06-21T09:43:52.107Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
09:43:52 [2022-06-21T09:43:52.107Z] #25 sha256:75814682ed9e3cc86e2fe284f8eae3266b72a96c458744e898fac6260290779e
09:43:52 [2022-06-21T09:43:52.107Z] #25 DONE 0.4s
09:43:52 [2022-06-21T09:43:52.107Z] 
09:43:52 [2022-06-21T09:43:52.107Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
09:43:52 [2022-06-21T09:43:52.107Z] #66 sha256:7fb17c391020641178f19d97c466120a7104ab5641434c1cfbb357fa4bccab67
09:43:52 [2022-06-21T09:43:52.107Z] #66 DONE 0.4s
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.46 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.47 Setting up libapparmor1:amd64 (2.13.6-10) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.48 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.49 Setting up libsepol1-dev:amd64 (3.1-1) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.50 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.52 Setting up libpcre2-16-0:amd64 (10.36-2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.53 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.54 Setting up libpcre2-32-0:amd64 (10.36-2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.55 Setting up libudev-dev:amd64 (247.3-7) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.56 Setting up libpcre2-posix2:amd64 (10.36-2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.57 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.58 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.59 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.60 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.61 Setting up mingw-w64-common (8.0.0-1) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.62 Setting up libsystemd-dev:amd64 (247.3-7) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.63 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
09:43:52 [2022-06-21T09:43:52.363Z] #20 65.65 Setting up libpcre2-dev:amd64 (10.36-2) ...
09:43:52 [2022-06-21T09:43:52.366Z] 
09:43:52 [2022-06-21T09:43:52.366Z] #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
09:43:52 [2022-06-21T09:43:52.366Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:43:52 [2022-06-21T09:43:52.368Z] #55 32.74 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
09:43:52 [2022-06-21T09:43:52.369Z] #55 32.75 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
09:43:52 [2022-06-21T09:43:52.369Z] #55 32.75 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
09:43:52 [2022-06-21T09:43:52.369Z] #55 32.79 go: downloading github.com/mgechev/revive v1.1.3
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.66 Setting up libselinux1-dev:amd64 (3.1-3) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.67 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.68 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.69 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
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.70 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.71 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
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.71 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.72 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.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
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.74 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.75 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.77 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.78 Setting up dmsetup (2:1.02.175-2.1) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.79 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.80 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:43:52 [2022-06-21T09:43:52.624Z] #20 65.82 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:52 [2022-06-21T09:43:52.941Z] #55 33.31 go: downloading github.com/moricho/tparallel v0.2.1
09:43:52 [2022-06-21T09:43:52.941Z] #55 33.31 go: downloading github.com/nakabonne/nestif v0.3.1
09:43:52 [2022-06-21T09:43:52.941Z] #55 33.36 go: downloading github.com/nishanths/exhaustive v0.7.11
09:43:52 [2022-06-21T09:43:52.941Z] #55 33.42 go: downloading github.com/nishanths/predeclared v0.2.1
09:43:52 [2022-06-21T09:43:52.941Z] #55 33.44 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
09:43:52 [2022-06-21T09:43:52.941Z] #55 33.48 go: downloading github.com/ryancurrah/gomodguard v1.2.3
09:43:53 [2022-06-21T09:43:53.192Z] #20 DONE 66.4s
09:43:53 [2022-06-21T09:43:53.192Z] 
09:43:53 [2022-06-21T09:43:53.192Z] #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
09:43:53 [2022-06-21T09:43:53.192Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575
09:43:53 [2022-06-21T09:43:53.205Z] #55 33.59 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
09:43:53 [2022-06-21T09:43:53.205Z] #55 33.59 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
09:43:53 [2022-06-21T09:43:53.205Z] #55 33.64 go: downloading github.com/securego/gosec/v2 v2.9.6
09:43:53 [2022-06-21T09:43:53.205Z] #55 33.80 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
09:43:53 [2022-06-21T09:43:53.500Z] #55 33.80 go: downloading github.com/sivchari/containedctx v1.0.1
09:43:53 [2022-06-21T09:43:53.500Z] #55 33.84 go: downloading github.com/sivchari/tenv v1.4.7
09:43:53 [2022-06-21T09:43:53.500Z] #55 33.84 go: downloading github.com/sonatard/noctx v0.0.1
09:43:53 [2022-06-21T09:43:53.500Z] #55 33.87 go: downloading github.com/sourcegraph/go-diff v0.6.1
09:43:53 [2022-06-21T09:43:53.500Z] #55 33.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
09:43:53 [2022-06-21T09:43:53.500Z] #55 34.01 go: downloading github.com/sylvia7788/contextcheck v1.0.4
09:43:53 [2022-06-21T09:43:53.500Z] #55 34.04 go: downloading github.com/tdakkota/asciicheck v0.1.1
09:43:53 [2022-06-21T09:43:53.761Z] #55 34.06 go: downloading github.com/tetafro/godot v1.4.11
09:43:53 [2022-06-21T09:43:53.761Z] #55 34.06 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
09:43:53 [2022-06-21T09:43:53.761Z] #55 34.25 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
09:43:53 [2022-06-21T09:43:53.761Z] #55 34.26 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
09:43:54 [2022-06-21T09:43:54.023Z] #55 34.58 go: downloading github.com/ultraware/funlen v0.0.3
09:43:54 [2022-06-21T09:43:54.285Z] #55 34.85 go: downloading github.com/ultraware/whitespace v0.0.4
09:43:54 [2022-06-21T09:43:54.285Z] #55 34.86 go: downloading github.com/uudashr/gocognit v1.0.5
09:43:54 [2022-06-21T09:43:54.285Z] #55 34.87 go: downloading github.com/yagipy/maintidx v1.0.0
09:43:54 [2022-06-21T09:43:54.553Z] #55 35.02 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
09:43:54 [2022-06-21T09:43:54.553Z] #55 35.16 go: downloading gitlab.com/bosi/decorder v0.2.1
09:43:54 [2022-06-21T09:43:54.571Z] #21 1.071 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:43:54 [2022-06-21T09:43:54.571Z] #21 1.071 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:43:54 [2022-06-21T09:43:54.571Z] #21 1.071 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:43:54 [2022-06-21T09:43:54.907Z] #55 35.45 go: downloading honnef.co/go/tools v0.2.2
09:43:55 [2022-06-21T09:43:55.479Z] #55 ...
09:43:55 [2022-06-21T09:43:55.479Z] 
09:43:55 [2022-06-21T09:43:55.479Z] #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
09:43:55 [2022-06-21T09:43:55.479Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 NAME:
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    go-winres - A tool for embedding resources in Windows executables
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 USAGE:
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    go-winres [global options] command [command options] [arguments...]
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 COMMANDS:
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    init     Create an initial ./winres/winres.json
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    make     Make syso files for the "go build" command
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    simply   Make syso files for the "go build" command (simplified)
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    extract  Extract all resources from an executable
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    patch    Replace resources in an executable file (exe, dll)
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    help, h  Shows a list of commands or help for one command
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79 GLOBAL OPTIONS:
09:43:55 [2022-06-21T09:43:55.479Z] #40 34.79    --help, -h  show help (default: false)
09:43:55 [2022-06-21T09:43:55.479Z] #40 DONE 36.1s
09:43:55 [2022-06-21T09:43:55.741Z] 
09:43:55 [2022-06-21T09:43:55.741Z] #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
09:43:55 [2022-06-21T09:43:55.741Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4
09:43:55 [2022-06-21T09:43:55.741Z] #62 26.26 Building dependency tree...
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.28 The following additional packages will be installed:
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.28   libbtrfs0
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.45 The following NEW packages will be installed:
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.45   libbtrfs-dev libbtrfs0
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.89 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.89 Need to get 454 kB of archives.
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.89 After this operation, 1275 kB of additional disk space will be used.
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #62 30.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #62 31.88 debconf: delaying package configuration, since apt-utils is not installed
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.14 Fetched 454 kB in 0s (1385 kB/s)
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.33 Selecting previously unselected package libbtrfs0:arm64.
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.37 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.39 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.63 Selecting previously unselected package libbtrfs-dev:arm64.
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.63 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 32.65 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 33.56 Setting up libbtrfs0:arm64 (5.10.1-2) ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 33.59 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 33.61 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:43:55 [2022-06-21T09:43:55.741Z] #62 DONE 36.1s
09:43:55 [2022-06-21T09:43:55.741Z] 
09:43:55 [2022-06-21T09:43:55.741Z] #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             ;
09:43:55 [2022-06-21T09:43:55.741Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
09:43:55 [2022-06-21T09:43:55.741Z] #76 26.16 Building dependency tree...
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.68 python3 is already the newest version (3.9.2-3).
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.68 The following additional packages will be installed:
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.69   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.71   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.74 Suggested packages:
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.75   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.75   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.75   m4-doc ed diffutils-doc
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.75 Recommended packages:
09:43:55 [2022-06-21T09:43:55.741Z] #76 29.75   fakeroot libalgorithm-merge-perl libltdl-dev
09:43:55 [2022-06-21T09:43:55.741Z] #76 30.68 The following NEW packages will be installed:
09:43:55 [2022-06-21T09:43:55.741Z] #76 30.68   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
09:43:55 [2022-06-21T09:43:55.741Z] #76 30.68   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
09:43:55 [2022-06-21T09:43:55.741Z] #76 30.69   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
09:43:55 [2022-06-21T09:43:55.741Z] #76 30.69   libyajl2 m4 patch xz-utils
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.11 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.11 Need to get 5914 kB of archives.
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.11 After this operation, 18.6 MB of additional disk space will be used.
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.12 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]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.19 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.26 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.27 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 dpkg-dev all 1.20.10 [2306 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.32 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.33 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.33 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.34 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.34 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.35 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.36 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.38 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.43 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 31.43 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
09:43:55 [2022-06-21T09:43:55.741Z] #76 32.63 debconf: delaying package configuration, since apt-utils is not installed
09:43:55 [2022-06-21T09:43:55.741Z] #76 32.98 Fetched 5914 kB in 1s (8849 kB/s)
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.29 Selecting previously unselected package bzip2.
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.36 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.42 Unpacking bzip2 (1.0.8-4) ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.54 Selecting previously unselected package libmagic-mgc.
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.56 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 33.58 Unpacking libmagic-mgc (1:5.39-3) ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 34.87 Selecting previously unselected package libmagic1:arm64.
09:43:55 [2022-06-21T09:43:55.741Z] #76 34.87 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 34.91 Unpacking libmagic1:arm64 (1:5.39-3) ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 35.73 Selecting previously unselected package file.
09:43:55 [2022-06-21T09:43:55.741Z] #76 35.73 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 35.94 Unpacking file (1:5.39-3) ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 36.12 Selecting previously unselected package xz-utils.
09:43:55 [2022-06-21T09:43:55.741Z] #76 36.12 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:43:55 [2022-06-21T09:43:55.741Z] #76 36.12 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:43:55 [2022-06-21T09:43:55.756Z] #51 28.77 Reading package lists...
09:43:55 [2022-06-21T09:43:55.756Z] #51 ...
09:43:55 [2022-06-21T09:43:55.756Z] 
09:43:55 [2022-06-21T09:43:55.756Z] #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             ;
09:43:55 [2022-06-21T09:43:55.756Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:43:55 [2022-06-21T09:43:55.756Z] #76 23.01 Fetched 8544 kB in 15s (558 kB/s)
09:43:55 [2022-06-21T09:43:55.756Z] #76 23.01 Reading package lists...
09:43:55 [2022-06-21T09:43:55.756Z] #76 29.28 Reading package lists...
09:43:55 [2022-06-21T09:43:55.756Z] #76 ...
09:43:55 [2022-06-21T09:43:55.756Z] 
09:43:55 [2022-06-21T09:43:55.756Z] #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
09:43:55 [2022-06-21T09:43:55.756Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:43:55 [2022-06-21T09:43:55.756Z] #55 32.80 go: downloading github.com/fatih/color v1.13.0
09:43:55 [2022-06-21T09:43:55.756Z] #55 32.84 go: downloading github.com/gofrs/flock v0.8.1
09:43:55 [2022-06-21T09:43:55.756Z] #55 32.91 go: downloading github.com/spf13/cobra v1.3.0
09:43:55 [2022-06-21T09:43:55.756Z] #55 32.94 go: downloading github.com/spf13/viper v1.10.1
09:43:55 [2022-06-21T09:43:55.756Z] #55 33.21 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
09:43:55 [2022-06-21T09:43:55.756Z] #55 ...
09:43:55 [2022-06-21T09:43:55.756Z] 
09:43:55 [2022-06-21T09:43:55.756Z] #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
09:43:55 [2022-06-21T09:43:55.756Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:43:55 [2022-06-21T09:43:55.756Z] #62 23.34 Fetched 8544 kB in 16s (536 kB/s)
09:43:55 [2022-06-21T09:43:55.756Z] #62 23.34 Reading package lists...
09:43:55 [2022-06-21T09:43:55.756Z] #62 29.62 Reading package lists...
09:43:55 [2022-06-21T09:43:55.756Z] #62 ...
09:43:55 [2022-06-21T09:43:55.756Z] 
09:43:55 [2022-06-21T09:43:55.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
09:43:55 [2022-06-21T09:43:55.756Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:43:55 [2022-06-21T09:43:55.756Z] #42 28.26 Building dependency tree...
09:43:55 [2022-06-21T09:43:55.756Z] #42 32.21 The following additional packages will be installed:
09:43:55 [2022-06-21T09:43:55.756Z] #42 32.21   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
09:43:55 [2022-06-21T09:43:55.756Z] #42 32.22 Suggested packages:
09:43:55 [2022-06-21T09:43:55.756Z] #42 32.22   cmake-doc ninja-build lrzip
09:43:55 [2022-06-21T09:43:55.756Z] #42 32.22 Recommended packages:
09:43:55 [2022-06-21T09:43:55.756Z] #42 32.22   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:43:55 [2022-06-21T09:43:55.756Z] #42 33.25 The following NEW packages will be installed:
09:43:55 [2022-06-21T09:43:55.756Z] #42 33.32   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:43:55 [2022-06-21T09:43:55.756Z] #42 33.32   vim-common xxd
09:43:56 [2022-06-21T09:43:56.009Z] #76 ...
09:43:56 [2022-06-21T09:43:56.009Z] 
09:43:56 [2022-06-21T09:43:56.009Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:43:56 [2022-06-21T09:43:56.009Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
09:43:56 [2022-06-21T09:43:56.009Z] #34 36.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.68 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.68 Need to get 17.7 MB of archives.
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.68 After this operation, 70.7 MB of additional disk space will be used.
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:43:56 [2022-06-21T09:43:56.030Z] #42 ...
09:43:56 [2022-06-21T09:43:56.030Z] 
09:43:56 [2022-06-21T09:43:56.030Z] #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
09:43:56 [2022-06-21T09:43:56.030Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:43:56 [2022-06-21T09:43:56.030Z] #14 23.60 Fetched 8544 kB in 16s (541 kB/s)
09:43:56 [2022-06-21T09:43:56.030Z] #14 23.60 Reading package lists...
09:43:56 [2022-06-21T09:43:56.030Z] #14 29.64 Reading package lists...
09:43:56 [2022-06-21T09:43:56.030Z] #14 ...
09:43:56 [2022-06-21T09:43:56.030Z] 
09:43:56 [2022-06-21T09:43:56.030Z] #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
09:43:56 [2022-06-21T09:43:56.030Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:43:56 [2022-06-21T09:43:56.030Z] #42 33.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:43:56 [2022-06-21T09:43:56.288Z] #42 ...
09:43:56 [2022-06-21T09:43:56.288Z] 
09:43:56 [2022-06-21T09:43:56.288Z] #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
09:43:56 [2022-06-21T09:43:56.288Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:43:56 [2022-06-21T09:43:56.288Z] #47 23.80 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:43:56 [2022-06-21T09:43:56.547Z] #47 ...
09:43:56 [2022-06-21T09:43:56.547Z] 
09:43:56 [2022-06-21T09:43:56.547Z] #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
09:43:56 [2022-06-21T09:43:56.547Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:43:56 [2022-06-21T09:43:56.547Z] #55 33.71 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
09:43:56 [2022-06-21T09:43:56.547Z] #55 33.71 go: downloading github.com/go-critic/go-critic v0.6.2
09:43:56 [2022-06-21T09:43:56.582Z] #34 ...
09:43:56 [2022-06-21T09:43:56.582Z] 
09:43:56 [2022-06-21T09:43:56.582Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
09:43:56 [2022-06-21T09:43:56.582Z] #63 sha256:3c14dd6f09bd7d70b2ef5cf9338be8353f1029d96334e32e1472d0257d183c13
09:43:56 [2022-06-21T09:43:56.582Z] #63 DONE 0.8s
09:43:56 [2022-06-21T09:43:56.582Z] 
09:43:56 [2022-06-21T09:43:56.582Z] #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             ;
09:43:56 [2022-06-21T09:43:56.582Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
09:43:56 [2022-06-21T09:43:56.582Z] #76 36.77 Selecting previously unselected package libsigsegv2:arm64.
09:43:56 [2022-06-21T09:43:56.582Z] #76 36.77 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
09:43:56 [2022-06-21T09:43:56.582Z] #76 36.83 Unpacking libsigsegv2:arm64 (2.13-1) ...
09:43:56 [2022-06-21T09:43:56.582Z] #76 37.06 Selecting previously unselected package m4.
09:43:56 [2022-06-21T09:43:56.582Z] #76 37.07 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
09:43:56 [2022-06-21T09:43:56.582Z] #76 37.07 Unpacking m4 (1.4.18-5) ...
09:43:57 [2022-06-21T09:43:57.153Z] #76 37.58 Selecting previously unselected package autoconf.
09:43:57 [2022-06-21T09:43:57.153Z] #76 37.59 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
09:43:57 [2022-06-21T09:43:57.153Z] #76 37.60 Unpacking autoconf (2.69-14) ...
09:43:57 [2022-06-21T09:43:57.153Z] #76 ...
09:43:57 [2022-06-21T09:43:57.153Z] 
09:43:57 [2022-06-21T09:43:57.153Z] #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
09:43:57 [2022-06-21T09:43:57.153Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:43:57 [2022-06-21T09:43:57.153Z] #42 26.10 Building dependency tree...
09:43:57 [2022-06-21T09:43:57.153Z] #42 30.37 The following additional packages will be installed:
09:43:57 [2022-06-21T09:43:57.153Z] #42 30.38   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
09:43:57 [2022-06-21T09:43:57.153Z] #42 30.40 Suggested packages:
09:43:57 [2022-06-21T09:43:57.153Z] #42 30.40   cmake-doc ninja-build lrzip
09:43:57 [2022-06-21T09:43:57.153Z] #42 30.40 Recommended packages:
09:43:57 [2022-06-21T09:43:57.153Z] #42 30.40   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.16 The following NEW packages will be installed:
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.18   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.19   vim-common xxd
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.68 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.68 Need to get 15.6 MB of archives.
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.68 After this operation, 67.4 MB of additional disk space will be used.
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 31.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 32.24 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]
09:43:57 [2022-06-21T09:43:57.153Z] #42 32.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 32.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 32.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 32.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 32.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
09:43:57 [2022-06-21T09:43:57.153Z] #42 33.50 debconf: delaying package configuration, since apt-utils is not installed
09:43:57 [2022-06-21T09:43:57.153Z] #42 33.71 Fetched 15.6 MB in 1s (13.8 MB/s)
09:43:57 [2022-06-21T09:43:57.153Z] #42 33.87 Selecting previously unselected package xxd.
09:43:57 [2022-06-21T09:43:57.153Z] #42 33.88 (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.)
09:43:57 [2022-06-21T09:43:57.153Z] #42 33.89 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:43:57 [2022-06-21T09:43:57.153Z] #42 33.94 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:43:57 [2022-06-21T09:43:57.153Z] #42 34.88 Selecting previously unselected package vim-common.
09:43:57 [2022-06-21T09:43:57.153Z] #42 34.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:43:57 [2022-06-21T09:43:57.153Z] #42 34.94 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:43:57 [2022-06-21T09:43:57.153Z] #42 35.94 Selecting previously unselected package cmake-data.
09:43:57 [2022-06-21T09:43:57.153Z] #42 35.94 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:43:57 [2022-06-21T09:43:57.153Z] #42 35.96 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:43:57 [2022-06-21T09:43:57.153Z] #42 ...
09:43:57 [2022-06-21T09:43:57.153Z] 
09:43:57 [2022-06-21T09:43:57.153Z] #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
09:43:57 [2022-06-21T09:43:57.153Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
09:43:57 [2022-06-21T09:43:57.153Z] #34 37.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:43:57 [2022-06-21T09:43:57.485Z] #55 35.10 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:43:57 [2022-06-21T09:43:57.485Z] #55 35.12 go: downloading github.com/hashicorp/go-multierror v1.1.1
09:43:57 [2022-06-21T09:43:57.626Z] #67 ...
09:43:57 [2022-06-21T09:43:57.626Z] 
09:43:57 [2022-06-21T09:43:57.626Z] #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             ;
09:43:57 [2022-06-21T09:43:57.626Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:43:57 [2022-06-21T09:43:57.626Z] #76 5.031 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:43:57 [2022-06-21T09:43:57.626Z] #76 5.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:43:57 [2022-06-21T09:43:57.626Z] #76 5.031 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:43:57 [2022-06-21T09:43:57.626Z] #76 5.253 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:43:57 [2022-06-21T09:43:57.626Z] #76 5.785 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:43:57 [2022-06-21T09:43:57.883Z] #76 ...
09:43:57 [2022-06-21T09:43:57.883Z] 
09:43:57 [2022-06-21T09:43:57.883Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:43:57 [2022-06-21T09:43:57.883Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:43:57 [2022-06-21T09:43:57.883Z] #34 5.790 + git clone https://github.com/kolyshkin/go-swagger.git .
09:43:57 [2022-06-21T09:43:57.883Z] #34 5.790 Cloning into '.'...
09:43:58 [2022-06-21T09:43:58.096Z] #34 ...
09:43:58 [2022-06-21T09:43:58.096Z] 
09:43:58 [2022-06-21T09:43:58.096Z] #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
09:43:58 [2022-06-21T09:43:58.096Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6
09:43:58 [2022-06-21T09:43:58.096Z] #57 38.13 v3.0.2
09:43:58 [2022-06-21T09:43:58.096Z] #57 DONE 38.4s
09:43:58 [2022-06-21T09:43:58.096Z] 
09:43:58 [2022-06-21T09:43:58.096Z] #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             ;
09:43:58 [2022-06-21T09:43:58.096Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
09:43:58 [2022-06-21T09:43:58.096Z] #76 38.14 Selecting previously unselected package autotools-dev.
09:43:58 [2022-06-21T09:43:58.096Z] #76 38.16 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
09:43:58 [2022-06-21T09:43:58.096Z] #76 38.22 Unpacking autotools-dev (20180224.1+nmu1) ...
09:43:58 [2022-06-21T09:43:58.096Z] #76 38.48 Selecting previously unselected package automake.
09:43:58 [2022-06-21T09:43:58.096Z] #76 38.48 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
09:43:58 [2022-06-21T09:43:58.096Z] #76 38.48 Unpacking automake (1:1.16.3-2) ...
09:43:59 [2022-06-21T09:43:59.038Z] #76 39.30 Selecting previously unselected package patch.
09:43:59 [2022-06-21T09:43:59.038Z] #76 39.30 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
09:43:59 [2022-06-21T09:43:59.038Z] #76 39.32 Unpacking patch (2.7.6-7) ...
09:43:59 [2022-06-21T09:43:59.299Z] #76 39.73 Selecting previously unselected package dpkg-dev.
09:43:59 [2022-06-21T09:43:59.299Z] #76 39.74 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
09:43:59 [2022-06-21T09:43:59.299Z] #76 39.75 Unpacking dpkg-dev (1.20.10) ...
09:43:59 [2022-06-21T09:43:59.890Z] #76 ...
09:43:59 [2022-06-21T09:43:59.890Z] 
09:43:59 [2022-06-21T09:43:59.890Z] #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
09:43:59 [2022-06-21T09:43:59.890Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.55 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.55 Need to get 108 MB of archives.
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.55 After this operation, 620 MB of additional disk space will be used.
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.63 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 30.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 31.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 31.19 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 31.19 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 31.85 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 33.29 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 33.86 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 34.84 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 35.94 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.56 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.59 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.63 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.64 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]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.64 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.65 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.66 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.78 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.78 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.79 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 36.85 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
09:43:59 [2022-06-21T09:43:59.890Z] #14 38.44 debconf: delaying package configuration, since apt-utils is not installed
09:43:59 [2022-06-21T09:43:59.890Z] #14 38.66 Fetched 108 MB in 7s (16.3 MB/s)
09:43:59 [2022-06-21T09:43:59.890Z] #14 38.80 Selecting previously unselected package binutils-mingw-w64-i686.
09:43:59 [2022-06-21T09:43:59.890Z] #14 38.81 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
09:43:59 [2022-06-21T09:43:59.890Z] #14 38.99 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
09:43:59 [2022-06-21T09:43:59.890Z] #14 39.03 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:44:00 [2022-06-21T09:44:00.099Z] #21 1.626 Reading package lists...
09:44:00 [2022-06-21T09:44:00.158Z] #14 ...
09:44:00 [2022-06-21T09:44:00.158Z] 
09:44:00 [2022-06-21T09:44:00.158Z] #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
09:44:00 [2022-06-21T09:44:00.158Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.880 + RM_GOPATH=0
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.881 + TMP_GOPATH=
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.881 + : /build
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.881 + '[' -z '' ']'
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.883 ++ mktemp -d
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.892 + export GOPATH=/tmp/tmp.U4be5IPjzT
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.895 + GOPATH=/tmp/tmp.U4be5IPjzT
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.899 + RM_GOPATH=1
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.899 + case "$(go env GOARCH)" in
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.900 ++ go env GOARCH
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.929 + export GO_BUILDMODE=-buildmode=pie
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.930 + GO_BUILDMODE=-buildmode=pie
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.931 ++ dirname /install.sh
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.953 + dir=/
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.953 + bin=containerd
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.953 + shift
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.953 + '[' '!' -f //containerd.installer ']'
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.954 + . //containerd.installer
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.954 ++ set -e
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.954 ++ : v1.6.6
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.954 + install_containerd
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.956 + echo 'Install containerd version v1.6.6'
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.956 Install containerd version v1.6.6
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.956 + git clone https://github.com/containerd/containerd.git /tmp/tmp.U4be5IPjzT/src/github.com/containerd/containerd
09:44:00 [2022-06-21T09:44:00.158Z] #64 0.959 Cloning into '/tmp/tmp.U4be5IPjzT/src/github.com/containerd/containerd'...
09:44:00 [2022-06-21T09:44:00.776Z] #55 38.63 go: downloading github.com/mattn/go-colorable v0.1.12
09:44:01 [2022-06-21T09:44:01.036Z] #55 38.64 go: downloading github.com/sirupsen/logrus v1.8.1
09:44:01 [2022-06-21T09:44:01.036Z] #55 38.65 go: downloading github.com/stretchr/testify v1.7.0
09:44:01 [2022-06-21T09:44:01.036Z] #55 38.80 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
09:44:01 [2022-06-21T09:44:01.296Z] #55 38.95 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
09:44:01 [2022-06-21T09:44:01.296Z] #55 38.96 go: downloading github.com/mattn/go-isatty v0.0.14
09:44:01 [2022-06-21T09:44:01.296Z] #55 39.01 go: downloading github.com/fsnotify/fsnotify v1.5.1
09:44:01 [2022-06-21T09:44:01.296Z] #55 39.06 go: downloading github.com/magiconair/properties v1.8.5
09:44:01 [2022-06-21T09:44:01.296Z] #55 39.07 go: downloading github.com/mitchellh/mapstructure v1.4.3
09:44:01 [2022-06-21T09:44:01.556Z] #55 39.18 go: downloading github.com/spf13/afero v1.6.0
09:44:01 [2022-06-21T09:44:01.556Z] #55 39.19 go: downloading github.com/spf13/cast v1.4.1
09:44:01 [2022-06-21T09:44:01.556Z] #55 39.27 go: downloading github.com/spf13/jwalterweatherman v1.1.0
09:44:01 [2022-06-21T09:44:01.556Z] #55 39.30 go: downloading github.com/subosito/gotenv v1.2.0
09:44:01 [2022-06-21T09:44:01.556Z] #55 39.36 go: downloading gopkg.in/ini.v1 v1.66.2
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.42 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.54 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.57 go: downloading github.com/go-toolsmith/astequal v1.0.1
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.58 go: downloading github.com/go-toolsmith/astp v1.0.0
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.58 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.62 go: downloading github.com/go-toolsmith/typep v1.0.2
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.63 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
09:44:01 [2022-06-21T09:44:01.816Z] #55 39.64 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
09:44:02 [2022-06-21T09:44:02.071Z] #34 ...
09:44:02 [2022-06-21T09:44:02.071Z] 
09:44:02 [2022-06-21T09:44:02.071Z] #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
09:44:02 [2022-06-21T09:44:02.071Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:02 [2022-06-21T09:44:02.071Z] #55 7.672 go: downloading github.com/golangci/golangci-lint v1.44.0
09:44:02 [2022-06-21T09:44:02.071Z] #55 ...
09:44:02 [2022-06-21T09:44:02.071Z] 
09:44:02 [2022-06-21T09:44:02.071Z] #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
09:44:02 [2022-06-21T09:44:02.071Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:44:02 [2022-06-21T09:44:02.071Z] #53 8.023 go: downloading gotest.tools/gotestsum v1.8.1
09:44:02 [2022-06-21T09:44:02.071Z] #53 ...
09:44:02 [2022-06-21T09:44:02.071Z] 
09:44:02 [2022-06-21T09:44:02.071Z] #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
09:44:02 [2022-06-21T09:44:02.071Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:44:02 [2022-06-21T09:44:02.071Z] #36 8.026 go: downloading github.com/go-delve/delve v1.8.1
09:44:02 [2022-06-21T09:44:02.071Z] #36 ...
09:44:02 [2022-06-21T09:44:02.071Z] 
09:44:02 [2022-06-21T09:44:02.071Z] #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
09:44:02 [2022-06-21T09:44:02.071Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:02 [2022-06-21T09:44:02.071Z] #62 5.865 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:44:02 [2022-06-21T09:44:02.071Z] #62 5.893 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:44:02 [2022-06-21T09:44:02.071Z] #62 5.893 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:44:02 [2022-06-21T09:44:02.071Z] #62 6.349 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:44:02 [2022-06-21T09:44:02.071Z] #62 8.528 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:44:02 [2022-06-21T09:44:02.076Z] #55 39.76 go: downloading github.com/hashicorp/errwrap v1.0.0
09:44:02 [2022-06-21T09:44:02.076Z] #55 39.97 go: downloading 4d63.com/gochecknoglobals v0.1.0
09:44:02 [2022-06-21T09:44:02.081Z] #64 ...
09:44:02 [2022-06-21T09:44:02.081Z] 
09:44:02 [2022-06-21T09:44:02.081Z] #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
09:44:02 [2022-06-21T09:44:02.081Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
09:44:02 [2022-06-21T09:44:02.081Z] #51 31.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 31.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 31.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 31.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 31.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 31.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 34.12 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [630 kB]
09:44:02 [2022-06-21T09:44:02.081Z] #51 35.62 debconf: delaying package configuration, since apt-utils is not installed
09:44:02 [2022-06-21T09:44:02.081Z] #51 36.07 Fetched 2136 kB in 3s (687 kB/s)
09:44:02 [2022-06-21T09:44:02.081Z] #51 36.24 Selecting previously unselected package libprotobuf23:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #51 36.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 ... 15709 files and directories currently installed.)
09:44:02 [2022-06-21T09:44:02.081Z] #51 36.28 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 36.32 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.32 Selecting previously unselected package python3-pkg-resources.
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.33 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.37 Unpacking python3-pkg-resources (52.0.0-4) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.59 Selecting previously unselected package python3-six.
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.60 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.60 Unpacking python3-six (1.16.0-2) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.72 Selecting previously unselected package python3-protobuf.
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.72 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 37.74 Unpacking python3-protobuf (3.12.4-1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.03 Selecting previously unselected package libnet1:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.03 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.05 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.42 Selecting previously unselected package libnl-3-200:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.43 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.43 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.61 Selecting previously unselected package libprotobuf-c1:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.61 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.62 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.77 Selecting previously unselected package criu.
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.77 Preparing to unpack .../7-criu_3.17-1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 39.77 Unpacking criu (3.17-1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 40.68 Setting up python3-pkg-resources (52.0.0-4) ...
09:44:02 [2022-06-21T09:44:02.081Z] #51 ...
09:44:02 [2022-06-21T09:44:02.081Z] 
09:44:02 [2022-06-21T09:44:02.081Z] #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             ;
09:44:02 [2022-06-21T09:44:02.081Z] #76 sha256:6fc2915dbb18c4f0923ee799be6e45a77525f89517aa27383e075c648821824f
09:44:02 [2022-06-21T09:44:02.081Z] #76 40.76 Selecting previously unselected package build-essential.
09:44:02 [2022-06-21T09:44:02.081Z] #76 40.76 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 40.78 Unpacking build-essential (12.9) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 40.94 Selecting previously unselected package libcap2:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #76 40.94 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 40.95 Unpacking libcap2:arm64 (1:2.44-1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.11 Selecting previously unselected package libcap-dev:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.12 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.14 Unpacking libcap-dev:arm64 (1:2.44-1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.30 Selecting previously unselected package libprotobuf-c1:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.31 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.31 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.37 Selecting previously unselected package libprotobuf-c-dev:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.41 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.42 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.53 Selecting previously unselected package libseccomp-dev:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.54 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.55 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.77 Selecting previously unselected package libsystemd-dev:arm64.
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.77 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 41.78 Unpacking libsystemd-dev:arm64 (247.3-7) ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 42.44 Selecting previously unselected package libtool.
09:44:02 [2022-06-21T09:44:02.081Z] #76 42.48 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
09:44:02 [2022-06-21T09:44:02.081Z] #76 42.49 Unpacking libtool (2.4.6-15) ...
09:44:02 [2022-06-21T09:44:02.337Z] #55 40.05 go: downloading github.com/Antonboom/errname v0.1.5
09:44:02 [2022-06-21T09:44:02.337Z] #55 40.10 go: downloading github.com/Antonboom/nilnil v0.1.0
09:44:02 [2022-06-21T09:44:02.337Z] #55 40.16 go: downloading github.com/BurntSushi/toml v1.0.0
09:44:02 [2022-06-21T09:44:02.337Z] #62 ...
09:44:02 [2022-06-21T09:44:02.337Z] 
09:44:02 [2022-06-21T09:44:02.337Z] #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
09:44:02 [2022-06-21T09:44:02.337Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:02 [2022-06-21T09:44:02.337Z] #42 7.936 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:44:02 [2022-06-21T09:44:02.337Z] #42 8.131 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:44:02 [2022-06-21T09:44:02.337Z] #42 8.134 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:44:02 [2022-06-21T09:44:02.337Z] #42 9.896 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:44:02 [2022-06-21T09:44:02.337Z] #42 ...
09:44:02 [2022-06-21T09:44:02.337Z] 
09:44:02 [2022-06-21T09:44:02.337Z] #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
09:44:02 [2022-06-21T09:44:02.337Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:44:02 [2022-06-21T09:44:02.337Z] #47 7.447 + git clone https://github.com/docker/distribution.git .
09:44:02 [2022-06-21T09:44:02.337Z] #47 7.451 Cloning into '.'...
09:44:02 [2022-06-21T09:44:02.346Z] #76 42.77 Selecting previously unselected package libudev-dev:arm64.
09:44:02 [2022-06-21T09:44:02.346Z] #76 42.78 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.346Z] #76 42.78 Unpacking libudev-dev:arm64 (247.3-7) ...
09:44:02 [2022-06-21T09:44:02.595Z] #47 ...
09:44:02 [2022-06-21T09:44:02.595Z] 
09:44:02 [2022-06-21T09:44:02.595Z] #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
09:44:02 [2022-06-21T09:44:02.595Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:02 [2022-06-21T09:44:02.595Z] #51 8.392 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:44:02 [2022-06-21T09:44:02.595Z] #51 8.468 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:44:02 [2022-06-21T09:44:02.595Z] #51 8.475 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:44:02 [2022-06-21T09:44:02.595Z] #51 8.996 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
09:44:02 [2022-06-21T09:44:02.595Z] #51 10.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:44:02 [2022-06-21T09:44:02.595Z] #51 ...
09:44:02 [2022-06-21T09:44:02.595Z] 
09:44:02 [2022-06-21T09:44:02.595Z] #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
09:44:02 [2022-06-21T09:44:02.595Z] #26 sha256:e7138a3d690df6c236da69530c098edbfca119db8c5209ea552fa1505210ff5d
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + RM_GOPATH=0
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + TMP_GOPATH=
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + : /build
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + '[' -z '' ']'
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 ++ mktemp -d
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + export GOPATH=/tmp/tmp.WX17McIKVg
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + GOPATH=/tmp/tmp.WX17McIKVg
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + RM_GOPATH=1
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 + case "$(go env GOARCH)" in
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.120 ++ go env GOARCH
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.138 + export GO_BUILDMODE=-buildmode=pie
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.138 + GO_BUILDMODE=-buildmode=pie
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.139 ++ dirname /install.sh
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + dir=/
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + bin=dockercli
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + shift
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + '[' '!' -f //dockercli.installer ']'
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + . //dockercli.installer
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 ++ : stable
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 ++ : 17.06.2-ce
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + install_dockercli
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 + echo 'Install docker/cli version 17.06.2-ce from stable'
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.146 Install docker/cli version 17.06.2-ce from stable
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.154 ++ uname -m
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.154 + arch=x86_64
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.154 + '[' x86_64 '!=' x86_64 ']'
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.154 + url=https://download.docker.com/linux/static
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.154 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
09:44:02 [2022-06-21T09:44:02.595Z] #26 6.154 + tar -xz docker/docker
09:44:02 [2022-06-21T09:44:02.597Z] #55 40.27 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
09:44:02 [2022-06-21T09:44:02.597Z] #55 ...
09:44:02 [2022-06-21T09:44:02.597Z] 
09:44:02 [2022-06-21T09:44:02.597Z] #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
09:44:02 [2022-06-21T09:44:02.597Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:02 [2022-06-21T09:44:02.597Z] #42 34.52 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]
09:44:02 [2022-06-21T09:44:02.597Z] #42 34.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
09:44:02 [2022-06-21T09:44:02.597Z] #42 34.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
09:44:02 [2022-06-21T09:44:02.597Z] #42 34.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
09:44:02 [2022-06-21T09:44:02.597Z] #42 34.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
09:44:02 [2022-06-21T09:44:02.597Z] #42 34.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.15 debconf: delaying package configuration, since apt-utils is not installed
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.45 Fetched 17.7 MB in 2s (10.5 MB/s)
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.58 Selecting previously unselected package xxd.
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.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 ... 15718 files and directories currently installed.)
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.65 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.66 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.89 Selecting previously unselected package vim-common.
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:44:02 [2022-06-21T09:44:02.597Z] #42 36.91 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:44:02 [2022-06-21T09:44:02.597Z] #42 37.23 Selecting previously unselected package cmake-data.
09:44:02 [2022-06-21T09:44:02.597Z] #42 37.23 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:44:02 [2022-06-21T09:44:02.597Z] #42 37.23 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:44:02 [2022-06-21T09:44:02.607Z] #76 43.05 Selecting previously unselected package libyajl2:arm64.
09:44:02 [2022-06-21T09:44:02.607Z] #76 43.05 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.607Z] #76 43.06 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:44:02 [2022-06-21T09:44:02.607Z] #76 43.16 Selecting previously unselected package libyajl-dev:arm64.
09:44:02 [2022-06-21T09:44:02.607Z] #76 43.16 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
09:44:02 [2022-06-21T09:44:02.607Z] #76 43.17 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
09:44:02 [2022-06-21T09:44:02.853Z] #26 ...
09:44:02 [2022-06-21T09:44:02.853Z] 
09:44:02 [2022-06-21T09:44:02.853Z] #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
09:44:02 [2022-06-21T09:44:02.853Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:02 [2022-06-21T09:44:02.853Z] #14 6.742 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:44:02 [2022-06-21T09:44:02.853Z] #14 6.825 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:44:02 [2022-06-21T09:44:02.853Z] #14 6.825 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:44:02 [2022-06-21T09:44:02.853Z] #14 8.337 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:44:02 [2022-06-21T09:44:02.853Z] #14 ...
09:44:02 [2022-06-21T09:44:02.853Z] 
09:44:02 [2022-06-21T09:44:02.853Z] #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
09:44:02 [2022-06-21T09:44:02.853Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:44:02 [2022-06-21T09:44:02.853Z] #57 7.157 go: downloading mvdan.cc/sh/v3 v3.0.2
09:44:02 [2022-06-21T09:44:02.853Z] #57 9.293 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
09:44:02 [2022-06-21T09:44:02.853Z] #57 9.298 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
09:44:02 [2022-06-21T09:44:02.853Z] #57 9.632 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
09:44:02 [2022-06-21T09:44:02.868Z] #76 43.39 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:44:02 [2022-06-21T09:44:02.868Z] #76 43.42 Setting up libmagic-mgc (1:5.39-3) ...
09:44:02 [2022-06-21T09:44:02.868Z] #76 43.43 Setting up libyajl2:arm64 (2.1.0-3) ...
09:44:02 [2022-06-21T09:44:02.868Z] #76 43.45 Setting up libmagic1:arm64 (1:5.39-3) ...
09:44:02 [2022-06-21T09:44:02.868Z] #76 43.48 Setting up file (1:5.39-3) ...
09:44:02 [2022-06-21T09:44:02.868Z] #76 43.50 Setting up bzip2 (1.0.8-4) ...
09:44:03 [2022-06-21T09:44:03.117Z] #57 ...
09:44:03 [2022-06-21T09:44:03.117Z] 
09:44:03 [2022-06-21T09:44:03.117Z] #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
09:44:03 [2022-06-21T09:44:03.117Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:44:03 [2022-06-21T09:44:03.117Z] #40 8.635 go: downloading github.com/tc-hib/go-winres v0.2.3
09:44:03 [2022-06-21T09:44:03.117Z] #40 10.17 go: downloading github.com/tc-hib/winres v0.1.5
09:44:03 [2022-06-21T09:44:03.117Z] #40 ...
09:44:03 [2022-06-21T09:44:03.117Z] 
09:44:03 [2022-06-21T09:44:03.117Z] #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
09:44:03 [2022-06-21T09:44:03.117Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
09:44:03 [2022-06-21T09:44:03.117Z] #38 8.293 go: downloading github.com/pelletier/go-toml v1.8.1
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.54 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.56 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.58 Setting up libcap2:arm64 (1:2.44-1) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.60 Setting up autotools-dev (20180224.1+nmu1) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.61 Setting up libsigsegv2:arm64 (2.13-1) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.63 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.69 Setting up patch (2.7.6-7) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.72 Setting up libudev-dev:arm64 (247.3-7) ...
09:44:03 [2022-06-21T09:44:03.129Z] #76 43.73 Setting up libyajl-dev:arm64 (2.1.0-3) ...
09:44:03 [2022-06-21T09:44:03.170Z] #42 ...
09:44:03 [2022-06-21T09:44:03.170Z] 
09:44:03 [2022-06-21T09:44:03.170Z] #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
09:44:03 [2022-06-21T09:44:03.170Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.34 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.46 go: downloading github.com/alexkohler/prealloc v1.0.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.55 go: downloading github.com/ashanbrown/forbidigo v1.3.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.57 go: downloading github.com/ashanbrown/makezero v1.1.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.61 go: downloading github.com/bkielbasa/cyclop v1.2.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.64 go: downloading github.com/blizzy78/varnamelen v0.5.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.72 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.74 go: downloading github.com/breml/bidichk v0.2.1
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.84 go: downloading github.com/breml/errchkjson v0.2.1
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.85 go: downloading github.com/butuzov/ireturn v0.1.1
09:44:03 [2022-06-21T09:44:03.170Z] #55 40.89 go: downloading github.com/charithe/durationcheck v0.0.9
09:44:03 [2022-06-21T09:44:03.374Z] #38 ...
09:44:03 [2022-06-21T09:44:03.374Z] 
09:44:03 [2022-06-21T09:44:03.374Z] #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
09:44:03 [2022-06-21T09:44:03.374Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:44:03 [2022-06-21T09:44:03.374Z] #53 10.93 go: downloading github.com/dnephin/pflag v1.0.7
09:44:03 [2022-06-21T09:44:03.374Z] #53 10.93 go: downloading github.com/fatih/color v1.10.0
09:44:03 [2022-06-21T09:44:03.374Z] #53 11.08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:44:03 [2022-06-21T09:44:03.374Z] #53 11.35 go: downloading github.com/pkg/errors v0.9.1
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.74 Setting up libcap-dev:arm64 (1:2.44-1) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.76 Setting up libsystemd-dev:arm64 (247.3-7) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.78 Setting up libtool (2.4.6-15) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.82 Setting up m4 (1.4.18-5) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.84 Setting up dpkg-dev (1.20.10) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.87 Setting up autoconf (2.69-14) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.91 Setting up build-essential (12.9) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.94 Setting up automake (1:1.16.3-2) ...
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.95 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:44:03 [2022-06-21T09:44:03.393Z] #76 43.96 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:03 [2022-06-21T09:44:03.430Z] #55 40.98 go: downloading github.com/daixiang0/gci v0.2.9
09:44:03 [2022-06-21T09:44:03.430Z] #55 41.00 go: downloading github.com/denis-tingajkin/go-header v0.4.2
09:44:03 [2022-06-21T09:44:03.430Z] #55 41.05 go: downloading github.com/esimonov/ifshort v1.0.4
09:44:03 [2022-06-21T09:44:03.430Z] #55 41.19 go: downloading github.com/fzipp/gocyclo v0.4.0
09:44:03 [2022-06-21T09:44:03.430Z] #55 41.19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:44:03 [2022-06-21T09:44:03.689Z] #55 ...
09:44:03 [2022-06-21T09:44:03.689Z] 
09:44:03 [2022-06-21T09:44:03.690Z] #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
09:44:03 [2022-06-21T09:44:03.690Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.88 NAME:
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89    go-winres - A tool for embedding resources in Windows executables
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89 
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89 USAGE:
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89    go-winres [global options] command [command options] [arguments...]
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89 
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89 COMMANDS:
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.89    init     Create an initial ./winres/winres.json
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90    make     Make syso files for the "go build" command
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90    simply   Make syso files for the "go build" command (simplified)
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90    extract  Extract all resources from an executable
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90    patch    Replace resources in an executable file (exe, dll)
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90    help, h  Shows a list of commands or help for one command
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90 
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90 GLOBAL OPTIONS:
09:44:03 [2022-06-21T09:44:03.690Z] #40 40.90    --help, -h  show help (default: false)
09:44:03 [2022-06-21T09:44:03.690Z] #40 DONE 41.3s
09:44:03 [2022-06-21T09:44:03.690Z] 
09:44:03 [2022-06-21T09:44:03.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
09:44:03 [2022-06-21T09:44:03.690Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:03 [2022-06-21T09:44:03.690Z] #55 41.24 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:44:03 [2022-06-21T09:44:03.690Z] #55 41.26 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:44:03 [2022-06-21T09:44:03.690Z] #55 41.31 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:44:03 [2022-06-21T09:44:03.941Z] #53 12.10 go: downloading github.com/mattn/go-colorable v0.1.8
09:44:03 [2022-06-21T09:44:03.942Z] #53 12.16 go: downloading github.com/mattn/go-isatty v0.0.12
09:44:03 [2022-06-21T09:44:03.942Z] #53 12.39 go: downloading github.com/fsnotify/fsnotify v1.4.9
09:44:03 [2022-06-21T09:44:03.952Z] #55 41.58 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:44:03 [2022-06-21T09:44:03.952Z] #55 41.72 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:44:03 [2022-06-21T09:44:03.952Z] #55 41.72 go: downloading github.com/golangci/misspell v0.3.5
09:44:03 [2022-06-21T09:44:03.952Z] #55 41.72 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:44:03 [2022-06-21T09:44:03.952Z] #55 41.76 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
09:44:04 [2022-06-21T09:44:04.198Z] #53 12.48 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
09:44:04 [2022-06-21T09:44:04.198Z] #53 12.65 go: downloading github.com/jonboulle/clockwork v0.2.2
09:44:04 [2022-06-21T09:44:04.212Z] #55 41.86 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
09:44:04 [2022-06-21T09:44:04.212Z] #55 41.89 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
09:44:04 [2022-06-21T09:44:04.212Z] #55 41.91 go: downloading github.com/jgautheron/goconst v1.5.1
09:44:04 [2022-06-21T09:44:04.212Z] #55 41.95 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
09:44:04 [2022-06-21T09:44:04.212Z] #55 41.99 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
09:44:04 [2022-06-21T09:44:04.212Z] #55 41.99 go: downloading github.com/julz/importas v0.1.0
09:44:04 [2022-06-21T09:44:04.284Z] #21 6.372 Reading package lists...
09:44:04 [2022-06-21T09:44:04.458Z] #53 12.89 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
09:44:04 [2022-06-21T09:44:04.485Z] #55 ...
09:44:04 [2022-06-21T09:44:04.485Z] 
09:44:04 [2022-06-21T09:44:04.485Z] #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
09:44:04 [2022-06-21T09:44:04.485Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:44:04 [2022-06-21T09:44:04.485Z] #57 41.72 v3.0.2
09:44:04 [2022-06-21T09:44:04.485Z] #57 DONE 42.1s
09:44:04 [2022-06-21T09:44:04.485Z] 
09:44:04 [2022-06-21T09:44:04.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
09:44:04 [2022-06-21T09:44:04.485Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.08 go: downloading github.com/kisielk/errcheck v1.6.0
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.15 go: downloading github.com/kulti/thelper v0.5.0
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.19 go: downloading github.com/kunwardeep/paralleltest v1.0.3
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.24 go: downloading github.com/kyoh86/exportloopref v0.1.8
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.24 go: downloading github.com/ldez/gomoddirectives v0.2.2
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.24 go: downloading github.com/ldez/tagliatelle v0.3.0
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.30 go: downloading github.com/leonklingele/grouper v1.1.0
09:44:04 [2022-06-21T09:44:04.485Z] #55 42.30 go: downloading github.com/maratori/testpackage v1.0.1
09:44:04 [2022-06-21T09:44:04.718Z] #53 13.12 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
09:44:04 [2022-06-21T09:44:04.746Z] #55 42.36 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
09:44:04 [2022-06-21T09:44:04.746Z] #55 42.42 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
09:44:04 [2022-06-21T09:44:04.746Z] #55 42.48 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
09:44:04 [2022-06-21T09:44:04.746Z] #55 42.51 go: downloading github.com/mgechev/revive v1.1.3
09:44:05 [2022-06-21T09:44:05.283Z] #53 13.47 go: downloading golang.org/x/tools v0.1.0
09:44:05 [2022-06-21T09:44:05.326Z] #55 ...
09:44:05 [2022-06-21T09:44:05.326Z] 
09:44:05 [2022-06-21T09:44:05.326Z] #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
09:44:05 [2022-06-21T09:44:05.326Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:05 [2022-06-21T09:44:05.326Z] #62 29.62 Reading package lists...
09:44:05 [2022-06-21T09:44:05.326Z] #62 35.78 Building dependency tree...
09:44:05 [2022-06-21T09:44:05.326Z] #62 39.57 The following additional packages will be installed:
09:44:05 [2022-06-21T09:44:05.326Z] #62 39.59   libbtrfs0
09:44:05 [2022-06-21T09:44:05.326Z] #62 39.83 The following NEW packages will be installed:
09:44:05 [2022-06-21T09:44:05.326Z] #62 39.83   libbtrfs-dev libbtrfs0
09:44:05 [2022-06-21T09:44:05.326Z] #62 40.28 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
09:44:05 [2022-06-21T09:44:05.326Z] #62 40.28 Need to get 460 kB of archives.
09:44:05 [2022-06-21T09:44:05.326Z] #62 40.28 After this operation, 1237 kB of additional disk space will be used.
09:44:05 [2022-06-21T09:44:05.326Z] #62 40.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:44:05 [2022-06-21T09:44:05.326Z] #62 40.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:44:05 [2022-06-21T09:44:05.326Z] #62 41.35 debconf: delaying package configuration, since apt-utils is not installed
09:44:05 [2022-06-21T09:44:05.326Z] #62 41.62 Fetched 460 kB in 0s (1220 kB/s)
09:44:05 [2022-06-21T09:44:05.326Z] #62 41.76 Selecting previously unselected package libbtrfs0:amd64.
09:44:05 [2022-06-21T09:44:05.326Z] #62 41.76 (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.)
09:44:05 [2022-06-21T09:44:05.326Z] #62 41.82 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 41.85 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 42.15 Selecting previously unselected package libbtrfs-dev:amd64.
09:44:05 [2022-06-21T09:44:05.326Z] #62 42.15 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 42.19 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 42.57 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 42.58 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 42.61 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:05 [2022-06-21T09:44:05.326Z] #62 DONE 43.1s
09:44:05 [2022-06-21T09:44:05.586Z] 
09:44:05 [2022-06-21T09:44:05.586Z] #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
09:44:05 [2022-06-21T09:44:05.586Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:05 [2022-06-21T09:44:05.586Z] #55 43.20 go: downloading github.com/moricho/tparallel v0.2.1
09:44:05 [2022-06-21T09:44:05.586Z] #55 43.20 go: downloading github.com/nakabonne/nestif v0.3.1
09:44:05 [2022-06-21T09:44:05.586Z] #55 43.20 go: downloading github.com/nishanths/exhaustive v0.7.11
09:44:05 [2022-06-21T09:44:05.586Z] #55 43.39 go: downloading github.com/nishanths/predeclared v0.2.1
09:44:05 [2022-06-21T09:44:05.659Z] #21 11.10 Building dependency tree...
09:44:05 [2022-06-21T09:44:05.659Z] #21 12.25 Reading state information...
09:44:05 [2022-06-21T09:44:05.847Z] #55 43.48 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
09:44:05 [2022-06-21T09:44:05.847Z] #55 43.52 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
09:44:05 [2022-06-21T09:44:05.847Z] #55 43.52 go: downloading github.com/ryancurrah/gomodguard v1.2.3
09:44:05 [2022-06-21T09:44:05.847Z] #55 43.59 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
09:44:05 [2022-06-21T09:44:05.847Z] #55 43.59 go: downloading github.com/securego/gosec/v2 v2.9.6
09:44:06 [2022-06-21T09:44:06.108Z] #55 43.92 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
09:44:06 [2022-06-21T09:44:06.108Z] #55 43.92 go: downloading github.com/sivchari/containedctx v1.0.1
09:44:06 [2022-06-21T09:44:06.108Z] #55 43.92 go: downloading github.com/sivchari/tenv v1.4.7
09:44:06 [2022-06-21T09:44:06.108Z] #55 ...
09:44:06 [2022-06-21T09:44:06.108Z] 
09:44:06 [2022-06-21T09:44:06.108Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
09:44:06 [2022-06-21T09:44:06.108Z] #63 sha256:f1e74035acce655776308e17c7c8ecff837aef098598240607d416533cd2284c
09:44:06 [2022-06-21T09:44:06.108Z] #63 DONE 0.9s
09:44:06 [2022-06-21T09:44:06.108Z] 
09:44:06 [2022-06-21T09:44:06.108Z] #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
09:44:06 [2022-06-21T09:44:06.108Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:06 [2022-06-21T09:44:06.108Z] #55 43.95 go: downloading github.com/sonatard/noctx v0.0.1
09:44:06 [2022-06-21T09:44:06.108Z] #55 43.99 go: downloading github.com/sourcegraph/go-diff v0.6.1
09:44:06 [2022-06-21T09:44:06.108Z] #55 44.02 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
09:44:06 [2022-06-21T09:44:06.369Z] #55 44.11 go: downloading github.com/sylvia7788/contextcheck v1.0.4
09:44:06 [2022-06-21T09:44:06.369Z] #55 44.15 go: downloading github.com/tdakkota/asciicheck v0.1.1
09:44:06 [2022-06-21T09:44:06.369Z] #55 44.23 go: downloading github.com/tetafro/godot v1.4.11
09:44:06 [2022-06-21T09:44:06.369Z] #55 44.23 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
09:44:06 [2022-06-21T09:44:06.369Z] #55 44.28 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
09:44:06 [2022-06-21T09:44:06.596Z] #21 13.41 The following additional packages will be installed:
09:44:06 [2022-06-21T09:44:06.596Z] #21 13.41   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
09:44:06 [2022-06-21T09:44:06.630Z] #55 44.43 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
09:44:06 [2022-06-21T09:44:06.630Z] #55 44.53 go: downloading github.com/ultraware/funlen v0.0.3
09:44:06 [2022-06-21T09:44:06.777Z] #76 DONE 47.1s
09:44:06 [2022-06-21T09:44:06.777Z] 
09:44:06 [2022-06-21T09:44:06.777Z] #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
09:44:06 [2022-06-21T09:44:06.777Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.01 go: downloading mvdan.cc/gofumpt v0.2.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.05 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.26 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.31 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.37 go: downloading github.com/davecgh/go-spew v1.1.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.79 go: downloading github.com/pmezard/go-difflib v1.0.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 37.86 go: downloading github.com/stretchr/objx v0.1.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 39.16 go: downloading github.com/hashicorp/hcl v1.0.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 39.45 go: downloading github.com/pelletier/go-toml v1.9.4
09:44:06 [2022-06-21T09:44:06.777Z] #55 39.45 go: downloading golang.org/x/text v0.3.7
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.63 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.70 go: downloading github.com/gobwas/glob v0.2.3
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.74 go: downloading github.com/kisielk/gotool v1.0.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.77 go: downloading github.com/gostaticanalysis/comment v1.4.2
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.91 go: downloading golang.org/x/mod v0.5.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 43.95 go: downloading github.com/ettle/strcase v0.1.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.05 go: downloading github.com/fatih/structtag v1.2.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.12 go: downloading github.com/Masterminds/semver v1.5.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.15 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.18 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.20 go: downloading github.com/prometheus/client_golang v1.7.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.77 go: downloading github.com/prometheus/client_model v0.2.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 44.85 go: downloading github.com/google/go-cmp v0.5.6
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.09 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.15 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.17 go: downloading github.com/olekukonko/tablewriter v0.0.5
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.22 go: downloading github.com/beorn7/perks v1.0.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.23 go: downloading github.com/cespare/xxhash/v2 v2.1.2
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.31 go: downloading github.com/cespare/xxhash v1.1.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.32 go: downloading github.com/golang/protobuf v1.5.2
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.50 go: downloading github.com/prometheus/common v0.10.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.62 go: downloading github.com/prometheus/procfs v0.6.0
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.65 go: downloading github.com/mattn/go-runewidth v0.0.9
09:44:06 [2022-06-21T09:44:06.777Z] #55 45.68 go: downloading google.golang.org/protobuf v1.27.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 46.80 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
09:44:06 [2022-06-21T09:44:06.777Z] #55 ...
09:44:06 [2022-06-21T09:44:06.777Z] 
09:44:06 [2022-06-21T09:44:06.777Z] #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
09:44:06 [2022-06-21T09:44:06.777Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.41   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.41   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.41   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.41   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.42   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.42   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44 Suggested packages:
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44   seccomp:ppc64el seccomp:s390x
09:44:06 [2022-06-21T09:44:06.854Z] #21 13.44 Recommended packages:
09:44:06 [2022-06-21T09:44:06.855Z] #21 13.44   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
09:44:06 [2022-06-21T09:44:06.855Z] #21 13.44   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
09:44:06 [2022-06-21T09:44:06.855Z] #21 13.44   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
09:44:06 [2022-06-21T09:44:06.855Z] #21 13.44   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
09:44:06 [2022-06-21T09:44:06.890Z] #55 44.64 go: downloading github.com/ultraware/whitespace v0.0.4
09:44:06 [2022-06-21T09:44:06.890Z] #55 44.66 go: downloading github.com/uudashr/gocognit v1.0.5
09:44:06 [2022-06-21T09:44:06.890Z] #55 44.69 go: downloading github.com/yagipy/maintidx v1.0.0
09:44:06 [2022-06-21T09:44:06.890Z] #55 44.76 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91 The following NEW packages will be installed:
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.91   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.92   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.92   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.92   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
09:44:07 [2022-06-21T09:44:07.113Z] #21 13.92   libseccomp2:ppc64el libseccomp2:s390x
09:44:07 [2022-06-21T09:44:07.351Z] #77 0.755 Cloning into '/tmp/crun-build'...
09:44:07 [2022-06-21T09:44:07.372Z] #21 14.28 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded.
09:44:07 [2022-06-21T09:44:07.372Z] #21 14.28 Need to get 15.9 MB of archives.
09:44:07 [2022-06-21T09:44:07.372Z] #21 14.28 After this operation, 73.0 MB of additional disk space will be used.
09:44:07 [2022-06-21T09:44:07.372Z] #21 14.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #55 45.10 go: downloading gitlab.com/bosi/decorder v0.2.1
09:44:07 [2022-06-21T09:44:07.485Z] #55 45.20 go: downloading honnef.co/go/tools v0.2.2
09:44:07 [2022-06-21T09:44:07.485Z] #55 ...
09:44:07 [2022-06-21T09:44:07.485Z] 
09:44:07 [2022-06-21T09:44:07.485Z] #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             ;
09:44:07 [2022-06-21T09:44:07.485Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:07 [2022-06-21T09:44:07.485Z] #76 29.28 Reading package lists...
09:44:07 [2022-06-21T09:44:07.485Z] #76 35.41 Building dependency tree...
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.15 python3 is already the newest version (3.9.2-3).
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.15 The following additional packages will be installed:
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.15   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.16   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.19 Suggested packages:
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.20   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.20   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.20   m4-doc ed diffutils-doc
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.20 Recommended packages:
09:44:07 [2022-06-21T09:44:07.485Z] #76 39.20   fakeroot libalgorithm-merge-perl libltdl-dev
09:44:07 [2022-06-21T09:44:07.485Z] #76 40.69 The following NEW packages will be installed:
09:44:07 [2022-06-21T09:44:07.485Z] #76 40.69   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
09:44:07 [2022-06-21T09:44:07.485Z] #76 40.70   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
09:44:07 [2022-06-21T09:44:07.485Z] #76 40.71   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
09:44:07 [2022-06-21T09:44:07.485Z] #76 40.71   libyajl2 m4 patch xz-utils
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.22 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.22 Need to get 5939 kB of archives.
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.22 After this operation, 18.7 MB of additional disk space will be used.
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.24 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.24 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]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.52 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.56 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.61 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.72 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.76 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.80 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 41.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.01 debconf: delaying package configuration, since apt-utils is not installed
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.39 Fetched 5939 kB in 1s (6193 kB/s)
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.48 Selecting previously unselected package bzip2.
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.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.)
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.54 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.58 Unpacking bzip2 (1.0.8-4) ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.72 Selecting previously unselected package libmagic-mgc.
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.72 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 43.72 Unpacking libmagic-mgc (1:5.39-3) ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.43 Selecting previously unselected package libmagic1:amd64.
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.43 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.45 Unpacking libmagic1:amd64 (1:5.39-3) ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.64 Selecting previously unselected package file.
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.64 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.64 Unpacking file (1:5.39-3) ...
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.89 Selecting previously unselected package xz-utils.
09:44:07 [2022-06-21T09:44:07.485Z] #76 44.89 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.486Z] #76 44.91 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:44:07 [2022-06-21T09:44:07.486Z] #76 45.17 Selecting previously unselected package libsigsegv2:amd64.
09:44:07 [2022-06-21T09:44:07.486Z] #76 45.18 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.486Z] #76 45.28 Unpacking libsigsegv2:amd64 (2.13-1) ...
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.29 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.30 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.37 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.37 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.38 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.38 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.38 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.42 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.46 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.46 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
09:44:07 [2022-06-21T09:44:07.631Z] #21 14.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #76 45.32 Selecting previously unselected package m4.
09:44:07 [2022-06-21T09:44:07.746Z] #76 45.32 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.746Z] #76 45.39 Unpacking m4 (1.4.18-5) ...
09:44:07 [2022-06-21T09:44:07.746Z] #76 ...
09:44:07 [2022-06-21T09:44:07.746Z] 
09:44:07 [2022-06-21T09:44:07.746Z] #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
09:44:07 [2022-06-21T09:44:07.746Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:07 [2022-06-21T09:44:07.746Z] #51 28.77 Reading package lists...
09:44:07 [2022-06-21T09:44:07.746Z] #51 35.01 Building dependency tree...
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.51 The following additional packages will be installed:
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.54   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.54   python3-protobuf python3-six
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.55 Suggested packages:
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.56   python3-setuptools
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.56 Recommended packages:
09:44:07 [2022-06-21T09:44:07.746Z] #51 38.56   iproute2 | iproute
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.24 The following NEW packages will be installed:
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.27   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.27   python3-protobuf python3-six
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.75 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.75 Need to get 2314 kB of archives.
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.75 After this operation, 11.1 MB of additional disk space will be used.
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 39.87 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 42.24 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #51 43.54 debconf: delaying package configuration, since apt-utils is not installed
09:44:07 [2022-06-21T09:44:07.746Z] #51 43.85 Fetched 2314 kB in 3s (706 kB/s)
09:44:07 [2022-06-21T09:44:07.746Z] #51 43.96 Selecting previously unselected package libprotobuf23:amd64.
09:44:07 [2022-06-21T09:44:07.746Z] #51 43.96 (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.)
09:44:07 [2022-06-21T09:44:07.746Z] #51 44.06 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
09:44:07 [2022-06-21T09:44:07.746Z] #51 44.17 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
09:44:07 [2022-06-21T09:44:07.746Z] #51 44.99 Selecting previously unselected package python3-pkg-resources.
09:44:07 [2022-06-21T09:44:07.746Z] #51 44.99 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
09:44:07 [2022-06-21T09:44:07.746Z] #51 44.99 Unpacking python3-pkg-resources (52.0.0-4) ...
09:44:07 [2022-06-21T09:44:07.746Z] #51 ...
09:44:07 [2022-06-21T09:44:07.746Z] 
09:44:07 [2022-06-21T09:44:07.746Z] #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
09:44:07 [2022-06-21T09:44:07.746Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:07 [2022-06-21T09:44:07.746Z] #14 29.64 Reading package lists...
09:44:07 [2022-06-21T09:44:07.746Z] #14 35.45 Building dependency tree...
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.20 The following additional packages will be installed:
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.21   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.21   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.21   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.21   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.22   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.22   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.23   mingw-w64-common mingw-w64-x86-64-dev
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.25 Suggested packages:
09:44:07 [2022-06-21T09:44:07.746Z] #14 39.25   gcc-10-locales seccomp wine64
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.80 The following NEW packages will be installed:
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.81   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.81   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.81   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.81   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.82   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.82   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.83   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.83   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
09:44:07 [2022-06-21T09:44:07.746Z] #14 40.84   mingw-w64-x86-64-dev
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.37 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.37 Need to get 115 MB of archives.
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.37 After this operation, 645 MB of additional disk space will be used.
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.37 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]
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.52 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]
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.72 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #14 41.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
09:44:07 [2022-06-21T09:44:07.746Z] #14 42.19 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]
09:44:07 [2022-06-21T09:44:07.746Z] #14 42.19 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]
09:44:07 [2022-06-21T09:44:07.746Z] #14 42.76 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]
09:44:07 [2022-06-21T09:44:07.746Z] #14 44.24 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]
09:44:07 [2022-06-21T09:44:07.746Z] #14 44.89 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]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.51 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.54 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.54 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.54 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.55 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.55 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
09:44:07 [2022-06-21T09:44:07.890Z] #21 14.55 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:44:08 [2022-06-21T09:44:08.006Z] #14 45.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]
09:44:08 [2022-06-21T09:44:08.006Z] #14 ...
09:44:08 [2022-06-21T09:44:08.006Z] 
09:44:08 [2022-06-21T09:44:08.006Z] #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             ;
09:44:08 [2022-06-21T09:44:08.006Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:08 [2022-06-21T09:44:08.006Z] #76 45.59 Selecting previously unselected package autoconf.
09:44:08 [2022-06-21T09:44:08.006Z] #76 45.59 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
09:44:08 [2022-06-21T09:44:08.006Z] #76 45.59 Unpacking autoconf (2.69-14) ...
09:44:08 [2022-06-21T09:44:08.457Z] #21 15.13 debconf: delaying package configuration, since apt-utils is not installed
09:44:08 [2022-06-21T09:44:08.457Z] #21 15.31 Fetched 15.9 MB in 1s (28.8 MB/s)
09:44:08 [2022-06-21T09:44:08.457Z] #21 15.35 Selecting previously unselected package gcc-10-base:armel.
09:44:08 [2022-06-21T09:44:08.573Z] #53 ...
09:44:08 [2022-06-21T09:44:08.573Z] 
09:44:08 [2022-06-21T09:44:08.573Z] #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             ;
09:44:08 [2022-06-21T09:44:08.573Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:08 [2022-06-21T09:44:08.573Z] #76 6.826 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:44:08 [2022-06-21T09:44:08.573Z] #76 15.63 Fetched 8544 kB in 11s (787 kB/s)
09:44:08 [2022-06-21T09:44:08.573Z] #76 15.63 Reading package lists...
09:44:08 [2022-06-21T09:44:08.573Z] #76 ...
09:44:08 [2022-06-21T09:44:08.573Z] 
09:44:08 [2022-06-21T09:44:08.573Z] #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
09:44:08 [2022-06-21T09:44:08.573Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.424 + RM_GOPATH=0
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.424 + TMP_GOPATH=
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.424 + : /build
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.424 + '[' -z '' ']'
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.429 ++ mktemp -d
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.429 + export GOPATH=/tmp/tmp.6caWmP09qe
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.429 + GOPATH=/tmp/tmp.6caWmP09qe
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.429 + RM_GOPATH=1
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.429 + case "$(go env GOARCH)" in
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.433 ++ go env GOARCH
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.686 + export GO_BUILDMODE=-buildmode=pie
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.686 + GO_BUILDMODE=-buildmode=pie
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.686 ++ dirname /install.sh
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.686 + dir=/
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + bin=rootlesskit
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + shift
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + '[' '!' -f //rootlesskit.installer ']'
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + . //rootlesskit.installer
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 ++ : 1920341cd41e047834a21007424162a2dc946315
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + install_rootlesskit
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + case "$1" in
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + export CGO_ENABLED=0
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + CGO_ENABLED=0
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + _install_rootlesskit
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + for f in rootlesskit rootlesskit-docker-proxy
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + GOBIN=/build
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + GO111MODULE=on
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.687 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
09:44:08 [2022-06-21T09:44:08.573Z] #67 7.688 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
09:44:08 [2022-06-21T09:44:08.573Z] #67 8.688 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
09:44:08 [2022-06-21T09:44:08.573Z] #67 12.75 go: downloading github.com/sirupsen/logrus v1.8.1
09:44:08 [2022-06-21T09:44:08.573Z] #67 12.75 go: downloading github.com/urfave/cli/v2 v2.4.0
09:44:08 [2022-06-21T09:44:08.573Z] #67 13.68 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
09:44:08 [2022-06-21T09:44:08.577Z] #76 46.06 Selecting previously unselected package autotools-dev.
09:44:08 [2022-06-21T09:44:08.577Z] #76 46.06 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
09:44:08 [2022-06-21T09:44:08.577Z] #76 46.06 Unpacking autotools-dev (20180224.1+nmu1) ...
09:44:08 [2022-06-21T09:44:08.577Z] #76 46.23 Selecting previously unselected package automake.
09:44:08 [2022-06-21T09:44:08.577Z] #76 46.25 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
09:44:08 [2022-06-21T09:44:08.577Z] #76 46.25 Unpacking automake (1:1.16.3-2) ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.35 (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.)
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.38 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.39 Unpacking gcc-10-base:armel (10.2.1-6) ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.43 Selecting previously unselected package gcc-10-base:armhf.
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.43 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.44 Unpacking gcc-10-base:armhf (10.2.1-6) ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.48 Selecting previously unselected package gcc-10-base:ppc64el.
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.49 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.49 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.55 Selecting previously unselected package gcc-10-base:s390x.
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.55 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.56 Unpacking gcc-10-base:s390x (10.2.1-6) ...
09:44:08 [2022-06-21T09:44:08.716Z] #21 15.60 Selecting previously unselected package gcc-10-base:arm64.
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.61 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.61 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.67 Selecting previously unselected package libgcc-s1:armel.
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.68 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.69 Unpacking libgcc-s1:armel (10.2.1-6) ...
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.74 Selecting previously unselected package libcrypt1:armel.
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.74 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.75 Unpacking libcrypt1:armel (1:4.4.18-4) ...
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.83 Selecting previously unselected package libc6:armel.
09:44:08 [2022-06-21T09:44:08.974Z] #21 15.83 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
09:44:09 [2022-06-21T09:44:09.172Z] #76 46.96 Selecting previously unselected package patch.
09:44:09 [2022-06-21T09:44:09.172Z] #76 46.96 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
09:44:09 [2022-06-21T09:44:09.172Z] #76 46.96 Unpacking patch (2.7.6-7) ...
09:44:09 [2022-06-21T09:44:09.232Z] #21 16.04 Unpacking libc6:armel (2.31-13+deb11u3) ...
09:44:09 [2022-06-21T09:44:09.743Z] #76 47.28 Selecting previously unselected package dpkg-dev.
09:44:09 [2022-06-21T09:44:09.743Z] #76 47.28 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
09:44:09 [2022-06-21T09:44:09.743Z] #76 47.29 Unpacking dpkg-dev (1.20.10) ...
09:44:09 [2022-06-21T09:44:09.799Z] #21 16.50 Selecting previously unselected package libapparmor1:armel.
09:44:09 [2022-06-21T09:44:09.799Z] #21 16.50 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
09:44:09 [2022-06-21T09:44:09.799Z] #21 16.51 Unpacking libapparmor1:armel (2.13.6-10) ...
09:44:09 [2022-06-21T09:44:09.911Z] #77 ...
09:44:09 [2022-06-21T09:44:09.911Z] 
09:44:09 [2022-06-21T09:44:09.912Z] #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
09:44:09 [2022-06-21T09:44:09.912Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27
09:44:09 [2022-06-21T09:44:09.912Z] #51 42.31 Setting up libprotobuf23:arm64 (3.12.4-1) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 42.32 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 42.34 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 42.35 Setting up python3-six (1.16.0-2) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 43.48 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 43.53 Setting up python3-protobuf (3.12.4-1) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 46.64 Setting up criu (3.17-1) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 48.66 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:09 [2022-06-21T09:44:09.912Z] #51 DONE 49.8s
09:44:09 [2022-06-21T09:44:09.912Z] 
09:44:09 [2022-06-21T09:44:09.912Z] #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
09:44:09 [2022-06-21T09:44:09.912Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:44:09 [2022-06-21T09:44:09.912Z] #42 40.89 Selecting previously unselected package libicu67:arm64.
09:44:09 [2022-06-21T09:44:09.912Z] #42 40.89 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 40.91 Unpacking libicu67:arm64 (67.1-7) ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 46.48 Selecting previously unselected package libxml2:arm64.
09:44:09 [2022-06-21T09:44:09.912Z] #42 46.48 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 46.50 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.18 Selecting previously unselected package libarchive13:arm64.
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.18 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.18 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.65 Selecting previously unselected package libjsoncpp24:arm64.
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.70 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.70 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.92 Selecting previously unselected package librhash0:arm64.
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.92 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 47.92 Unpacking librhash0:arm64 (1.4.1-2) ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 48.11 Selecting previously unselected package libuv1:arm64.
09:44:09 [2022-06-21T09:44:09.912Z] #42 48.13 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 48.14 Unpacking libuv1:arm64 (1.40.0-2) ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 48.32 Selecting previously unselected package cmake.
09:44:09 [2022-06-21T09:44:09.912Z] #42 48.33 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
09:44:09 [2022-06-21T09:44:09.912Z] #42 48.34 Unpacking cmake (3.18.4-2+deb11u1) ...
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.61 Selecting previously unselected package libapparmor-dev:armel.
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.62 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.62 Unpacking libapparmor-dev:armel (2.13.6-10) ...
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.70 Selecting previously unselected package libgcc-s1:arm64.
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.70 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.71 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.76 Selecting previously unselected package libcrypt1:arm64.
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.77 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.058Z] #21 16.77 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
09:44:10 [2022-06-21T09:44:10.316Z] #21 16.87 Selecting previously unselected package libc6:arm64.
09:44:10 [2022-06-21T09:44:10.316Z] #21 16.88 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.316Z] #21 17.03 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
09:44:10 [2022-06-21T09:44:10.575Z] #21 17.45 Selecting previously unselected package libapparmor1:arm64.
09:44:10 [2022-06-21T09:44:10.683Z] #76 48.42 Selecting previously unselected package build-essential.
09:44:10 [2022-06-21T09:44:10.683Z] #76 48.45 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
09:44:10 [2022-06-21T09:44:10.683Z] #76 48.45 Unpacking build-essential (12.9) ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.47 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.47 Unpacking libapparmor1:arm64 (2.13.6-10) ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.52 Selecting previously unselected package libapparmor-dev:arm64.
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.52 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.53 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.60 Selecting previously unselected package libgcc-s1:s390x.
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.60 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.61 Unpacking libgcc-s1:s390x (10.2.1-6) ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.65 Selecting previously unselected package libcrypt1:s390x.
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.65 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.66 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
09:44:10 [2022-06-21T09:44:10.834Z] #21 17.73 Selecting previously unselected package libc6:s390x.
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.10 Setting up libicu67:arm64 (67.1-7) ...
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.13 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.16 Setting up libuv1:arm64 (1.40.0-2) ...
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.19 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:44:10 [2022-06-21T09:44:10.862Z] #42 ...
09:44:10 [2022-06-21T09:44:10.862Z] 
09:44:10 [2022-06-21T09:44:10.862Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
09:44:10 [2022-06-21T09:44:10.862Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:44:10 [2022-06-21T09:44:10.862Z] #14 41.19 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:44:10 [2022-06-21T09:44:10.862Z] #14 41.19 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 41.20 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.47 Selecting previously unselected package binutils-mingw-w64.
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.47 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.49 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.64 Selecting previously unselected package libdevmapper1.02.1:arm64.
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.68 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.84 Selecting previously unselected package dmsetup.
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.85 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 43.86 Unpacking dmsetup (2:1.02.175-2.1) ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 44.00 Selecting previously unselected package mingw-w64-common.
09:44:10 [2022-06-21T09:44:10.862Z] #14 44.00 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 44.01 Unpacking mingw-w64-common (8.0.0-1) ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 50.35 Selecting previously unselected package mingw-w64-x86-64-dev.
09:44:10 [2022-06-21T09:44:10.862Z] #14 50.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 50.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
09:44:10 [2022-06-21T09:44:10.862Z] #14 ...
09:44:10 [2022-06-21T09:44:10.862Z] 
09:44:10 [2022-06-21T09:44:10.862Z] #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
09:44:10 [2022-06-21T09:44:10.862Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.39 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.45 Setting up librhash0:arm64 (1.4.1-2) ...
09:44:10 [2022-06-21T09:44:10.862Z] #42 51.48 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:44:10 [2022-06-21T09:44:10.944Z] #76 48.56 Selecting previously unselected package libcap2:amd64.
09:44:10 [2022-06-21T09:44:10.944Z] #76 48.57 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
09:44:10 [2022-06-21T09:44:10.944Z] #76 48.57 Unpacking libcap2:amd64 (1:2.44-1) ...
09:44:10 [2022-06-21T09:44:10.944Z] #76 48.69 Selecting previously unselected package libcap-dev:amd64.
09:44:10 [2022-06-21T09:44:10.944Z] #76 48.77 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
09:44:10 [2022-06-21T09:44:10.944Z] #76 48.77 Unpacking libcap-dev:amd64 (1:2.44-1) ...
09:44:11 [2022-06-21T09:44:11.093Z] #21 17.73 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
09:44:11 [2022-06-21T09:44:11.093Z] #21 17.92 Unpacking libc6:s390x (2.31-13+deb11u3) ...
09:44:11 [2022-06-21T09:44:11.123Z] #42 51.51 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
09:44:11 [2022-06-21T09:44:11.123Z] #42 51.53 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:44:11 [2022-06-21T09:44:11.123Z] #42 51.56 Setting up cmake (3.18.4-2+deb11u1) ...
09:44:11 [2022-06-21T09:44:11.123Z] #42 51.58 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:11 [2022-06-21T09:44:11.204Z] #76 48.87 Selecting previously unselected package libprotobuf-c1:amd64.
09:44:11 [2022-06-21T09:44:11.204Z] #76 48.87 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:44:11 [2022-06-21T09:44:11.204Z] #76 48.89 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:11 [2022-06-21T09:44:11.204Z] #76 48.95 Selecting previously unselected package libprotobuf-c-dev:amd64.
09:44:11 [2022-06-21T09:44:11.204Z] #76 48.98 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
09:44:11 [2022-06-21T09:44:11.204Z] #76 49.00 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
09:44:11 [2022-06-21T09:44:11.465Z] #76 49.10 Selecting previously unselected package libseccomp-dev:amd64.
09:44:11 [2022-06-21T09:44:11.465Z] #76 49.12 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:44:11 [2022-06-21T09:44:11.465Z] #76 49.12 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:44:11 [2022-06-21T09:44:11.465Z] #76 49.27 Selecting previously unselected package libsystemd-dev:amd64.
09:44:11 [2022-06-21T09:44:11.465Z] #76 49.27 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
09:44:11 [2022-06-21T09:44:11.465Z] #76 49.29 Unpacking libsystemd-dev:amd64 (247.3-7) ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.37 Selecting previously unselected package libapparmor1:s390x.
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.38 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.38 Unpacking libapparmor1:s390x (2.13.6-10) ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.44 Selecting previously unselected package libapparmor-dev:s390x.
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.44 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.45 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.51 Selecting previously unselected package libgcc-s1:armhf.
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.51 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.53 Unpacking libgcc-s1:armhf (10.2.1-6) ...
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.59 Selecting previously unselected package libcrypt1:armhf.
09:44:11 [2022-06-21T09:44:11.661Z] #21 18.59 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
09:44:11 [2022-06-21T09:44:11.717Z] #42 DONE 52.2s
09:44:11 [2022-06-21T09:44:11.717Z] 
09:44:11 [2022-06-21T09:44:11.717Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
09:44:11 [2022-06-21T09:44:11.717Z] #43 sha256:291661f4067f3884b93a33853f62ef5254f36efca10f83cbb29461c924022648
09:44:11 [2022-06-21T09:44:11.851Z] #67 19.51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:44:11 [2022-06-21T09:44:11.937Z] #21 18.59 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
09:44:11 [2022-06-21T09:44:11.937Z] #21 18.66 Selecting previously unselected package libc6:armhf.
09:44:11 [2022-06-21T09:44:11.937Z] #21 18.66 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
09:44:11 [2022-06-21T09:44:11.937Z] #21 18.85 Unpacking libc6:armhf (2.31-13+deb11u3) ...
09:44:11 [2022-06-21T09:44:11.981Z] #43 DONE 0.2s
09:44:11 [2022-06-21T09:44:11.981Z] 
09:44:11 [2022-06-21T09:44:11.981Z] #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
09:44:11 [2022-06-21T09:44:11.981Z] #44 sha256:4b78ba4a4aae33a4d38040eb657b198c90107d260ed15703c50cfaaa285d1de8
09:44:12 [2022-06-21T09:44:12.408Z] #76 50.02 Selecting previously unselected package libtool.
09:44:12 [2022-06-21T09:44:12.408Z] #76 50.06 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
09:44:12 [2022-06-21T09:44:12.408Z] #76 50.06 Unpacking libtool (2.4.6-15) ...
09:44:12 [2022-06-21T09:44:12.512Z] #21 19.37 Selecting previously unselected package libapparmor1:armhf.
09:44:12 [2022-06-21T09:44:12.513Z] #21 19.38 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
09:44:12 [2022-06-21T09:44:12.513Z] #21 19.39 Unpacking libapparmor1:armhf (2.13.6-10) ...
09:44:12 [2022-06-21T09:44:12.513Z] #21 19.45 Selecting previously unselected package libapparmor-dev:armhf.
09:44:12 [2022-06-21T09:44:12.513Z] #21 19.45 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.600 + RM_GOPATH=0
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.600 + TMP_GOPATH=
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.601 + : /build
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.601 + '[' -z '' ']'
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.602 ++ mktemp -d
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.604 + export GOPATH=/tmp/tmp.79T0aQnlzO
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.604 + GOPATH=/tmp/tmp.79T0aQnlzO
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.604 + RM_GOPATH=1
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.604 + case "$(go env GOARCH)" in
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.608 ++ go env GOARCH
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.633 + export GO_BUILDMODE=-buildmode=pie
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.633 + GO_BUILDMODE=-buildmode=pie
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.634 ++ dirname /install.sh
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.636 + dir=/
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.636 + bin=tini
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.636 + shift
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 + '[' '!' -f //tini.installer ']'
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 + . //tini.installer
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 ++ : v0.19.0
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 + install_tini
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 + echo 'Install tini version v0.19.0'
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 Install tini version v0.19.0
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.637 + git clone https://github.com/krallin/tini.git /tmp/tmp.79T0aQnlzO/tini
09:44:12 [2022-06-21T09:44:12.555Z] #44 0.646 Cloning into '/tmp/tmp.79T0aQnlzO/tini'...
09:44:12 [2022-06-21T09:44:12.667Z] #76 50.37 Selecting previously unselected package libudev-dev:amd64.
09:44:12 [2022-06-21T09:44:12.667Z] #76 50.37 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
09:44:12 [2022-06-21T09:44:12.667Z] #76 50.37 Unpacking libudev-dev:amd64 (247.3-7) ...
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.45 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.55 Selecting previously unselected package libgcc-s1:ppc64el.
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.56 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.57 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.61 Selecting previously unselected package libcrypt1:ppc64el.
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.62 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
09:44:12 [2022-06-21T09:44:12.776Z] #21 19.63 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
09:44:12 [2022-06-21T09:44:12.929Z] #76 50.60 Selecting previously unselected package libyajl2:amd64.
09:44:12 [2022-06-21T09:44:12.929Z] #76 50.60 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
09:44:12 [2022-06-21T09:44:12.929Z] #76 50.60 Unpacking libyajl2:amd64 (2.1.0-3) ...
09:44:12 [2022-06-21T09:44:12.929Z] #76 50.71 Selecting previously unselected package libyajl-dev:amd64.
09:44:13 [2022-06-21T09:44:13.033Z] #21 19.71 Selecting previously unselected package libc6:ppc64el.
09:44:13 [2022-06-21T09:44:13.034Z] #21 19.72 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
09:44:13 [2022-06-21T09:44:13.127Z] #44 1.276 + cd /tmp/tmp.79T0aQnlzO/tini
09:44:13 [2022-06-21T09:44:13.127Z] #44 1.276 + git checkout -q v0.19.0
09:44:13 [2022-06-21T09:44:13.127Z] #44 1.281 + cmake .
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.73 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.73 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.87 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.92 Setting up libmagic-mgc (1:5.39-3) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.92 Setting up libyajl2:amd64 (2.1.0-3) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.92 Setting up libmagic1:amd64 (1:5.39-3) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.95 Setting up file (1:5.39-3) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.95 Setting up bzip2 (1.0.8-4) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.96 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.98 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 50.99 Setting up libcap2:amd64 (1:2.44-1) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.00 Setting up autotools-dev (20180224.1+nmu1) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.00 Setting up libsigsegv2:amd64 (2.13-1) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.02 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.06 Setting up patch (2.7.6-7) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.08 Setting up libudev-dev:amd64 (247.3-7) ...
09:44:13 [2022-06-21T09:44:13.188Z] #76 51.08 Setting up libyajl-dev:amd64 (2.1.0-3) ...
09:44:13 [2022-06-21T09:44:13.218Z] #67 21.02 go: downloading github.com/google/uuid v1.3.0
09:44:13 [2022-06-21T09:44:13.218Z] #67 21.04 go: downloading github.com/moby/vpnkit v0.5.0
09:44:13 [2022-06-21T09:44:13.291Z] #21 19.88 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.13 Setting up libcap-dev:amd64 (1:2.44-1) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.13 Setting up libsystemd-dev:amd64 (247.3-7) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.13 Setting up libtool (2.4.6-15) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.13 Setting up m4 (1.4.18-5) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.16 Setting up dpkg-dev (1.20.10) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.18 Setting up autoconf (2.69-14) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.20 Setting up build-essential (12.9) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.25 Setting up automake (1:1.16.3-2) ...
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.25 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:44:13 [2022-06-21T09:44:13.448Z] #76 51.25 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:13 [2022-06-21T09:44:13.475Z] #67 21.28 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:44:13 [2022-06-21T09:44:13.475Z] #67 ...
09:44:13 [2022-06-21T09:44:13.475Z] 
09:44:13 [2022-06-21T09:44:13.475Z] #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
09:44:13 [2022-06-21T09:44:13.475Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:13 [2022-06-21T09:44:13.475Z] #62 11.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:44:13 [2022-06-21T09:44:13.475Z] #62 ...
09:44:13 [2022-06-21T09:44:13.475Z] 
09:44:13 [2022-06-21T09:44:13.475Z] #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
09:44:13 [2022-06-21T09:44:13.475Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:44:13 [2022-06-21T09:44:13.475Z] #40 12.79 go: downloading github.com/urfave/cli/v2 v2.3.0
09:44:13 [2022-06-21T09:44:13.475Z] #40 13.66 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
09:44:13 [2022-06-21T09:44:13.475Z] #40 13.93 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
09:44:13 [2022-06-21T09:44:13.475Z] #40 19.27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:44:13 [2022-06-21T09:44:13.475Z] #40 19.60 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:44:13 [2022-06-21T09:44:13.699Z] #44 1.801 -- The C compiler identification is GNU 10.2.1
09:44:13 [2022-06-21T09:44:13.699Z] #44 1.879 -- Detecting C compiler ABI info
09:44:13 [2022-06-21T09:44:13.707Z] #76 ...
09:44:13 [2022-06-21T09:44:13.707Z] 
09:44:13 [2022-06-21T09:44:13.707Z] #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
09:44:13 [2022-06-21T09:44:13.707Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:13 [2022-06-21T09:44:13.707Z] #42 41.52 Selecting previously unselected package libicu67:amd64.
09:44:13 [2022-06-21T09:44:13.707Z] #42 41.52 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 41.58 Unpacking libicu67:amd64 (67.1-7) ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 48.94 Selecting previously unselected package libxml2:amd64.
09:44:13 [2022-06-21T09:44:13.707Z] #42 48.95 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 48.95 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 49.61 Selecting previously unselected package libarchive13:amd64.
09:44:13 [2022-06-21T09:44:13.707Z] #42 49.61 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 49.64 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 49.96 Selecting previously unselected package libjsoncpp24:amd64.
09:44:13 [2022-06-21T09:44:13.707Z] #42 49.97 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 49.97 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.12 Selecting previously unselected package librhash0:amd64.
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.12 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.12 Unpacking librhash0:amd64 (1.4.1-2) ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.32 Selecting previously unselected package libuv1:amd64.
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.32 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.33 Unpacking libuv1:amd64 (1.40.0-2) ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.52 Selecting previously unselected package cmake.
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.52 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
09:44:13 [2022-06-21T09:44:13.707Z] #42 50.60 Unpacking cmake (3.18.4-2+deb11u1) ...
09:44:13 [2022-06-21T09:44:13.731Z] #40 ...
09:44:13 [2022-06-21T09:44:13.731Z] 
09:44:13 [2022-06-21T09:44:13.731Z] #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
09:44:13 [2022-06-21T09:44:13.731Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:44:13 [2022-06-21T09:44:13.731Z] #67 21.67 go: downloading github.com/gofrs/flock v0.8.1
09:44:13 [2022-06-21T09:44:13.731Z] #67 21.75 go: downloading github.com/gorilla/mux v1.8.0
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.49 Selecting previously unselected package libapparmor1:ppc64el.
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.50 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.51 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.56 Selecting previously unselected package libapparmor-dev:ppc64el.
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.57 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.57 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.64 Selecting previously unselected package libseccomp2:s390x.
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.65 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
09:44:13 [2022-06-21T09:44:13.857Z] #21 20.65 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
09:44:13 [2022-06-21T09:44:13.977Z] #42 ...
09:44:13 [2022-06-21T09:44:13.977Z] 
09:44:13 [2022-06-21T09:44:13.977Z] #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
09:44:13 [2022-06-21T09:44:13.977Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:44:13 [2022-06-21T09:44:13.977Z] #34 48.84 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.
09:44:13 [2022-06-21T09:44:13.977Z] #34 49.10 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
09:44:13 [2022-06-21T09:44:13.977Z] #34 49.47 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:44:13 [2022-06-21T09:44:13.987Z] #67 ...
09:44:13 [2022-06-21T09:44:13.987Z] 
09:44:13 [2022-06-21T09:44:13.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
09:44:13 [2022-06-21T09:44:13.988Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:13 [2022-06-21T09:44:13.988Z] #14 12.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:44:13 [2022-06-21T09:44:13.988Z] #14 16.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:44:14 [2022-06-21T09:44:14.116Z] #21 20.69 Selecting previously unselected package libseccomp-dev:s390x.
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.70 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.71 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.78 Selecting previously unselected package libseccomp2:ppc64el.
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.78 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.79 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.83 Selecting previously unselected package libseccomp-dev:ppc64el.
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.84 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.85 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.91 Selecting previously unselected package libseccomp2:armhf.
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.92 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
09:44:14 [2022-06-21T09:44:14.117Z] #21 20.92 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.245Z] #14 ...
09:44:14 [2022-06-21T09:44:14.245Z] 
09:44:14 [2022-06-21T09:44:14.245Z] #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
09:44:14 [2022-06-21T09:44:14.245Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:44:14 [2022-06-21T09:44:14.245Z] #57 12.54 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
09:44:14 [2022-06-21T09:44:14.245Z] #57 ...
09:44:14 [2022-06-21T09:44:14.245Z] 
09:44:14 [2022-06-21T09:44:14.245Z] #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
09:44:14 [2022-06-21T09:44:14.245Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:14 [2022-06-21T09:44:14.245Z] #51 13.90 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:44:14 [2022-06-21T09:44:14.245Z] #51 18.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:44:14 [2022-06-21T09:44:14.271Z] #44 2.373 -- Detecting C compiler ABI info - done
09:44:14 [2022-06-21T09:44:14.271Z] #44 2.456 -- Check for working C compiler: /usr/bin/cc - skipped
09:44:14 [2022-06-21T09:44:14.271Z] #44 2.459 -- Detecting C compile features
09:44:14 [2022-06-21T09:44:14.271Z] #44 2.462 -- Detecting C compile features - done
09:44:14 [2022-06-21T09:44:14.375Z] #21 20.96 Selecting previously unselected package libseccomp-dev:armhf.
09:44:14 [2022-06-21T09:44:14.375Z] #21 20.97 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 20.97 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.03 Selecting previously unselected package libseccomp2:armel.
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.04 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.04 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.09 Selecting previously unselected package libseccomp-dev:armel.
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.10 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.11 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.17 Selecting previously unselected package libseccomp2:arm64.
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.17 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
09:44:14 [2022-06-21T09:44:14.375Z] #21 21.18 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.503Z] #51 ...
09:44:14 [2022-06-21T09:44:14.503Z] 
09:44:14 [2022-06-21T09:44:14.503Z] #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
09:44:14 [2022-06-21T09:44:14.503Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:44:14 [2022-06-21T09:44:14.503Z] #67 22.36 go: downloading github.com/moby/sys/mountinfo v0.6.0
09:44:14 [2022-06-21T09:44:14.534Z] #44 2.547 -- Performing Test HAS_BUILTIN_FORTIFY
09:44:14 [2022-06-21T09:44:14.534Z] #44 2.785 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.23 Selecting previously unselected package libseccomp-dev:arm64.
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.23 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.24 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.34 Setting up gcc-10-base:arm64 (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.36 Setting up gcc-10-base:armel (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.37 Setting up gcc-10-base:armhf (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.38 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.39 Setting up gcc-10-base:s390x (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.40 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.41 Setting up libcrypt1:armel (1:4.4.18-4) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.42 Setting up libcrypt1:armhf (1:4.4.18-4) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.43 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.44 Setting up libcrypt1:s390x (1:4.4.18-4) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.45 Setting up libgcc-s1:arm64 (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.46 Setting up libgcc-s1:armel (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.47 Setting up libgcc-s1:armhf (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.48 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.49 Setting up libgcc-s1:s390x (10.2.1-6) ...
09:44:14 [2022-06-21T09:44:14.634Z] #21 21.51 Setting up libc6:arm64 (2.31-13+deb11u3) ...
09:44:14 [2022-06-21T09:44:14.769Z] #67 22.79 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
09:44:14 [2022-06-21T09:44:14.795Z] #44 ...
09:44:14 [2022-06-21T09:44:14.795Z] 
09:44:14 [2022-06-21T09:44:14.795Z] #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
09:44:14 [2022-06-21T09:44:14.795Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199
09:44:14 [2022-06-21T09:44:14.795Z] #53 54.46 gotestsum version dev
09:44:14 [2022-06-21T09:44:14.795Z] #53 DONE 55.2s
09:44:14 [2022-06-21T09:44:14.795Z] 
09:44:14 [2022-06-21T09:44:14.795Z] #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
09:44:14 [2022-06-21T09:44:14.795Z] #44 sha256:4b78ba4a4aae33a4d38040eb657b198c90107d260ed15703c50cfaaa285d1de8
09:44:14 [2022-06-21T09:44:14.795Z] #44 2.864 -- Configuring done
09:44:14 [2022-06-21T09:44:14.795Z] #44 2.934 -- Generating done
09:44:14 [2022-06-21T09:44:14.795Z] #44 2.963 -- Build files have been written to: /tmp/tmp.79T0aQnlzO/tini
09:44:14 [2022-06-21T09:44:14.795Z] #44 2.965 + make tini-static
09:44:14 [2022-06-21T09:44:14.920Z] #34 ...
09:44:14 [2022-06-21T09:44:14.920Z] 
09:44:14 [2022-06-21T09:44:14.920Z] #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             ;
09:44:14 [2022-06-21T09:44:14.920Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:14 [2022-06-21T09:44:14.920Z] #76 DONE 52.6s
09:44:14 [2022-06-21T09:44:14.920Z] 
09:44:14 [2022-06-21T09:44:14.920Z] #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
09:44:14 [2022-06-21T09:44:14.920Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:44:15 [2022-06-21T09:44:15.026Z] #67 23.05 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
09:44:15 [2022-06-21T09:44:15.367Z] #44 3.630 Scanning dependencies of target tini-static
09:44:15 [2022-06-21T09:44:15.374Z] #67 ...
09:44:15 [2022-06-21T09:44:15.374Z] 
09:44:15 [2022-06-21T09:44:15.374Z] #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
09:44:15 [2022-06-21T09:44:15.374Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:15 [2022-06-21T09:44:15.374Z] #42 13.60 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:44:15 [2022-06-21T09:44:15.374Z] #42 17.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:44:15 [2022-06-21T09:44:15.374Z] #42 ...
09:44:15 [2022-06-21T09:44:15.374Z] 
09:44:15 [2022-06-21T09:44:15.374Z] #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
09:44:15 [2022-06-21T09:44:15.374Z] #26 sha256:e7138a3d690df6c236da69530c098edbfca119db8c5209ea552fa1505210ff5d
09:44:15 [2022-06-21T09:44:15.374Z] #26 22.60 + mkdir -p /build
09:44:15 [2022-06-21T09:44:15.374Z] #26 22.61 + mv docker/docker /build/
09:44:15 [2022-06-21T09:44:15.374Z] #26 22.61 + rmdir docker
09:44:15 [2022-06-21T09:44:15.628Z] #44 3.805 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:44:15 [2022-06-21T09:44:15.635Z] #26 DONE 23.7s
09:44:15 [2022-06-21T09:44:15.635Z] 
09:44:15 [2022-06-21T09:44:15.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
09:44:15 [2022-06-21T09:44:15.635Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:15 [2022-06-21T09:44:15.635Z] #51 22.67 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2159 B]
09:44:16 [2022-06-21T09:44:16.010Z] #21 22.72 Setting up libc6:armel (2.31-13+deb11u3) ...
09:44:16 [2022-06-21T09:44:16.298Z] #77 ...
09:44:16 [2022-06-21T09:44:16.298Z] 
09:44:16 [2022-06-21T09:44:16.298Z] #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
09:44:16 [2022-06-21T09:44:16.298Z] #64 sha256:20127a3007227cf0cd4e21c8c6ebea958790ad0a52b3c6b964377304bb3e8e48
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.386 + RM_GOPATH=0
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + TMP_GOPATH=
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + : /build
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + '[' -z '' ']'
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 ++ mktemp -d
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + export GOPATH=/tmp/tmp.ZiPRXe2UzM
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + GOPATH=/tmp/tmp.ZiPRXe2UzM
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + RM_GOPATH=1
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 + case "$(go env GOARCH)" in
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.392 ++ go env GOARCH
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + export GO_BUILDMODE=-buildmode=pie
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + GO_BUILDMODE=-buildmode=pie
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 ++ dirname /install.sh
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + dir=/
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + bin=containerd
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + shift
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + '[' '!' -f //containerd.installer ']'
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + . //containerd.installer
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 ++ set -e
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 ++ : v1.6.6
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + install_containerd
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + echo 'Install containerd version v1.6.6'
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZiPRXe2UzM/src/github.com/containerd/containerd
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.423 Cloning into '/tmp/tmp.ZiPRXe2UzM/src/github.com/containerd/containerd'...
09:44:16 [2022-06-21T09:44:16.298Z] #64 7.424 Install containerd version v1.6.6
09:44:16 [2022-06-21T09:44:16.557Z] #64 ...
09:44:16 [2022-06-21T09:44:16.557Z] 
09:44:16 [2022-06-21T09:44:16.557Z] #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
09:44:16 [2022-06-21T09:44:16.557Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:16 [2022-06-21T09:44:16.557Z] #51 45.27 Selecting previously unselected package python3-six.
09:44:16 [2022-06-21T09:44:16.557Z] #51 45.27 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 45.27 Unpacking python3-six (1.16.0-2) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 45.40 Selecting previously unselected package python3-protobuf.
09:44:16 [2022-06-21T09:44:16.557Z] #51 45.40 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 45.43 Unpacking python3-protobuf (3.12.4-1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.11 Selecting previously unselected package libnet1:amd64.
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.11 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.25 Selecting previously unselected package libnl-3-200:amd64.
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.25 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.35 Selecting previously unselected package libprotobuf-c1:amd64.
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.35 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.54 Selecting previously unselected package criu.
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.54 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 46.54 Unpacking criu (3.17-1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 47.31 Setting up python3-pkg-resources (52.0.0-4) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 49.19 Setting up libprotobuf23:amd64 (3.12.4-1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 49.25 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 49.26 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 49.29 Setting up python3-six (1.16.0-2) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 50.67 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:44:16 [2022-06-21T09:44:16.557Z] #51 50.70 Setting up python3-protobuf (3.12.4-1) ...
09:44:17 [2022-06-21T09:44:17.013Z] #44 5.169 [100%] Linking C executable tini-static
09:44:17 [2022-06-21T09:44:17.125Z] #51 54.26 Setting up criu (3.17-1) ...
09:44:17 [2022-06-21T09:44:17.273Z] #44 5.576 [100%] Built target tini-static
09:44:17 [2022-06-21T09:44:17.384Z] #51 ...
09:44:17 [2022-06-21T09:44:17.384Z] 
09:44:17 [2022-06-21T09:44:17.384Z] #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
09:44:17 [2022-06-21T09:44:17.384Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.22 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]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 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]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 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]
09:44:17 [2022-06-21T09:44:17.384Z] #14 47.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 48.04 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
09:44:17 [2022-06-21T09:44:17.384Z] #14 49.07 debconf: delaying package configuration, since apt-utils is not installed
09:44:17 [2022-06-21T09:44:17.384Z] #14 49.27 Fetched 115 MB in 7s (16.2 MB/s)
09:44:17 [2022-06-21T09:44:17.384Z] #14 49.40 Selecting previously unselected package binutils-mingw-w64-i686.
09:44:17 [2022-06-21T09:44:17.384Z] #14 49.40 (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.)
09:44:17 [2022-06-21T09:44:17.384Z] #14 49.43 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 49.45 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 52.00 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:44:17 [2022-06-21T09:44:17.384Z] #14 52.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 52.05 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 54.94 Selecting previously unselected package binutils-mingw-w64.
09:44:17 [2022-06-21T09:44:17.384Z] #14 54.94 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 55.01 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 55.15 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:44:17 [2022-06-21T09:44:17.384Z] #14 55.18 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 55.18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:44:17 [2022-06-21T09:44:17.384Z] #14 ...
09:44:17 [2022-06-21T09:44:17.384Z] 
09:44:17 [2022-06-21T09:44:17.384Z] #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
09:44:17 [2022-06-21T09:44:17.384Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:17 [2022-06-21T09:44:17.384Z] #42 55.19 Setting up libicu67:amd64 (67.1-7) ...
09:44:17 [2022-06-21T09:44:17.384Z] #42 55.20 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:44:17 [2022-06-21T09:44:17.386Z] #21 23.93 Setting up libc6:armhf (2.31-13+deb11u3) ...
09:44:17 [2022-06-21T09:44:17.534Z] #44 5.659 + mkdir -p /build
09:44:17 [2022-06-21T09:44:17.534Z] #44 5.664 + cp tini-static /build/docker-init
09:44:17 [2022-06-21T09:44:17.646Z] #42 55.22 Setting up libuv1:amd64 (1.40.0-2) ...
09:44:17 [2022-06-21T09:44:17.646Z] #42 55.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:44:17 [2022-06-21T09:44:17.646Z] #42 55.28 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
09:44:17 [2022-06-21T09:44:17.646Z] #42 55.28 Setting up librhash0:amd64 (1.4.1-2) ...
09:44:17 [2022-06-21T09:44:17.646Z] #42 55.30 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:44:17 [2022-06-21T09:44:17.646Z] #42 55.32 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:44:17 [2022-06-21T09:44:17.905Z] #42 55.47 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:44:17 [2022-06-21T09:44:17.905Z] #42 55.47 Setting up cmake (3.18.4-2+deb11u1) ...
09:44:17 [2022-06-21T09:44:17.905Z] #42 55.47 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:18 [2022-06-21T09:44:18.322Z] #21 25.12 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
09:44:18 [2022-06-21T09:44:18.924Z] #44 DONE 7.1s
09:44:18 [2022-06-21T09:44:18.924Z] 
09:44:18 [2022-06-21T09:44:18.924Z] #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
09:44:18 [2022-06-21T09:44:18.924Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:44:18 [2022-06-21T09:44:18.924Z] #14 57.33 Selecting previously unselected package gcc-mingw-w64-base.
09:44:18 [2022-06-21T09:44:18.924Z] #14 57.36 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
09:44:18 [2022-06-21T09:44:18.924Z] #14 57.36 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:44:18 [2022-06-21T09:44:18.924Z] #14 57.53 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
09:44:18 [2022-06-21T09:44:18.924Z] #14 57.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
09:44:18 [2022-06-21T09:44:18.924Z] #14 57.56 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:44:19 [2022-06-21T09:44:19.289Z] #42 ...
09:44:19 [2022-06-21T09:44:19.289Z] 
09:44:19 [2022-06-21T09:44:19.289Z] #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
09:44:19 [2022-06-21T09:44:19.289Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:19 [2022-06-21T09:44:19.289Z] #55 46.68 go: downloading mvdan.cc/gofumpt v0.2.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 46.68 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:44:19 [2022-06-21T09:44:19.289Z] #55 46.68 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
09:44:19 [2022-06-21T09:44:19.289Z] #55 46.68 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
09:44:19 [2022-06-21T09:44:19.289Z] #55 48.14 go: downloading github.com/davecgh/go-spew v1.1.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 48.20 go: downloading github.com/pmezard/go-difflib v1.0.0
09:44:19 [2022-06-21T09:44:19.289Z] #55 48.20 go: downloading github.com/stretchr/objx v0.1.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 48.26 go: downloading github.com/hashicorp/hcl v1.0.0
09:44:19 [2022-06-21T09:44:19.289Z] #55 48.55 go: downloading github.com/pelletier/go-toml v1.9.4
09:44:19 [2022-06-21T09:44:19.289Z] #55 48.55 go: downloading golang.org/x/text v0.3.7
09:44:19 [2022-06-21T09:44:19.289Z] #55 54.82 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
09:44:19 [2022-06-21T09:44:19.289Z] #55 54.90 go: downloading github.com/gobwas/glob v0.2.3
09:44:19 [2022-06-21T09:44:19.289Z] #55 54.94 go: downloading github.com/kisielk/gotool v1.0.0
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.09 go: downloading github.com/gostaticanalysis/comment v1.4.2
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.13 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.13 go: downloading golang.org/x/mod v0.5.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.20 go: downloading github.com/ettle/strcase v0.1.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.32 go: downloading github.com/fatih/structtag v1.2.0
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.47 go: downloading github.com/Masterminds/semver v1.5.0
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.48 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.62 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
09:44:19 [2022-06-21T09:44:19.289Z] #55 55.73 go: downloading github.com/prometheus/client_golang v1.7.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.21 go: downloading github.com/prometheus/client_model v0.2.0
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.46 go: downloading github.com/google/go-cmp v0.5.6
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.87 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:44:19 [2022-06-21T09:44:19.289Z] #55 ...
09:44:19 [2022-06-21T09:44:19.289Z] 
09:44:19 [2022-06-21T09:44:19.289Z] #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
09:44:19 [2022-06-21T09:44:19.289Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:19 [2022-06-21T09:44:19.289Z] #51 56.16 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:19 [2022-06-21T09:44:19.289Z] #51 ...
09:44:19 [2022-06-21T09:44:19.289Z] 
09:44:19 [2022-06-21T09:44:19.289Z] #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
09:44:19 [2022-06-21T09:44:19.289Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:19 [2022-06-21T09:44:19.289Z] #42 DONE 56.9s
09:44:19 [2022-06-21T09:44:19.289Z] 
09:44:19 [2022-06-21T09:44:19.289Z] #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
09:44:19 [2022-06-21T09:44:19.289Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.91 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.91 go: downloading github.com/olekukonko/tablewriter v0.0.5
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.99 go: downloading github.com/beorn7/perks v1.0.1
09:44:19 [2022-06-21T09:44:19.289Z] #55 56.99 go: downloading github.com/cespare/xxhash/v2 v2.1.2
09:44:19 [2022-06-21T09:44:19.289Z] #55 57.03 go: downloading github.com/golang/protobuf v1.5.2
09:44:19 [2022-06-21T09:44:19.289Z] #55 57.06 go: downloading github.com/cespare/xxhash v1.1.0
09:44:19 [2022-06-21T09:44:19.553Z] #55 ...
09:44:19 [2022-06-21T09:44:19.553Z] 
09:44:19 [2022-06-21T09:44:19.553Z] #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
09:44:19 [2022-06-21T09:44:19.553Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:19 [2022-06-21T09:44:19.553Z] #51 DONE 56.7s
09:44:19 [2022-06-21T09:44:19.553Z] 
09:44:19 [2022-06-21T09:44:19.553Z] #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
09:44:19 [2022-06-21T09:44:19.553Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:19 [2022-06-21T09:44:19.553Z] #55 57.18 go: downloading github.com/prometheus/common v0.10.0
09:44:19 [2022-06-21T09:44:19.698Z] #21 26.36 Setting up libc6:s390x (2.31-13+deb11u3) ...
09:44:19 [2022-06-21T09:44:19.812Z] #55 57.58 go: downloading github.com/prometheus/procfs v0.6.0
09:44:19 [2022-06-21T09:44:19.812Z] #55 57.58 go: downloading github.com/mattn/go-runewidth v0.0.9
09:44:19 [2022-06-21T09:44:19.812Z] #55 57.58 go: downloading google.golang.org/protobuf v1.27.1
09:44:19 [2022-06-21T09:44:19.824Z] #51 ...
09:44:19 [2022-06-21T09:44:19.825Z] 
09:44:19 [2022-06-21T09:44:19.825Z] #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
09:44:19 [2022-06-21T09:44:19.825Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:44:19 [2022-06-21T09:44:19.825Z] #67 27.05 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:44:19 [2022-06-21T09:44:19.825Z] #67 27.59 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:44:20 [2022-06-21T09:44:20.073Z] #55 ...
09:44:20 [2022-06-21T09:44:20.073Z] 
09:44:20 [2022-06-21T09:44:20.073Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
09:44:20 [2022-06-21T09:44:20.073Z] #43 sha256:88162eb0c6394ebf46765ed5c4b1ef2ed6b596e5daa33758b8fc163331c8060c
09:44:20 [2022-06-21T09:44:20.073Z] #43 DONE 0.9s
09:44:20 [2022-06-21T09:44:20.332Z] 
09:44:20 [2022-06-21T09:44:20.332Z] #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
09:44:20 [2022-06-21T09:44:20.332Z] #44 sha256:3528fe83aff40aa4cb70f6eb61b865da5eb71b4404a036f8c9fa63b0b3c77a3c
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.60 Setting up libapparmor1:arm64 (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.61 Setting up libapparmor1:armel (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.62 Setting up libapparmor1:armhf (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.63 Setting up libapparmor1:ppc64el (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.64 Setting up libapparmor1:s390x (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.65 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.66 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.67 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.68 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.69 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.70 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.71 Setting up libapparmor-dev:armel (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.72 Setting up libapparmor-dev:armhf (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.74 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.75 Setting up libapparmor-dev:s390x (2.13.6-10) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.76 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.77 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.78 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.79 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.80 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
09:44:21 [2022-06-21T09:44:21.075Z] #21 27.81 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:21 [2022-06-21T09:44:21.642Z] #21 DONE 28.3s
09:44:21 [2022-06-21T09:44:21.642Z] 
09:44:21 [2022-06-21T09:44:21.642Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:44:21 [2022-06-21T09:44:21.642Z] #66 sha256:229690fd866bd1f2d31d07940b803b118fa07edafe7991336cf3129a3a200517
09:44:21 [2022-06-21T09:44:21.642Z] #66 DONE 0.1s
09:44:21 [2022-06-21T09:44:21.642Z] 
09:44:21 [2022-06-21T09:44:21.642Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
09:44:21 [2022-06-21T09:44:21.642Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f
09:44:23 [2022-06-21T09:44:23.021Z] #22 DONE 1.3s
09:44:23 [2022-06-21T09:44:23.021Z] 
09:44:23 [2022-06-21T09:44:23.021Z] #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
09:44:23 [2022-06-21T09:44:23.021Z] #67 sha256:81285698739b2ffa996adad72fb2ad9a461805476d60ec4a9c37abfb3f2dbfdb
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.117 + RM_GOPATH=0
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.117 + TMP_GOPATH=
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.117 + : /build
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.117 + '[' -z '' ']'
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.117 ++ mktemp -d
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.119 + export GOPATH=/tmp/tmp.tsQgmyk3D5
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.119 + GOPATH=/tmp/tmp.tsQgmyk3D5
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.119 + RM_GOPATH=1
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.119 + case "$(go env GOARCH)" in
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.119 ++ go env GOARCH
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.130 + export GO_BUILDMODE=-buildmode=pie
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.130 + GO_BUILDMODE=-buildmode=pie
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.131 ++ dirname /install.sh
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + dir=/
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + bin=runc
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + shift
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + '[' '!' -f //runc.installer ']'
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + . //runc.installer
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 ++ set -e
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 ++ : v1.1.2
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + install_runc
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + RUNC_BUILDTAGS=seccomp
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.tsQgmyk3D5/src/github.com/opencontainers/runc
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.132 Install runc version v1.1.2 (build tags: seccomp)
09:44:23 [2022-06-21T09:44:23.021Z] #67 1.136 Cloning into '/tmp/tmp.tsQgmyk3D5/src/github.com/opencontainers/runc'...
09:44:23 [2022-06-21T09:44:23.104Z] #67 ...
09:44:23 [2022-06-21T09:44:23.104Z] 
09:44:23 [2022-06-21T09:44:23.104Z] #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
09:44:23 [2022-06-21T09:44:23.104Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.81 tomll can be used in two ways:
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83 Writing to STDIN and reading from STDOUT:
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83   cat file.toml | tomll > file.toml
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83 
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83 Reading and updating a list of files:
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83   tomll a.toml b.toml c.toml
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83 
09:44:23 [2022-06-21T09:44:23.104Z] #38 30.83 When given a list of files, tomll will modify all files in place without asking.
09:44:23 [2022-06-21T09:44:23.104Z] #38 DONE 31.1s
09:44:23 [2022-06-21T09:44:23.104Z] 
09:44:23 [2022-06-21T09:44:23.104Z] #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
09:44:23 [2022-06-21T09:44:23.104Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:44:23 [2022-06-21T09:44:23.104Z] #36 26.99 go: downloading github.com/sirupsen/logrus v1.6.0
09:44:23 [2022-06-21T09:44:23.104Z] #36 27.00 go: downloading github.com/spf13/cobra v1.1.3
09:44:23 [2022-06-21T09:44:23.104Z] #36 27.80 go: downloading github.com/mattn/go-isatty v0.0.3
09:44:23 [2022-06-21T09:44:23.104Z] #36 28.22 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
09:44:23 [2022-06-21T09:44:23.104Z] #36 28.68 go: downloading github.com/spf13/pflag v1.0.5
09:44:23 [2022-06-21T09:44:23.104Z] #36 29.01 go: downloading gopkg.in/yaml.v2 v2.4.0
09:44:23 [2022-06-21T09:44:23.104Z] #36 29.45 go: downloading github.com/cosiner/argv v0.1.0
09:44:23 [2022-06-21T09:44:23.104Z] #36 29.51 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
09:44:23 [2022-06-21T09:44:23.104Z] #36 29.52 go: downloading github.com/peterh/liner v1.2.2
09:44:23 [2022-06-21T09:44:23.104Z] #36 29.76 go: downloading github.com/google/go-dap v0.6.0
09:44:23 [2022-06-21T09:44:23.104Z] #36 30.48 go: downloading github.com/russross/blackfriday/v2 v2.0.1
09:44:23 [2022-06-21T09:44:23.104Z] #36 31.17 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
09:44:23 [2022-06-21T09:44:23.130Z] #14 ...
09:44:23 [2022-06-21T09:44:23.130Z] 
09:44:23 [2022-06-21T09:44:23.130Z] #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
09:44:23 [2022-06-21T09:44:23.130Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:44:23 [2022-06-21T09:44:23.130Z] #77 5.874 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:44:23 [2022-06-21T09:44:23.130Z] #77 5.893 Cloning into '/tmp/crun-build/libocispec'...
09:44:23 [2022-06-21T09:44:23.130Z] #77 6.825 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
09:44:23 [2022-06-21T09:44:23.130Z] #77 6.875 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:44:23 [2022-06-21T09:44:23.130Z] #77 6.881 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:44:23 [2022-06-21T09:44:23.130Z] #77 6.881 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:44:23 [2022-06-21T09:44:23.130Z] #77 6.911 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:44:23 [2022-06-21T09:44:23.130Z] #77 9.276 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:44:23 [2022-06-21T09:44:23.130Z] #77 10.72 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:44:23 [2022-06-21T09:44:23.130Z] #77 11.80 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
09:44:23 [2022-06-21T09:44:23.130Z] #77 12.00 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
09:44:23 [2022-06-21T09:44:23.130Z] #77 12.24 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
09:44:23 [2022-06-21T09:44:23.391Z] #77 ...
09:44:23 [2022-06-21T09:44:23.391Z] 
09:44:23 [2022-06-21T09:44:23.391Z] #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
09:44:23 [2022-06-21T09:44:23.391Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:44:23 [2022-06-21T09:44:23.391Z] #14 63.81 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
09:44:23 [2022-06-21T09:44:23.391Z] #14 63.82 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
09:44:23 [2022-06-21T09:44:23.391Z] #14 63.83 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:44:23 [2022-06-21T09:44:23.959Z] #67 ...
09:44:23 [2022-06-21T09:44:23.959Z] 
09:44:23 [2022-06-21T09:44:23.959Z] #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
09:44:23 [2022-06-21T09:44:23.959Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22
09:44:23 [2022-06-21T09:44:23.959Z] #23 DONE 0.9s
09:44:23 [2022-06-21T09:44:23.959Z] 
09:44:23 [2022-06-21T09:44:23.959Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:44:23 [2022-06-21T09:44:23.959Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466
09:44:24 [2022-06-21T09:44:24.034Z] #36 32.41 go: downloading github.com/mattn/go-runewidth v0.0.3
09:44:24 [2022-06-21T09:44:24.290Z] #36 32.70 go: downloading github.com/hashicorp/golang-lru v0.5.4
09:44:24 [2022-06-21T09:44:24.527Z] #24 0.843 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:44:24 [2022-06-21T09:44:24.547Z] #36 32.78 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
09:44:24 [2022-06-21T09:44:24.785Z] #24 DONE 0.9s
09:44:24 [2022-06-21T09:44:24.785Z] 
09:44:24 [2022-06-21T09:44:24.785Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:44:24 [2022-06-21T09:44:24.785Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234
09:44:25 [2022-06-21T09:44:25.670Z] #44 ...
09:44:25 [2022-06-21T09:44:25.670Z] 
09:44:25 [2022-06-21T09:44:25.670Z] #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
09:44:25 [2022-06-21T09:44:25.670Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:44:25 [2022-06-21T09:44:25.670Z] #53 62.30 gotestsum version dev
09:44:25 [2022-06-21T09:44:25.670Z] #53 DONE 62.6s
09:44:25 [2022-06-21T09:44:25.670Z] 
09:44:25 [2022-06-21T09:44:25.670Z] #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
09:44:25 [2022-06-21T09:44:25.670Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:44:25 [2022-06-21T09:44:25.670Z] #77 9.775 Cloning into '/tmp/crun-build'...
09:44:25 [2022-06-21T09:44:25.721Z] #25 DONE 0.9s
09:44:25 [2022-06-21T09:44:25.721Z] 
09:44:25 [2022-06-21T09:44:25.721Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:44:25 [2022-06-21T09:44:25.721Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836
09:44:25 [2022-06-21T09:44:25.917Z] #36 ...
09:44:25 [2022-06-21T09:44:25.917Z] 
09:44:25 [2022-06-21T09:44:25.917Z] #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
09:44:25 [2022-06-21T09:44:25.917Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:25 [2022-06-21T09:44:25.917Z] #51 34.01 Fetched 8548 kB in 26s (324 kB/s)
09:44:26 [2022-06-21T09:44:26.174Z] #51 34.01 Reading package lists...
09:44:26 [2022-06-21T09:44:26.174Z] #51 ...
09:44:26 [2022-06-21T09:44:26.174Z] 
09:44:26 [2022-06-21T09:44:26.174Z] #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
09:44:26 [2022-06-21T09:44:26.174Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:26 [2022-06-21T09:44:26.174Z] #62 24.63 Fetched 8544 kB in 19s (451 kB/s)
09:44:26 [2022-06-21T09:44:26.430Z] #62 24.63 Reading package lists...
09:44:26 [2022-06-21T09:44:26.430Z] #62 ...
09:44:26 [2022-06-21T09:44:26.430Z] 
09:44:26 [2022-06-21T09:44:26.430Z] #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
09:44:26 [2022-06-21T09:44:26.430Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:26 [2022-06-21T09:44:26.430Z] #42 30.86 Fetched 8544 kB in 23s (369 kB/s)
09:44:26 [2022-06-21T09:44:26.430Z] #42 30.86 Reading package lists...
09:44:26 [2022-06-21T09:44:26.430Z] #42 ...
09:44:26 [2022-06-21T09:44:26.430Z] 
09:44:26 [2022-06-21T09:44:26.430Z] #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
09:44:26 [2022-06-21T09:44:26.430Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:44:26 [2022-06-21T09:44:26.430Z] #53 24.95 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
09:44:26 [2022-06-21T09:44:26.430Z] #53 25.00 go: downloading golang.org/x/mod v0.3.0
09:44:26 [2022-06-21T09:44:26.659Z] #26 DONE 0.9s
09:44:26 [2022-06-21T09:44:26.659Z] 
09:44:26 [2022-06-21T09:44:26.659Z] #27 [dev-systemd-false  6/28] RUN ldconfig
09:44:26 [2022-06-21T09:44:26.659Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df
09:44:26 [2022-06-21T09:44:26.686Z] #53 ...
09:44:26 [2022-06-21T09:44:26.686Z] 
09:44:26 [2022-06-21T09:44:26.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
09:44:26 [2022-06-21T09:44:26.686Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:27 [2022-06-21T09:44:27.597Z] #27 DONE 1.0s
09:44:27 [2022-06-21T09:44:27.597Z] 
09:44:27 [2022-06-21T09:44:27.597Z] #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
09:44:27 [2022-06-21T09:44:27.597Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa
09:44:27 [2022-06-21T09:44:27.615Z] #62 35.00 Reading package lists...
09:44:27 [2022-06-21T09:44:27.615Z] #62 ...
09:44:27 [2022-06-21T09:44:27.615Z] 
09:44:27 [2022-06-21T09:44:27.615Z] #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             ;
09:44:27 [2022-06-21T09:44:27.615Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:27 [2022-06-21T09:44:27.615Z] #76 15.63 Reading package lists...
09:44:27 [2022-06-21T09:44:27.615Z] #76 26.50 Reading package lists...
09:44:27 [2022-06-21T09:44:27.615Z] #76 ...
09:44:27 [2022-06-21T09:44:27.615Z] 
09:44:27 [2022-06-21T09:44:27.615Z] #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
09:44:27 [2022-06-21T09:44:27.615Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:44:27 [2022-06-21T09:44:27.615Z] #36 35.26 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
09:44:27 [2022-06-21T09:44:27.615Z] #36 35.55 go: downloading github.com/cilium/ebpf v0.7.0
09:44:28 [2022-06-21T09:44:28.220Z] #77 ...
09:44:28 [2022-06-21T09:44:28.220Z] 
09:44:28 [2022-06-21T09:44:28.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
09:44:28 [2022-06-21T09:44:28.220Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:28 [2022-06-21T09:44:28.220Z] #14 55.47 Selecting previously unselected package dmsetup.
09:44:28 [2022-06-21T09:44:28.220Z] #14 55.47 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
09:44:28 [2022-06-21T09:44:28.220Z] #14 55.47 Unpacking dmsetup (2:1.02.175-2.1) ...
09:44:28 [2022-06-21T09:44:28.220Z] #14 55.73 Selecting previously unselected package mingw-w64-common.
09:44:28 [2022-06-21T09:44:28.220Z] #14 55.73 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
09:44:28 [2022-06-21T09:44:28.220Z] #14 55.73 Unpacking mingw-w64-common (8.0.0-1) ...
09:44:28 [2022-06-21T09:44:28.220Z] #14 61.18 Selecting previously unselected package mingw-w64-x86-64-dev.
09:44:28 [2022-06-21T09:44:28.220Z] #14 61.18 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
09:44:28 [2022-06-21T09:44:28.220Z] #14 61.18 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
09:44:28 [2022-06-21T09:44:28.975Z] #28 1.118 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:44:28 [2022-06-21T09:44:28.975Z] #28 1.119 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:44:28 [2022-06-21T09:44:28.975Z] #28 1.119 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:44:28 [2022-06-21T09:44:28.975Z] #28 1.372 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
09:44:28 [2022-06-21T09:44:28.975Z] #28 1.605 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
09:44:29 [2022-06-21T09:44:29.156Z] #14 66.91 Selecting previously unselected package gcc-mingw-w64-base.
09:44:29 [2022-06-21T09:44:29.156Z] #14 66.91 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
09:44:29 [2022-06-21T09:44:29.156Z] #14 66.98 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:44:29 [2022-06-21T09:44:29.156Z] #14 ...
09:44:29 [2022-06-21T09:44:29.156Z] 
09:44:29 [2022-06-21T09:44:29.156Z] #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
09:44:29 [2022-06-21T09:44:29.156Z] #44 sha256:3528fe83aff40aa4cb70f6eb61b865da5eb71b4404a036f8c9fa63b0b3c77a3c
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.134 Install tini version v0.19.0
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + RM_GOPATH=0
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + TMP_GOPATH=
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + : /build
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + '[' -z '' ']'
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 ++ mktemp -d
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + export GOPATH=/tmp/tmp.XWLZWNZ6Hx
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + GOPATH=/tmp/tmp.XWLZWNZ6Hx
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + RM_GOPATH=1
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + case "$(go env GOARCH)" in
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 ++ go env GOARCH
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + export GO_BUILDMODE=-buildmode=pie
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + GO_BUILDMODE=-buildmode=pie
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 ++ dirname /install.sh
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + dir=/
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + bin=tini
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + shift
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + '[' '!' -f //tini.installer ']'
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + . //tini.installer
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 ++ : v0.19.0
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + install_tini
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + echo 'Install tini version v0.19.0'
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 + git clone https://github.com/krallin/tini.git /tmp/tmp.XWLZWNZ6Hx/tini
09:44:29 [2022-06-21T09:44:29.156Z] #44 9.175 Cloning into '/tmp/tmp.XWLZWNZ6Hx/tini'...
09:44:29 [2022-06-21T09:44:29.543Z] #28 1.833 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
09:44:29 [2022-06-21T09:44:29.543Z] #28 2.076 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
09:44:30 [2022-06-21T09:44:30.093Z] #44 9.976 + cd /tmp/tmp.XWLZWNZ6Hx/tini
09:44:30 [2022-06-21T09:44:30.093Z] #44 9.976 + git checkout -q v0.19.0
09:44:30 [2022-06-21T09:44:30.093Z] #44 9.976 + cmake .
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.424 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.652 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [152 kB]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.652 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [134 kB]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.653 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.653 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [141 kB]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.653 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [160 kB]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.688 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.691 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.696 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.697 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:44:30 [2022-06-21T09:44:30.110Z] #28 2.700 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
09:44:30 [2022-06-21T09:44:30.662Z] #44 10.60 -- The C compiler identification is GNU 10.2.1
09:44:30 [2022-06-21T09:44:30.662Z] #44 10.68 -- Detecting C compiler ABI info
09:44:30 [2022-06-21T09:44:30.888Z] #36 ...
09:44:30 [2022-06-21T09:44:30.889Z] 
09:44:30 [2022-06-21T09:44:30.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
09:44:30 [2022-06-21T09:44:30.889Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:30 [2022-06-21T09:44:30.889Z] #14 29.22 Fetched 8544 kB in 23s (376 kB/s)
09:44:30 [2022-06-21T09:44:30.889Z] #14 29.22 Reading package lists...
09:44:31 [2022-06-21T09:44:31.145Z] #14 39.35 Reading package lists...
09:44:31 [2022-06-21T09:44:31.145Z] #14 ...
09:44:31 [2022-06-21T09:44:31.145Z] 
09:44:31 [2022-06-21T09:44:31.145Z] #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             ;
09:44:31 [2022-06-21T09:44:31.145Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:31 [2022-06-21T09:44:31.145Z] #76 36.31 Building dependency tree...
09:44:31 [2022-06-21T09:44:31.230Z] #44 ...
09:44:31 [2022-06-21T09:44:31.230Z] 
09:44:31 [2022-06-21T09:44:31.230Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0"      && /build/golangci-lint --version
09:44:31 [2022-06-21T09:44:31.230Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:31 [2022-06-21T09:44:31.230Z] #55 58.92 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
09:44:31 [2022-06-21T09:44:31.489Z] #55 ...
09:44:31 [2022-06-21T09:44:31.489Z] 
09:44:31 [2022-06-21T09:44:31.489Z] #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
09:44:31 [2022-06-21T09:44:31.489Z] #44 sha256:3528fe83aff40aa4cb70f6eb61b865da5eb71b4404a036f8c9fa63b0b3c77a3c
09:44:31 [2022-06-21T09:44:31.489Z] #44 11.24 -- Detecting C compiler ABI info - done
09:44:31 [2022-06-21T09:44:31.489Z] #44 11.39 -- Check for working C compiler: /usr/bin/cc - skipped
09:44:31 [2022-06-21T09:44:31.489Z] #44 11.39 -- Detecting C compile features
09:44:31 [2022-06-21T09:44:31.489Z] #44 11.39 -- Detecting C compile features - done
09:44:31 [2022-06-21T09:44:31.489Z] #44 11.46 -- Performing Test HAS_BUILTIN_FORTIFY
09:44:31 [2022-06-21T09:44:31.749Z] #44 11.68 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:44:32 [2022-06-21T09:44:32.008Z] #44 11.82 -- Configuring done
09:44:32 [2022-06-21T09:44:32.008Z] #44 11.85 + make tini-static
09:44:32 [2022-06-21T09:44:32.008Z] #44 11.85 -- Generating done
09:44:32 [2022-06-21T09:44:32.008Z] #44 11.85 -- Build files have been written to: /tmp/tmp.XWLZWNZ6Hx/tini
09:44:32 [2022-06-21T09:44:32.269Z] #44 12.24 Scanning dependencies of target tini-static
09:44:32 [2022-06-21T09:44:32.269Z] #44 12.35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:44:33 [2022-06-21T09:44:33.393Z] #28 ...
09:44:33 [2022-06-21T09:44:33.393Z] 
09:44:33 [2022-06-21T09:44:33.393Z] #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
09:44:33 [2022-06-21T09:44:33.393Z] #67 sha256:81285698739b2ffa996adad72fb2ad9a461805476d60ec4a9c37abfb3f2dbfdb
09:44:33 [2022-06-21T09:44:33.393Z] #67 5.648 + cd /tmp/tmp.tsQgmyk3D5/src/github.com/opencontainers/runc
09:44:33 [2022-06-21T09:44:33.393Z] #67 5.648 + git checkout -q v1.1.2
09:44:33 [2022-06-21T09:44:33.393Z] #67 5.853 + '[' -z '' ']'
09:44:33 [2022-06-21T09:44:33.393Z] #67 5.853 + target=static
09:44:33 [2022-06-21T09:44:33.393Z] #67 5.853 + make BUILDTAGS=seccomp static
09:44:33 [2022-06-21T09:44:33.393Z] #67 6.218 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 .
09:44:33 [2022-06-21T09:44:33.393Z] #67 11.19 + mkdir -p /build
09:44:33 [2022-06-21T09:44:33.393Z] #67 11.20 + cp runc /build/runc
09:44:33 [2022-06-21T09:44:33.393Z] #67 DONE 11.4s
09:44:33 [2022-06-21T09:44:33.393Z] 
09:44:33 [2022-06-21T09:44:33.393Z] #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
09:44:33 [2022-06-21T09:44:33.393Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa
09:44:33 [2022-06-21T09:44:33.418Z] #14 ...
09:44:33 [2022-06-21T09:44:33.418Z] 
09:44:33 [2022-06-21T09:44:33.418Z] #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
09:44:33 [2022-06-21T09:44:33.418Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:44:33 [2022-06-21T09:44:33.418Z] #77 25.09 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:44:33 [2022-06-21T09:44:33.666Z] #76 ...
09:44:33 [2022-06-21T09:44:33.666Z] 
09:44:33 [2022-06-21T09:44:33.666Z] #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
09:44:33 [2022-06-21T09:44:33.666Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:44:34 [2022-06-21T09:44:34.177Z] #44 13.73 [100%] Linking C executable tini-static
09:44:34 [2022-06-21T09:44:34.749Z] #44 14.67 [100%] Built target tini-static
09:44:34 [2022-06-21T09:44:34.749Z] #44 14.75 + mkdir -p /build
09:44:34 [2022-06-21T09:44:34.749Z] #44 14.75 + cp tini-static /build/docker-init
09:44:35 [2022-06-21T09:44:35.209Z] #47 41.46 Updating files:  37% (825/2177)
Updating files:  38% (828/2177)
Updating files:  39% (850/2177)
Updating files:  40% (871/2177)
Updating files:  41% (893/2177)
Updating files:  42% (915/2177)
Updating files:  43% (937/2177)
Updating files:  44% (958/2177)
Updating files:  45% (980/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:  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.
09:44:35 [2022-06-21T09:44:35.209Z] #47 43.30 + git checkout -q v2.3.0
09:44:35 [2022-06-21T09:44:35.321Z] #44 DONE 15.2s
09:44:35 [2022-06-21T09:44:35.321Z] 
09:44:35 [2022-06-21T09:44:35.321Z] #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
09:44:35 [2022-06-21T09:44:35.321Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:44:35 [2022-06-21T09:44:35.321Z] #77 15.46 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:44:35 [2022-06-21T09:44:35.321Z] #77 15.53 Cloning into '/tmp/crun-build/libocispec'...
09:44:35 [2022-06-21T09:44:35.321Z] #77 16.66 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
09:44:35 [2022-06-21T09:44:35.321Z] #77 16.68 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:44:35 [2022-06-21T09:44:35.321Z] #77 16.68 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:44:35 [2022-06-21T09:44:35.321Z] #77 16.68 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:44:35 [2022-06-21T09:44:35.321Z] #77 16.68 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:44:35 [2022-06-21T09:44:35.321Z] #77 18.69 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:44:35 [2022-06-21T09:44:35.580Z] #77 20.69 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:44:36 [2022-06-21T09:44:36.721Z] #77 ...
09:44:36 [2022-06-21T09:44:36.721Z] 
09:44:36 [2022-06-21T09:44:36.721Z] #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
09:44:36 [2022-06-21T09:44:36.721Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:44:36 [2022-06-21T09:44:36.721Z] #64 38.14 Updating files:  56% (2720/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:  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.
09:44:36 [2022-06-21T09:44:36.721Z] #64 39.15 + cd /tmp/tmp.U4be5IPjzT/src/github.com/containerd/containerd
09:44:36 [2022-06-21T09:44:36.721Z] #64 39.15 + git checkout -q v1.6.6
09:44:36 [2022-06-21T09:44:36.721Z] #64 40.46 + export 'BUILDTAGS=netgo osusergo static_build'
09:44:36 [2022-06-21T09:44:36.960Z] #77 22.00 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + BUILDTAGS='netgo osusergo static_build'
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + export EXTRA_FLAGS=-buildmode=pie
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + EXTRA_FLAGS=-buildmode=pie
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + '[' '' = dynamic ']'
09:44:36 [2022-06-21T09:44:36.982Z] #64 40.46 + make
09:44:37 [2022-06-21T09:44:37.220Z] #77 22.18 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
09:44:37 [2022-06-21T09:44:37.220Z] #77 22.40 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
09:44:37 [2022-06-21T09:44:37.733Z] #47 45.82 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
09:44:38 [2022-06-21T09:44:38.659Z] #28 10.89 Fetched 40.6 MB in 10s (4043 kB/s)
09:44:38 [2022-06-21T09:44:38.898Z] #64 42.21 + bin/ctr
09:44:39 [2022-06-21T09:44:39.757Z] #77 ...
09:44:39 [2022-06-21T09:44:39.757Z] 
09:44:39 [2022-06-21T09:44:39.757Z] #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
09:44:39 [2022-06-21T09:44:39.757Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:39 [2022-06-21T09:44:39.757Z] #14 67.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
09:44:39 [2022-06-21T09:44:39.757Z] #14 67.13 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
09:44:39 [2022-06-21T09:44:39.757Z] #14 67.13 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:44:39 [2022-06-21T09:44:39.757Z] #14 75.77 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
09:44:39 [2022-06-21T09:44:39.757Z] #14 75.77 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:44:39 [2022-06-21T09:44:39.757Z] #14 75.77 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:44:40 [2022-06-21T09:44:40.259Z] #47 ...
09:44:40 [2022-06-21T09:44:40.260Z] 
09:44:40 [2022-06-21T09:44:40.260Z] #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
09:44:40 [2022-06-21T09:44:40.260Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:40 [2022-06-21T09:44:40.260Z] #14 39.35 Reading package lists...
09:44:42 [2022-06-21T09:44:42.420Z] #14 48.84 Building dependency tree...
09:44:42 [2022-06-21T09:44:42.420Z] #14 ...
09:44:42 [2022-06-21T09:44:42.420Z] 
09:44:42 [2022-06-21T09:44:42.420Z] #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
09:44:42 [2022-06-21T09:44:42.420Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:42 [2022-06-21T09:44:42.420Z] #42 30.86 Reading package lists...
09:44:42 [2022-06-21T09:44:42.420Z] #42 41.17 Reading package lists...
09:44:42 [2022-06-21T09:44:42.420Z] #42 50.71 Building dependency tree...
09:44:42 [2022-06-21T09:44:42.420Z] #42 ...
09:44:42 [2022-06-21T09:44:42.420Z] 
09:44:42 [2022-06-21T09:44:42.420Z] #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             ;
09:44:42 [2022-06-21T09:44:42.420Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.52 python3 is already the newest version (3.9.2-3).
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.52 The following additional packages will be installed:
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.53   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.53   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.56 Suggested packages:
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.59   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.59   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.59   m4-doc ed diffutils-doc
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.59 Recommended packages:
09:44:42 [2022-06-21T09:44:42.420Z] #76 42.59   fakeroot libalgorithm-merge-perl libltdl-dev
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.26 The following NEW packages will be installed:
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.30   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.32   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.32   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.32   libyajl2 m4 patch xz-utils
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.89 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.89 Need to get 5939 kB of archives.
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.89 After this operation, 18.7 MB of additional disk space will be used.
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.91 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]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.98 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 45.99 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.08 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.19 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.20 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.21 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.22 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.23 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.26 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.29 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.34 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 46.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
09:44:42 [2022-06-21T09:44:42.420Z] #76 48.32 debconf: delaying package configuration, since apt-utils is not installed
09:44:42 [2022-06-21T09:44:42.420Z] #76 48.75 Fetched 5939 kB in 1s (6673 kB/s)
09:44:42 [2022-06-21T09:44:42.420Z] #76 48.97 Selecting previously unselected package bzip2.
09:44:42 [2022-06-21T09:44:42.420Z] #76 48.98 (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.)
09:44:42 [2022-06-21T09:44:42.420Z] #76 49.15 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
09:44:42 [2022-06-21T09:44:42.420Z] #76 49.19 Unpacking bzip2 (1.0.8-4) ...
09:44:42 [2022-06-21T09:44:42.420Z] #76 49.48 Selecting previously unselected package libmagic-mgc.
09:44:42 [2022-06-21T09:44:42.420Z] #76 49.49 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
09:44:42 [2022-06-21T09:44:42.420Z] #76 49.51 Unpacking libmagic-mgc (1:5.39-3) ...
09:44:42 [2022-06-21T09:44:42.420Z] #76 50.48 Selecting previously unselected package libmagic1:amd64.
09:44:42 [2022-06-21T09:44:42.420Z] #76 50.57 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
09:44:42 [2022-06-21T09:44:42.420Z] #76 50.58 Unpacking libmagic1:amd64 (1:5.39-3) ...
09:44:42 [2022-06-21T09:44:42.420Z] #76 ...
09:44:42 [2022-06-21T09:44:42.420Z] 
09:44:42 [2022-06-21T09:44:42.420Z] #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
09:44:42 [2022-06-21T09:44:42.420Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:42 [2022-06-21T09:44:42.420Z] #14 48.84 Building dependency tree...
09:44:43 [2022-06-21T09:44:43.927Z] #28 10.89 Reading package lists...
09:44:44 [2022-06-21T09:44:44.193Z] #64 ...
09:44:44 [2022-06-21T09:44:44.193Z] 
09:44:44 [2022-06-21T09:44:44.193Z] #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
09:44:44 [2022-06-21T09:44:44.193Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:44:44 [2022-06-21T09:44:44.193Z] #14 74.31 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
09:44:44 [2022-06-21T09:44:44.193Z] #14 74.31 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
09:44:44 [2022-06-21T09:44:44.193Z] #14 74.32 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:44:44 [2022-06-21T09:44:44.193Z] #14 79.21 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
09:44:44 [2022-06-21T09:44:44.193Z] #14 79.22 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
09:44:44 [2022-06-21T09:44:44.193Z] #14 79.22 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:44:44 [2022-06-21T09:44:44.193Z] #14 ...
09:44:44 [2022-06-21T09:44:44.193Z] 
09:44:44 [2022-06-21T09:44:44.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
09:44:44 [2022-06-21T09:44:44.193Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:44:44 [2022-06-21T09:44:44.193Z] #77 34.41 libtoolize: putting auxiliary files in '.'.
09:44:44 [2022-06-21T09:44:44.193Z] #77 34.41 libtoolize: copying file './ltmain.sh'
09:44:44 [2022-06-21T09:44:44.193Z] #77 35.23 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:44:44 [2022-06-21T09:44:44.193Z] #77 35.23 libtoolize: and rerunning libtoolize and aclocal.
09:44:44 [2022-06-21T09:44:44.193Z] #77 35.23 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:44:44 [2022-06-21T09:44:44.495Z] #28 15.60 Reading package lists...
09:44:44 [2022-06-21T09:44:44.495Z] #28 ...
09:44:44 [2022-06-21T09:44:44.495Z] 
09:44:44 [2022-06-21T09:44:44.495Z] #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
09:44:44 [2022-06-21T09:44:44.495Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:44:44 [2022-06-21T09:44:44.495Z] #71 75.44 + bin/containerd
09:44:45 [2022-06-21T09:44:45.695Z] #14 ...
09:44:45 [2022-06-21T09:44:45.695Z] 
09:44:45 [2022-06-21T09:44:45.695Z] #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
09:44:45 [2022-06-21T09:44:45.695Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:45 [2022-06-21T09:44:45.695Z] #51 34.01 Reading package lists...
09:44:45 [2022-06-21T09:44:45.695Z] #51 43.94 Reading package lists...
09:44:45 [2022-06-21T09:44:45.695Z] #51 52.78 Building dependency tree...
09:44:45 [2022-06-21T09:44:45.695Z] #51 ...
09:44:45 [2022-06-21T09:44:45.695Z] 
09:44:45 [2022-06-21T09:44:45.695Z] #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             ;
09:44:45 [2022-06-21T09:44:45.695Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:45 [2022-06-21T09:44:45.695Z] #76 51.03 Selecting previously unselected package file.
09:44:45 [2022-06-21T09:44:45.695Z] #76 51.03 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
09:44:45 [2022-06-21T09:44:45.695Z] #76 51.05 Unpacking file (1:5.39-3) ...
09:44:45 [2022-06-21T09:44:45.695Z] #76 51.26 Selecting previously unselected package xz-utils.
09:44:45 [2022-06-21T09:44:45.695Z] #76 51.30 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 51.30 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 52.26 Selecting previously unselected package libsigsegv2:amd64.
09:44:45 [2022-06-21T09:44:45.696Z] #76 52.26 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 52.30 Unpacking libsigsegv2:amd64 (2.13-1) ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 52.59 Selecting previously unselected package m4.
09:44:45 [2022-06-21T09:44:45.696Z] #76 52.59 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 52.61 Unpacking m4 (1.4.18-5) ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 53.16 Selecting previously unselected package autoconf.
09:44:45 [2022-06-21T09:44:45.696Z] #76 53.17 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 53.18 Unpacking autoconf (2.69-14) ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 53.93 Selecting previously unselected package autotools-dev.
09:44:45 [2022-06-21T09:44:45.696Z] #76 53.94 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
09:44:45 [2022-06-21T09:44:45.696Z] #76 53.95 Unpacking autotools-dev (20180224.1+nmu1) ...
09:44:45 [2022-06-21T09:44:45.953Z] #76 54.25 Selecting previously unselected package automake.
09:44:45 [2022-06-21T09:44:45.953Z] #76 54.27 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
09:44:45 [2022-06-21T09:44:45.953Z] #76 54.29 Unpacking automake (1:1.16.3-2) ...
09:44:46 [2022-06-21T09:44:46.210Z] #76 ...
09:44:46 [2022-06-21T09:44:46.210Z] 
09:44:46 [2022-06-21T09:44:46.210Z] #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
09:44:46 [2022-06-21T09:44:46.210Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:46 [2022-06-21T09:44:46.210Z] #62 35.00 Reading package lists...
09:44:46 [2022-06-21T09:44:46.210Z] #62 44.72 Building dependency tree...
09:44:46 [2022-06-21T09:44:46.210Z] #62 50.82 The following additional packages will be installed:
09:44:46 [2022-06-21T09:44:46.210Z] #62 50.82   libbtrfs0
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.30 The following NEW packages will be installed:
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.33   libbtrfs-dev libbtrfs0
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.77 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.77 Need to get 460 kB of archives.
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.77 After this operation, 1237 kB of additional disk space will be used.
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:44:46 [2022-06-21T09:44:46.210Z] #62 51.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:44:46 [2022-06-21T09:44:46.210Z] #62 53.51 debconf: delaying package configuration, since apt-utils is not installed
09:44:46 [2022-06-21T09:44:46.210Z] #62 53.93 Fetched 460 kB in 0s (1049 kB/s)
09:44:46 [2022-06-21T09:44:46.210Z] #62 54.17 Selecting previously unselected package libbtrfs0:amd64.
09:44:46 [2022-06-21T09:44:46.210Z] #62 54.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.)
09:44:46 [2022-06-21T09:44:46.210Z] #62 54.33 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
09:44:46 [2022-06-21T09:44:46.210Z] #62 54.36 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:44:46 [2022-06-21T09:44:46.468Z] #62 54.74 Selecting previously unselected package libbtrfs-dev:amd64.
09:44:46 [2022-06-21T09:44:46.468Z] #62 54.76 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
09:44:46 [2022-06-21T09:44:46.468Z] #62 54.78 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:44:46 [2022-06-21T09:44:46.468Z] #62 ...
09:44:46 [2022-06-21T09:44:46.468Z] 
09:44:46 [2022-06-21T09:44:46.468Z] #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
09:44:46 [2022-06-21T09:44:46.468Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:46 [2022-06-21T09:44:46.468Z] #55 54.85 go: downloading github.com/fatih/color v1.13.0
09:44:46 [2022-06-21T09:44:46.468Z] #55 54.85 go: downloading github.com/gofrs/flock v0.8.1
09:44:46 [2022-06-21T09:44:46.468Z] #55 54.93 go: downloading github.com/spf13/cobra v1.3.0
09:44:46 [2022-06-21T09:44:46.726Z] #55 55.00 go: downloading github.com/spf13/viper v1.10.1
09:44:47 [2022-06-21T09:44:47.658Z] #55 55.77 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
09:44:48 [2022-06-21T09:44:48.223Z] #55 ...
09:44:48 [2022-06-21T09:44:48.223Z] 
09:44:48 [2022-06-21T09:44:48.223Z] #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
09:44:48 [2022-06-21T09:44:48.223Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3
09:44:48 [2022-06-21T09:44:48.223Z] #62 55.43 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:44:48 [2022-06-21T09:44:48.223Z] #62 55.50 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:44:48 [2022-06-21T09:44:48.223Z] #62 55.62 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:48 [2022-06-21T09:44:48.223Z] #62 DONE 56.5s
09:44:48 [2022-06-21T09:44:48.223Z] 
09:44:48 [2022-06-21T09:44:48.223Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
09:44:48 [2022-06-21T09:44:48.223Z] #63 sha256:92a0ca5ef43998822400617a020de423ce7d572c12fdb020e1d2e624b83834a3
09:44:48 [2022-06-21T09:44:48.223Z] #63 DONE 0.1s
09:44:48 [2022-06-21T09:44:48.223Z] 
09:44:48 [2022-06-21T09:44:48.223Z] #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
09:44:48 [2022-06-21T09:44:48.223Z] #64 sha256:744447383fd6d0979742638ca341dc128de40958a03c3d534747e38890ea17ec
09:44:49 [2022-06-21T09:44:49.786Z] #71 ...
09:44:49 [2022-06-21T09:44:49.786Z] 
09:44:49 [2022-06-21T09:44:49.786Z] #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
09:44:49 [2022-06-21T09:44:49.786Z] #28 sha256:a0b015f046b8f8512193101f4d7f00df78e1d1b7b73c9466ea8a8bee340a33aa
09:44:49 [2022-06-21T09:44:49.786Z] #28 15.60 Reading package lists...
09:44:49 [2022-06-21T09:44:49.786Z] #28 20.10 Building dependency tree...
09:44:49 [2022-06-21T09:44:49.786Z] #28 21.27 Reading state information...
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.19 bzip2 is already the newest version (1.0.8-4).
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.19 patch is already the newest version (2.7.6-7).
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.19 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.19 The following additional packages will be installed:
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.20   libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.20   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.20   libxtables12 python-pip-whl python3-distutils python3-lib2to3
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.20   python3-pkg-resources vim-runtime xxd
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.22 Suggested packages:
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.22   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.22   python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.22 Recommended packages:
09:44:49 [2022-06-21T09:44:49.786Z] #28 22.22   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.485 + RM_GOPATH=0
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.485 + TMP_GOPATH=
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.485 + : /build
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.485 + '[' -z '' ']'
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.485 ++ mktemp -d
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.493 + export GOPATH=/tmp/tmp.vOU305jZtN
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.493 + GOPATH=/tmp/tmp.vOU305jZtN
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.493 + RM_GOPATH=1
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.493 + case "$(go env GOARCH)" in
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.496 ++ go env GOARCH
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.563 + export GO_BUILDMODE=-buildmode=pie
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.563 + GO_BUILDMODE=-buildmode=pie
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.563 ++ dirname /install.sh
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + dir=/
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + bin=containerd
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + shift
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + '[' '!' -f //containerd.installer ']'
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + . //containerd.installer
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 ++ set -e
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 ++ : v1.6.6
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + install_containerd
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + echo 'Install containerd version v1.6.6'
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vOU305jZtN/src/github.com/containerd/containerd
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.580 Install containerd version v1.6.6
09:44:50 [2022-06-21T09:44:50.125Z] #64 1.635 Cloning into '/tmp/tmp.vOU305jZtN/src/github.com/containerd/containerd'...
09:44:50 [2022-06-21T09:44:50.783Z] #77 43.40 configure.ac:7: installing './compile'
09:44:50 [2022-06-21T09:44:50.783Z] #77 43.41 configure.ac:11: installing './config.guess'
09:44:50 [2022-06-21T09:44:50.783Z] #77 43.43 configure.ac:11: installing './config.sub'
09:44:50 [2022-06-21T09:44:50.783Z] #77 43.43 configure.ac:8: installing './install-sh'
09:44:50 [2022-06-21T09:44:50.783Z] #77 43.46 configure.ac:8: installing './missing'
09:44:50 [2022-06-21T09:44:50.783Z] #77 43.57 Makefile.am: installing './depcomp'
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.36 The following NEW packages will be installed:
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.37   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.37   libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.37   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.37   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.37   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.38   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.38   vim-common vim-runtime xfsprogs xxd zip zstd
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.73 0 upgraded, 45 newly installed, 0 to remove and 2 not upgraded.
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.73 Need to get 18.6 MB of archives.
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.73 After this operation, 71.4 MB of additional disk space will be used.
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.74 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.76 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.77 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.77 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.77 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.78 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.78 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.79 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.79 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.79 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.80 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.80 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.80 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.80 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.81 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.81 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
09:44:51 [2022-06-21T09:44:51.165Z] #28 23.82 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
09:44:51 [2022-06-21T09:44:51.166Z] #28 23.82 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:44:51 [2022-06-21T09:44:51.166Z] #28 23.85 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:44:51 [2022-06-21T09:44:51.356Z] #77 44.70 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:44:51 [2022-06-21T09:44:51.356Z] #77 44.70 libtoolize: copying file 'build-aux/ltmain.sh'
09:44:51 [2022-06-21T09:44:51.356Z] #77 44.81 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:44:51 [2022-06-21T09:44:51.356Z] #77 44.81 libtoolize: copying file 'm4/libtool.m4'
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.85 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.85 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.85 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.86 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.86 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.87 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.88 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.89 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.89 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.96 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 23.99 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 24.00 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
09:44:51 [2022-06-21T09:44:51.425Z] #28 24.01 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
09:44:51 [2022-06-21T09:44:51.617Z] #77 44.93 libtoolize: copying file 'm4/ltoptions.m4'
09:44:51 [2022-06-21T09:44:51.617Z] #77 45.07 libtoolize: copying file 'm4/ltsugar.m4'
09:44:51 [2022-06-21T09:44:51.617Z] #77 45.21 libtoolize: copying file 'm4/ltversion.m4'
09:44:51 [2022-06-21T09:44:51.879Z] #77 45.34 libtoolize: copying file 'm4/lt~obsolete.m4'
09:44:51 [2022-06-21T09:44:51.879Z] #77 45.44 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:44:51 [2022-06-21T09:44:51.978Z] #14 89.24 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
09:44:51 [2022-06-21T09:44:51.978Z] #14 89.24 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:44:51 [2022-06-21T09:44:51.978Z] #14 89.26 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:44:51 [2022-06-21T09:44:51.978Z] #14 ...
09:44:51 [2022-06-21T09:44:51.978Z] 
09:44:51 [2022-06-21T09:44:51.978Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:44:51 [2022-06-21T09:44:51.978Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:44:51 [2022-06-21T09:44:51.978Z] #77 36.66 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:44:51 [2022-06-21T09:44:51.993Z] #28 24.51 debconf: delaying package configuration, since apt-utils is not installed
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.71 Fetched 18.6 MB in 1s (33.3 MB/s)
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.75 Selecting previously unselected package pigz.
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.75 (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.)
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.79 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.79 Unpacking pigz (2.6-1) ...
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.85 Selecting previously unselected package libelf1:amd64.
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.86 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.252Z] #28 24.87 Unpacking libelf1:amd64 (0.183-1) ...
09:44:52 [2022-06-21T09:44:52.511Z] #28 24.96 Selecting previously unselected package libbpf0:amd64.
09:44:52 [2022-06-21T09:44:52.511Z] #28 24.97 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.511Z] #28 24.98 Unpacking libbpf0:amd64 (1:0.3-2) ...
09:44:52 [2022-06-21T09:44:52.511Z] #28 25.04 Selecting previously unselected package libcap2:amd64.
09:44:52 [2022-06-21T09:44:52.511Z] #28 25.05 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.511Z] #28 25.06 Unpacking libcap2:amd64 (1:2.44-1) ...
09:44:52 [2022-06-21T09:44:52.512Z] #28 25.10 Selecting previously unselected package libmnl0:amd64.
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.11 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.12 Unpacking libmnl0:amd64 (1.0.4-3) ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.17 Selecting previously unselected package libxtables12:amd64.
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.17 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.18 Unpacking libxtables12:amd64 (1.8.7-1) ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.22 Selecting previously unselected package libcap2-bin.
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.23 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.23 Unpacking libcap2-bin (1:2.44-1) ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.30 Selecting previously unselected package iproute2.
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.30 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
09:44:52 [2022-06-21T09:44:52.770Z] #28 25.31 Unpacking iproute2 (5.10.0-4) ...
09:44:53 [2022-06-21T09:44:53.028Z] #28 25.49 Selecting previously unselected package xxd.
09:44:53 [2022-06-21T09:44:53.028Z] #28 25.49 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:44:53 [2022-06-21T09:44:53.028Z] #28 25.50 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:44:53 [2022-06-21T09:44:53.028Z] #28 25.57 Selecting previously unselected package vim-common.
09:44:53 [2022-06-21T09:44:53.028Z] #28 25.57 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:44:53 [2022-06-21T09:44:53.028Z] #28 25.59 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:44:53 [2022-06-21T09:44:53.286Z] #28 25.68 Selecting previously unselected package bash-completion.
09:44:53 [2022-06-21T09:44:53.286Z] #28 25.68 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:44:54 [2022-06-21T09:44:54.220Z] #28 26.59 Unpacking bash-completion (1:2.11-2) ...
09:44:54 [2022-06-21T09:44:54.220Z] #28 26.77 Selecting previously unselected package apparmor.
09:44:54 [2022-06-21T09:44:54.220Z] #28 26.78 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.220Z] #28 26.80 Unpacking apparmor (2.13.6-10) ...
09:44:54 [2022-06-21T09:44:54.310Z] #64 ...
09:44:54 [2022-06-21T09:44:54.310Z] 
09:44:54 [2022-06-21T09:44:54.310Z] #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             ;
09:44:54 [2022-06-21T09:44:54.310Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:54 [2022-06-21T09:44:54.310Z] #76 55.39 Selecting previously unselected package patch.
09:44:54 [2022-06-21T09:44:54.310Z] #76 55.41 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 55.43 Unpacking patch (2.7.6-7) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 55.97 Selecting previously unselected package dpkg-dev.
09:44:54 [2022-06-21T09:44:54.310Z] #76 55.98 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 55.98 Unpacking dpkg-dev (1.20.10) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 57.87 Selecting previously unselected package build-essential.
09:44:54 [2022-06-21T09:44:54.310Z] #76 57.87 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 57.92 Unpacking build-essential (12.9) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 58.05 Selecting previously unselected package libcap2:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 58.05 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 58.06 Unpacking libcap2:amd64 (1:2.44-1) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 58.56 Selecting previously unselected package libcap-dev:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 58.56 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 58.58 Unpacking libcap-dev:amd64 (1:2.44-1) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.01 Selecting previously unselected package libprotobuf-c1:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.01 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.01 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.26 Selecting previously unselected package libprotobuf-c-dev:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.27 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.32 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.56 Selecting previously unselected package libseccomp-dev:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.57 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.58 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.92 Selecting previously unselected package libsystemd-dev:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 59.96 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 60.01 Unpacking libsystemd-dev:amd64 (247.3-7) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 61.24 Selecting previously unselected package libtool.
09:44:54 [2022-06-21T09:44:54.310Z] #76 61.24 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 61.30 Unpacking libtool (2.4.6-15) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 61.89 Selecting previously unselected package libudev-dev:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 61.91 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 61.92 Unpacking libudev-dev:amd64 (247.3-7) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 62.55 Selecting previously unselected package libyajl2:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 62.55 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 62.55 Unpacking libyajl2:amd64 (2.1.0-3) ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 62.65 Selecting previously unselected package libyajl-dev:amd64.
09:44:54 [2022-06-21T09:44:54.310Z] #76 62.65 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.310Z] #76 62.70 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
09:44:54 [2022-06-21T09:44:54.478Z] #28 27.00 Selecting previously unselected package inetutils-ping.
09:44:54 [2022-06-21T09:44:54.478Z] #28 27.01 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.478Z] #28 27.02 Unpacking inetutils-ping (2:2.0-1) ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.09 Selecting previously unselected package libip4tc2:amd64.
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.09 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.10 Unpacking libip4tc2:amd64 (1.8.7-1) ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.14 Selecting previously unselected package libip6tc2:amd64.
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.15 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.15 Unpacking libip6tc2:amd64 (1.8.7-1) ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.20 Selecting previously unselected package libnfnetlink0:amd64.
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.20 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.21 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.25 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.26 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.26 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:44:54 [2022-06-21T09:44:54.736Z] #28 27.31 Selecting previously unselected package libnftnl11:amd64.
09:44:54 [2022-06-21T09:44:54.877Z] #76 63.14 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:44:54 [2022-06-21T09:44:54.877Z] #76 63.20 Setting up libmagic-mgc (1:5.39-3) ...
09:44:54 [2022-06-21T09:44:54.877Z] #76 63.21 Setting up libyajl2:amd64 (2.1.0-3) ...
09:44:54 [2022-06-21T09:44:54.877Z] #76 ...
09:44:54 [2022-06-21T09:44:54.877Z] 
09:44:54 [2022-06-21T09:44:54.877Z] #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
09:44:54 [2022-06-21T09:44:54.877Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:54 [2022-06-21T09:44:54.877Z] #42 50.71 Building dependency tree...
09:44:54 [2022-06-21T09:44:54.877Z] #42 56.94 The following additional packages will be installed:
09:44:54 [2022-06-21T09:44:54.877Z] #42 56.95   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
09:44:54 [2022-06-21T09:44:54.877Z] #42 56.97 Suggested packages:
09:44:54 [2022-06-21T09:44:54.877Z] #42 56.97   cmake-doc ninja-build lrzip
09:44:54 [2022-06-21T09:44:54.877Z] #42 56.97 Recommended packages:
09:44:54 [2022-06-21T09:44:54.877Z] #42 56.97   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.15 The following NEW packages will be installed:
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.17   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.18   vim-common xxd
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.62 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.62 Need to get 17.7 MB of archives.
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.62 After this operation, 70.7 MB of additional disk space will be used.
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 58.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 59.65 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]
09:44:54 [2022-06-21T09:44:54.877Z] #42 59.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 59.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 59.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 59.76 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 59.80 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
09:44:54 [2022-06-21T09:44:54.877Z] #42 62.07 debconf: delaying package configuration, since apt-utils is not installed
09:44:54 [2022-06-21T09:44:54.877Z] #42 62.64 Fetched 17.7 MB in 2s (9179 kB/s)
09:44:54 [2022-06-21T09:44:54.877Z] #42 62.78 Selecting previously unselected package xxd.
09:44:54 [2022-06-21T09:44:54.877Z] #42 62.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.)
09:44:54 [2022-06-21T09:44:54.877Z] #42 62.96 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.877Z] #42 63.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:44:54 [2022-06-21T09:44:54.877Z] #42 ...
09:44:54 [2022-06-21T09:44:54.877Z] 
09:44:54 [2022-06-21T09:44:54.877Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
09:44:54 [2022-06-21T09:44:54.877Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:54 [2022-06-21T09:44:54.877Z] #76 63.36 Setting up libmagic1:amd64 (1:5.39-3) ...
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.32 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.33 Unpacking libnftnl11:amd64 (1.1.9-1) ...
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.38 Selecting previously unselected package iptables.
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.39 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.39 Unpacking iptables (1.8.7-1) ...
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.53 Selecting previously unselected package libonig5:amd64.
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.54 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ...
09:44:54 [2022-06-21T09:44:54.994Z] #28 27.54 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.41 Setting up file (1:5.39-3) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.44 Setting up bzip2 (1.0.8-4) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.47 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.48 Setting up libcap2:amd64 (1:2.44-1) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.51 Setting up autotools-dev (20180224.1+nmu1) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.53 Setting up libsigsegv2:amd64 (2.13-1) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.59 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:44:55 [2022-06-21T09:44:55.143Z] #76 63.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:44:55 [2022-06-21T09:44:55.184Z] #77 ...
09:44:55 [2022-06-21T09:44:55.184Z] 
09:44:55 [2022-06-21T09:44:55.184Z] #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
09:44:55 [2022-06-21T09:44:55.184Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:44:55 [2022-06-21T09:44:55.184Z] #14 85.13 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
09:44:55 [2022-06-21T09:44:55.184Z] #14 85.13 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
09:44:55 [2022-06-21T09:44:55.184Z] #14 85.13 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.61 Selecting previously unselected package libjq1:amd64.
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.61 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.62 Unpacking libjq1:amd64 (1.6-2.1) ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.67 Selecting previously unselected package jq.
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.68 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.69 Unpacking jq (1.6-2.1) ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.75 Selecting previously unselected package libaio1:amd64.
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.76 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.76 Unpacking libaio1:amd64 (0.3.112-9) ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.80 Selecting previously unselected package libgpm2:amd64.
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.81 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.252Z] #28 27.82 Unpacking libgpm2:amd64 (1.20.7-8) ...
09:44:55 [2022-06-21T09:44:55.402Z] #76 63.71 Setting up patch (2.7.6-7) ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 27.87 Selecting previously unselected package libinih1:amd64.
09:44:55 [2022-06-21T09:44:55.510Z] #28 27.88 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 27.88 Unpacking libinih1:amd64 (53-1+b2) ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 27.93 Selecting previously unselected package libnet1:amd64.
09:44:55 [2022-06-21T09:44:55.510Z] #28 27.93 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 27.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 28.00 Selecting previously unselected package libnl-3-200:amd64.
09:44:55 [2022-06-21T09:44:55.510Z] #28 28.01 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 28.02 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 28.07 Selecting previously unselected package libprotobuf-c1:amd64.
09:44:55 [2022-06-21T09:44:55.510Z] #28 28.07 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.510Z] #28 28.08 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:55 [2022-06-21T09:44:55.757Z] #14 96.25 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
09:44:55 [2022-06-21T09:44:55.757Z] #14 96.25 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
09:44:55 [2022-06-21T09:44:55.757Z] #14 96.27 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.13 Selecting previously unselected package libyajl2:amd64.
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.13 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.14 Unpacking libyajl2:amd64 (2.1.0-3) ...
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.18 Selecting previously unselected package net-tools.
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.18 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.18 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.27 Selecting previously unselected package python-pip-whl.
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.28 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:44:55 [2022-06-21T09:44:55.768Z] #28 28.28 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:44:55 [2022-06-21T09:44:55.968Z] #76 64.45 Setting up libudev-dev:amd64 (247.3-7) ...
09:44:56 [2022-06-21T09:44:56.026Z] #28 28.52 Selecting previously unselected package python3-lib2to3.
09:44:56 [2022-06-21T09:44:56.026Z] #28 28.52 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ...
09:44:56 [2022-06-21T09:44:56.026Z] #28 28.53 Unpacking python3-lib2to3 (3.9.2-1) ...
09:44:56 [2022-06-21T09:44:56.026Z] #28 28.59 Selecting previously unselected package python3-distutils.
09:44:56 [2022-06-21T09:44:56.026Z] #28 28.60 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ...
09:44:56 [2022-06-21T09:44:56.026Z] #28 28.60 Unpacking python3-distutils (3.9.2-1) ...
09:44:56 [2022-06-21T09:44:56.225Z] #76 ...
09:44:56 [2022-06-21T09:44:56.225Z] 
09:44:56 [2022-06-21T09:44:56.225Z] #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
09:44:56 [2022-06-21T09:44:56.225Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589
09:44:56 [2022-06-21T09:44:56.225Z] #57 63.58 v3.0.2
09:44:56 [2022-06-21T09:44:56.225Z] #57 DONE 64.6s
09:44:56 [2022-06-21T09:44:56.225Z] 
09:44:56 [2022-06-21T09:44:56.225Z] #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             ;
09:44:56 [2022-06-21T09:44:56.225Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:56 [2022-06-21T09:44:56.225Z] #76 64.63 Setting up libyajl-dev:amd64 (2.1.0-3) ...
09:44:56 [2022-06-21T09:44:56.225Z] #76 64.64 Setting up libcap-dev:amd64 (1:2.44-1) ...
09:44:56 [2022-06-21T09:44:56.225Z] #76 64.67 Setting up libsystemd-dev:amd64 (247.3-7) ...
09:44:56 [2022-06-21T09:44:56.225Z] #76 64.69 Setting up libtool (2.4.6-15) ...
09:44:56 [2022-06-21T09:44:56.285Z] #28 28.68 Selecting previously unselected package python3-pkg-resources.
09:44:56 [2022-06-21T09:44:56.285Z] #28 28.68 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ...
09:44:56 [2022-06-21T09:44:56.285Z] #28 28.69 Unpacking python3-pkg-resources (52.0.0-4) ...
09:44:56 [2022-06-21T09:44:56.285Z] #28 28.77 Selecting previously unselected package python3-setuptools.
09:44:56 [2022-06-21T09:44:56.285Z] #28 28.77 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ...
09:44:56 [2022-06-21T09:44:56.285Z] #28 28.78 Unpacking python3-setuptools (52.0.0-4) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 64.79 Setting up m4 (1.4.18-5) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 64.82 Setting up dpkg-dev (1.20.10) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 64.89 Setting up autoconf (2.69-14) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 64.92 Setting up build-essential (12.9) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 64.97 Setting up automake (1:1.16.3-2) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 64.98 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:44:56 [2022-06-21T09:44:56.485Z] #76 65.02 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:44:56 [2022-06-21T09:44:56.485Z] #76 ...
09:44:56 [2022-06-21T09:44:56.485Z] 
09:44:56 [2022-06-21T09:44:56.485Z] #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
09:44:56 [2022-06-21T09:44:56.485Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.90 The following additional packages will be installed:
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.92   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.92   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.92   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.92   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.93   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.93   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.95   mingw-w64-common mingw-w64-x86-64-dev
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.95 Suggested packages:
09:44:56 [2022-06-21T09:44:56.485Z] #14 54.99   gcc-10-locales seccomp wine64
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.34 The following NEW packages will be installed:
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.34   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.34   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.34   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.34   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.34   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.35   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.35   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.35   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.35   mingw-w64-x86-64-dev
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.78 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.78 Need to get 115 MB of archives.
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.78 After this operation, 645 MB of additional disk space will be used.
09:44:56 [2022-06-21T09:44:56.485Z] #14 57.78 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]
09:44:56 [2022-06-21T09:44:56.485Z] #14 58.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
09:44:56 [2022-06-21T09:44:56.485Z] #14 58.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
09:44:56 [2022-06-21T09:44:56.485Z] #14 58.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
09:44:56 [2022-06-21T09:44:56.485Z] #14 58.41 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
09:44:56 [2022-06-21T09:44:56.485Z] #14 58.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
09:44:56 [2022-06-21T09:44:56.485Z] #14 58.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
09:44:56 [2022-06-21T09:44:56.485Z] #14 59.21 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]
09:44:56 [2022-06-21T09:44:56.485Z] #14 59.22 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]
09:44:56 [2022-06-21T09:44:56.485Z] #14 60.42 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]
09:44:56 [2022-06-21T09:44:56.485Z] #14 63.15 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]
09:44:56 [2022-06-21T09:44:56.485Z] #14 64.18 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]
09:44:56 [2022-06-21T09:44:56.548Z] #28 28.91 Selecting previously unselected package python3-wheel.
09:44:56 [2022-06-21T09:44:56.548Z] #28 28.92 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ...
09:44:56 [2022-06-21T09:44:56.548Z] #28 28.92 Unpacking python3-wheel (0.34.2-1) ...
09:44:56 [2022-06-21T09:44:56.548Z] #28 28.97 Selecting previously unselected package python3-pip.
09:44:56 [2022-06-21T09:44:56.548Z] #28 28.98 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:44:56 [2022-06-21T09:44:56.548Z] #28 28.98 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:44:56 [2022-06-21T09:44:56.548Z] #28 29.11 Selecting previously unselected package sudo.
09:44:56 [2022-06-21T09:44:56.548Z] #28 29.12 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ...
09:44:56 [2022-06-21T09:44:56.548Z] #28 29.12 Unpacking sudo (1.9.5p2-3) ...
09:44:56 [2022-06-21T09:44:56.742Z] #14 ...
09:44:56 [2022-06-21T09:44:56.742Z] 
09:44:56 [2022-06-21T09:44:56.742Z] #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
09:44:56 [2022-06-21T09:44:56.742Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:44:56 [2022-06-21T09:44:56.742Z] #42 64.35 Selecting previously unselected package vim-common.
09:44:56 [2022-06-21T09:44:56.742Z] #42 64.35 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:44:56 [2022-06-21T09:44:56.742Z] #42 64.38 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:44:56 [2022-06-21T09:44:56.742Z] #42 64.98 Selecting previously unselected package cmake-data.
09:44:56 [2022-06-21T09:44:56.742Z] #42 64.98 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:44:56 [2022-06-21T09:44:56.742Z] #42 64.99 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.41 Selecting previously unselected package thin-provisioning-tools.
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.42 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ...
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.42 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.53 Selecting previously unselected package uidmap.
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.53 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ...
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.54 Unpacking uidmap (1:4.8.1-1) ...
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.61 Selecting previously unselected package vim-runtime.
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.62 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.64 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.67 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:44:57 [2022-06-21T09:44:57.114Z] #28 29.67 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:44:57 [2022-06-21T09:44:57.255Z] #77 ...
09:44:57 [2022-06-21T09:44:57.255Z] 
09:44:57 [2022-06-21T09:44:57.255Z] #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
09:44:57 [2022-06-21T09:44:57.255Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:57 [2022-06-21T09:44:57.255Z] #14 95.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
09:44:57 [2022-06-21T09:44:57.255Z] #14 95.05 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
09:44:57 [2022-06-21T09:44:57.255Z] #14 95.05 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:44:57 [2022-06-21T09:44:57.307Z] #42 ...
09:44:57 [2022-06-21T09:44:57.307Z] 
09:44:57 [2022-06-21T09:44:57.307Z] #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
09:44:57 [2022-06-21T09:44:57.307Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:57 [2022-06-21T09:44:57.307Z] #51 52.78 Building dependency tree...
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.40 The following additional packages will be installed:
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.41   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.42   python3-protobuf python3-six
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.45 Suggested packages:
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.46   python3-setuptools
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.46 Recommended packages:
09:44:57 [2022-06-21T09:44:57.307Z] #51 59.46   iproute2 | iproute
09:44:57 [2022-06-21T09:44:57.307Z] #51 60.60 The following NEW packages will be installed:
09:44:57 [2022-06-21T09:44:57.307Z] #51 60.60   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:44:57 [2022-06-21T09:44:57.307Z] #51 60.61   python3-protobuf python3-six
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.22 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.22 Need to get 2314 kB of archives.
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.22 After this operation, 11.1 MB of additional disk space will be used.
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.34 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 61.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 63.99 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17-1 [683 kB]
09:44:57 [2022-06-21T09:44:57.307Z] #51 ...
09:44:57 [2022-06-21T09:44:57.307Z] 
09:44:57 [2022-06-21T09:44:57.307Z] #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
09:44:57 [2022-06-21T09:44:57.307Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:44:57 [2022-06-21T09:44:57.307Z] #14 65.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]
09:44:57 [2022-06-21T09:44:57.565Z] #14 ...
09:44:57 [2022-06-21T09:44:57.565Z] 
09:44:57 [2022-06-21T09:44:57.565Z] #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             ;
09:44:57 [2022-06-21T09:44:57.565Z] #76 sha256:041fcf6c9999b36d35e283141b0140b0a18dbd5751e297598a71ec64c48611fe
09:44:57 [2022-06-21T09:44:57.565Z] #76 DONE 65.9s
09:44:57 [2022-06-21T09:44:57.565Z] 
09:44:57 [2022-06-21T09:44:57.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
09:44:57 [2022-06-21T09:44:57.565Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:44:58 [2022-06-21T09:44:58.135Z] #77 ...
09:44:58 [2022-06-21T09:44:58.135Z] 
09:44:58 [2022-06-21T09:44:58.135Z] #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
09:44:58 [2022-06-21T09:44:58.135Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:44:58 [2022-06-21T09:44:58.135Z] #55 56.53 go: downloading github.com/mattn/go-colorable v0.1.12
09:44:58 [2022-06-21T09:44:58.135Z] #55 56.53 go: downloading github.com/mattn/go-isatty v0.0.14
09:44:58 [2022-06-21T09:44:58.135Z] #55 56.64 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
09:44:58 [2022-06-21T09:44:58.135Z] #55 56.74 go: downloading github.com/go-critic/go-critic v0.6.2
09:44:58 [2022-06-21T09:44:58.135Z] #55 59.06 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:44:58 [2022-06-21T09:44:58.135Z] #55 59.21 go: downloading github.com/hashicorp/go-multierror v1.1.1
09:44:58 [2022-06-21T09:44:58.135Z] #55 65.05 go: downloading github.com/sirupsen/logrus v1.8.1
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.06 go: downloading github.com/stretchr/testify v1.7.0
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.44 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.44 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.68 go: downloading github.com/fsnotify/fsnotify v1.5.1
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.77 go: downloading github.com/magiconair/properties v1.8.5
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.82 go: downloading github.com/mitchellh/mapstructure v1.4.3
09:44:58 [2022-06-21T09:44:58.136Z] #55 65.89 go: downloading github.com/spf13/afero v1.6.0
09:44:58 [2022-06-21T09:44:58.136Z] #55 66.03 go: downloading github.com/spf13/cast v1.4.1
09:44:58 [2022-06-21T09:44:58.136Z] #55 66.11 go: downloading github.com/spf13/jwalterweatherman v1.1.0
09:44:58 [2022-06-21T09:44:58.136Z] #55 66.14 go: downloading github.com/subosito/gotenv v1.2.0
09:44:58 [2022-06-21T09:44:58.136Z] #55 66.28 go: downloading gopkg.in/ini.v1 v1.66.2
09:44:58 [2022-06-21T09:44:58.136Z] #55 66.40 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
09:44:58 [2022-06-21T09:44:58.393Z] #55 66.76 go: downloading github.com/go-toolsmith/astcast v1.0.0
09:44:58 [2022-06-21T09:44:58.393Z] #55 66.81 go: downloading github.com/go-toolsmith/astcopy v1.0.0
09:44:58 [2022-06-21T09:44:58.393Z] #55 66.85 go: downloading github.com/go-toolsmith/astequal v1.0.1
09:44:58 [2022-06-21T09:44:58.393Z] #55 66.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0
09:44:58 [2022-06-21T09:44:58.393Z] #55 66.90 go: downloading github.com/go-toolsmith/astp v1.0.0
09:44:58 [2022-06-21T09:44:58.393Z] #55 ...
09:44:58 [2022-06-21T09:44:58.393Z] 
09:44:58 [2022-06-21T09:44:58.393Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
09:44:58 [2022-06-21T09:44:58.393Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:44:58 [2022-06-21T09:44:58.393Z] #51 66.56 debconf: delaying package configuration, since apt-utils is not installed
09:44:58 [2022-06-21T09:44:58.488Z] #28 30.87 Selecting previously unselected package vim.
09:44:58 [2022-06-21T09:44:58.488Z] #28 30.87 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:44:58 [2022-06-21T09:44:58.488Z] #28 30.88 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:44:58 [2022-06-21T09:44:58.746Z] #28 31.13 Selecting previously unselected package xfsprogs.
09:44:58 [2022-06-21T09:44:58.746Z] #28 31.14 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ...
09:44:58 [2022-06-21T09:44:58.746Z] #28 31.15 Unpacking xfsprogs (5.10.0-4) ...
09:44:58 [2022-06-21T09:44:58.746Z] #28 31.34 Selecting previously unselected package zip.
09:44:58 [2022-06-21T09:44:58.746Z] #28 31.35 Preparing to unpack .../43-zip_3.0-12_amd64.deb ...
09:44:58 [2022-06-21T09:44:58.746Z] #28 31.36 Unpacking zip (3.0-12) ...
09:44:58 [2022-06-21T09:44:58.956Z] #51 66.96 Fetched 2314 kB in 4s (634 kB/s)
09:44:59 [2022-06-21T09:44:59.005Z] #28 31.43 Selecting previously unselected package zstd.
09:44:59 [2022-06-21T09:44:59.005Z] #28 31.43 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ...
09:44:59 [2022-06-21T09:44:59.005Z] #28 31.44 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:44:59 [2022-06-21T09:44:59.263Z] #28 31.62 Setting up python3-pkg-resources (52.0.0-4) ...
09:44:59 [2022-06-21T09:44:59.521Z] #51 67.53 Selecting previously unselected package libprotobuf23:amd64.
09:44:59 [2022-06-21T09:44:59.522Z] #28 32.12 Setting up libip4tc2:amd64 (1.8.7-1) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.13 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.15 Setting up libgpm2:amd64 (1.20.7-8) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.17 Setting up libip6tc2:amd64 (1.8.7-1) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.18 Setting up libinih1:amd64 (53-1+b2) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.20 Setting up uidmap (1:4.8.1-1) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.21 Setting up libyajl2:amd64 (2.1.0-3) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.24 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:44:59 [2022-06-21T09:44:59.781Z] #28 32.25 Setting up python3-wheel (0.34.2-1) ...
09:44:59 [2022-06-21T09:44:59.781Z] #51 67.53 (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.)
09:44:59 [2022-06-21T09:44:59.781Z] #51 67.66 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
09:44:59 [2022-06-21T09:44:59.781Z] #51 67.67 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
09:44:59 [2022-06-21T09:44:59.968Z] #14 ...
09:44:59 [2022-06-21T09:44:59.968Z] 
09:44:59 [2022-06-21T09:44:59.968Z] #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
09:44:59 [2022-06-21T09:44:59.968Z] #67 sha256:563bdee9f82d9ac04b008dd12587093d87aa71b1b94aef36d2d68aff6d6fa7ac
09:44:59 [2022-06-21T09:44:59.968Z] #67 99.99 + for f in rootlesskit rootlesskit-docker-proxy
09:44:59 [2022-06-21T09:44:59.968Z] #67 99.99 + GOBIN=/build
09:44:59 [2022-06-21T09:44:59.968Z] #67 99.99 + GO111MODULE=on
09:44:59 [2022-06-21T09:44:59.968Z] #67 99.99 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
09:45:00 [2022-06-21T09:45:00.040Z] #28 32.53 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:45:00 [2022-06-21T09:45:00.040Z] #28 32.54 Setting up libcap2:amd64 (1:2.44-1) ...
09:45:00 [2022-06-21T09:45:00.040Z] #28 32.55 Setting up libcap2-bin (1:2.44-1) ...
09:45:00 [2022-06-21T09:45:00.040Z] #28 32.56 Setting up apparmor (2.13.6-10) ...
09:45:00 [2022-06-21T09:45:00.399Z] #51 ...
09:45:00 [2022-06-21T09:45:00.399Z] 
09:45:00 [2022-06-21T09:45:00.399Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
09:45:00 [2022-06-21T09:45:00.399Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.51 NAME:
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    go-winres - A tool for embedding resources in Windows executables
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52 
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52 USAGE:
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    go-winres [global options] command [command options] [arguments...]
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52 
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52 COMMANDS:
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    init     Create an initial ./winres/winres.json
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    make     Make syso files for the "go build" command
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    simply   Make syso files for the "go build" command (simplified)
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    extract  Extract all resources from an executable
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    patch    Replace resources in an executable file (exe, dll)
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    help, h  Shows a list of commands or help for one command
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52 
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52 GLOBAL OPTIONS:
09:45:00 [2022-06-21T09:45:00.399Z] #40 68.52    --help, -h  show help (default: false)
09:45:00 [2022-06-21T09:45:00.399Z] #40 DONE 68.8s
09:45:00 [2022-06-21T09:45:00.670Z] 
09:45:00 [2022-06-21T09:45:00.670Z] #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
09:45:00 [2022-06-21T09:45:00.670Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:00 [2022-06-21T09:45:00.670Z] #14 67.79 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]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.81 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]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.81 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.81 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.85 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]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 68.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 69.02 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 69.02 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 69.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
09:45:00 [2022-06-21T09:45:00.670Z] #14 69.09 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
09:45:00 [2022-06-21T09:45:00.931Z] #14 69.17 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
09:45:00 [2022-06-21T09:45:00.931Z] #14 69.17 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
09:45:00 [2022-06-21T09:45:00.931Z] #14 69.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
09:45:00 [2022-06-21T09:45:00.976Z] #28 33.53 Setting up zip (3.0-12) ...
09:45:01 [2022-06-21T09:45:01.235Z] #28 33.54 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:45:01 [2022-06-21T09:45:01.235Z] #28 33.56 Setting up bash-completion (1:2.11-2) ...
09:45:02 [2022-06-21T09:45:02.169Z] #28 34.61 Setting up libmnl0:amd64 (1.0.4-3) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.62 Setting up sudo (1.9.5p2-3) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.67 invoke-rc.d: could not determine current runlevel
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.68 invoke-rc.d: policy-rc.d denied execution of start.
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.69 Setting up xfsprogs (5.10.0-4) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.70 Setting up libxtables12:amd64 (1.8.7-1) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.71 Setting up inetutils-ping (2:2.0-1) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.72 Setting up pigz (2.6-1) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.74 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:45:02 [2022-06-21T09:45:02.170Z] #28 34.78 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:45:02 [2022-06-21T09:45:02.430Z] #28 34.80 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:45:02 [2022-06-21T09:45:02.430Z] #28 34.81 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:45:02 [2022-06-21T09:45:02.533Z] #14 ...
09:45:02 [2022-06-21T09:45:02.533Z] 
09:45:02 [2022-06-21T09:45:02.533Z] #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
09:45:02 [2022-06-21T09:45:02.533Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:02 [2022-06-21T09:45:02.533Z] #77 47.48 libtoolize: putting auxiliary files in '.'.
09:45:02 [2022-06-21T09:45:02.533Z] #77 47.48 libtoolize: copying file './ltmain.sh'
09:45:02 [2022-06-21T09:45:02.688Z] #28 35.20 Setting up libaio1:amd64 (0.3.112-9) ...
09:45:02 [2022-06-21T09:45:02.689Z] #28 35.21 Setting up python3-lib2to3 (3.9.2-1) ...
09:45:02 [2022-06-21T09:45:02.947Z] #28 35.41 Setting up libelf1:amd64 (0.183-1) ...
09:45:02 [2022-06-21T09:45:02.947Z] #28 35.42 Setting up zstd (1.4.8+dfsg-2.1) ...
09:45:02 [2022-06-21T09:45:02.947Z] #28 35.43 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:45:02 [2022-06-21T09:45:02.947Z] #28 35.44 Setting up python3-distutils (3.9.2-1) ...
09:45:03 [2022-06-21T09:45:03.103Z] #77 48.25 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:45:03 [2022-06-21T09:45:03.103Z] #77 48.26 libtoolize: and rerunning libtoolize and aclocal.
09:45:03 [2022-06-21T09:45:03.103Z] #77 48.26 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.66 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:45:03 [2022-06-21T09:45:03.206Z] #28 35.74 Setting up python3-setuptools (52.0.0-4) ...
09:45:03 [2022-06-21T09:45:03.457Z] #14 71.73 debconf: delaying package configuration, since apt-utils is not installed
09:45:03 [2022-06-21T09:45:03.724Z] #14 72.04 Fetched 115 MB in 12s (9696 kB/s)
09:45:03 [2022-06-21T09:45:03.724Z] #14 72.20 Selecting previously unselected package binutils-mingw-w64-i686.
09:45:03 [2022-06-21T09:45:03.982Z] #14 72.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
09:45:03 [2022-06-21T09:45:03.982Z] #14 72.27 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
09:45:03 [2022-06-21T09:45:03.982Z] #14 72.30 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:45:04 [2022-06-21T09:45:04.032Z] #28 36.36 Setting up libjq1:amd64 (1.6-2.1) ...
09:45:04 [2022-06-21T09:45:04.032Z] #28 36.37 Setting up libnftnl11:amd64 (1.1.9-1) ...
09:45:04 [2022-06-21T09:45:04.032Z] #28 36.38 Setting up thin-provisioning-tools (0.9.0-1) ...
09:45:04 [2022-06-21T09:45:04.032Z] #28 36.40 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.92 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.94 Setting up jq (1.6-2.1) ...
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.95 Setting up libbpf0:amd64 (1:0.3-2) ...
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.96 Setting up iptables (1.8.7-1) ...
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:45:04 [2022-06-21T09:45:04.551Z] #28 36.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:45:04 [2022-06-21T09:45:04.551Z] #28 37.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:45:04 [2022-06-21T09:45:04.551Z] #28 37.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:45:04 [2022-06-21T09:45:04.551Z] #28 37.01 Setting up iproute2 (5.10.0-4) ...
09:45:04 [2022-06-21T09:45:04.809Z] #28 37.22 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:45:04 [2022-06-21T09:45:04.912Z] #14 ...
09:45:04 [2022-06-21T09:45:04.912Z] 
09:45:04 [2022-06-21T09:45:04.912Z] #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
09:45:04 [2022-06-21T09:45:04.912Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:45:04 [2022-06-21T09:45:04.912Z] #34 71.83 Updating files:  87% (1336/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.
09:45:04 [2022-06-21T09:45:04.912Z] #34 72.43 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
09:45:04 [2022-06-21T09:45:04.912Z] #34 72.71 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
09:45:05 [2022-06-21T09:45:05.278Z] #67 ...
09:45:05 [2022-06-21T09:45:05.278Z] 
09:45:05 [2022-06-21T09:45:05.278Z] #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
09:45:05 [2022-06-21T09:45:05.278Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:45:05 [2022-06-21T09:45:05.278Z] #14 101.7 Selecting previously unselected package g++-mingw-w64-x86-64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 101.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 101.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 101.9 Selecting previously unselected package libapparmor1:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 101.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 101.9 Unpacking libapparmor1:arm64 (2.13.6-10) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.1 Selecting previously unselected package libapparmor-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.1 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.1 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.2 Selecting previously unselected package libbtrfs0:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.2 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.3 Selecting previously unselected package libbtrfs-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.4 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.6 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.6 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.6 Selecting previously unselected package libudev-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.6 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.7 Unpacking libudev-dev:arm64 (247.3-7) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.8 Selecting previously unselected package libsepol1-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 102.8 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.1 Selecting previously unselected package libpcre2-16-0:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.1 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.3 Selecting previously unselected package libpcre2-32-0:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.3 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.4 Selecting previously unselected package libpcre2-posix2:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.5 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.6 Selecting previously unselected package libpcre2-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 103.6 Unpacking libpcre2-dev:arm64 (10.36-2) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.0 Selecting previously unselected package libselinux1-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.0 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.2 Selecting previously unselected package libdevmapper-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.3 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.3 Selecting previously unselected package libseccomp-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 104.3 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 105.0 Selecting previously unselected package libsystemd-dev:arm64.
09:45:05 [2022-06-21T09:45:05.278Z] #14 105.0 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 105.1 Unpacking libsystemd-dev:arm64 (247.3-7) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 105.8 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:45:05 [2022-06-21T09:45:05.278Z] #14 105.9 Setting up libapparmor1:arm64 (2.13.6-10) ...
09:45:05 [2022-06-21T09:45:05.637Z] #14 105.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:45:05 [2022-06-21T09:45:05.637Z] #14 105.9 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:45:05 [2022-06-21T09:45:05.637Z] #14 106.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:45:05 [2022-06-21T09:45:05.745Z] #28 DONE 38.1s
09:45:05 [2022-06-21T09:45:05.745Z] 
09:45:05 [2022-06-21T09:45:05.745Z] #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
09:45:05 [2022-06-21T09:45:05.746Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:45:05 [2022-06-21T09:45:05.746Z] #71 ...
09:45:05 [2022-06-21T09:45:05.746Z] 
09:45:05 [2022-06-21T09:45:05.746Z] #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
09:45:05 [2022-06-21T09:45:05.746Z] #29 sha256:11a0f70fafb5fe8959db653594217f6dcc714ad0b60aed7e002ba1684a040dac
09:45:05 [2022-06-21T09:45:05.898Z] #14 106.3 Setting up libpcre2-16-0:arm64 (10.36-2) ...
09:45:06 [2022-06-21T09:45:06.238Z] #14 106.6 Setting up libbtrfs0:arm64 (5.10.1-2) ...
09:45:06 [2022-06-21T09:45:06.313Z] #29 0.809 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:45:06 [2022-06-21T09:45:06.313Z] #29 0.813 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:45:06 [2022-06-21T09:45:06.313Z] #29 0.816 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:45:06 [2022-06-21T09:45:06.313Z] #29 DONE 0.9s
09:45:06 [2022-06-21T09:45:06.313Z] 
09:45:06 [2022-06-21T09:45:06.313Z] #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
09:45:06 [2022-06-21T09:45:06.313Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:45:06 [2022-06-21T09:45:06.572Z] #71 ...
09:45:06 [2022-06-21T09:45:06.572Z] 
09:45:06 [2022-06-21T09:45:06.572Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
09:45:06 [2022-06-21T09:45:06.572Z] #30 sha256:b76d58e034879cc584bc1d78c1b6bf8abb2a156155bca756fddb0675ea98f044
09:45:06 [2022-06-21T09:45:06.676Z] #14 106.7 Setting up libpcre2-32-0:arm64 (10.36-2) ...
09:45:06 [2022-06-21T09:45:06.676Z] #14 106.8 Setting up libudev-dev:arm64 (247.3-7) ...
09:45:07 [2022-06-21T09:45:07.117Z] #14 107.4 Setting up libpcre2-posix2:arm64 (10.36-2) ...
09:45:07 [2022-06-21T09:45:07.516Z] #14 107.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:45:07 [2022-06-21T09:45:07.780Z] #14 108.0 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
09:45:08 [2022-06-21T09:45:08.041Z] #14 108.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:45:08 [2022-06-21T09:45:08.379Z] #14 108.7 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
09:45:08 [2022-06-21T09:45:08.379Z] #14 108.7 Setting up mingw-w64-common (8.0.0-1) ...
09:45:08 [2022-06-21T09:45:08.379Z] #14 108.9 Setting up libsystemd-dev:arm64 (247.3-7) ...
09:45:08 [2022-06-21T09:45:08.382Z] #77 ...
09:45:08 [2022-06-21T09:45:08.382Z] 
09:45:08 [2022-06-21T09:45:08.382Z] #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
09:45:08 [2022-06-21T09:45:08.382Z] #64 sha256:20127a3007227cf0cd4e21c8c6ebea958790ad0a52b3c6b964377304bb3e8e48
09:45:08 [2022-06-21T09:45:08.382Z] #64 51.18 Updating files:  46% (2221/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:  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:  84% (4019/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.
09:45:08 [2022-06-21T09:45:08.382Z] #64 52.77 + cd /tmp/tmp.ZiPRXe2UzM/src/github.com/containerd/containerd
09:45:08 [2022-06-21T09:45:08.382Z] #64 52.77 + git checkout -q v1.6.6
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.08 + export 'BUILDTAGS=netgo osusergo static_build'
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.08 + BUILDTAGS='netgo osusergo static_build'
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.09 + export EXTRA_FLAGS=-buildmode=pie
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.09 + EXTRA_FLAGS=-buildmode=pie
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.09 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.09 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.09 + '[' '' = dynamic ']'
09:45:08 [2022-06-21T09:45:08.382Z] #64 55.09 + make
09:45:08 [2022-06-21T09:45:08.382Z] #64 56.82 + bin/ctr
09:45:09 [2022-06-21T09:45:09.080Z] #14 109.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
09:45:09 [2022-06-21T09:45:09.080Z] #14 109.4 Setting up libpcre2-dev:arm64 (10.36-2) ...
09:45:09 [2022-06-21T09:45:09.090Z] #34 ...
09:45:09 [2022-06-21T09:45:09.090Z] 
09:45:09 [2022-06-21T09:45:09.090Z] #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
09:45:09 [2022-06-21T09:45:09.090Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:45:09 [2022-06-21T09:45:09.090Z] #55 67.00 go: downloading github.com/go-toolsmith/strparse v1.0.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 67.07 go: downloading github.com/go-toolsmith/typep v1.0.2
09:45:09 [2022-06-21T09:45:09.090Z] #55 67.16 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
09:45:09 [2022-06-21T09:45:09.090Z] #55 68.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
09:45:09 [2022-06-21T09:45:09.090Z] #55 68.87 go: downloading github.com/hashicorp/errwrap v1.0.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 68.98 go: downloading 4d63.com/gochecknoglobals v0.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 69.24 go: downloading github.com/Antonboom/errname v0.1.5
09:45:09 [2022-06-21T09:45:09.090Z] #55 69.36 go: downloading github.com/Antonboom/nilnil v0.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 69.40 go: downloading github.com/BurntSushi/toml v1.0.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 70.95 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.08 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.09 go: downloading github.com/alexkohler/prealloc v1.0.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.11 go: downloading github.com/ashanbrown/forbidigo v1.3.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.17 go: downloading github.com/ashanbrown/makezero v1.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.23 go: downloading github.com/bkielbasa/cyclop v1.2.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.30 go: downloading github.com/blizzy78/varnamelen v0.5.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.54 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.65 go: downloading github.com/breml/bidichk v0.2.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.75 go: downloading github.com/breml/errchkjson v0.2.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.83 go: downloading github.com/butuzov/ireturn v0.1.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.92 go: downloading github.com/charithe/durationcheck v0.0.9
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.93 go: downloading github.com/daixiang0/gci v0.2.9
09:45:09 [2022-06-21T09:45:09.090Z] #55 71.95 go: downloading github.com/denis-tingajkin/go-header v0.4.2
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.00 go: downloading github.com/esimonov/ifshort v1.0.4
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.01 go: downloading github.com/fzipp/gocyclo v0.4.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.38 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.91 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:45:09 [2022-06-21T09:45:09.090Z] #55 72.96 go: downloading github.com/golangci/misspell v0.3.5
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.15 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.18 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.21 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.24 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.30 go: downloading github.com/jgautheron/goconst v1.5.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.37 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.43 go: downloading github.com/julz/importas v0.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.55 go: downloading github.com/kisielk/errcheck v1.6.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.63 go: downloading github.com/kulti/thelper v0.5.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.79 go: downloading github.com/kunwardeep/paralleltest v1.0.3
09:45:09 [2022-06-21T09:45:09.090Z] #55 73.83 go: downloading github.com/kyoh86/exportloopref v0.1.8
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.02 go: downloading github.com/ldez/gomoddirectives v0.2.2
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.03 go: downloading github.com/ldez/tagliatelle v0.3.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.11 go: downloading github.com/leonklingele/grouper v1.1.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.23 go: downloading github.com/maratori/testpackage v1.0.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.26 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.31 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.34 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
09:45:09 [2022-06-21T09:45:09.090Z] #55 74.37 go: downloading github.com/mgechev/revive v1.1.3
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.30 go: downloading github.com/moricho/tparallel v0.2.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.30 go: downloading github.com/nakabonne/nestif v0.3.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.36 go: downloading github.com/nishanths/exhaustive v0.7.11
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.43 go: downloading github.com/nishanths/predeclared v0.2.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.52 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.55 go: downloading github.com/ryancurrah/gomodguard v1.2.3
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.62 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.62 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.65 go: downloading github.com/securego/gosec/v2 v2.9.6
09:45:09 [2022-06-21T09:45:09.090Z] #55 75.99 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.03 go: downloading github.com/sivchari/containedctx v1.0.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.05 go: downloading github.com/sivchari/tenv v1.4.7
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.13 go: downloading github.com/sonatard/noctx v0.0.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.14 go: downloading github.com/sourcegraph/go-diff v0.6.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.17 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.20 go: downloading github.com/sylvia7788/contextcheck v1.0.4
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.30 go: downloading github.com/tdakkota/asciicheck v0.1.1
09:45:09 [2022-06-21T09:45:09.090Z] #55 76.33 go: downloading github.com/tetafro/godot v1.4.11
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.44 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.49 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.60 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.91 go: downloading github.com/ultraware/funlen v0.0.3
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.92 go: downloading github.com/ultraware/whitespace v0.0.4
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.94 go: downloading github.com/uudashr/gocognit v1.0.5
09:45:09 [2022-06-21T09:45:09.091Z] #55 76.97 go: downloading github.com/yagipy/maintidx v1.0.0
09:45:09 [2022-06-21T09:45:09.091Z] #55 77.00 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
09:45:09 [2022-06-21T09:45:09.091Z] #55 77.35 go: downloading gitlab.com/bosi/decorder v0.2.1
09:45:09 [2022-06-21T09:45:09.347Z] #55 77.54 go: downloading honnef.co/go/tools v0.2.2
09:45:09 [2022-06-21T09:45:09.347Z] #55 ...
09:45:09 [2022-06-21T09:45:09.347Z] 
09:45:09 [2022-06-21T09:45:09.347Z] #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
09:45:09 [2022-06-21T09:45:09.347Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:09 [2022-06-21T09:45:09.347Z] #77 1.771 Cloning into '/tmp/crun-build'...
09:45:09 [2022-06-21T09:45:09.604Z] #77 ...
09:45:09 [2022-06-21T09:45:09.604Z] 
09:45:09 [2022-06-21T09:45:09.604Z] #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
09:45:09 [2022-06-21T09:45:09.604Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:45:09 [2022-06-21T09:45:09.604Z] #51 69.59 Selecting previously unselected package python3-pkg-resources.
09:45:09 [2022-06-21T09:45:09.604Z] #51 69.59 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 69.59 Unpacking python3-pkg-resources (52.0.0-4) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 70.10 Selecting previously unselected package python3-six.
09:45:09 [2022-06-21T09:45:09.604Z] #51 70.10 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 70.13 Unpacking python3-six (1.16.0-2) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 70.35 Selecting previously unselected package python3-protobuf.
09:45:09 [2022-06-21T09:45:09.604Z] #51 70.36 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 70.37 Unpacking python3-protobuf (3.12.4-1) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.36 Selecting previously unselected package libnet1:amd64.
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.36 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.65 Selecting previously unselected package libnl-3-200:amd64.
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.66 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.95 Selecting previously unselected package libprotobuf-c1:amd64.
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.96 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 71.98 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 72.14 Selecting previously unselected package criu.
09:45:09 [2022-06-21T09:45:09.604Z] #51 72.14 Preparing to unpack .../7-criu_3.17-1_amd64.deb ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 72.16 Unpacking criu (3.17-1) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 73.91 Setting up python3-pkg-resources (52.0.0-4) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 76.35 Setting up libprotobuf23:amd64 (3.12.4-1) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 76.37 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 76.42 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:45:09 [2022-06-21T09:45:09.604Z] #51 76.47 Setting up python3-six (1.16.0-2) ...
09:45:09 [2022-06-21T09:45:09.651Z] #14 110.1 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:45:09 [2022-06-21T09:45:09.652Z] #14 110.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:45:09 [2022-06-21T09:45:09.862Z] #51 ...
09:45:09 [2022-06-21T09:45:09.862Z] 
09:45:09 [2022-06-21T09:45:09.862Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:45:09 [2022-06-21T09:45:09.862Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:09 [2022-06-21T09:45:09.862Z] #77 12.32 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:45:09 [2022-06-21T09:45:09.862Z] #77 12.36 Cloning into '/tmp/crun-build/libocispec'...
09:45:09 [2022-06-21T09:45:09.912Z] #14 110.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:45:09 [2022-06-21T09:45:09.912Z] #14 110.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
09:45:09 [2022-06-21T09:45:09.912Z] #14 110.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:45:09 [2022-06-21T09:45:09.912Z] #14 110.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:45:10 [2022-06-21T09:45:10.173Z] #14 110.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
09:45:10 [2022-06-21T09:45:10.173Z] #14 110.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.8 update-alternatives: #14 ...
09:45:10 [2022-06-21T09:45:10.434Z] 
09:45:10 [2022-06-21T09:45:10.434Z] #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
09:45:10 [2022-06-21T09:45:10.434Z] #67 sha256:563bdee9f82d9ac04b008dd12587093d87aa71b1b94aef36d2d68aff6d6fa7ac
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4 rootlesskit version 1.0.0
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4 Usage of /build/rootlesskit-docker-proxy:
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4   -container-ip string
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4     	container ip
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4   -container-port int
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4     	container port (default -1)
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4   -host-ip string
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4     	host ip
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4   -host-port int
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4     	host port (default -1)
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4   -proto string
09:45:10 [2022-06-21T09:45:10.434Z] #67 105.4     	proxy protocol (default "tcp")
09:45:10 [2022-06-21T09:45:10.434Z] #67 DONE 110.4s
09:45:10 [2022-06-21T09:45:10.434Z] 
09:45:10 [2022-06-21T09:45:10.434Z] #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
09:45:10 [2022-06-21T09:45:10.434Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.8 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
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.9 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.9 Setting up dmsetup (2:1.02.175-2.1) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 ...
09:45:10 [2022-06-21T09:45:10.434Z] 
09:45:10 [2022-06-21T09:45:10.434Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
09:45:10 [2022-06-21T09:45:10.434Z] #68 sha256:fdc67143095a082fd76cf36c5cbff4e7abacbb01bda3c7869c35d1d5dcbed6dd
09:45:10 [2022-06-21T09:45:10.434Z] #68 DONE 0.1s
09:45:10 [2022-06-21T09:45:10.434Z] 
09:45:10 [2022-06-21T09:45:10.434Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:45:10 [2022-06-21T09:45:10.434Z] #69 sha256:770545a361cc246b7dcf92d651bc8b386472a6545f7416c728a9f6cc9cb9552d
09:45:10 [2022-06-21T09:45:10.434Z] #69 DONE 0.1s
09:45:10 [2022-06-21T09:45:10.434Z] 
09:45:10 [2022-06-21T09:45:10.434Z] #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
09:45:10 [2022-06-21T09:45:10.434Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.9 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 110.9 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:45:10 [2022-06-21T09:45:10.434Z] #14 111.0 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:45:11 [2022-06-21T09:45:11.005Z] #14 DONE 111.5s
09:45:11 [2022-06-21T09:45:11.005Z] 
09:45:11 [2022-06-21T09:45:11.005Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:45:11 [2022-06-21T09:45:11.005Z] #59 sha256:778318418eee974c29c4cfcb57b7f70698a5dfb5947e5347cda821db7e30063b
09:45:11 [2022-06-21T09:45:11.267Z] #59 DONE 0.2s
09:45:11 [2022-06-21T09:45:11.267Z] 
09:45:11 [2022-06-21T09:45:11.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
09:45:11 [2022-06-21T09:45:11.267Z] #60 sha256:ad6cd91117d7efe57b05b878deec87cc060f06caba46953c49f3a3401b4811a0
09:45:12 [2022-06-21T09:45:12.212Z] #60 1.028 + RM_GOPATH=0
09:45:12 [2022-06-21T09:45:12.212Z] #60 1.028 + TMP_GOPATH=
09:45:12 [2022-06-21T09:45:12.212Z] #60 1.028 + : /build
09:45:12 [2022-06-21T09:45:12.384Z] #77 14.73 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
09:45:12 [2022-06-21T09:45:12.384Z] #77 14.74 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:45:12 [2022-06-21T09:45:12.384Z] #77 14.74 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:45:12 [2022-06-21T09:45:12.384Z] #77 14.74 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:45:12 [2022-06-21T09:45:12.384Z] #77 14.75 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:45:12 [2022-06-21T09:45:12.480Z] #60 ...
09:45:12 [2022-06-21T09:45:12.480Z] 
09:45:12 [2022-06-21T09:45:12.480Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
09:45:12 [2022-06-21T09:45:12.480Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02
09:45:12 [2022-06-21T09:45:12.480Z] #15 DONE 1.3s
09:45:12 [2022-06-21T09:45:12.480Z] 
09:45:12 [2022-06-21T09:45:12.480Z] #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
09:45:12 [2022-06-21T09:45:12.480Z] #60 sha256:ad6cd91117d7efe57b05b878deec87cc060f06caba46953c49f3a3401b4811a0
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.029 + '[' -z '' ']'
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.030 ++ mktemp -d
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.033 + export GOPATH=/tmp/tmp.elTeHWvgAH
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.033 + GOPATH=/tmp/tmp.elTeHWvgAH
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.033 + RM_GOPATH=1
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.033 + case "$(go env GOARCH)" in
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.034 ++ go env GOARCH
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.045 + export GO_BUILDMODE=-buildmode=pie
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.045 + GO_BUILDMODE=-buildmode=pie
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.046 ++ dirname /install.sh
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + dir=/
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + bin=runc
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + shift
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + '[' '!' -f //runc.installer ']'
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + . //runc.installer
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 ++ set -e
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 ++ : v1.1.2
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 Install runc version v1.1.2 (build tags: seccomp)
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + install_runc
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + RUNC_BUILDTAGS=seccomp
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.051 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.elTeHWvgAH/src/github.com/opencontainers/runc
09:45:12 [2022-06-21T09:45:12.480Z] #60 1.054 Cloning into '/tmp/tmp.elTeHWvgAH/src/github.com/opencontainers/runc'...
09:45:12 [2022-06-21T09:45:12.480Z] #60 ...
09:45:12 [2022-06-21T09:45:12.480Z] 
09:45:12 [2022-06-21T09:45:12.480Z] #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
09:45:12 [2022-06-21T09:45:12.480Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:45:12 [2022-06-21T09:45:12.480Z] #77 55.94 configure.ac:7: installing 'build-aux/compile'
09:45:12 [2022-06-21T09:45:12.480Z] #77 55.96 configure.ac:9: installing 'build-aux/config.guess'
09:45:12 [2022-06-21T09:45:12.480Z] #77 55.96 configure.ac:9: installing 'build-aux/config.sub'
09:45:12 [2022-06-21T09:45:12.480Z] #77 55.97 configure.ac:11: installing 'build-aux/install-sh'
09:45:12 [2022-06-21T09:45:12.480Z] #77 55.98 configure.ac:11: installing 'build-aux/missing'
09:45:12 [2022-06-21T09:45:12.480Z] #77 56.20 Makefile.am: installing 'build-aux/depcomp'
09:45:12 [2022-06-21T09:45:12.480Z] #77 56.32 parallel-tests: installing 'build-aux/test-driver'
09:45:12 [2022-06-21T09:45:12.480Z] #77 58.54 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:45:12 [2022-06-21T09:45:12.480Z] #77 58.55 libtoolize: copying file 'build-aux/ltmain.sh'
09:45:12 [2022-06-21T09:45:12.480Z] #77 59.12 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:45:12 [2022-06-21T09:45:12.480Z] #77 59.12 libtoolize: copying file 'm4/libtool.m4'
09:45:12 [2022-06-21T09:45:12.480Z] #77 59.18 libtoolize: copying file 'm4/ltoptions.m4'
09:45:12 [2022-06-21T09:45:12.480Z] #77 59.24 libtoolize: copying file 'm4/ltsugar.m4'
09:45:12 [2022-06-21T09:45:12.480Z] #77 59.32 libtoolize: copying file 'm4/ltversion.m4'
09:45:12 [2022-06-21T09:45:12.480Z] #77 59.43 libtoolize: copying file 'm4/lt~obsolete.m4'
09:45:12 [2022-06-21T09:45:12.741Z] #77 ...
09:45:12 [2022-06-21T09:45:12.741Z] 
09:45:12 [2022-06-21T09:45:12.741Z] #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
09:45:12 [2022-06-21T09:45:12.741Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4
09:45:13 [2022-06-21T09:45:13.313Z] #16 DONE 0.8s
09:45:13 [2022-06-21T09:45:13.313Z] 
09:45:13 [2022-06-21T09:45:13.313Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:45:13 [2022-06-21T09:45:13.313Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2
09:45:13 [2022-06-21T09:45:13.316Z] #77 ...
09:45:13 [2022-06-21T09:45:13.316Z] 
09:45:13 [2022-06-21T09:45:13.316Z] #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
09:45:13 [2022-06-21T09:45:13.316Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:45:13 [2022-06-21T09:45:13.316Z] #42 71.82 Selecting previously unselected package libicu67:amd64.
09:45:13 [2022-06-21T09:45:13.316Z] #42 71.82 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
09:45:13 [2022-06-21T09:45:13.316Z] #42 71.86 Unpacking libicu67:amd64 (67.1-7) ...
09:45:13 [2022-06-21T09:45:13.573Z] #42 ...
09:45:13 [2022-06-21T09:45:13.573Z] 
09:45:13 [2022-06-21T09:45:13.573Z] #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
09:45:13 [2022-06-21T09:45:13.573Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:45:13 [2022-06-21T09:45:13.573Z] #55 79.61 go: downloading mvdan.cc/gofumpt v0.2.1
09:45:13 [2022-06-21T09:45:13.573Z] #55 79.62 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:45:13 [2022-06-21T09:45:13.573Z] #55 79.72 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
09:45:13 [2022-06-21T09:45:13.573Z] #55 79.91 go: downloading github.com/davecgh/go-spew v1.1.1
09:45:13 [2022-06-21T09:45:13.573Z] #55 80.04 go: downloading github.com/pmezard/go-difflib v1.0.0
09:45:13 [2022-06-21T09:45:13.573Z] #55 80.07 go: downloading github.com/stretchr/objx v0.1.1
09:45:13 [2022-06-21T09:45:13.573Z] #55 80.26 go: downloading github.com/hashicorp/hcl v1.0.0
09:45:13 [2022-06-21T09:45:13.573Z] #55 80.51 go: downloading github.com/pelletier/go-toml v1.9.4
09:45:13 [2022-06-21T09:45:13.573Z] #55 80.71 go: downloading golang.org/x/text v0.3.7
09:45:13 [2022-06-21T09:45:13.662Z] #64 ...
09:45:13 [2022-06-21T09:45:13.662Z] 
09:45:13 [2022-06-21T09:45:13.662Z] #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
09:45:13 [2022-06-21T09:45:13.662Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:13 [2022-06-21T09:45:13.662Z] #77 57.89 configure.ac:7: installing './compile'
09:45:13 [2022-06-21T09:45:13.662Z] #77 57.89 configure.ac:11: installing './config.guess'
09:45:13 [2022-06-21T09:45:13.662Z] #77 57.91 configure.ac:11: installing './config.sub'
09:45:13 [2022-06-21T09:45:13.662Z] #77 57.92 configure.ac:8: installing './install-sh'
09:45:13 [2022-06-21T09:45:13.662Z] #77 57.92 configure.ac:8: installing './missing'
09:45:13 [2022-06-21T09:45:13.662Z] #77 58.05 Makefile.am: installing './depcomp'
09:45:13 [2022-06-21T09:45:13.890Z] #17 0.608 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:45:13 [2022-06-21T09:45:13.890Z] #17 DONE 0.7s
09:45:13 [2022-06-21T09:45:13.890Z] 
09:45:13 [2022-06-21T09:45:13.890Z] #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
09:45:13 [2022-06-21T09:45:13.890Z] #26 sha256:d39631f855506563228059fa5e1654c9c1c14c2918244721306cc46350ff3b0a
09:45:13 [2022-06-21T09:45:13.890Z] #26 ...
09:45:13 [2022-06-21T09:45:13.890Z] 
09:45:13 [2022-06-21T09:45:13.890Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:45:13 [2022-06-21T09:45:13.890Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d
09:45:14 [2022-06-21T09:45:14.231Z] #77 59.31 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:45:14 [2022-06-21T09:45:14.231Z] #77 59.31 libtoolize: copying file 'build-aux/ltmain.sh'
09:45:14 [2022-06-21T09:45:14.491Z] #77 59.45 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:45:14 [2022-06-21T09:45:14.491Z] #77 59.45 libtoolize: copying file 'm4/libtool.m4'
09:45:14 [2022-06-21T09:45:14.491Z] #77 59.58 libtoolize: copying file 'm4/ltoptions.m4'
09:45:14 [2022-06-21T09:45:14.491Z] #77 59.67 libtoolize: copying file 'm4/ltsugar.m4'
09:45:14 [2022-06-21T09:45:14.491Z] #77 59.77 libtoolize: copying file 'm4/ltversion.m4'
09:45:14 [2022-06-21T09:45:14.491Z] #77 ...
09:45:14 [2022-06-21T09:45:14.491Z] 
09:45:14 [2022-06-21T09:45:14.491Z] #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
09:45:14 [2022-06-21T09:45:14.491Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:14 [2022-06-21T09:45:14.491Z] #14 102.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
09:45:14 [2022-06-21T09:45:14.491Z] #14 102.4 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:45:14 [2022-06-21T09:45:14.491Z] #14 102.4 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:45:14 [2022-06-21T09:45:14.686Z] #30 6.882 Collecting yamllint==1.26.1
09:45:14 [2022-06-21T09:45:14.686Z] #30 7.930   Downloading yamllint-1.26.1.tar.gz (126 kB)
09:45:14 [2022-06-21T09:45:14.750Z] #14 ...
09:45:14 [2022-06-21T09:45:14.751Z] 
09:45:14 [2022-06-21T09:45:14.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
09:45:14 [2022-06-21T09:45:14.751Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:14 [2022-06-21T09:45:14.751Z] #77 59.89 libtoolize: copying file 'm4/lt~obsolete.m4'
09:45:14 [2022-06-21T09:45:14.751Z] #77 60.01 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:45:14 [2022-06-21T09:45:14.833Z] #18 DONE 0.7s
09:45:14 [2022-06-21T09:45:14.833Z] 
09:45:14 [2022-06-21T09:45:14.833Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:45:14 [2022-06-21T09:45:14.833Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d
09:45:14 [2022-06-21T09:45:14.945Z] #30 8.425 Collecting pathspec>=0.5.3
09:45:14 [2022-06-21T09:45:14.945Z] #30 8.429   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
09:45:14 [2022-06-21T09:45:14.945Z] #30 8.587 Collecting pyyaml
09:45:14 [2022-06-21T09:45:14.945Z] #30 8.597   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)
09:45:14 [2022-06-21T09:45:14.945Z] #30 8.632 Building wheels for collected packages: yamllint
09:45:15 [2022-06-21T09:45:15.205Z] #30 8.633   Building wheel for yamllint (setup.py): started
09:45:15 [2022-06-21T09:45:15.406Z] #19 DONE 0.7s
09:45:15 [2022-06-21T09:45:15.406Z] 
09:45:15 [2022-06-21T09:45:15.406Z] #20 [dev-systemd-false  6/28] RUN ldconfig
09:45:15 [2022-06-21T09:45:15.406Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11
09:45:15 [2022-06-21T09:45:15.464Z] #30 9.042   Building wheel for yamllint (setup.py): finished with status 'done'
09:45:15 [2022-06-21T09:45:15.724Z] #30 9.043   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5991769ac7ba95a701ad0ccce4fe3146154b86afa2f7d470d83817fa1e40ba5f
09:45:15 [2022-06-21T09:45:15.724Z] #30 9.044   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
09:45:15 [2022-06-21T09:45:15.724Z] #30 9.047 Successfully built yamllint
09:45:15 [2022-06-21T09:45:15.724Z] #30 9.056 Installing collected packages: pyyaml, pathspec, yamllint
09:45:15 [2022-06-21T09:45:15.724Z] #30 9.235 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
09:45:15 [2022-06-21T09:45:15.978Z] #20 DONE 0.8s
09:45:15 [2022-06-21T09:45:15.978Z] 
09:45:15 [2022-06-21T09:45:15.978Z] #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
09:45:15 [2022-06-21T09:45:15.978Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
09:45:15 [2022-06-21T09:45:15.984Z] #30 DONE 9.5s
09:45:15 [2022-06-21T09:45:15.984Z] 
09:45:15 [2022-06-21T09:45:15.984Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
09:45:15 [2022-06-21T09:45:15.984Z] #34 sha256:bda39d6332020cfd4733db6d9c186ca4fac271557da11349cb499eaafec4385c
09:45:16 [2022-06-21T09:45:16.243Z] #34 DONE 0.2s
09:45:16 [2022-06-21T09:45:16.243Z] 
09:45:16 [2022-06-21T09:45:16.243Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
09:45:16 [2022-06-21T09:45:16.243Z] #39 sha256:b612ac8d55039dfa9471c80c631f4fff154842daaa8500bd0cc2875c6cc9eab7
09:45:16 [2022-06-21T09:45:16.503Z] #39 DONE 0.4s
09:45:16 [2022-06-21T09:45:16.503Z] 
09:45:16 [2022-06-21T09:45:16.503Z] #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
09:45:16 [2022-06-21T09:45:16.503Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:45:16 [2022-06-21T09:45:16.503Z] #71 ...
09:45:16 [2022-06-21T09:45:16.503Z] 
09:45:16 [2022-06-21T09:45:16.503Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
09:45:16 [2022-06-21T09:45:16.503Z] #42 sha256:c6d9d0b084382c11d117e3bb0d7e51abeac69931f2045d9443cea6198bc5c136
09:45:16 [2022-06-21T09:45:16.762Z] #42 DONE 0.2s
09:45:16 [2022-06-21T09:45:16.762Z] 
09:45:16 [2022-06-21T09:45:16.762Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
09:45:16 [2022-06-21T09:45:16.762Z] #44 sha256:4d01c257f3f591e9609ad19658b3faf2d04bd2912e9bff76fc0b571cdd7acc8e
09:45:16 [2022-06-21T09:45:16.762Z] #44 DONE 0.2s
09:45:16 [2022-06-21T09:45:16.762Z] 
09:45:16 [2022-06-21T09:45:16.762Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
09:45:16 [2022-06-21T09:45:16.762Z] #46 sha256:f3409f992135a18f236440c090999cded99d0683a9634ff424e3dc7e885e4aea
09:45:16 [2022-06-21T09:45:16.762Z] #46 DONE 0.1s
09:45:16 [2022-06-21T09:45:16.762Z] 
09:45:16 [2022-06-21T09:45:16.762Z] #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
09:45:16 [2022-06-21T09:45:16.762Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:45:17 [2022-06-21T09:45:17.021Z] #71 ...
09:45:17 [2022-06-21T09:45:17.021Z] 
09:45:17 [2022-06-21T09:45:17.021Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
09:45:17 [2022-06-21T09:45:17.021Z] #48 sha256:667e28518e839a1e6cd03aef0a9a48a63c172082fcb949058175667f569d4290
09:45:17 [2022-06-21T09:45:17.021Z] #48 DONE 0.1s
09:45:17 [2022-06-21T09:45:17.021Z] 
09:45:17 [2022-06-21T09:45:17.021Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
09:45:17 [2022-06-21T09:45:17.021Z] #52 sha256:e62c22e906baeeae5a7a5ede52dec10673e6f364e349d62f14075697f4a4e4b9
09:45:17 [2022-06-21T09:45:17.021Z] #52 DONE 0.1s
09:45:17 [2022-06-21T09:45:17.021Z] 
09:45:17 [2022-06-21T09:45:17.021Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
09:45:17 [2022-06-21T09:45:17.021Z] #55 sha256:763d48a9068a5885de899d7179126cf2b19d5643e05adfd7929b8ceb51648ce3
09:45:17 [2022-06-21T09:45:17.362Z] #21 1.144 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:45:17 [2022-06-21T09:45:17.363Z] #21 1.313 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:45:17 [2022-06-21T09:45:17.593Z] #55 DONE 0.3s
09:45:17 [2022-06-21T09:45:17.593Z] 
09:45:17 [2022-06-21T09:45:17.593Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
09:45:17 [2022-06-21T09:45:17.593Z] #59 sha256:dab702403d677483791876735d2abc8d5d8781ccaa6076c1cd3dd3596d098df9
09:45:17 [2022-06-21T09:45:17.593Z] #59 DONE 0.1s
09:45:17 [2022-06-21T09:45:17.593Z] 
09:45:17 [2022-06-21T09:45:17.593Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
09:45:17 [2022-06-21T09:45:17.593Z] #61 sha256:61440f81026fdb5426e7d0b4e25b34eec593eeb5aa6ae599d18f824915783b46
09:45:17 [2022-06-21T09:45:17.593Z] #61 DONE 0.1s
09:45:17 [2022-06-21T09:45:17.593Z] 
09:45:17 [2022-06-21T09:45:17.593Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
09:45:17 [2022-06-21T09:45:17.593Z] #63 sha256:ed30bfd15491b3541de19f036c6afa0ad564df1c5546bedefe5e839ad40331b3
09:45:17 [2022-06-21T09:45:17.623Z] #21 1.479 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:45:17 [2022-06-21T09:45:17.762Z] #55 ...
09:45:17 [2022-06-21T09:45:17.762Z] 
09:45:17 [2022-06-21T09:45:17.762Z] #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
09:45:17 [2022-06-21T09:45:17.762Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:45:17 [2022-06-21T09:45:17.762Z] #42 83.46 Selecting previously unselected package libxml2:amd64.
09:45:17 [2022-06-21T09:45:17.762Z] #42 83.47 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 83.48 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 84.55 Selecting previously unselected package libarchive13:amd64.
09:45:17 [2022-06-21T09:45:17.762Z] #42 84.55 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 84.55 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.28 Selecting previously unselected package libjsoncpp24:amd64.
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.28 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.29 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.45 Selecting previously unselected package librhash0:amd64.
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.46 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.47 Unpacking librhash0:amd64 (1.4.1-2) ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.71 Selecting previously unselected package libuv1:amd64.
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.71 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.72 Unpacking libuv1:amd64 (1.40.0-2) ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.96 Selecting previously unselected package cmake.
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.96 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
09:45:17 [2022-06-21T09:45:17.762Z] #42 85.97 Unpacking cmake (3.18.4-2+deb11u1) ...
09:45:17 [2022-06-21T09:45:17.852Z] #63 DONE 0.3s
09:45:17 [2022-06-21T09:45:17.852Z] 
09:45:17 [2022-06-21T09:45:17.852Z] #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
09:45:17 [2022-06-21T09:45:17.852Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:45:17 [2022-06-21T09:45:17.884Z] #21 1.773 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
09:45:18 [2022-06-21T09:45:18.020Z] #42 ...
09:45:18 [2022-06-21T09:45:18.020Z] 
09:45:18 [2022-06-21T09:45:18.020Z] #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
09:45:18 [2022-06-21T09:45:18.020Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:18 [2022-06-21T09:45:18.020Z] #14 76.54 Selecting previously unselected package binutils-mingw-w64-x86-64.
09:45:18 [2022-06-21T09:45:18.020Z] #14 76.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 76.63 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 80.76 Selecting previously unselected package binutils-mingw-w64.
09:45:18 [2022-06-21T09:45:18.020Z] #14 80.79 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 80.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.10 Selecting previously unselected package libdevmapper1.02.1:amd64.
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.10 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.37 Selecting previously unselected package dmsetup.
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.37 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.38 Unpacking dmsetup (2:1.02.175-2.1) ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.58 Selecting previously unselected package mingw-w64-common.
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.58 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
09:45:18 [2022-06-21T09:45:18.020Z] #14 81.58 Unpacking mingw-w64-common (8.0.0-1) ...
09:45:18 [2022-06-21T09:45:18.111Z] #71 ...
09:45:18 [2022-06-21T09:45:18.111Z] 
09:45:18 [2022-06-21T09:45:18.111Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
09:45:18 [2022-06-21T09:45:18.111Z] #65 sha256:c02cdf95acffb3ebe3220299cf0807b87757b45cd51185c7a471ceab22f26328
09:45:18 [2022-06-21T09:45:18.111Z] #65 DONE 0.1s
09:45:18 [2022-06-21T09:45:18.111Z] 
09:45:18 [2022-06-21T09:45:18.111Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
09:45:18 [2022-06-21T09:45:18.111Z] #68 sha256:54712cefba3c202d0c2530c7f0e1d00621307537325eb6396987bce4fb299157
09:45:18 [2022-06-21T09:45:18.111Z] #68 DONE 0.1s
09:45:18 [2022-06-21T09:45:18.111Z] 
09:45:18 [2022-06-21T09:45:18.111Z] #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
09:45:18 [2022-06-21T09:45:18.111Z] #71 sha256:aeba13154396d1fbafd7a9c19c285d003f92486bfc96aed931db404d8e713b9f
09:45:19 [2022-06-21T09:45:19.271Z] #21 ...
09:45:19 [2022-06-21T09:45:19.271Z] 
09:45:19 [2022-06-21T09:45:19.271Z] #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
09:45:19 [2022-06-21T09:45:19.271Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Delve is a source level debugger for Go programs.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Delve enables you to interact with your program by controlling the execution of the process,
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Pass flags to the program you are debugging using `--`, for example:
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 `dlv exec ./hello -- server --config conf/config.toml`
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Usage:
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   dlv [command]
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Available Commands:
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   attach      Attach to running process and begin debugging.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   connect     Connect to a headless debug server with a terminal client.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   core        Examine a core dump.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   debug       Compile and begin debugging main package in current directory, or the package specified.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   exec        Execute a precompiled binary, and begin a debug session.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   help        Help about any command
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   run         Deprecated command. Use 'debug' instead.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   test        Compile test binary and begin debugging program.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   trace       Compile and begin tracing program.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   version     Prints version.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Flags:
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --disable-aslr                     Disables address space randomization
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   -h, --help                             help for dlv
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --init string                      Init file, executed by the terminal client.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --log                              Enable debugging server logging.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0       --wd string                        Working directory for running the program.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Additional help topics:
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   dlv backend  Help about the --backend flag.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   dlv log      Help about logging flags.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0   dlv redirect Help about file redirection.
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 
09:45:19 [2022-06-21T09:45:19.271Z] #36 119.0 Use "dlv [command] --help" for more information about a command.
09:45:19 [2022-06-21T09:45:19.271Z] #36 DONE 119.7s
09:45:19 [2022-06-21T09:45:19.271Z] 
09:45:19 [2022-06-21T09:45:19.271Z] #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
09:45:19 [2022-06-21T09:45:19.271Z] #26 sha256:d39631f855506563228059fa5e1654c9c1c14c2918244721306cc46350ff3b0a
09:45:20 [2022-06-21T09:45:20.542Z] #14 ...
09:45:20 [2022-06-21T09:45:20.542Z] 
09:45:20 [2022-06-21T09:45:20.542Z] #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
09:45:20 [2022-06-21T09:45:20.542Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:45:20 [2022-06-21T09:45:20.542Z] #51 78.13 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:45:20 [2022-06-21T09:45:20.542Z] #51 78.17 Setting up python3-protobuf (3.12.4-1) ...
09:45:20 [2022-06-21T09:45:20.542Z] #51 84.86 Setting up criu (3.17-1) ...
09:45:20 [2022-06-21T09:45:20.542Z] #51 87.94 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:45:20 [2022-06-21T09:45:20.542Z] #51 ...
09:45:20 [2022-06-21T09:45:20.542Z] 
09:45:20 [2022-06-21T09:45:20.542Z] #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
09:45:20 [2022-06-21T09:45:20.542Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:20 [2022-06-21T09:45:20.542Z] #77 18.44 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:45:20 [2022-06-21T09:45:20.542Z] #77 21.67 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:45:20 [2022-06-21T09:45:20.581Z] #26 116.9 Updating files:  17% (2010/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  34% (3918/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
09:45:20 [2022-06-21T09:45:20.581Z] #26 120.8 + cd /tmp/tmp.AAcOUcSWqT/tmp/docker-ce
09:45:20 [2022-06-21T09:45:20.841Z] #26 120.8 + git checkout -q v17.06.2-ce
09:45:21 [2022-06-21T09:45:21.323Z] #77 ...
09:45:21 [2022-06-21T09:45:21.323Z] 
09:45:21 [2022-06-21T09:45:21.323Z] #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
09:45:21 [2022-06-21T09:45:21.323Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:21 [2022-06-21T09:45:21.323Z] #14 116.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
09:45:21 [2022-06-21T09:45:21.323Z] #14 116.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:45:21 [2022-06-21T09:45:21.323Z] #14 116.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:45:21 [2022-06-21T09:45:21.472Z] #77 24.09 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
09:45:21 [2022-06-21T09:45:21.472Z] #77 ...
09:45:21 [2022-06-21T09:45:21.472Z] 
09:45:21 [2022-06-21T09:45:21.472Z] #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
09:45:21 [2022-06-21T09:45:21.472Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:45:21 [2022-06-21T09:45:21.472Z] #55 89.96 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
09:45:21 [2022-06-21T09:45:21.731Z] #55 90.01 go: downloading github.com/gobwas/glob v0.2.3
09:45:21 [2022-06-21T09:45:21.731Z] #55 90.02 go: downloading github.com/kisielk/gotool v1.0.0
09:45:21 [2022-06-21T09:45:21.989Z] #55 90.42 go: downloading github.com/gostaticanalysis/comment v1.4.2
09:45:21 [2022-06-21T09:45:21.989Z] #55 90.44 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
09:45:21 [2022-06-21T09:45:21.989Z] #55 90.45 go: downloading golang.org/x/mod v0.5.1
09:45:21 [2022-06-21T09:45:21.989Z] #55 90.52 go: downloading github.com/ettle/strcase v0.1.1
09:45:22 [2022-06-21T09:45:22.238Z] #26 ...
09:45:22 [2022-06-21T09:45:22.238Z] 
09:45:22 [2022-06-21T09:45:22.238Z] #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
09:45:22 [2022-06-21T09:45:22.238Z] #60 sha256:ad6cd91117d7efe57b05b878deec87cc060f06caba46953c49f3a3401b4811a0
09:45:22 [2022-06-21T09:45:22.238Z] #60 11.11 + cd /tmp/tmp.elTeHWvgAH/src/github.com/opencontainers/runc
09:45:22 [2022-06-21T09:45:22.245Z] #55 ...
09:45:22 [2022-06-21T09:45:22.245Z] 
09:45:22 [2022-06-21T09:45:22.245Z] #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
09:45:22 [2022-06-21T09:45:22.245Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7
09:45:22 [2022-06-21T09:45:22.245Z] #51 DONE 90.3s
09:45:22 [2022-06-21T09:45:22.245Z] 
09:45:22 [2022-06-21T09:45:22.245Z] #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
09:45:22 [2022-06-21T09:45:22.245Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:45:22 [2022-06-21T09:45:22.245Z] #55 90.54 go: downloading github.com/fatih/structtag v1.2.0
09:45:22 [2022-06-21T09:45:22.500Z] #60 11.12 + git checkout -q v1.1.2
09:45:22 [2022-06-21T09:45:22.502Z] #55 90.71 go: downloading github.com/Masterminds/semver v1.5.0
09:45:22 [2022-06-21T09:45:22.502Z] #55 90.71 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
09:45:22 [2022-06-21T09:45:22.502Z] #55 90.94 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
09:45:22 [2022-06-21T09:45:22.761Z] #60 11.52 + '[' -z '' ']'
09:45:22 [2022-06-21T09:45:22.761Z] #60 11.52 + target=static
09:45:22 [2022-06-21T09:45:22.761Z] #60 11.52 + make BUILDTAGS=seccomp static
09:45:23 [2022-06-21T09:45:23.067Z] #55 91.29 go: downloading github.com/prometheus/client_golang v1.7.1
09:45:23 [2022-06-21T09:45:23.332Z] #60 12.04 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 .
09:45:23 [2022-06-21T09:45:23.631Z] #55 91.98 go: downloading github.com/prometheus/client_model v0.2.0
09:45:23 [2022-06-21T09:45:23.631Z] #55 92.11 go: downloading github.com/google/go-cmp v0.5.6
09:45:24 [2022-06-21T09:45:24.196Z] #55 92.60 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:45:24 [2022-06-21T09:45:24.196Z] #55 92.68 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
09:45:24 [2022-06-21T09:45:24.455Z] #55 92.80 go: downloading github.com/olekukonko/tablewriter v0.0.5
09:45:24 [2022-06-21T09:45:24.616Z] #14 ...
09:45:24 [2022-06-21T09:45:24.616Z] 
09:45:24 [2022-06-21T09:45:24.616Z] #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
09:45:24 [2022-06-21T09:45:24.616Z] #67 sha256:283fe21658eb50be9884934ec99ad326c853b6eb032da3e2314f662523bfba62
09:45:24 [2022-06-21T09:45:24.616Z] #67 120.8 + for f in rootlesskit rootlesskit-docker-proxy
09:45:24 [2022-06-21T09:45:24.616Z] #67 120.8 + GOBIN=/build
09:45:24 [2022-06-21T09:45:24.616Z] #67 120.8 + GO111MODULE=on
09:45:24 [2022-06-21T09:45:24.616Z] #67 120.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
09:45:24 [2022-06-21T09:45:24.712Z] #55 93.04 go: downloading github.com/beorn7/perks v1.0.1
09:45:24 [2022-06-21T09:45:24.712Z] #55 93.09 go: downloading github.com/cespare/xxhash/v2 v2.1.2
09:45:24 [2022-06-21T09:45:24.712Z] #55 93.19 go: downloading github.com/cespare/xxhash v1.1.0
09:45:24 [2022-06-21T09:45:24.969Z] #55 93.26 go: downloading github.com/golang/protobuf v1.5.2
09:45:25 [2022-06-21T09:45:25.228Z] #55 93.56 go: downloading github.com/prometheus/common v0.10.0
09:45:25 [2022-06-21T09:45:25.486Z] #55 93.88 go: downloading github.com/prometheus/procfs v0.6.0
09:45:25 [2022-06-21T09:45:25.742Z] #55 94.05 go: downloading github.com/mattn/go-runewidth v0.0.9
09:45:25 [2022-06-21T09:45:25.742Z] #55 94.15 go: downloading google.golang.org/protobuf v1.27.1
09:45:26 [2022-06-21T09:45:26.305Z] #55 ...
09:45:26 [2022-06-21T09:45:26.305Z] 
09:45:26 [2022-06-21T09:45:26.305Z] #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
09:45:26 [2022-06-21T09:45:26.305Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.71 Setting up libicu67:amd64 (67.1-7) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.75 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.76 Setting up libuv1:amd64 (1.40.0-2) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.90 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.91 Setting up librhash0:amd64 (1.4.1-2) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.92 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.94 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.96 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.97 Setting up cmake (3.18.4-2+deb11u1) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 93.98 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:45:26 [2022-06-21T09:45:26.305Z] #42 DONE 94.6s
09:45:26 [2022-06-21T09:45:26.305Z] 
09:45:26 [2022-06-21T09:45:26.305Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
09:45:26 [2022-06-21T09:45:26.306Z] #43 sha256:1009b533e0111b17cb1d5b4456498fccc8a9f3e169f8bf8a68e087088dd6c7a7
09:45:26 [2022-06-21T09:45:26.306Z] #43 DONE 0.1s
09:45:26 [2022-06-21T09:45:26.306Z] 
09:45:26 [2022-06-21T09:45:26.306Z] #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
09:45:26 [2022-06-21T09:45:26.306Z] #44 sha256:3958a47f5921778912542ae82cf95e6d8b5ce3cdc67a15256c91577c02156694
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.214 + RM_GOPATH=0
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.214 + TMP_GOPATH=
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.214 + : /build
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.214 + '[' -z '' ']'
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.216 ++ mktemp -d
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.235 + export GOPATH=/tmp/tmp.3kLYN3JZS9
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.237 + GOPATH=/tmp/tmp.3kLYN3JZS9
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.237 + RM_GOPATH=1
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.237 + case "$(go env GOARCH)" in
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.240 ++ go env GOARCH
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.263 + export GO_BUILDMODE=-buildmode=pie
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.263 + GO_BUILDMODE=-buildmode=pie
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.263 ++ dirname /install.sh
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.265 + dir=/
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.266 + bin=tini
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.267 + shift
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.267 + '[' '!' -f //tini.installer ']'
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.268 + . //tini.installer
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.269 ++ : v0.19.0
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.273 + install_tini
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.274 + echo 'Install tini version v0.19.0'
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.275 Install tini version v0.19.0
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.275 + git clone https://github.com/krallin/tini.git /tmp/tmp.3kLYN3JZS9/tini
09:45:27 [2022-06-21T09:45:27.678Z] #44 1.301 Cloning into '/tmp/tmp.3kLYN3JZS9/tini'...
09:45:28 [2022-06-21T09:45:28.620Z] #60 ...
09:45:28 [2022-06-21T09:45:28.620Z] 
09:45:28 [2022-06-21T09:45:28.620Z] #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
09:45:28 [2022-06-21T09:45:28.620Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.58 configure.ac:11: installing 'build-aux/compile'
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.59 configure.ac:11: installing 'build-aux/config.guess'
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.59 configure.ac:11: installing 'build-aux/config.sub'
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.60 configure.ac:13: installing 'build-aux/install-sh'
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.61 configure.ac:13: installing 'build-aux/missing'
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.61 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:45:28 [2022-06-21T09:45:28.620Z] #77 74.79 Makefile.am: installing 'build-aux/depcomp'
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.01 checking build system type... aarch64-unknown-linux-gnu
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.33 checking host system type... aarch64-unknown-linux-gnu
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.35 checking how to print strings... printf
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.35 checking for gcc... gcc
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.47 checking whether the C compiler works... yes
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.67 checking for C compiler default output file name... a.out
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.68 checking for suffix of executables... 
09:45:28 [2022-06-21T09:45:28.620Z] #77 76.86 checking whether we are cross compiling... no
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.09 checking for suffix of object files... o
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.17 checking whether we are using the GNU C compiler... yes
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.26 checking whether gcc accepts -g... yes
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.44 checking for gcc option to accept ISO C89... none needed
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.67 checking whether gcc understands -c and -o together... yes
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.91 checking for a sed that does not truncate output... /bin/sed
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.94 checking for grep that handles long lines and -e... /bin/grep
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.96 checking for egrep... /bin/grep -E
09:45:28 [2022-06-21T09:45:28.620Z] #77 77.97 checking for fgrep... /bin/grep -F
09:45:28 [2022-06-21T09:45:28.621Z] #77 77.99 checking for ld used by gcc... /usr/bin/ld
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.02 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.02 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.05 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.19 checking whether ln -s works... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.19 checking the maximum length of command line arguments... 1572864
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking for /usr/bin/ld option to reload object files... -r
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking for objdump... objdump
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking how to recognize dependent libraries... pass_all
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking for dlltool... no
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking how to associate runtime and link libraries... printf %s\n
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking for ar... ar
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.25 checking for archiver @FILE support... @
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.41 checking for strip... strip
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.42 checking for ranlib... ranlib
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.43 checking for gawk... no
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.43 checking for mawk... mawk
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.43 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.80 checking for sysroot... no
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.80 checking for a working dd... /bin/dd
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.81 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.83 checking for mt... no
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.84 checking if : is a manifest tool... no
09:45:28 [2022-06-21T09:45:28.621Z] #77 78.85 checking how to run the C preprocessor... gcc -E
09:45:28 [2022-06-21T09:45:28.621Z] #77 79.18 checking for ANSI C header files... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 79.75 checking for sys/types.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 80.00 checking for sys/stat.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 80.17 checking for stdlib.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 80.40 checking for string.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 80.56 checking for memory.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 80.75 checking for strings.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 80.94 checking for inttypes.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 81.12 checking for stdint.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 81.34 checking for unistd.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 81.54 checking for dlfcn.h... yes
09:45:28 [2022-06-21T09:45:28.621Z] #77 81.71 checking for objdir... .libs
09:45:28 [2022-06-21T09:45:28.814Z] #67 ...
09:45:28 [2022-06-21T09:45:28.814Z] 
09:45:28 [2022-06-21T09:45:28.814Z] #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
09:45:28 [2022-06-21T09:45:28.814Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:28 [2022-06-21T09:45:28.814Z] #14 122.8 Selecting previously unselected package g++-mingw-w64-x86-64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 122.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 122.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.0 Selecting previously unselected package libapparmor1:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.0 Unpacking libapparmor1:amd64 (2.13.6-10) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.1 Selecting previously unselected package libapparmor-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.1 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.3 Selecting previously unselected package libbtrfs0:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.3 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.5 Selecting previously unselected package libbtrfs-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.8 Selecting previously unselected package libudev-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 123.8 Unpacking libudev-dev:amd64 (247.3-7) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.0 Selecting previously unselected package libsepol1-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.3 Selecting previously unselected package libpcre2-16-0:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.6 Selecting previously unselected package libpcre2-32-0:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.7 Selecting previously unselected package libpcre2-posix2:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.8 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.9 Selecting previously unselected package libpcre2-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 124.9 Unpacking libpcre2-dev:amd64 (10.36-2) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 125.6 Selecting previously unselected package libselinux1-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 125.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 125.6 Unpacking libselinux1-dev:amd64 (3.1-3) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 125.9 Selecting previously unselected package libdevmapper-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 125.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 125.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.0 Selecting previously unselected package libseccomp-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.2 Selecting previously unselected package libsystemd-dev:amd64.
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.2 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.2 Unpacking libsystemd-dev:amd64 (247.3-7) ...
09:45:28 [2022-06-21T09:45:28.814Z] #14 126.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:45:28 [2022-06-21T09:45:28.887Z] #77 82.10 checking if gcc supports -fno-rtti -fno-exceptions... no
09:45:28 [2022-06-21T09:45:28.887Z] #77 82.23 checking for gcc option to produce PIC... -fPIC -DPIC
09:45:28 [2022-06-21T09:45:28.887Z] #77 82.23 checking if gcc PIC flag -fPIC -DPIC works... yes
09:45:29 [2022-06-21T09:45:29.048Z] #44 2.451 + cd /tmp/tmp.3kLYN3JZS9/tini
09:45:29 [2022-06-21T09:45:29.048Z] #44 2.452 + git checkout -q v0.19.0
09:45:29 [2022-06-21T09:45:29.048Z] #44 2.480 + cmake .
09:45:29 [2022-06-21T09:45:29.073Z] #14 126.7 Setting up libapparmor1:amd64 (2.13.6-10) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up libsepol1-dev:amd64 (3.1-1) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up libpcre2-16-0:amd64 (10.36-2) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up libpcre2-32-0:amd64 (10.36-2) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.8 Setting up libudev-dev:amd64 (247.3-7) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.9 Setting up libpcre2-posix2:amd64 (10.36-2) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:45:29 [2022-06-21T09:45:29.074Z] #14 126.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 126.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.0 Setting up mingw-w64-common (8.0.0-1) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.0 Setting up libsystemd-dev:amd64 (247.3-7) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.0 Setting up libpcre2-dev:amd64 (10.36-2) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.0 Setting up libselinux1-dev:amd64 (3.1-3) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.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
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.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
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.333Z] #14 127.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
09:45:29 [2022-06-21T09:45:29.459Z] #77 82.43 checking if gcc static flag -static works... yes
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Setting up dmsetup (2:1.02.175-2.1) ...
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:45:29 [2022-06-21T09:45:29.594Z] #14 127.2 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:45:29 [2022-06-21T09:45:29.615Z] #44 3.373 -- The C compiler identification is GNU 10.2.1
09:45:29 [2022-06-21T09:45:29.720Z] #77 82.87 checking if gcc supports -c -o file.o... 
09:45:29 [2022-06-21T09:45:29.720Z] #77 ...
09:45:29 [2022-06-21T09:45:29.720Z] 
09:45:29 [2022-06-21T09:45:29.720Z] #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
09:45:29 [2022-06-21T09:45:29.720Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242
09:45:29 [2022-06-21T09:45:29.720Z] #34 DONE 129.7s
09:45:29 [2022-06-21T09:45:29.720Z] 
09:45:29 [2022-06-21T09:45:29.720Z] #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
09:45:29 [2022-06-21T09:45:29.720Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
09:45:29 [2022-06-21T09:45:29.720Z] #21 3.412 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [159 kB]
09:45:29 [2022-06-21T09:45:29.720Z] #21 5.272 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
09:45:29 [2022-06-21T09:45:29.720Z] #21 7.529 Fetched 8431 kB in 7s (1254 kB/s)
09:45:29 [2022-06-21T09:45:29.720Z] #21 7.529 Reading package lists...
09:45:29 [2022-06-21T09:45:29.720Z] #21 9.718 Reading package lists...
09:45:29 [2022-06-21T09:45:29.720Z] #21 11.96 Building dependency tree...
09:45:29 [2022-06-21T09:45:29.720Z] #21 ...
09:45:29 [2022-06-21T09:45:29.720Z] 
09:45:29 [2022-06-21T09:45:29.720Z] #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
09:45:29 [2022-06-21T09:45:29.720Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:45:29 [2022-06-21T09:45:29.720Z] #77 82.87 checking if gcc supports -c -o file.o... yes
09:45:29 [2022-06-21T09:45:29.720Z] #77 83.11 checking if gcc supports -c -o file.o... (cached) yes
09:45:29 [2022-06-21T09:45:29.720Z] #77 83.11 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:45:29 [2022-06-21T09:45:29.872Z] #44 3.560 -- Detecting C compiler ABI info
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.23 checking dynamic linker characteristics... GNU/Linux ld.so
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.85 checking how to hardcode library paths into programs... immediate
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.85 checking whether stripping libraries is possible... yes
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.86 checking if libtool supports shared libraries... yes
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.87 checking whether to build shared libraries... no
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.87 checking whether to build static libraries... yes
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.87 checking for a BSD-compatible install... /usr/bin/install -c
09:45:30 [2022-06-21T09:45:30.293Z] #77 83.90 checking whether build environment is sane... yes
09:45:30 [2022-06-21T09:45:30.554Z] #77 83.96 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:45:30 [2022-06-21T09:45:30.554Z] #77 83.97 checking whether make sets $(MAKE)... yes
09:45:30 [2022-06-21T09:45:30.554Z] #77 84.04 checking whether make supports the include directive... yes (GNU style)
09:45:30 [2022-06-21T09:45:30.554Z] #77 84.08 checking whether make supports nested variables... yes
09:45:30 [2022-06-21T09:45:30.815Z] #77 84.13 checking whether UID '0' is supported by ustar format... yes
09:45:30 [2022-06-21T09:45:30.815Z] #77 84.13 checking whether GID '0' is supported by ustar format... yes
09:45:30 [2022-06-21T09:45:30.815Z] #77 84.13 checking how to create a ustar tar archive... gnutar
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.22 checking dependency style of gcc... gcc3
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.46 checking whether to enable maintainer-specific portions of Makefiles... yes
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.46 checking whether make supports nested variables... (cached) yes
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.47 checking for gawk... (cached) mawk
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.47 checking for a sed that does not truncate output... (cached) /bin/sed
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.48 checking for gcc... (cached) gcc
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.57 checking whether we are using the GNU C compiler... (cached) yes
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.57 checking whether gcc accepts -g... (cached) yes
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.57 checking for gcc option to accept ISO C89... (cached) none needed
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.57 checking whether gcc understands -c and -o together... (cached) yes
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.57 checking for a Python interpreter with version >= 3... python3
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.64 checking for python3... /usr/bin/python3
09:45:31 [2022-06-21T09:45:31.076Z] #77 84.64 checking for python3 version... 3.9
09:45:31 [2022-06-21T09:45:31.217Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:45:31 [2022-06-21T09:45:31.217Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:45:31 [2022-06-21T09:45:31.217Z] GOOS="" GOARCH="" GOARM=""
09:45:31 [2022-06-21T09:45:31.217Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:45:31 [2022-06-21T09:45:31.217Z] 
09:45:31 [2022-06-21T09:45:31.217Z] + TEST_INTEGRATION_DEST=1
09:45:31 [2022-06-21T09:45:31.217Z] + CONTAINER_NAME=docker-pr7-1
09:45:31 [2022-06-21T09:45:31.217Z] + TEST_SKIP_INTEGRATION_CLI=1
09:45:31 [2022-06-21T09:45:31.217Z] + run_tests test-integration-flaky
09:45:31 [2022-06-21T09:45:31.217Z] + '[' -n 0 ']'
09:45:31 [2022-06-21T09:45:31.217Z] + rm=
09:45:31 [2022-06-21T09:45:31.217Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42379/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42379/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh test-integration-flaky test-integration
09:45:31 [2022-06-21T09:45:31.217Z] + c=0
09:45:31 [2022-06-21T09:45:31.217Z] + TEST_INTEGRATION_DEST=3
09:45:31 [2022-06-21T09:45:31.217Z] + CONTAINER_NAME=docker-pr7-3
09:45:31 [2022-06-21T09:45:31.217Z] + TEST_SKIP_INTEGRATION=1
09:45:31 [2022-06-21T09:45:31.217Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
09:45:31 [2022-06-21T09:45:31.217Z] + run_tests
09:45:31 [2022-06-21T09:45:31.217Z] + '[' -n 0 ']'
09:45:31 [2022-06-21T09:45:31.217Z] + rm=
09:45:31 [2022-06-21T09:45:31.217Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42379/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42379/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh '' test-integration
09:45:31 [2022-06-21T09:45:31.217Z] + TEST_INTEGRATION_DEST=2
09:45:31 [2022-06-21T09:45:31.217Z] + CONTAINER_NAME=docker-pr7-2
09:45:31 [2022-06-21T09:45:31.217Z] + TEST_SKIP_INTEGRATION=1
09:45:31 [2022-06-21T09:45:31.217Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
09:45:31 [2022-06-21T09:45:31.217Z] + run_tests
09:45:31 [2022-06-21T09:45:31.217Z] + '[' -n 0 ']'
09:45:31 [2022-06-21T09:45:31.217Z] + rm=
09:45:31 [2022-06-21T09:45:31.217Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42379/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42379/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh '' test-integration
09:45:31 [2022-06-21T09:45:31.217Z] ++ jobs -p
09:45:31 [2022-06-21T09:45:31.217Z] + for job in $(jobs -p)
09:45:31 [2022-06-21T09:45:31.217Z] + wait 2491
09:45:31 [2022-06-21T09:45:31.217Z] 
09:45:31 [2022-06-21T09:45:31.217Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:45:31 [2022-06-21T09:45:31.217Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:45:31 [2022-06-21T09:45:31.217Z] HOSTNAME=76ce9baa0201
09:45:31 [2022-06-21T09:45:31.217Z] TEST_SKIP_INTEGRATION=1
09:45:31 [2022-06-21T09:45:31.217Z] TESTDEBUG=0
09:45:31 [2022-06-21T09:45:31.217Z] DEST=bundles/test-integration
09:45:31 [2022-06-21T09:45:31.217Z] PWD=/go/src/github.com/docker/docker
09:45:31 [2022-06-21T09:45:31.217Z] KEEPBUNDLE=1
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda
09:45:31 [2022-06-21T09:45:31.217Z] container=docker
09:45:31 [2022-06-21T09:45:31.217Z] HOME=/root
09:45:31 [2022-06-21T09:45:31.217Z] GOLANG_VERSION=1.18.3
09:45:31 [2022-06-21T09:45:31.217Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:45:31 [2022-06-21T09:45:31.217Z] VALIDATE_BRANCH=master
09:45:31 [2022-06-21T09:45:31.217Z] TERM=xterm
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_PKG=github.com/docker/docker
09:45:31 [2022-06-21T09:45:31.217Z] SHLVL=1
09:45:31 [2022-06-21T09:45:31.217Z] TIMEOUT=120m
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_BUILDTAGS= journald
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_GRAPHDRIVER=overlay2
09:45:31 [2022-06-21T09:45:31.217Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
09:45:31 [2022-06-21T09:45:31.217Z] GO111MODULE=off
09:45:31 [2022-06-21T09:45:31.217Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:45:31 [2022-06-21T09:45:31.217Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:45:31 [2022-06-21T09:45:31.217Z] GOPATH=/go
09:45:31 [2022-06-21T09:45:31.217Z] PKG_CONFIG=pkg-config
09:45:31 [2022-06-21T09:45:31.217Z] _=/usr/bin/env
09:45:31 [2022-06-21T09:45:31.217Z] Building test suite binary ./integration-cli/test.main
09:45:31 [2022-06-21T09:45:31.217Z] 
09:45:31 [2022-06-21T09:45:31.217Z] 
09:45:31 [2022-06-21T09:45:31.217Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:45:31 [2022-06-21T09:45:31.217Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:45:31 [2022-06-21T09:45:31.217Z] HOSTNAME=bec345cd049c
09:45:31 [2022-06-21T09:45:31.217Z] TEST_SKIP_INTEGRATION=1
09:45:31 [2022-06-21T09:45:31.217Z] TESTDEBUG=0
09:45:31 [2022-06-21T09:45:31.217Z] DEST=bundles/test-integration
09:45:31 [2022-06-21T09:45:31.217Z] PWD=/go/src/github.com/docker/docker
09:45:31 [2022-06-21T09:45:31.217Z] KEEPBUNDLE=1
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda
09:45:31 [2022-06-21T09:45:31.217Z] container=docker
09:45:31 [2022-06-21T09:45:31.217Z] HOME=/root
09:45:31 [2022-06-21T09:45:31.217Z] GOLANG_VERSION=1.18.3
09:45:31 [2022-06-21T09:45:31.217Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:45:31 [2022-06-21T09:45:31.217Z] VALIDATE_BRANCH=master
09:45:31 [2022-06-21T09:45:31.217Z] TERM=xterm
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_PKG=github.com/docker/docker
09:45:31 [2022-06-21T09:45:31.217Z] SHLVL=1
09:45:31 [2022-06-21T09:45:31.217Z] TIMEOUT=120m
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_BUILDTAGS= journald
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_GRAPHDRIVER=overlay2
09:45:31 [2022-06-21T09:45:31.217Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
09:45:31 [2022-06-21T09:45:31.217Z] GO111MODULE=off
09:45:31 [2022-06-21T09:45:31.217Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:45:31 [2022-06-21T09:45:31.217Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:45:31 [2022-06-21T09:45:31.217Z] GOPATH=/go
09:45:31 [2022-06-21T09:45:31.217Z] PKG_CONFIG=pkg-config
09:45:31 [2022-06-21T09:45:31.217Z] _=/usr/bin/env
09:45:31 [2022-06-21T09:45:31.217Z] Building test suite binary ./integration-cli/test.main
09:45:31 [2022-06-21T09:45:31.217Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
09:45:31 [2022-06-21T09:45:31.217Z] No new tests added to integration.
09:45:31 [2022-06-21T09:45:31.217Z] 
09:45:31 [2022-06-21T09:45:31.217Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:45:31 [2022-06-21T09:45:31.217Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:45:31 [2022-06-21T09:45:31.217Z] HOSTNAME=1bdd52851418
09:45:31 [2022-06-21T09:45:31.217Z] TESTDEBUG=0
09:45:31 [2022-06-21T09:45:31.217Z] DEST=bundles/test-integration
09:45:31 [2022-06-21T09:45:31.217Z] PWD=/go/src/github.com/docker/docker
09:45:31 [2022-06-21T09:45:31.217Z] KEEPBUNDLE=1
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda
09:45:31 [2022-06-21T09:45:31.217Z] container=docker
09:45:31 [2022-06-21T09:45:31.217Z] HOME=/root
09:45:31 [2022-06-21T09:45:31.217Z] GOLANG_VERSION=1.18.3
09:45:31 [2022-06-21T09:45:31.217Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:45:31 [2022-06-21T09:45:31.217Z] VALIDATE_BRANCH=master
09:45:31 [2022-06-21T09:45:31.217Z] TERM=xterm
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_PKG=github.com/docker/docker
09:45:31 [2022-06-21T09:45:31.217Z] SHLVL=1
09:45:31 [2022-06-21T09:45:31.217Z] TIMEOUT=120m
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_BUILDTAGS= journald
09:45:31 [2022-06-21T09:45:31.217Z] DOCKER_GRAPHDRIVER=overlay2
09:45:31 [2022-06-21T09:45:31.217Z] GO111MODULE=off
09:45:31 [2022-06-21T09:45:31.217Z] TEST_SKIP_INTEGRATION_CLI=1
09:45:31 [2022-06-21T09:45:31.217Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:45:31 [2022-06-21T09:45:31.217Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:45:31 [2022-06-21T09:45:31.217Z] GOPATH=/go
09:45:31 [2022-06-21T09:45:31.217Z] PKG_CONFIG=pkg-config
09:45:31 [2022-06-21T09:45:31.217Z] _=/usr/bin/env
09:45:31 [2022-06-21T09:45:31.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:45:31 [2022-06-21T09:45:31.242Z] #44 4.724 -- Detecting C compiler ABI info - done
09:45:31 [2022-06-21T09:45:31.242Z] #44 4.953 -- Check for working C compiler: /usr/bin/cc - skipped
09:45:31 [2022-06-21T09:45:31.242Z] #44 4.957 -- Detecting C compile features
09:45:31 [2022-06-21T09:45:31.242Z] #44 4.960 -- Detecting C compile features - done
09:45:31 [2022-06-21T09:45:31.337Z] #77 84.69 checking for python3 platform... linux
09:45:31 [2022-06-21T09:45:31.499Z] #44 5.063 -- Performing Test HAS_BUILTIN_FORTIFY
09:45:31 [2022-06-21T09:45:31.502Z] #14 DONE 129.3s
09:45:31 [2022-06-21T09:45:31.502Z] 
09:45:31 [2022-06-21T09:45:31.502Z] #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
09:45:31 [2022-06-21T09:45:31.502Z] #67 sha256:283fe21658eb50be9884934ec99ad326c853b6eb032da3e2314f662523bfba62
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2 rootlesskit version 1.0.0
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2 Usage of /build/rootlesskit-docker-proxy:
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2   -container-ip string
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2     	container ip
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2   -container-port int
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2     	container port (default -1)
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2   -host-ip string
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2     	host ip
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2   -host-port int
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2     	host port (default -1)
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2   -proto string
09:45:31 [2022-06-21T09:45:31.502Z] #67 127.2     	proxy protocol (default "tcp")
09:45:31 [2022-06-21T09:45:31.502Z] #67 DONE 128.7s
09:45:31 [2022-06-21T09:45:31.502Z] 
09:45:31 [2022-06-21T09:45:31.502Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:45:31 [2022-06-21T09:45:31.502Z] #59 sha256:d4849bb63ad62f8a3c626cbd07391f9d41bb7102e18cf69d5a0522b93314e106
09:45:31 [2022-06-21T09:45:31.599Z] #77 84.74 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:45:31 [2022-06-21T09:45:31.599Z] #77 84.91 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:45:31 [2022-06-21T09:45:31.599Z] #77 85.06 checking for go-md2man... no
09:45:31 [2022-06-21T09:45:31.860Z] #77 85.08 checking error.h usability... yes
09:45:31 [2022-06-21T09:45:31.860Z] #77 85.20 checking error.h presence... yes
09:45:31 [2022-06-21T09:45:31.860Z] #77 85.25 checking for error.h... yes
09:45:31 [2022-06-21T09:45:31.860Z] #77 85.27 checking linux/openat2.h usability... yes
09:45:31 [2022-06-21T09:45:31.860Z] #77 85.41 checking linux/openat2.h presence... yes
09:45:32 [2022-06-21T09:45:32.064Z] #44 5.487 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:45:32 [2022-06-21T09:45:32.064Z] #44 ...
09:45:32 [2022-06-21T09:45:32.064Z] 
09:45:32 [2022-06-21T09:45:32.064Z] #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
09:45:32 [2022-06-21T09:45:32.064Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:32 [2022-06-21T09:45:32.064Z] #77 24.33 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
09:45:32 [2022-06-21T09:45:32.064Z] #77 24.54 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
09:45:32 [2022-06-21T09:45:32.064Z] #77 ...
09:45:32 [2022-06-21T09:45:32.064Z] 
09:45:32 [2022-06-21T09:45:32.064Z] #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
09:45:32 [2022-06-21T09:45:32.064Z] #44 sha256:3958a47f5921778912542ae82cf95e6d8b5ce3cdc67a15256c91577c02156694
09:45:32 [2022-06-21T09:45:32.064Z] #44 5.639 -- Configuring done
09:45:32 [2022-06-21T09:45:32.064Z] #44 5.682 -- Generating done
09:45:32 [2022-06-21T09:45:32.064Z] #44 5.683 -- Build files have been written to: /tmp/tmp.3kLYN3JZS9/tini
09:45:32 [2022-06-21T09:45:32.064Z] #44 5.710 + make tini-static
09:45:32 [2022-06-21T09:45:32.071Z] #59 DONE 0.4s
09:45:32 [2022-06-21T09:45:32.071Z] 
09:45:32 [2022-06-21T09:45:32.071Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
09:45:32 [2022-06-21T09:45:32.071Z] #68 sha256:6bef414f8a03f2348a4087277de886873f9c556df905ec194767012df0f91ee4
09:45:32 [2022-06-21T09:45:32.071Z] #68 DONE 0.3s
09:45:32 [2022-06-21T09:45:32.071Z] 
09:45:32 [2022-06-21T09:45:32.071Z] #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
09:45:32 [2022-06-21T09:45:32.071Z] #60 sha256:ea87dab80b284e50a52924bb2e9387f69284f47b2173a9357f51fc8bb973e175
09:45:32 [2022-06-21T09:45:32.120Z] #77 85.47 checking for linux/openat2.h... yes
09:45:32 [2022-06-21T09:45:32.331Z] #60 ...
09:45:32 [2022-06-21T09:45:32.331Z] 
09:45:32 [2022-06-21T09:45:32.331Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:45:32 [2022-06-21T09:45:32.331Z] #69 sha256:ec9de5cfcd8435b68b5b3b5e324704bd1085a11e711a9911706a2d01fb82a72a
09:45:32 [2022-06-21T09:45:32.331Z] #69 DONE 0.3s
09:45:32 [2022-06-21T09:45:32.331Z] 
09:45:32 [2022-06-21T09:45:32.331Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:45:32 [2022-06-21T09:45:32.331Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:32 [2022-06-21T09:45:32.331Z] #77 72.72 configure.ac:7: installing 'build-aux/compile'
09:45:32 [2022-06-21T09:45:32.331Z] #77 72.73 configure.ac:9: installing 'build-aux/config.guess'
09:45:32 [2022-06-21T09:45:32.331Z] #77 72.74 configure.ac:9: installing 'build-aux/config.sub'
09:45:32 [2022-06-21T09:45:32.331Z] #77 72.74 configure.ac:11: installing 'build-aux/install-sh'
09:45:32 [2022-06-21T09:45:32.331Z] #77 72.74 configure.ac:11: installing 'build-aux/missing'
09:45:32 [2022-06-21T09:45:32.331Z] #77 72.93 Makefile.am: installing 'build-aux/depcomp'
09:45:32 [2022-06-21T09:45:32.331Z] #77 73.05 parallel-tests: installing 'build-aux/test-driver'
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.09 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.09 libtoolize: copying file 'build-aux/ltmain.sh'
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.55 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.55 libtoolize: copying file 'm4/libtool.m4'
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.58 libtoolize: copying file 'm4/ltoptions.m4'
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.62 libtoolize: copying file 'm4/ltsugar.m4'
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.69 libtoolize: copying file 'm4/ltversion.m4'
09:45:32 [2022-06-21T09:45:32.331Z] #77 75.76 libtoolize: copying file 'm4/lt~obsolete.m4'
09:45:32 [2022-06-21T09:45:32.381Z] #77 85.54 checking for copy_file_range... yes
09:45:32 [2022-06-21T09:45:32.629Z] #44 6.297 Scanning dependencies of target tini-static
09:45:32 [2022-06-21T09:45:32.642Z] #77 85.79 checking for fgetxattr... yes
09:45:32 [2022-06-21T09:45:32.886Z] #44 6.452 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:45:32 [2022-06-21T09:45:32.903Z] #77 86.04 checking for statx... yes
09:45:33 [2022-06-21T09:45:33.143Z] #44 ...
09:45:33 [2022-06-21T09:45:33.143Z] 
09:45:33 [2022-06-21T09:45:33.143Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
09:45:33 [2022-06-21T09:45:33.143Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:33 [2022-06-21T09:45:33.143Z] #14 91.54 Selecting previously unselected package mingw-w64-x86-64-dev.
09:45:33 [2022-06-21T09:45:33.143Z] #14 91.56 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
09:45:33 [2022-06-21T09:45:33.143Z] #14 91.61 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
09:45:33 [2022-06-21T09:45:33.163Z] #77 86.21 checking for fgetpwent_r... yes
09:45:33 [2022-06-21T09:45:33.164Z] #77 86.52 checking for issetugid... no
09:45:33 [2022-06-21T09:45:33.425Z] #77 86.72 checking for pkg-config... /usr/bin/pkg-config
09:45:33 [2022-06-21T09:45:33.425Z] #77 86.72 checking pkg-config is at least version 0.9.0... yes
09:45:33 [2022-06-21T09:45:33.686Z] #77 86.73 checking for library containing yajl_tree_get... -lyajl
09:45:33 [2022-06-21T09:45:33.686Z] #77 87.14 checking for yajl >= 2.0.0... yes
09:45:33 [2022-06-21T09:45:33.947Z] #77 87.18 checking sys/capability.h usability... yes
09:45:33 [2022-06-21T09:45:33.947Z] #77 87.31 checking sys/capability.h presence... yes
09:45:33 [2022-06-21T09:45:33.947Z] #77 87.40 checking for sys/capability.h... yes
09:45:33 [2022-06-21T09:45:33.947Z] #77 87.41 checking for library containing cap_from_name... 
09:45:33 [2022-06-21T09:45:33.947Z] #77 ...
09:45:33 [2022-06-21T09:45:33.947Z] 
09:45:33 [2022-06-21T09:45:33.947Z] #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
09:45:33 [2022-06-21T09:45:33.947Z] #26 sha256:d39631f855506563228059fa5e1654c9c1c14c2918244721306cc46350ff3b0a
09:45:33 [2022-06-21T09:45:33.947Z] #26 124.2 + mkdir -p /tmp/tmp.AAcOUcSWqT/src/github.com/docker
09:45:33 [2022-06-21T09:45:33.947Z] #26 124.2 + mv components/cli /tmp/tmp.AAcOUcSWqT/src/github.com/docker/cli
09:45:33 [2022-06-21T09:45:33.947Z] #26 124.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
09:45:34 [2022-06-21T09:45:34.209Z] #26 ...
09:45:34 [2022-06-21T09:45:34.209Z] 
09:45:34 [2022-06-21T09:45:34.209Z] #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
09:45:34 [2022-06-21T09:45:34.209Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.12 The following additional packages will be installed:
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.14   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.14   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.14   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.15   python3-pkg-resources vim-runtime xxd
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.16 Suggested packages:
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.16   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.16   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.16   acl attr quota
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.16 Recommended packages:
09:45:34 [2022-06-21T09:45:34.209Z] #21 14.16   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.44 The following NEW packages will be installed:
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.45   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.45   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.45   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.45   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.45   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.46   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.46   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.46   xz-utils zip zstd
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.78 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.78 Need to get 27.0 MB of archives.
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.78 After this operation, 105 MB of additional disk space will be used.
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.84 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.85 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.85 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]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.85 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.87 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.88 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.88 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.89 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 15.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.25 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.25 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.26 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.26 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.26 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.26 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.26 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.26 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.31 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:45:34 [2022-06-21T09:45:34.209Z] #21 16.32 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.32 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.32 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.33 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.33 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.34 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.35 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.37 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.37 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.63 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.64 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.65 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 16.66 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.23 debconf: delaying package configuration, since apt-utils is not installed
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.36 Fetched 27.0 MB in 1s (22.6 MB/s)
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.43 Selecting previously unselected package pigz.
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.48 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.48 Unpacking pigz (2.6-1) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.56 Selecting previously unselected package libelf1:arm64.
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.56 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.59 Unpacking libelf1:arm64 (0.183-1) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.74 Selecting previously unselected package libbpf0:arm64.
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.75 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.76 Unpacking libbpf0:arm64 (1:0.3-2) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.83 Selecting previously unselected package libcap2:arm64.
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.83 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.84 Unpacking libcap2:arm64 (1:2.44-1) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.90 Selecting previously unselected package libmnl0:arm64.
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.92 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.93 Unpacking libmnl0:arm64 (1.0.4-3) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.98 Selecting previously unselected package libxtables12:arm64.
09:45:34 [2022-06-21T09:45:34.210Z] #21 17.99 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.00 Unpacking libxtables12:arm64 (1.8.7-1) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.06 Selecting previously unselected package libcap2-bin.
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.07 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.07 Unpacking libcap2-bin (1:2.44-1) ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.18 Selecting previously unselected package iproute2.
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.18 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.210Z] #21 18.19 Unpacking iproute2 (5.10.0-4) ...
09:45:34 [2022-06-21T09:45:34.511Z] #14 ...
09:45:34 [2022-06-21T09:45:34.511Z] 
09:45:34 [2022-06-21T09:45:34.511Z] #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
09:45:34 [2022-06-21T09:45:34.511Z] #44 sha256:3958a47f5921778912542ae82cf95e6d8b5ce3cdc67a15256c91577c02156694
09:45:34 [2022-06-21T09:45:34.511Z] #44 8.126 [100%] Linking C executable tini-static
09:45:34 [2022-06-21T09:45:34.782Z] #21 18.63 Selecting previously unselected package xxd.
09:45:34 [2022-06-21T09:45:34.782Z] #21 18.64 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:45:34 [2022-06-21T09:45:34.782Z] #21 18.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:45:34 [2022-06-21T09:45:34.782Z] #21 18.76 Selecting previously unselected package vim-common.
09:45:34 [2022-06-21T09:45:34.782Z] #21 18.76 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:45:34 [2022-06-21T09:45:34.782Z] #21 18.78 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:45:35 [2022-06-21T09:45:35.043Z] #21 18.92 Selecting previously unselected package bash-completion.
09:45:35 [2022-06-21T09:45:35.043Z] #21 18.93 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:45:35 [2022-06-21T09:45:35.116Z] #44 8.698 [100%] Built target tini-static
09:45:35 [2022-06-21T09:45:35.116Z] #44 8.777 + mkdir -p /build
09:45:35 [2022-06-21T09:45:35.374Z] #44 8.779 + cp tini-static /build/docker-init
09:45:35 [2022-06-21T09:45:35.937Z] #44 DONE 9.5s
09:45:35 [2022-06-21T09:45:35.937Z] 
09:45:35 [2022-06-21T09:45:35.937Z] #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
09:45:35 [2022-06-21T09:45:35.937Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32
09:45:35 [2022-06-21T09:45:35.937Z] #53 104.1 gotestsum version dev
09:45:35 [2022-06-21T09:45:35.937Z] #53 DONE 104.2s
09:45:35 [2022-06-21T09:45:35.937Z] 
09:45:35 [2022-06-21T09:45:35.937Z] #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
09:45:35 [2022-06-21T09:45:35.937Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:35 [2022-06-21T09:45:35.937Z] #14 103.2 Selecting previously unselected package gcc-mingw-w64-base.
09:45:35 [2022-06-21T09:45:35.937Z] #14 103.2 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
09:45:35 [2022-06-21T09:45:35.937Z] #14 103.3 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:45:35 [2022-06-21T09:45:35.937Z] #14 103.9 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
09:45:35 [2022-06-21T09:45:35.937Z] #14 103.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
09:45:35 [2022-06-21T09:45:35.937Z] #14 104.0 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:45:36 [2022-06-21T09:45:36.526Z] #77 ...
09:45:36 [2022-06-21T09:45:36.526Z] 
09:45:36 [2022-06-21T09:45:36.526Z] #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
09:45:36 [2022-06-21T09:45:36.526Z] #60 sha256:ea87dab80b284e50a52924bb2e9387f69284f47b2173a9357f51fc8bb973e175
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.104 + RM_GOPATH=0
09:45:36 [2022-06-21T09:45:36.526Z] #60 ...
09:45:36 [2022-06-21T09:45:36.526Z] 
09:45:36 [2022-06-21T09:45:36.526Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
09:45:36 [2022-06-21T09:45:36.526Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
09:45:36 [2022-06-21T09:45:36.526Z] #15 DONE 4.6s
09:45:36 [2022-06-21T09:45:36.526Z] 
09:45:36 [2022-06-21T09:45:36.526Z] #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
09:45:36 [2022-06-21T09:45:36.526Z] #60 sha256:ea87dab80b284e50a52924bb2e9387f69284f47b2173a9357f51fc8bb973e175
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.105 + TMP_GOPATH=
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.105 + : /build
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.105 + '[' -z '' ']'
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.105 ++ mktemp -d
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.106 + export GOPATH=/tmp/tmp.IyepHrdPKm
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.112 + GOPATH=/tmp/tmp.IyepHrdPKm
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.112 + RM_GOPATH=1
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.112 + case "$(go env GOARCH)" in
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.112 ++ go env GOARCH
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 Install runc version v1.1.2 (build tags: seccomp)
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + export GO_BUILDMODE=-buildmode=pie
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + GO_BUILDMODE=-buildmode=pie
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 ++ dirname /install.sh
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + dir=/
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + bin=runc
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + shift
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + '[' '!' -f //runc.installer ']'
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + . //runc.installer
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 ++ set -e
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 ++ : v1.1.2
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + install_runc
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + RUNC_BUILDTAGS=seccomp
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.129 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IyepHrdPKm/src/github.com/opencontainers/runc
09:45:36 [2022-06-21T09:45:36.526Z] #60 4.132 Cloning into '/tmp/tmp.IyepHrdPKm/src/github.com/opencontainers/runc'...
09:45:37 [2022-06-21T09:45:37.591Z] #21 21.23 Unpacking bash-completion (1:2.11-2) ...
09:45:37 [2022-06-21T09:45:37.591Z] #21 21.64 Selecting previously unselected package bzip2.
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.64 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.64 Unpacking bzip2 (1.0.8-4) ...
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.72 Selecting previously unselected package xz-utils.
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.72 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.72 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.84 Selecting previously unselected package apparmor.
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.85 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
09:45:37 [2022-06-21T09:45:37.852Z] #21 21.89 Unpacking apparmor (2.13.6-10) ...
09:45:38 [2022-06-21T09:45:38.431Z] #21 22.30 Selecting previously unselected package inetutils-ping.
09:45:38 [2022-06-21T09:45:38.431Z] #21 22.30 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.431Z] #21 22.30 Unpacking inetutils-ping (2:2.0-1) ...
09:45:38 [2022-06-21T09:45:38.431Z] #21 22.41 Selecting previously unselected package libip4tc2:arm64.
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.41 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.44 Unpacking libip4tc2:arm64 (1.8.7-1) ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.51 Selecting previously unselected package libip6tc2:arm64.
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.52 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.52 Unpacking libip6tc2:arm64 (1.8.7-1) ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.60 Selecting previously unselected package libnfnetlink0:arm64.
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.61 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.61 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.68 Selecting previously unselected package libnetfilter-conntrack3:arm64.
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.68 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.68 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.74 Selecting previously unselected package libnftnl11:arm64.
09:45:38 [2022-06-21T09:45:38.692Z] #21 22.76 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.954Z] #21 22.77 Unpacking libnftnl11:arm64 (1.1.9-1) ...
09:45:38 [2022-06-21T09:45:38.954Z] #21 22.87 Selecting previously unselected package iptables.
09:45:38 [2022-06-21T09:45:38.954Z] #21 22.87 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
09:45:38 [2022-06-21T09:45:38.954Z] #21 22.88 Unpacking iptables (1.8.7-1) ...
09:45:39 [2022-06-21T09:45:39.212Z] #14 ...
09:45:39 [2022-06-21T09:45:39.212Z] 
09:45:39 [2022-06-21T09:45:39.212Z] #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
09:45:39 [2022-06-21T09:45:39.212Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:45:39 [2022-06-21T09:45:39.212Z] #55 96.96 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
09:45:39 [2022-06-21T09:45:39.526Z] #21 23.19 Selecting previously unselected package libonig5:arm64.
09:45:39 [2022-06-21T09:45:39.526Z] #21 23.20 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
09:45:39 [2022-06-21T09:45:39.526Z] #21 23.20 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:45:39 [2022-06-21T09:45:39.526Z] #21 23.36 Selecting previously unselected package libjq1:arm64.
09:45:39 [2022-06-21T09:45:39.526Z] #21 23.39 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
09:45:39 [2022-06-21T09:45:39.526Z] #21 23.39 Unpacking libjq1:arm64 (1.6-2.1) ...
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.51 Selecting previously unselected package jq.
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.53 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.54 Unpacking jq (1.6-2.1) ...
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.62 Selecting previously unselected package libaio1:arm64.
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.63 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.63 Unpacking libaio1:arm64 (0.3.112-9) ...
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.72 Selecting previously unselected package libgpm2:arm64.
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.72 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
09:45:39 [2022-06-21T09:45:39.787Z] #21 23.72 Unpacking libgpm2:arm64 (1.20.7-8) ...
09:45:40 [2022-06-21T09:45:40.048Z] #21 23.79 Selecting previously unselected package libicu67:arm64.
09:45:40 [2022-06-21T09:45:40.048Z] #21 23.79 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
09:45:40 [2022-06-21T09:45:40.048Z] #21 23.80 Unpacking libicu67:arm64 (67.1-7) ...
09:45:40 [2022-06-21T09:45:40.723Z] #60 ...
09:45:40 [2022-06-21T09:45:40.723Z] 
09:45:40 [2022-06-21T09:45:40.723Z] #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
09:45:40 [2022-06-21T09:45:40.723Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
09:45:40 [2022-06-21T09:45:40.723Z] #16 DONE 4.6s
09:45:40 [2022-06-21T09:45:40.983Z] 
09:45:40 [2022-06-21T09:45:40.983Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:45:40 [2022-06-21T09:45:40.983Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
09:45:43 [2022-06-21T09:45:43.351Z] #21 26.99 Selecting previously unselected package libinih1:arm64.
09:45:43 [2022-06-21T09:45:43.351Z] #21 26.99 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.00 Unpacking libinih1:arm64 (53-1+b2) ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.08 Selecting previously unselected package libnet1:arm64.
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.08 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.08 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.15 Selecting previously unselected package libnl-3-200:arm64.
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.15 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.15 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.26 Selecting previously unselected package libprotobuf-c1:arm64.
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.26 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.26 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.32 Selecting previously unselected package libyajl2:arm64.
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.32 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.351Z] #21 27.33 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:45:43 [2022-06-21T09:45:43.612Z] #21 27.39 Selecting previously unselected package net-tools.
09:45:43 [2022-06-21T09:45:43.612Z] #21 27.40 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.612Z] #21 27.40 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:45:43 [2022-06-21T09:45:43.612Z] #21 27.60 Selecting previously unselected package patch.
09:45:43 [2022-06-21T09:45:43.612Z] #21 27.61 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ...
09:45:43 [2022-06-21T09:45:43.873Z] #21 27.62 Unpacking patch (2.7.6-7) ...
09:45:43 [2022-06-21T09:45:43.873Z] #21 27.73 Selecting previously unselected package python-pip-whl.
09:45:43 [2022-06-21T09:45:43.873Z] #21 27.73 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:45:43 [2022-06-21T09:45:43.873Z] #21 27.74 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:45:44 [2022-06-21T09:45:44.422Z] #17 3.308 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:45:44 [2022-06-21T09:45:44.422Z] #17 DONE 3.5s
09:45:44 [2022-06-21T09:45:44.422Z] 
09:45:44 [2022-06-21T09:45:44.422Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:45:44 [2022-06-21T09:45:44.422Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.23 Selecting previously unselected package python3-lib2to3.
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.24 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.25 Unpacking python3-lib2to3 (3.9.2-1) ...
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.38 Selecting previously unselected package python3-distutils.
09:45:44 [2022-06-21T09:45:44.448Z] #21 ...
09:45:44 [2022-06-21T09:45:44.448Z] 
09:45:44 [2022-06-21T09:45:44.448Z] #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
09:45:44 [2022-06-21T09:45:44.448Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:45:44 [2022-06-21T09:45:44.448Z] #77 87.41 checking for library containing cap_from_name... -lcap
09:45:44 [2022-06-21T09:45:44.448Z] #77 87.82 checking for library containing dlopen... -ldl
09:45:44 [2022-06-21T09:45:44.448Z] #77 88.21 checking seccomp.h usability... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 88.35 checking seccomp.h presence... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 88.44 checking for seccomp.h... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 88.44 checking for library containing seccomp_rule_add... -lseccomp
09:45:44 [2022-06-21T09:45:44.448Z] #77 88.77 checking for library containing seccomp_arch_resolve_name... none required
09:45:44 [2022-06-21T09:45:44.448Z] #77 89.05 checking systemd/sd-bus.h usability... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 89.30 checking systemd/sd-bus.h presence... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 89.36 checking for systemd/sd-bus.h... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 89.37 checking for library containing sd_bus_match_signal_async... -lsystemd
09:45:44 [2022-06-21T09:45:44.448Z] #77 89.86 checking for sd_notify_barrier... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.09 checking linux/bpf.h usability... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.28 checking linux/bpf.h presence... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.32 checking for linux/bpf.h... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.32 checking compilation for eBPF... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.46 checking for criu >= 3.15... no
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.49 configure: CRIU headers not found, building without CRIU support
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.49 checking for criu > 3.16... no
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.52 configure: CRIU version doesn't support join-ns API
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.52 checking for criu > 3.16.1... no
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.56 configure: CRIU version doesn't support for pre-dumping
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.56 checking for new mount API (fsconfig)... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.64 checking for seccomp notify API... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.75 checking for gperf... no
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.75 configure: gperf not found - cannot rebuild signal parser code
09:45:44 [2022-06-21T09:45:44.448Z] #77 90.75 checking for library containing argp_parse... none required
09:45:44 [2022-06-21T09:45:44.448Z] #77 91.11 checking that generated files are newer than configure... done
09:45:44 [2022-06-21T09:45:44.448Z] #77 91.12 configure: creating ./config.status
09:45:44 [2022-06-21T09:45:44.448Z] #77 93.82 config.status: creating Makefile
09:45:44 [2022-06-21T09:45:44.448Z] #77 93.91 config.status: creating rpm/crun.spec
09:45:44 [2022-06-21T09:45:44.448Z] #77 94.03 config.status: creating config.h
09:45:44 [2022-06-21T09:45:44.448Z] #77 94.06 config.status: executing libtool commands
09:45:44 [2022-06-21T09:45:44.448Z] #77 94.11 config.status: executing depfiles commands
09:45:44 [2022-06-21T09:45:44.448Z] #77 95.30 === configuring in libocispec (/tmp/crun-build/libocispec)
09:45:44 [2022-06-21T09:45:44.448Z] #77 95.33 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:45:44 [2022-06-21T09:45:44.448Z] #77 95.73 checking for gcc... gcc
09:45:44 [2022-06-21T09:45:44.448Z] #77 95.85 checking whether the C compiler works... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.06 checking for C compiler default output file name... a.out
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.06 checking for suffix of executables... 
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.22 checking whether we are cross compiling... no
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.34 checking for suffix of object files... o
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.51 checking whether we are using the GNU C compiler... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.59 checking whether gcc accepts -g... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.74 checking for gcc option to accept ISO C89... none needed
09:45:44 [2022-06-21T09:45:44.448Z] #77 96.91 checking whether gcc understands -c and -o together... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 97.10 checking how to run the C preprocessor... gcc -E
09:45:44 [2022-06-21T09:45:44.448Z] #77 97.36 checking for grep that handles long lines and -e... /bin/grep
09:45:44 [2022-06-21T09:45:44.448Z] #77 97.39 checking for egrep... /bin/grep -E
09:45:44 [2022-06-21T09:45:44.448Z] #77 97.39 checking for ANSI C header files... yes
09:45:44 [2022-06-21T09:45:44.448Z] #77 98.03 checking for sys/types.h... 
09:45:44 [2022-06-21T09:45:44.448Z] #77 ...
09:45:44 [2022-06-21T09:45:44.448Z] 
09:45:44 [2022-06-21T09:45:44.448Z] #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
09:45:44 [2022-06-21T09:45:44.448Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.38 Selecting previously unselected package python3-distutils.
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.39 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
09:45:44 [2022-06-21T09:45:44.448Z] #21 28.39 Unpacking python3-distutils (3.9.2-1) ...
09:45:44 [2022-06-21T09:45:44.710Z] #21 28.55 Selecting previously unselected package python3-pkg-resources.
09:45:44 [2022-06-21T09:45:44.710Z] #21 28.56 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
09:45:44 [2022-06-21T09:45:44.710Z] #21 28.56 Unpacking python3-pkg-resources (52.0.0-4) ...
09:45:44 [2022-06-21T09:45:44.710Z] #21 28.70 Selecting previously unselected package python3-setuptools.
09:45:44 [2022-06-21T09:45:44.971Z] #21 28.70 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
09:45:44 [2022-06-21T09:45:44.971Z] #21 28.72 Unpacking python3-setuptools (52.0.0-4) ...
09:45:45 [2022-06-21T09:45:45.232Z] #21 28.98 Selecting previously unselected package python3-wheel.
09:45:45 [2022-06-21T09:45:45.232Z] #21 28.99 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
09:45:45 [2022-06-21T09:45:45.232Z] #21 28.99 Unpacking python3-wheel (0.34.2-1) ...
09:45:45 [2022-06-21T09:45:45.232Z] #21 29.07 Selecting previously unselected package python3-pip.
09:45:45 [2022-06-21T09:45:45.232Z] #21 29.07 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:45:45 [2022-06-21T09:45:45.232Z] #21 29.08 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:45:45 [2022-06-21T09:45:45.494Z] #21 29.32 Selecting previously unselected package sudo.
09:45:45 [2022-06-21T09:45:45.494Z] #21 29.33 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ...
09:45:45 [2022-06-21T09:45:45.494Z] #21 29.34 Unpacking sudo (1.9.5p2-3) ...
09:45:46 [2022-06-21T09:45:46.066Z] #21 29.96 Selecting previously unselected package thin-provisioning-tools.
09:45:46 [2022-06-21T09:45:46.066Z] #21 29.96 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ...
09:45:46 [2022-06-21T09:45:46.066Z] #21 29.96 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:45:46 [2022-06-21T09:45:46.325Z] #18 DONE 2.1s
09:45:46 [2022-06-21T09:45:46.326Z] 
09:45:46 [2022-06-21T09:45:46.326Z] #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
09:45:46 [2022-06-21T09:45:46.326Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:46 [2022-06-21T09:45:46.326Z] #77 90.88 configure.ac:11: installing 'build-aux/compile'
09:45:46 [2022-06-21T09:45:46.326Z] #77 90.89 configure.ac:11: installing 'build-aux/config.guess'
09:45:46 [2022-06-21T09:45:46.326Z] #77 90.90 configure.ac:11: installing 'build-aux/config.sub'
09:45:46 [2022-06-21T09:45:46.326Z] #77 90.91 configure.ac:13: installing 'build-aux/install-sh'
09:45:46 [2022-06-21T09:45:46.326Z] #77 90.91 configure.ac:13: installing 'build-aux/missing'
09:45:46 [2022-06-21T09:45:46.326Z] #77 90.93 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:45:46 [2022-06-21T09:45:46.326Z] #77 91.18 Makefile.am: installing 'build-aux/depcomp'
09:45:46 [2022-06-21T09:45:46.327Z] #21 30.14 Selecting previously unselected package uidmap.
09:45:46 [2022-06-21T09:45:46.327Z] #21 30.16 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ...
09:45:46 [2022-06-21T09:45:46.327Z] #21 30.17 Unpacking uidmap (1:4.8.1-1) ...
09:45:46 [2022-06-21T09:45:46.588Z] #21 30.34 Selecting previously unselected package vim-runtime.
09:45:46 [2022-06-21T09:45:46.588Z] #21 30.34 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:45:46 [2022-06-21T09:45:46.588Z] #21 30.35 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:45:46 [2022-06-21T09:45:46.588Z] #21 30.37 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:45:46 [2022-06-21T09:45:46.588Z] #21 30.38 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:45:47 [2022-06-21T09:45:47.327Z] #55 ...
09:45:47 [2022-06-21T09:45:47.327Z] 
09:45:47 [2022-06-21T09:45:47.327Z] #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
09:45:47 [2022-06-21T09:45:47.327Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:47 [2022-06-21T09:45:47.327Z] #77 48.81 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:45:47 [2022-06-21T09:45:47.965Z] #77 92.65 checking build system type... x86_64-pc-linux-gnu
09:45:47 [2022-06-21T09:45:47.965Z] #77 92.94 checking host system type... x86_64-pc-linux-gnu
09:45:47 [2022-06-21T09:45:47.965Z] #77 92.94 checking how to print strings... printf
09:45:47 [2022-06-21T09:45:47.965Z] #77 92.97 checking for gcc... gcc
09:45:48 [2022-06-21T09:45:48.228Z] #77 93.09 checking whether the C compiler works... yes
09:45:48 [2022-06-21T09:45:48.228Z] #77 93.32 checking for C compiler default output file name... a.out
09:45:48 [2022-06-21T09:45:48.489Z] #77 93.33 checking for suffix of executables... 
09:45:48 [2022-06-21T09:45:48.489Z] #77 ...
09:45:48 [2022-06-21T09:45:48.489Z] 
09:45:48 [2022-06-21T09:45:48.489Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:45:48 [2022-06-21T09:45:48.489Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
09:45:48 [2022-06-21T09:45:48.489Z] #19 DONE 2.1s
09:45:48 [2022-06-21T09:45:48.489Z] 
09:45:48 [2022-06-21T09:45:48.489Z] #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
09:45:48 [2022-06-21T09:45:48.489Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:48 [2022-06-21T09:45:48.489Z] #77 93.33 checking for suffix of executables... 
09:45:48 [2022-06-21T09:45:48.748Z] #77 93.62 checking whether we are cross compiling... no
09:45:48 [2022-06-21T09:45:48.748Z] #77 93.89 checking for suffix of object files... o
09:45:49 [2022-06-21T09:45:49.008Z] #77 93.99 checking whether we are using the GNU C compiler... yes
09:45:49 [2022-06-21T09:45:49.267Z] #77 94.08 checking whether gcc accepts -g... yes
09:45:49 [2022-06-21T09:45:49.267Z] #77 94.23 checking for gcc option to accept ISO C89... none needed
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.44 checking whether gcc understands -c and -o together... yes
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.61 checking for a sed that does not truncate output... /bin/sed
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.64 checking for grep that handles long lines and -e... /bin/grep
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.66 checking for egrep... /bin/grep -E
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.66 checking for fgrep... /bin/grep -F
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.69 checking for ld used by gcc... /usr/bin/ld
09:45:49 [2022-06-21T09:45:49.526Z] #77 94.72 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.72 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.75 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.87 checking whether ln -s works... yes
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.87 checking the maximum length of command line arguments... 1572864
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking for /usr/bin/ld option to reload object files... -r
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking for objdump... objdump
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking how to recognize dependent libraries... pass_all
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking for dlltool... no
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking how to associate runtime and link libraries... printf %s\n
09:45:49 [2022-06-21T09:45:49.785Z] #77 94.91 checking for ar... ar
09:45:49 [2022-06-21T09:45:49.934Z] #21 33.39 Selecting previously unselected package vim.
09:45:49 [2022-06-21T09:45:49.934Z] #21 33.40 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:45:49 [2022-06-21T09:45:49.934Z] #21 33.41 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:45:49 [2022-06-21T09:45:49.934Z] #21 33.91 Selecting previously unselected package xfsprogs.
09:45:49 [2022-06-21T09:45:49.934Z] #21 33.91 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ...
09:45:49 [2022-06-21T09:45:49.934Z] #21 33.92 Unpacking xfsprogs (5.10.0-4) ...
09:45:50 [2022-06-21T09:45:50.044Z] #77 94.91 checking for archiver @FILE support... @
09:45:50 [2022-06-21T09:45:50.044Z] #77 95.09 checking for strip... strip
09:45:50 [2022-06-21T09:45:50.044Z] #77 95.12 checking for ranlib... ranlib
09:45:50 [2022-06-21T09:45:50.044Z] #77 95.12 checking for gawk... no
09:45:50 [2022-06-21T09:45:50.044Z] #77 95.12 checking for mawk... mawk
09:45:50 [2022-06-21T09:45:50.196Z] #71 136.7 # github.com/containerd/containerd/cmd/containerd
09:45:50 [2022-06-21T09:45:50.197Z] #71 136.7 /usr/bin/ld: /tmp/go-link-636259242/000019.o: in function `New':
09:45:50 [2022-06-21T09:45:50.197Z] #71 136.7 /tmp/tmp.YKSYS4ySnl/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
09:45:50 [2022-06-21T09:45:50.197Z] #71 136.8 + bin/containerd-stress
09:45:50 [2022-06-21T09:45:50.197Z] #71 137.9 + bin/containerd-shim
09:45:50 [2022-06-21T09:45:50.303Z] #77 95.12 checking command to parse /usr/bin/nm -B output from gcc object... #77 ...
09:45:50 [2022-06-21T09:45:50.303Z] 
09:45:50 [2022-06-21T09:45:50.303Z] #20 [dev-systemd-false  6/28] RUN ldconfig
09:45:50 [2022-06-21T09:45:50.303Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
09:45:50 [2022-06-21T09:45:50.303Z] #20 DONE 2.0s
09:45:50 [2022-06-21T09:45:50.303Z] 
09:45:50 [2022-06-21T09:45:50.303Z] #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
09:45:50 [2022-06-21T09:45:50.303Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:50 [2022-06-21T09:45:50.303Z] #77 95.12 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:45:50 [2022-06-21T09:45:50.303Z] #77 95.54 checking for sysroot... no
09:45:50 [2022-06-21T09:45:50.303Z] #77 95.54 checking for a working dd... /bin/dd
09:45:50 [2022-06-21T09:45:50.303Z] #77 95.56 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:45:50 [2022-06-21T09:45:50.512Z] #21 34.38 Selecting previously unselected package zip.
09:45:50 [2022-06-21T09:45:50.512Z] #21 34.38 Preparing to unpack .../47-zip_3.0-12_arm64.deb ...
09:45:50 [2022-06-21T09:45:50.512Z] #21 34.38 Unpacking zip (3.0-12) ...
09:45:50 [2022-06-21T09:45:50.562Z] #77 95.68 checking for mt... no
09:45:50 [2022-06-21T09:45:50.562Z] #77 95.68 checking if : is a manifest tool... no
09:45:50 [2022-06-21T09:45:50.562Z] #77 95.70 checking how to run the C preprocessor... gcc -E
09:45:50 [2022-06-21T09:45:50.777Z] #21 34.49 Selecting previously unselected package zstd.
09:45:50 [2022-06-21T09:45:50.777Z] #21 34.50 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ...
09:45:50 [2022-06-21T09:45:50.777Z] #21 34.51 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:45:51 [2022-06-21T09:45:51.037Z] #21 34.89 Setting up python3-pkg-resources (52.0.0-4) ...
09:45:51 [2022-06-21T09:45:51.298Z] #21 ...
09:45:51 [2022-06-21T09:45:51.298Z] 
09:45:51 [2022-06-21T09:45:51.298Z] #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
09:45:51 [2022-06-21T09:45:51.299Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:45:51 [2022-06-21T09:45:51.299Z] #77 98.03 checking for sys/types.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 98.17 checking for sys/stat.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 98.34 checking for stdlib.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 98.53 checking for string.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 98.73 checking for memory.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 98.91 checking for strings.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.13 checking for inttypes.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.29 checking for stdint.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.41 checking for unistd.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.54 checking minix/config.h usability... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.70 checking minix/config.h presence... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.75 checking for minix/config.h... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.75 checking whether it is safe to define __EXTENSIONS__... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 99.92 checking build system type... aarch64-unknown-linux-gnu
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.2 checking host system type... aarch64-unknown-linux-gnu
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.2 checking how to print strings... printf
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.3 checking for a sed that does not truncate output... /bin/sed
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.3 checking for fgrep... /bin/grep -F
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.3 checking for ld used by gcc... /usr/bin/ld
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking whether ln -s works... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking the maximum length of command line arguments... 1572864
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking for /usr/bin/ld option to reload object files... -r
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking for objdump... objdump
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking how to recognize dependent libraries... pass_all
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking for dlltool... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking how to associate runtime and link libraries... printf %s\n
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking for ar... ar
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.5 checking for archiver @FILE support... @
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.7 checking for strip... strip
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.7 checking for ranlib... ranlib
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.7 checking for gawk... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.7 checking for mawk... mawk
09:45:51 [2022-06-21T09:45:51.299Z] #77 100.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.1 checking for sysroot... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.1 checking for a working dd... /bin/dd
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.2 checking for mt... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.2 checking if : is a manifest tool... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.2 checking for dlfcn.h... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.4 checking for objdir... .libs
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.6 checking if gcc supports -fno-rtti -fno-exceptions... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.7 checking for gcc option to produce PIC... -fPIC -DPIC
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.7 checking if gcc PIC flag -fPIC -DPIC works... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 101.8 checking if gcc static flag -static works... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.2 checking if gcc supports -c -o file.o... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.4 checking if gcc supports -c -o file.o... (cached) yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.4 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.4 checking dynamic linker characteristics... GNU/Linux ld.so
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.7 checking how to hardcode library paths into programs... immediate
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.7 checking whether stripping libraries is possible... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.7 checking if libtool supports shared libraries... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.7 checking whether to build shared libraries... no
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.7 checking whether to build static libraries... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.7 checking for a BSD-compatible install... /usr/bin/install -c
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.8 checking whether build environment is sane... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.9 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.9 checking whether make sets $(MAKE)... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 102.9 checking whether make supports the include directive... yes (GNU style)
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.0 checking whether make supports nested variables... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.0 checking whether UID '0' is supported by ustar format... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.1 checking whether GID '0' is supported by ustar format... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.1 checking how to create a ustar tar archive... gnutar
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.1 checking dependency style of gcc... gcc3
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.3 checking whether to enable maintainer-specific portions of Makefiles... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.3 checking whether make supports nested variables... (cached) yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.3 checking for pkg-config... /usr/bin/pkg-config
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.3 checking pkg-config is at least version 0.9.0... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.3 checking for yajl >= 2.1.0... yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.4 checking for a sed that does not truncate output... (cached) /bin/sed
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.4 checking for gcc... (cached) gcc
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.5 checking whether we are using the GNU C compiler... (cached) yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.5 checking whether gcc accepts -g... (cached) yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.5 checking for gcc option to accept ISO C89... (cached) none needed
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.5 checking whether gcc understands -c and -o together... (cached) yes
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.5 checking for a Python interpreter with version >= 3... python3
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.6 checking for python3... /usr/bin/python3
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.6 checking for python3 version... 3.9
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.7 checking for python3 platform... linux
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.7 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:45:51 [2022-06-21T09:45:51.299Z] #77 103.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:45:51 [2022-06-21T09:45:51.299Z] #77 104.2 checking that generated files are newer than configure... done
09:45:51 [2022-06-21T09:45:51.299Z] #77 104.2 configure: creating ./config.status
09:45:51 [2022-06-21T09:45:51.388Z] #77 95.93 checking for ANSI C header files... yes
09:45:51 [2022-06-21T09:45:51.647Z] #77 96.58 checking for sys/types.h... yes
09:45:51 [2022-06-21T09:45:51.647Z] #77 96.78 checking for sys/stat.h... yes
09:45:51 [2022-06-21T09:45:51.870Z] #77 ...
09:45:51 [2022-06-21T09:45:51.870Z] 
09:45:51 [2022-06-21T09:45:51.870Z] #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
09:45:51 [2022-06-21T09:45:51.870Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
09:45:51 [2022-06-21T09:45:51.870Z] #21 35.86 Setting up libip4tc2:arm64 (1.8.7-1) ...
09:45:51 [2022-06-21T09:45:51.870Z] #21 35.87 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:45:51 [2022-06-21T09:45:51.870Z] #21 35.88 Setting up libgpm2:arm64 (1.20.7-8) ...
09:45:51 [2022-06-21T09:45:51.870Z] #21 35.89 Setting up libicu67:arm64 (67.1-7) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.90 Setting up libip6tc2:arm64 (1.8.7-1) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.91 Setting up libinih1:arm64 (53-1+b2) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.92 Setting up uidmap (1:4.8.1-1) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.93 Setting up libyajl2:arm64 (2.1.0-3) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.94 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.95 Setting up bzip2 (1.0.8-4) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.96 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:45:52 [2022-06-21T09:45:52.131Z] #21 35.97 Setting up python3-wheel (0.34.2-1) ...
09:45:52 [2022-06-21T09:45:52.165Z] #77 96.94 checking for stdlib.h... yes
09:45:52 [2022-06-21T09:45:52.165Z] #77 97.12 checking for string.h... yes
09:45:52 [2022-06-21T09:45:52.425Z] #77 97.27 checking for memory.h... yes
09:45:52 [2022-06-21T09:45:52.584Z] #77 ...
09:45:52 [2022-06-21T09:45:52.584Z] 
09:45:52 [2022-06-21T09:45:52.584Z] #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
09:45:52 [2022-06-21T09:45:52.584Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:45:52 [2022-06-21T09:45:52.584Z] #14 117.4 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
09:45:52 [2022-06-21T09:45:52.584Z] #14 117.4 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:45:52 [2022-06-21T09:45:52.584Z] #14 117.4 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:45:52 [2022-06-21T09:45:52.684Z] #77 97.51 checking for strings.h... yes
09:45:52 [2022-06-21T09:45:52.684Z] #77 97.71 checking for inttypes.h... yes
09:45:52 [2022-06-21T09:45:52.944Z] #77 97.87 checking for stdint.h... yes
09:45:53 [2022-06-21T09:45:53.075Z] #21 36.69 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:45:53 [2022-06-21T09:45:53.075Z] #21 36.70 Setting up libcap2:arm64 (1:2.44-1) ...
09:45:53 [2022-06-21T09:45:53.075Z] #21 36.71 Setting up libcap2-bin (1:2.44-1) ...
09:45:53 [2022-06-21T09:45:53.075Z] #21 36.73 Setting up apparmor (2.13.6-10) ...
09:45:53 [2022-06-21T09:45:53.203Z] #77 98.12 checking for unistd.h... yes
09:45:53 [2022-06-21T09:45:53.463Z] #77 98.34 checking for dlfcn.h... yes
09:45:53 [2022-06-21T09:45:53.463Z] #77 98.53 checking for objdir... .libs
09:45:53 [2022-06-21T09:45:53.982Z] #77 98.92 checking if gcc supports -fno-rtti -fno-exceptions... no
09:45:53 [2022-06-21T09:45:53.982Z] #77 99.07 checking for gcc option to produce PIC... -fPIC -DPIC
09:45:53 [2022-06-21T09:45:53.982Z] #77 99.07 checking if gcc PIC flag -fPIC -DPIC works... yes
09:45:54 [2022-06-21T09:45:54.470Z] #21 38.36 Setting up zip (3.0-12) ...
09:45:54 [2022-06-21T09:45:54.470Z] #21 38.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:45:54 [2022-06-21T09:45:54.470Z] #21 38.39 Setting up bash-completion (1:2.11-2) ...
09:45:54 [2022-06-21T09:45:54.500Z] #77 99.19 checking if gcc static flag -static works... yes
09:45:54 [2022-06-21T09:45:54.500Z] #77 99.59 checking if gcc supports -c -o file.o... yes
09:45:54 [2022-06-21T09:45:54.759Z] #77 99.74 checking if gcc supports -c -o file.o... (cached) yes
09:45:54 [2022-06-21T09:45:54.759Z] #77 99.74 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:45:55 [2022-06-21T09:45:55.327Z] #77 99.82 checking dynamic linker characteristics... GNU/Linux ld.so
09:45:55 [2022-06-21T09:45:55.327Z] #77 100.3 checking how to hardcode library paths into programs... immediate
09:45:55 [2022-06-21T09:45:55.327Z] #77 100.3 checking whether stripping libraries is possible... yes
09:45:55 [2022-06-21T09:45:55.327Z] #77 100.3 checking if libtool supports shared libraries... yes
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.3 checking whether to build shared libraries... no
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.3 checking whether to build static libraries... yes
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.3 checking for a BSD-compatible install... /usr/bin/install -c
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.3 checking whether build environment is sane... yes
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.4 checking whether make sets $(MAKE)... yes
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.5 checking whether make supports the include directive... yes (GNU style)
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.5 checking whether make supports nested variables... yes
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.6 checking whether UID '0' is supported by ustar format... yes
09:45:55 [2022-06-21T09:45:55.328Z] #77 100.6 checking whether GID '0' is supported by ustar format... yes
09:45:55 [2022-06-21T09:45:55.587Z] #77 100.6 checking how to create a ustar tar archive... gnutar
09:45:55 [2022-06-21T09:45:55.587Z] #77 100.6 checking dependency style of gcc... gcc3
09:45:55 [2022-06-21T09:45:55.847Z] #77 100.9 checking whether to enable maintainer-specific portions of Makefiles... yes
09:45:55 [2022-06-21T09:45:55.847Z] #77 100.9 checking whether make supports nested variables... (cached) yes
09:45:55 [2022-06-21T09:45:55.847Z] #77 100.9 checking for gawk... (cached) mawk
09:45:55 [2022-06-21T09:45:55.847Z] #77 100.9 checking for a sed that does not truncate output... (cached) /bin/sed
09:45:55 [2022-06-21T09:45:55.847Z] #77 100.9 checking for gcc... (cached) gcc
09:45:55 [2022-06-21T09:45:55.847Z] #77 101.0 checking whether we are using the GNU C compiler... (cached) yes
09:45:55 [2022-06-21T09:45:55.847Z] #77 101.0 checking whether gcc accepts -g... (cached) yes
09:45:55 [2022-06-21T09:45:55.847Z] #77 101.0 checking for gcc option to accept ISO C89... (cached) none needed
09:45:55 [2022-06-21T09:45:55.847Z] #77 101.0 checking whether gcc understands -c and -o together... (cached) yes
09:45:55 [2022-06-21T09:45:55.847Z] #77 101.0 checking for a Python interpreter with version >= 3... python3
09:45:55 [2022-06-21T09:45:55.847Z] #77 101.1 checking for python3... /usr/bin/python3
09:45:56 [2022-06-21T09:45:56.106Z] #77 101.1 checking for python3 version... 3.9
09:45:56 [2022-06-21T09:45:56.106Z] #77 101.1 checking for python3 platform... linux
09:45:56 [2022-06-21T09:45:56.366Z] #77 101.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:45:56 [2022-06-21T09:45:56.625Z] #77 101.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:45:56 [2022-06-21T09:45:56.625Z] #77 101.6 checking for go-md2man... no
09:45:56 [2022-06-21T09:45:56.625Z] #77 101.6 checking error.h usability... yes
09:45:56 [2022-06-21T09:45:56.886Z] #77 101.8 checking error.h presence... yes
09:45:56 [2022-06-21T09:45:56.886Z] #77 101.9 checking for error.h... yes
09:45:56 [2022-06-21T09:45:56.886Z] #77 101.9 checking linux/openat2.h usability... yes
09:45:56 [2022-06-21T09:45:56.886Z] #77 102.1 checking linux/openat2.h presence... 
09:45:56 [2022-06-21T09:45:56.886Z] #77 ...
09:45:56 [2022-06-21T09:45:56.886Z] 
09:45:56 [2022-06-21T09:45:56.886Z] #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
09:45:56 [2022-06-21T09:45:56.886Z] #60 sha256:ea87dab80b284e50a52924bb2e9387f69284f47b2173a9357f51fc8bb973e175
09:45:56 [2022-06-21T09:45:56.886Z] #60 15.00 + cd /tmp/tmp.IyepHrdPKm/src/github.com/opencontainers/runc
09:45:56 [2022-06-21T09:45:56.886Z] #60 15.00 + git checkout -q v1.1.2
09:45:56 [2022-06-21T09:45:56.886Z] #60 15.81 + '[' -z '' ']'
09:45:56 [2022-06-21T09:45:56.886Z] #60 15.81 + target=static
09:45:56 [2022-06-21T09:45:56.886Z] #60 15.81 + make BUILDTAGS=seccomp static
09:45:56 [2022-06-21T09:45:56.886Z] #60 16.29 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 .
09:45:57 [2022-06-21T09:45:57.019Z] #21 40.97 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:45:57 [2022-06-21T09:45:57.019Z] #21 40.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:45:57 [2022-06-21T09:45:57.019Z] #21 41.00 Setting up libmnl0:arm64 (1.0.4-3) ...
09:45:57 [2022-06-21T09:45:57.019Z] #21 41.01 Setting up patch (2.7.6-7) ...
09:45:57 [2022-06-21T09:45:57.019Z] #21 41.02 Setting up sudo (1.9.5p2-3) ...
09:45:57 [2022-06-21T09:45:57.145Z] #60 ...
09:45:57 [2022-06-21T09:45:57.145Z] 
09:45:57 [2022-06-21T09:45:57.145Z] #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
09:45:57 [2022-06-21T09:45:57.145Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:45:57 [2022-06-21T09:45:57.145Z] #77 102.1 checking linux/openat2.h presence... yes
09:45:57 [2022-06-21T09:45:57.145Z] #77 102.1 checking for linux/openat2.h... yes
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.09 invoke-rc.d: could not determine current runlevel
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.10 invoke-rc.d: policy-rc.d denied execution of start.
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.11 Setting up xfsprogs (5.10.0-4) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.12 Setting up libxtables12:arm64 (1.8.7-1) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.14 Setting up inetutils-ping (2:2.0-1) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.15 Setting up pigz (2.6-1) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.16 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.17 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.19 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:45:57 [2022-06-21T09:45:57.281Z] #21 41.20 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:45:57 [2022-06-21T09:45:57.404Z] #77 102.2 checking for copy_file_range... yes
09:45:57 [2022-06-21T09:45:57.404Z] #77 102.5 checking for fgetxattr... yes
09:45:57 [2022-06-21T09:45:57.662Z] #77 102.7 checking for statx... yes
09:45:58 [2022-06-21T09:45:58.180Z] #77 103.0 checking for fgetpwent_r... yes
09:45:58 [2022-06-21T09:45:58.230Z] #21 41.83 Setting up libaio1:arm64 (0.3.112-9) ...
09:45:58 [2022-06-21T09:45:58.230Z] #21 41.84 Setting up python3-lib2to3 (3.9.2-1) ...
09:45:58 [2022-06-21T09:45:58.310Z] #71 149.1 + bin/containerd-shim-runc-v1
09:45:58 [2022-06-21T09:45:58.439Z] #77 103.3 checking for issetugid... no
09:45:58 [2022-06-21T09:45:58.439Z] #77 103.6 checking for pkg-config... /usr/bin/pkg-config
09:45:58 [2022-06-21T09:45:58.439Z] #77 103.6 checking pkg-config is at least version 0.9.0... yes
09:45:58 [2022-06-21T09:45:58.491Z] #21 42.28 Setting up libelf1:arm64 (0.183-1) ...
09:45:58 [2022-06-21T09:45:58.491Z] #21 42.29 Setting up zstd (1.4.8+dfsg-2.1) ...
09:45:58 [2022-06-21T09:45:58.491Z] #21 42.33 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:45:58 [2022-06-21T09:45:58.491Z] #21 42.34 Setting up python3-distutils (3.9.2-1) ...
09:45:58 [2022-06-21T09:45:58.699Z] #77 103.6 checking for library containing yajl_tree_get... -lyajl
09:45:58 [2022-06-21T09:45:58.958Z] #77 104.0 checking for yajl >= 2.0.0... yes
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.83 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:45:59 [2022-06-21T09:45:59.063Z] #21 42.91 Setting up python3-setuptools (52.0.0-4) ...
09:45:59 [2022-06-21T09:45:59.218Z] #77 104.0 checking sys/capability.h usability... yes
09:45:59 [2022-06-21T09:45:59.218Z] #77 104.3 checking sys/capability.h presence... yes
09:45:59 [2022-06-21T09:45:59.477Z] #77 104.4 checking for sys/capability.h... yes
09:45:59 [2022-06-21T09:45:59.736Z] #77 104.4 checking for library containing cap_from_name... -lcap
09:46:00 [2022-06-21T09:46:00.008Z] #21 ...
09:46:00 [2022-06-21T09:46:00.008Z] 
09:46:00 [2022-06-21T09:46:00.008Z] #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
09:46:00 [2022-06-21T09:46:00.008Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:46:00 [2022-06-21T09:46:00.008Z] #77 106.7 config.status: creating Makefile
09:46:00 [2022-06-21T09:46:00.008Z] #77 106.8 config.status: creating config.h
09:46:00 [2022-06-21T09:46:00.008Z] #77 106.8 config.status: executing libtool commands
09:46:00 [2022-06-21T09:46:00.008Z] #77 106.9 config.status: executing depfiles commands
09:46:00 [2022-06-21T09:46:00.008Z] #77 107.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:46:00 [2022-06-21T09:46:00.008Z] #77 107.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.0 checking for gcc... gcc
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.1 checking whether the C compiler works... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.2 checking for C compiler default output file name... a.out
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.2 checking for suffix of executables... 
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.3 checking whether we are cross compiling... no
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.5 checking for suffix of object files... o
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.6 checking whether we are using the GNU C compiler... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.7 checking whether gcc accepts -g... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 108.8 checking for gcc option to accept ISO C89... none needed
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.0 checking whether gcc understands -c and -o together... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.2 checking for a BSD-compatible install... /usr/bin/install -c
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.3 checking whether build environment is sane... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.3 checking for gawk... no
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.3 checking for mawk... mawk
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.3 checking whether make sets $(MAKE)... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.4 checking whether make supports the include directive... yes (GNU style)
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.4 checking whether make supports nested variables... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.5 checking whether UID '0' is supported by ustar format... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.5 checking whether GID '0' is supported by ustar format... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.5 checking how to create a ustar tar archive... gnutar
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.5 checking dependency style of gcc... gcc3
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.7 checking whether to enable maintainer-specific portions of Makefiles... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.7 checking whether make supports nested variables... (cached) yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 109.7 checking build system type... aarch64-unknown-linux-gnu
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking host system type... aarch64-unknown-linux-gnu
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking how to print strings... printf
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking for a sed that does not truncate output... /bin/sed
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking for grep that handles long lines and -e... /bin/grep
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking for egrep... /bin/grep -E
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking for fgrep... /bin/grep -F
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.1 checking for ld used by gcc... /usr/bin/ld
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking whether ln -s works... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking the maximum length of command line arguments... 1572864
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking for /usr/bin/ld option to reload object files... -r
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking for objdump... objdump
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking how to recognize dependent libraries... pass_all
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking for dlltool... no
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking how to associate runtime and link libraries... printf %s\n
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking for ar... ar
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.3 checking for archiver @FILE support... @
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.4 checking for strip... strip
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.4 checking for ranlib... ranlib
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.7 checking for sysroot... no
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.7 checking for a working dd... /bin/dd
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.8 checking for mt... no
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.8 checking if : is a manifest tool... no
09:46:00 [2022-06-21T09:46:00.008Z] #77 110.8 checking how to run the C preprocessor... gcc -E
09:46:00 [2022-06-21T09:46:00.008Z] #77 111.1 checking for ANSI C header files... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 111.7 checking for sys/types.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 111.9 checking for sys/stat.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 112.0 checking for stdlib.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 112.2 checking for string.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 112.3 checking for memory.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 112.5 checking for strings.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 112.6 checking for inttypes.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 112.9 checking for stdint.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 113.1 checking for unistd.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 113.2 checking for dlfcn.h... yes
09:46:00 [2022-06-21T09:46:00.008Z] #77 113.4 checking for objdir... .libs
09:46:00 [2022-06-21T09:46:00.254Z] #77 105.0 checking for library containing dlopen... -ldl
09:46:00 [2022-06-21T09:46:00.513Z] #77 105.4 checking seccomp.h usability... 
09:46:00 [2022-06-21T09:46:00.513Z] #77 ...
09:46:00 [2022-06-21T09:46:00.513Z] 
09:46:00 [2022-06-21T09:46:00.513Z] #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
09:46:00 [2022-06-21T09:46:00.513Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:46:00 [2022-06-21T09:46:00.513Z] #21 2.384 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:46:00 [2022-06-21T09:46:00.513Z] #21 2.422 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:46:00 [2022-06-21T09:46:00.513Z] #21 2.430 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:46:00 [2022-06-21T09:46:00.513Z] #21 3.063 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:46:00 [2022-06-21T09:46:00.513Z] #21 4.323 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:46:00 [2022-06-21T09:46:00.513Z] #21 5.735 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:46:00 [2022-06-21T09:46:00.513Z] #21 10.01 Fetched 8544 kB in 8s (1076 kB/s)
09:46:00 [2022-06-21T09:46:00.513Z] #21 10.01 Reading package lists...
09:46:00 [2022-06-21T09:46:00.513Z] #21 ...
09:46:00 [2022-06-21T09:46:00.513Z] 
09:46:00 [2022-06-21T09:46:00.513Z] #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
09:46:00 [2022-06-21T09:46:00.513Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:00 [2022-06-21T09:46:00.513Z] #77 105.4 checking seccomp.h usability... yes
09:46:00 [2022-06-21T09:46:00.530Z] #77 113.8 checking if gcc supports -fno-rtti -fno-exceptions... no
09:46:00 [2022-06-21T09:46:00.530Z] #77 113.9 checking for gcc option to produce PIC... -fPIC -DPIC
09:46:00 [2022-06-21T09:46:00.530Z] #77 113.9 checking if gcc PIC flag -fPIC -DPIC works... 
09:46:00 [2022-06-21T09:46:00.530Z] #77 ...
09:46:00 [2022-06-21T09:46:00.530Z] 
09:46:00 [2022-06-21T09:46:00.531Z] #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
09:46:00 [2022-06-21T09:46:00.531Z] #21 sha256:bf40804c95d151dd65f9bf8d9d0223bfcfe9f206255970647d724800b718743f
09:46:00 [2022-06-21T09:46:00.531Z] #21 44.32 Setting up libjq1:arm64 (1.6-2.1) ...
09:46:00 [2022-06-21T09:46:00.531Z] #21 44.34 Setting up libnftnl11:arm64 (1.1.9-1) ...
09:46:00 [2022-06-21T09:46:00.531Z] #21 44.35 Setting up thin-provisioning-tools (0.9.0-1) ...
09:46:00 [2022-06-21T09:46:00.531Z] #21 44.36 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:46:00 [2022-06-21T09:46:00.773Z] #77 105.6 checking seccomp.h presence... yes
09:46:00 [2022-06-21T09:46:00.773Z] #77 105.7 checking for seccomp.h... yes
09:46:01 [2022-06-21T09:46:01.033Z] #77 105.8 checking for library containing seccomp_rule_add... -lseccomp
09:46:01 [2022-06-21T09:46:01.292Z] #77 106.2 checking for library containing seccomp_arch_resolve_name... 
09:46:01 [2022-06-21T09:46:01.292Z] #77 ...
09:46:01 [2022-06-21T09:46:01.292Z] 
09:46:01 [2022-06-21T09:46:01.292Z] #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
09:46:01 [2022-06-21T09:46:01.292Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:46:01 [2022-06-21T09:46:01.292Z] #34 DONE 158.8s
09:46:01 [2022-06-21T09:46:01.292Z] 
09:46:01 [2022-06-21T09:46:01.292Z] #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
09:46:01 [2022-06-21T09:46:01.292Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:01 [2022-06-21T09:46:01.292Z] #77 106.2 checking for library containing seccomp_arch_resolve_name... none required
09:46:01 [2022-06-21T09:46:01.550Z] #77 106.5 checking systemd/sd-bus.h usability... yes
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.47 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.49 Setting up jq (1.6-2.1) ...
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.50 Setting up libbpf0:arm64 (1:0.3-2) ...
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.51 Setting up iptables (1.8.7-1) ...
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.52 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.53 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.55 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:46:01 [2022-06-21T09:46:01.733Z] #21 45.61 Setting up iproute2 (5.10.0-4) ...
09:46:01 [2022-06-21T09:46:01.809Z] #77 106.7 checking systemd/sd-bus.h presence... yes
09:46:01 [2022-06-21T09:46:01.809Z] #77 106.9 checking for systemd/sd-bus.h... yes
09:46:01 [2022-06-21T09:46:01.995Z] #21 45.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:46:02 [2022-06-21T09:46:02.376Z] #77 106.9 checking for library containing sd_bus_match_signal_async... -lsystemd
09:46:02 [2022-06-21T09:46:02.635Z] #77 107.5 checking for sd_notify_barrier... yes
09:46:02 [2022-06-21T09:46:02.895Z] #77 107.8 checking linux/bpf.h usability... yes
09:46:02 [2022-06-21T09:46:02.895Z] #77 108.0 checking linux/bpf.h presence... yes
09:46:02 [2022-06-21T09:46:02.895Z] #77 108.1 checking for linux/bpf.h... yes
09:46:03 [2022-06-21T09:46:03.155Z] #77 108.1 checking compilation for eBPF... 
09:46:03 [2022-06-21T09:46:03.155Z] #77 ...
09:46:03 [2022-06-21T09:46:03.155Z] 
09:46:03 [2022-06-21T09:46:03.155Z] #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
09:46:03 [2022-06-21T09:46:03.155Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Delve is a source level debugger for Go programs.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Delve enables you to interact with your program by controlling the execution of the process,
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Pass flags to the program you are debugging using `--`, for example:
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 `dlv exec ./hello -- server --config conf/config.toml`
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Usage:
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   dlv [command]
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Available Commands:
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   attach      Attach to running process and begin debugging.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   connect     Connect to a headless debug server with a terminal client.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   core        Examine a core dump.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   debug       Compile and begin debugging main package in current directory, or the package specified.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   exec        Execute a precompiled binary, and begin a debug session.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   help        Help about any command
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   run         Deprecated command. Use 'debug' instead.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   test        Compile test binary and begin debugging program.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   trace       Compile and begin tracing program.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   version     Prints version.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Flags:
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.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)
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.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)
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --disable-aslr                     Disables address space randomization
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   -h, --help                             help for dlv
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --init string                      Init file, executed by the terminal client.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --log                              Enable debugging server logging.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7       --wd string                        Working directory for running the program.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Additional help topics:
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   dlv backend  Help about the --backend flag.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   dlv log      Help about logging flags.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7   dlv redirect Help about file redirection.
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 
09:46:03 [2022-06-21T09:46:03.155Z] #36 160.7 Use "dlv [command] --help" for more information about a command.
09:46:03 [2022-06-21T09:46:03.155Z] #36 DONE 160.8s
09:46:03 [2022-06-21T09:46:03.155Z] 
09:46:03 [2022-06-21T09:46:03.155Z] #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
09:46:03 [2022-06-21T09:46:03.155Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:03 [2022-06-21T09:46:03.155Z] #77 108.1 checking compilation for eBPF... yes
09:46:03 [2022-06-21T09:46:03.155Z] #77 108.4 checking for criu >= 3.15... no
09:46:03 [2022-06-21T09:46:03.155Z] #77 108.4 configure: CRIU headers not found, building without CRIU support
09:46:03 [2022-06-21T09:46:03.155Z] #77 108.4 checking for criu > 3.16... no
09:46:03 [2022-06-21T09:46:03.155Z] #77 108.5 configure: CRIU version doesn't support join-ns API
09:46:03 [2022-06-21T09:46:03.413Z] #77 108.5 checking for criu > 3.16.1... no
09:46:03 [2022-06-21T09:46:03.414Z] #77 108.5 configure: CRIU version doesn't support for pre-dumping
09:46:03 [2022-06-21T09:46:03.414Z] #77 108.5 checking for new mount API (fsconfig)... yes
09:46:03 [2022-06-21T09:46:03.673Z] #77 108.6 checking for seccomp notify API... yes
09:46:03 [2022-06-21T09:46:03.673Z] #77 108.7 checking for gperf... no
09:46:03 [2022-06-21T09:46:03.673Z] #77 108.7 configure: gperf not found - cannot rebuild signal parser code
09:46:03 [2022-06-21T09:46:03.909Z] #21 DONE 47.9s
09:46:03 [2022-06-21T09:46:03.909Z] 
09:46:03 [2022-06-21T09:46:03.909Z] #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
09:46:03 [2022-06-21T09:46:03.909Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:46:03 [2022-06-21T09:46:03.909Z] #77 113.9 checking if gcc PIC flag -fPIC -DPIC works... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.0 checking if gcc static flag -static works... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.3 checking if gcc supports -c -o file.o... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.5 checking if gcc supports -c -o file.o... (cached) yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.5 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.5 checking dynamic linker characteristics... GNU/Linux ld.so
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.8 checking how to hardcode library paths into programs... immediate
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.8 checking whether stripping libraries is possible... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.9 checking if libtool supports shared libraries... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.9 checking whether to build shared libraries... no
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.9 checking whether to build static libraries... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 114.9 checking float.h usability... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.1 checking float.h presence... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.1 checking for float.h... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.2 checking limits.h usability... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.3 checking limits.h presence... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.3 checking for limits.h... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.4 checking stddef.h usability... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.5 checking stddef.h presence... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.6 checking for stddef.h... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.7 checking for stdlib.h... (cached) yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.7 checking for string.h... (cached) yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 115.8 checking sys/time.h usability... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.0 checking sys/time.h presence... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.1 checking for sys/time.h... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.1 checking for inline... inline
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.2 checking for size_t... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.6 checking for stdlib.h... (cached) yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.6 checking for GNU libc compatible malloc... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.9 checking for stdlib.h... (cached) yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 116.9 checking for GNU libc compatible realloc... yes
09:46:03 [2022-06-21T09:46:03.909Z] #77 117.1 checking for working strtod... yes
09:46:03 [2022-06-21T09:46:03.933Z] #77 108.7 checking for library containing argp_parse... none required
09:46:03 [2022-06-21T09:46:03.933Z] #77 109.1 checking that generated files are newer than configure... done
09:46:03 [2022-06-21T09:46:03.933Z] #77 109.1 configure: creating ./config.status
09:46:04 [2022-06-21T09:46:04.170Z] #77 117.4 checking for gettimeofday... yes
09:46:04 [2022-06-21T09:46:04.742Z] #77 117.8 checking for memset... 
09:46:04 [2022-06-21T09:46:04.742Z] #77 ...
09:46:04 [2022-06-21T09:46:04.742Z] 
09:46:04 [2022-06-21T09:46:04.742Z] #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
09:46:04 [2022-06-21T09:46:04.742Z] #22 sha256:bb9be009a72834be69ad3d42ea3d60feffc45c0645929d71527a1b0f53880ef9
09:46:04 [2022-06-21T09:46:04.742Z] #22 0.631 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:46:04 [2022-06-21T09:46:04.742Z] #22 0.636 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:46:04 [2022-06-21T09:46:04.742Z] #22 0.639 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:46:04 [2022-06-21T09:46:04.742Z] #22 DONE 0.7s
09:46:04 [2022-06-21T09:46:04.742Z] 
09:46:04 [2022-06-21T09:46:04.742Z] #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
09:46:04 [2022-06-21T09:46:04.742Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:46:04 [2022-06-21T09:46:04.742Z] #77 117.8 checking for memset... yes
09:46:04 [2022-06-21T09:46:04.863Z] #14 ...
09:46:04 [2022-06-21T09:46:04.863Z] 
09:46:04 [2022-06-21T09:46:04.863Z] #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
09:46:04 [2022-06-21T09:46:04.863Z] #64 sha256:744447383fd6d0979742638ca341dc128de40958a03c3d534747e38890ea17ec
09:46:04 [2022-06-21T09:46:04.871Z] #71 155.3 + bin/containerd-shim-runc-v2
09:46:05 [2022-06-21T09:46:05.004Z] #77 118.1 checking for strspn... yes
09:46:05 [2022-06-21T09:46:05.265Z] #77 118.7 checking that generated files are newer than configure... done
09:46:05 [2022-06-21T09:46:05.265Z] #77 118.7 configure: creating ./config.status
09:46:05 [2022-06-21T09:46:05.437Z] #71 156.1 + binaries
09:46:05 [2022-06-21T09:46:05.437Z] #71 156.1 + install -D bin/containerd /build/containerd
09:46:05 [2022-06-21T09:46:05.437Z] #71 156.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:46:05 [2022-06-21T09:46:05.437Z] #71 156.2 + install -D bin/ctr /build/ctr
09:46:05 [2022-06-21T09:46:05.644Z] #64 74.85 Updating files:  32% (1565/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:  66% (3153/4776)
Updating files:  67% (3200/4776)
Updating files:  68% (3248/4776)
Updating files:  69% (3296/4776)
Updating files:  69% (3342/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:  87% (4192/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.
09:46:05 [2022-06-21T09:46:05.644Z] #64 77.57 + cd /tmp/tmp.vOU305jZtN/src/github.com/containerd/containerd
09:46:05 [2022-06-21T09:46:05.901Z] #64 77.57 + git checkout -q v1.6.6
09:46:06 [2022-06-21T09:46:06.003Z] #71 DONE 156.6s
09:46:06 [2022-06-21T09:46:06.468Z] #77 111.6 config.status: creating Makefile
09:46:06 [2022-06-21T09:46:06.468Z] #77 111.7 config.status: creating rpm/crun.spec
09:46:06 [2022-06-21T09:46:06.727Z] #77 111.8 config.status: creating config.h
09:46:06 [2022-06-21T09:46:06.727Z] #77 111.8 config.status: executing libtool commands
09:46:06 [2022-06-21T09:46:06.727Z] #77 111.8 config.status: executing depfiles commands
09:46:06 [2022-06-21T09:46:06.937Z] 
09:46:06 [2022-06-21T09:46:06.937Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
09:46:06 [2022-06-21T09:46:06.937Z] #72 sha256:b70e012787946e212e2a69be12ea3ecae270aec22572b6041bf1146835198537
09:46:07 [2022-06-21T09:46:07.195Z] #72 DONE 0.2s
09:46:07 [2022-06-21T09:46:07.195Z] 
09:46:07 [2022-06-21T09:46:07.195Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:46:07 [2022-06-21T09:46:07.195Z] #77 sha256:08aa28c2455abdc38f9c0886e337de8cace184554413c3bce64fb65213302448
09:46:07 [2022-06-21T09:46:07.195Z] #77 DONE 0.1s
09:46:07 [2022-06-21T09:46:07.195Z] 
09:46:07 [2022-06-21T09:46:07.195Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
09:46:07 [2022-06-21T09:46:07.195Z] #82 sha256:3813480d36ce4444fc0eca6a6a02b86a09faeacc5e016a8a43577f6b633e542e
09:46:07 [2022-06-21T09:46:07.760Z] #82 DONE 0.5s
09:46:07 [2022-06-21T09:46:07.760Z] 
09:46:07 [2022-06-21T09:46:07.760Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
09:46:07 [2022-06-21T09:46:07.760Z] #85 sha256:f8755e87c14c32f804fe3e7a9260977a7118fc813294265fcef50c293c65c819
09:46:07 [2022-06-21T09:46:07.760Z] #85 DONE 0.1s
09:46:07 [2022-06-21T09:46:07.760Z] 
09:46:07 [2022-06-21T09:46:07.760Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:46:07 [2022-06-21T09:46:07.760Z] #86 sha256:7e1b27234a95d96a43fcedb2598e492a900b06b8d8e590957a404576b946d8c0
09:46:07 [2022-06-21T09:46:07.760Z] #86 DONE 0.0s
09:46:07 [2022-06-21T09:46:07.760Z] 
09:46:07 [2022-06-21T09:46:07.760Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
09:46:07 [2022-06-21T09:46:07.760Z] #87 sha256:27f892b67070dd5194ecdff51c6feeb8574df3b14403d91d7c15a0a730a0fe5b
09:46:07 [2022-06-21T09:46:07.760Z] #87 DONE 0.0s
09:46:07 [2022-06-21T09:46:07.760Z] 
09:46:07 [2022-06-21T09:46:07.760Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
09:46:07 [2022-06-21T09:46:07.760Z] #88 sha256:610177c7848b791f5a042a208c90d2a8ff451b63683d366102b9e7c0fa6c8b41
09:46:08 [2022-06-21T09:46:08.107Z] #77 113.1 === configuring in libocispec (/tmp/crun-build/libocispec)
09:46:08 [2022-06-21T09:46:08.107Z] #77 113.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:46:08 [2022-06-21T09:46:08.366Z] #77 113.5 checking for gcc... gcc
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.05 + export 'BUILDTAGS=netgo osusergo static_build'
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + BUILDTAGS='netgo osusergo static_build'
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + export EXTRA_FLAGS=-buildmode=pie
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + EXTRA_FLAGS=-buildmode=pie
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + '[' '' = dynamic ']'
09:46:08 [2022-06-21T09:46:08.426Z] #64 80.06 + make
09:46:08 [2022-06-21T09:46:08.569Z] #77 121.4 config.status: creating Makefile
09:46:08 [2022-06-21T09:46:08.569Z] #77 121.4 config.status: creating config.h
09:46:08 [2022-06-21T09:46:08.569Z] #77 121.5 config.status: executing depfiles commands
09:46:08 [2022-06-21T09:46:08.569Z] #77 121.7 config.status: executing libtool commands
09:46:08 [2022-06-21T09:46:08.625Z] #77 113.5 checking whether the C compiler works... yes
09:46:08 [2022-06-21T09:46:08.625Z] #77 113.7 checking for C compiler default output file name... a.out
09:46:08 [2022-06-21T09:46:08.885Z] #77 113.7 checking for suffix of executables... 
09:46:09 [2022-06-21T09:46:09.144Z] #77 114.0 checking whether we are cross compiling... no
09:46:09 [2022-06-21T09:46:09.144Z] #77 114.2 checking for suffix of object files... o
09:46:09 [2022-06-21T09:46:09.144Z] #77 114.3 checking whether we are using the GNU C compiler... yes
09:46:09 [2022-06-21T09:46:09.403Z] #77 114.4 checking whether gcc accepts -g... yes
09:46:09 [2022-06-21T09:46:09.403Z] #77 114.5 checking for gcc option to accept ISO C89... none needed
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.7   GEN      .version
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.7 make  install-recursive
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.7 make[1]: Entering directory '/tmp/crun-build'
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.8 Making install in libocispec
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.8 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
09:46:09 [2022-06-21T09:46:09.511Z] #77 122.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
09:46:09 [2022-06-21T09:46:09.980Z] #77 114.7 checking whether gcc understands -c and -o together... yes
09:46:09 [2022-06-21T09:46:09.980Z] #77 114.9 checking how to run the C preprocessor... gcc -E
09:46:09 [2022-06-21T09:46:09.980Z] #77 115.1 checking for grep that handles long lines and -e... /bin/grep
09:46:09 [2022-06-21T09:46:09.980Z] #77 115.1 checking for egrep... /bin/grep -E
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:46:10 [2022-06-21T09:46:10.084Z] #77 123.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:46:10 [2022-06-21T09:46:10.291Z] #88 DONE 2.3s
09:46:10 [2022-06-21T09:46:10.291Z] 
09:46:10 [2022-06-21T09:46:10.291Z] #89 exporting to image
09:46:10 [2022-06-21T09:46:10.291Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:46:10 [2022-06-21T09:46:10.291Z] #89 exporting layers
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:46:10 [2022-06-21T09:46:10.345Z] #77 123.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.5 make  install-recursive
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:46:10 [2022-06-21T09:46:10.918Z] #77 124.5 Making install in yajl
09:46:10 [2022-06-21T09:46:10.919Z] #77 115.1 checking for ANSI C header files... yes
09:46:10 [2022-06-21T09:46:10.919Z] #77 115.8 checking for sys/types.h... yes
09:46:10 [2022-06-21T09:46:10.919Z] #77 115.9 checking for sys/stat.h... yes
09:46:10 [2022-06-21T09:46:10.919Z] #77 116.0 checking for stdlib.h... yes
09:46:10 [2022-06-21T09:46:10.948Z] #64 82.74 + bin/ctr
09:46:11 [2022-06-21T09:46:11.178Z] #77 116.2 checking for string.h... yes
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.6   CC       verify/json_verify-json_verify.o
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.6   CC       src/libyajl_la-yajl_alloc.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.6   CC       src/libyajl_la-yajl_gen.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.6   CC       src/libyajl_la-yajl_parser.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.6   CC       src/libyajl_la-yajl.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.6   CC       src/libyajl_la-yajl_buf.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.7   CC       src/libyajl_la-yajl_encode.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.7   CC       src/libyajl_la-yajl_lex.lo
09:46:11 [2022-06-21T09:46:11.179Z] #77 124.7   CC       src/libyajl_la-yajl_tree.lo
09:46:11 [2022-06-21T09:46:11.438Z] #77 116.3 checking for memory.h... yes
09:46:11 [2022-06-21T09:46:11.438Z] #77 116.5 checking for strings.h... 
09:46:11 [2022-06-21T09:46:11.438Z] #77 ...
09:46:11 [2022-06-21T09:46:11.438Z] 
09:46:11 [2022-06-21T09:46:11.438Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
09:46:11 [2022-06-21T09:46:11.438Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:46:11 [2022-06-21T09:46:11.438Z] #21 10.01 Reading package lists...
09:46:11 [2022-06-21T09:46:11.438Z] #21 13.55 Reading package lists...
09:46:11 [2022-06-21T09:46:11.438Z] #21 16.60 Building dependency tree...
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.29 The following additional packages will be installed:
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.29   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.29   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.30   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.30   python3-pkg-resources vim-runtime xxd
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.31 Suggested packages:
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.31   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.31   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.31   acl attr quota
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.31 Recommended packages:
09:46:11 [2022-06-21T09:46:11.438Z] #21 18.31   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.66 The following NEW packages will be installed:
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.66   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.66   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.66   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.66   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.67   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.67   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.67   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:46:11 [2022-06-21T09:46:11.438Z] #21 19.67   xz-utils zip zstd
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.01 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.01 Need to get 27.7 MB of archives.
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.01 After this operation, 106 MB of additional disk space will be used.
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.01 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.02 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.04 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.07 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.07 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.09 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.10 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]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.10 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
09:46:11 [2022-06-21T09:46:11.438Z] #21 20.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.13 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.14 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.14 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.17 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.18 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.18 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.18 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.18 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.47 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.47 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.48 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.48 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.49 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.49 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.50 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.56 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.58 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.58 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.59 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.60 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.60 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.62 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.67 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.68 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.68 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.86 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.89 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.91 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
09:46:11 [2022-06-21T09:46:11.439Z] #21 20.91 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
09:46:11 [2022-06-21T09:46:11.699Z] #21 ...
09:46:11 [2022-06-21T09:46:11.699Z] 
09:46:11 [2022-06-21T09:46:11.699Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:46:11 [2022-06-21T09:46:11.699Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:11 [2022-06-21T09:46:11.699Z] #77 116.5 checking for strings.h... yes
09:46:11 [2022-06-21T09:46:11.699Z] #77 116.7 checking for inttypes.h... yes
09:46:11 [2022-06-21T09:46:11.958Z] #77 116.9 checking for stdint.h... yes
09:46:11 [2022-06-21T09:46:11.958Z] #77 117.0 checking for unistd.h... yes
09:46:12 [2022-06-21T09:46:12.216Z] #77 117.3 checking minix/config.h usability... no
09:46:12 [2022-06-21T09:46:12.216Z] #77 117.4 checking minix/config.h presence... no
09:46:12 [2022-06-21T09:46:12.475Z] #77 117.5 checking for minix/config.h... no
09:46:12 [2022-06-21T09:46:12.475Z] #77 117.5 checking whether it is safe to define __EXTENSIONS__... yes
09:46:12 [2022-06-21T09:46:12.993Z] #77 117.8 checking build system type... x86_64-pc-linux-gnu
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.0 checking host system type... x86_64-pc-linux-gnu
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.0 checking how to print strings... printf
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.0 checking for a sed that does not truncate output... /bin/sed
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.1 checking for fgrep... /bin/grep -F
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.1 checking for ld used by gcc... /usr/bin/ld
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:46:12 [2022-06-21T09:46:12.993Z] #77 118.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.2 checking whether ln -s works... yes
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.2 checking the maximum length of command line arguments... 1572864
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.2 checking for /usr/bin/ld option to reload object files... -r
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.3 checking for objdump... objdump
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.3 checking how to recognize dependent libraries... pass_all
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.3 checking for dlltool... no
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.3 checking how to associate runtime and link libraries... printf %s\n
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.3 checking for ar... ar
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.3 checking for archiver @FILE support... @
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.4 checking for strip... strip
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.4 checking for ranlib... ranlib
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.4 checking for gawk... no
09:46:13 [2022-06-21T09:46:13.252Z] #77 118.4 checking for mawk... mawk
09:46:13 [2022-06-21T09:46:13.512Z] #77 118.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:46:13 [2022-06-21T09:46:13.771Z] #77 118.8 checking for sysroot... no
09:46:13 [2022-06-21T09:46:13.771Z] #77 118.8 checking for a working dd... /bin/dd
09:46:13 [2022-06-21T09:46:13.771Z] #77 118.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:46:13 [2022-06-21T09:46:13.771Z] #77 118.9 checking for mt... no
09:46:13 [2022-06-21T09:46:13.771Z] #77 118.9 checking if : is a manifest tool... no
09:46:14 [2022-06-21T09:46:14.032Z] #77 118.9 checking for dlfcn.h... yes
09:46:14 [2022-06-21T09:46:14.032Z] #77 119.0 checking for objdir... .libs
09:46:14 [2022-06-21T09:46:14.229Z] #64 ...
09:46:14 [2022-06-21T09:46:14.229Z] 
09:46:14 [2022-06-21T09:46:14.229Z] #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
09:46:14 [2022-06-21T09:46:14.229Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:14 [2022-06-21T09:46:14.229Z] #77 66.12 libtoolize: putting auxiliary files in '.'.
09:46:14 [2022-06-21T09:46:14.229Z] #77 66.12 libtoolize: copying file './ltmain.sh'
09:46:14 [2022-06-21T09:46:14.229Z] #77 67.31 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:46:14 [2022-06-21T09:46:14.229Z] #77 67.31 libtoolize: and rerunning libtoolize and aclocal.
09:46:14 [2022-06-21T09:46:14.229Z] #77 67.31 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:46:14 [2022-06-21T09:46:14.229Z] #77 ...
09:46:14 [2022-06-21T09:46:14.229Z] 
09:46:14 [2022-06-21T09:46:14.229Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
09:46:14 [2022-06-21T09:46:14.229Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:46:14 [2022-06-21T09:46:14.229Z] #14 142.6 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
09:46:14 [2022-06-21T09:46:14.229Z] #14 142.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
09:46:14 [2022-06-21T09:46:14.229Z] #14 142.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:46:14 [2022-06-21T09:46:14.292Z] #77 119.3 checking if gcc supports -fno-rtti -fno-exceptions... no
09:46:14 [2022-06-21T09:46:14.292Z] #77 119.4 checking for gcc option to produce PIC... -fPIC -DPIC
09:46:14 [2022-06-21T09:46:14.292Z] #77 119.4 checking if gcc PIC flag -fPIC -DPIC works... yes
09:46:14 [2022-06-21T09:46:14.861Z] #77 119.5 checking if gcc static flag -static works... yes
09:46:14 [2022-06-21T09:46:14.861Z] #77 119.8 checking if gcc supports -c -o file.o... yes
09:46:14 [2022-06-21T09:46:14.861Z] #77 119.9 checking if gcc supports -c -o file.o... (cached) yes
09:46:14 [2022-06-21T09:46:14.861Z] #77 119.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.0 checking dynamic linker characteristics... GNU/Linux ld.so
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking how to hardcode library paths into programs... immediate
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking whether stripping libraries is possible... yes
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking if libtool supports shared libraries... yes
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking whether to build shared libraries... no
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking whether to build static libraries... yes
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking for a BSD-compatible install... /usr/bin/install -c
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.2 checking whether build environment is sane... yes
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.3 checking whether make sets $(MAKE)... yes
09:46:15 [2022-06-21T09:46:15.121Z] #77 120.3 checking whether make supports the include directive... yes (GNU style)
09:46:15 [2022-06-21T09:46:15.381Z] #77 120.4 checking whether make supports nested variables... yes
09:46:15 [2022-06-21T09:46:15.381Z] #77 120.4 checking whether UID '0' is supported by ustar format... yes
09:46:15 [2022-06-21T09:46:15.381Z] #77 120.4 checking whether GID '0' is supported by ustar format... yes
09:46:15 [2022-06-21T09:46:15.381Z] #77 120.4 checking how to create a ustar tar archive... gnutar
09:46:15 [2022-06-21T09:46:15.381Z] #77 120.5 checking dependency style of gcc... gcc3
09:46:15 [2022-06-21T09:46:15.391Z] #77 ...
09:46:15 [2022-06-21T09:46:15.391Z] 
09:46:15 [2022-06-21T09:46:15.391Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
09:46:15 [2022-06-21T09:46:15.391Z] #23 sha256:2be5ffe64d88e98050be52a2eba4782a24c1ae7b06b0fc27a348a559f3723faa
09:46:15 [2022-06-21T09:46:15.391Z] #23 9.274 Collecting yamllint==1.26.1
09:46:15 [2022-06-21T09:46:15.391Z] #23 10.34   Downloading yamllint-1.26.1.tar.gz (126 kB)
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.6 checking whether to enable maintainer-specific portions of Makefiles... yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.6 checking whether make supports nested variables... (cached) yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.6 checking for pkg-config... /usr/bin/pkg-config
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.6 checking pkg-config is at least version 0.9.0... yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.6 checking for yajl >= 2.1.0... yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.7 checking for a sed that does not truncate output... (cached) /bin/sed
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.7 checking for gcc... (cached) gcc
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking whether we are using the GNU C compiler... (cached) yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking whether gcc accepts -g... (cached) yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking for gcc option to accept ISO C89... (cached) none needed
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking whether gcc understands -c and -o together... (cached) yes
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking for a Python interpreter with version >= 3... python3
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking for python3... /usr/bin/python3
09:46:15 [2022-06-21T09:46:15.642Z] #77 120.8 checking for python3 version... 3.9
09:46:15 [2022-06-21T09:46:15.901Z] #77 120.9 checking for python3 platform... linux
09:46:15 [2022-06-21T09:46:15.901Z] #77 120.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:46:15 [2022-06-21T09:46:15.901Z] #77 121.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:46:15 [2022-06-21T09:46:15.961Z] #23 11.35 Collecting pathspec>=0.5.3
09:46:16 [2022-06-21T09:46:16.161Z] #77 121.3 checking that generated files are newer than configure... done
09:46:16 [2022-06-21T09:46:16.161Z] #77 121.3 configure: creating ./config.status
09:46:16 [2022-06-21T09:46:16.222Z] #23 11.36   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
09:46:16 [2022-06-21T09:46:16.222Z] #23 ...
09:46:16 [2022-06-21T09:46:16.222Z] 
09:46:16 [2022-06-21T09:46:16.222Z] #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
09:46:16 [2022-06-21T09:46:16.222Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:46:16 [2022-06-21T09:46:16.222Z] #77 129.7   CCLD     libyajl.la
09:46:16 [2022-06-21T09:46:16.482Z] #77 130.1   CCLD     verify/json_verify
09:46:17 [2022-06-21T09:46:17.053Z] #77 130.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:46:17 [2022-06-21T09:46:17.053Z] #77 130.6 make[5]: Nothing to be done for 'install-exec-am'.
09:46:17 [2022-06-21T09:46:17.053Z] #77 130.6 make[5]: Nothing to be done for 'install-data-am'.
09:46:17 [2022-06-21T09:46:17.053Z] #77 130.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:46:17 [2022-06-21T09:46:17.053Z] #77 130.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:46:17 [2022-06-21T09:46:17.053Z] #77 130.6 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:46:17 [2022-06-21T09:46:17.313Z] #77 130.7   CC       src/image_spec_schema_config_schema.lo
09:46:17 [2022-06-21T09:46:17.313Z] #77 130.7   CC       src/validate.o
09:46:17 [2022-06-21T09:46:17.313Z] #77 130.7   CC       src/image_spec_schema_content_descriptor.lo
09:46:17 [2022-06-21T09:46:17.313Z] #77 130.8   CC       src/image_spec_schema_defs_descriptor.lo
09:46:17 [2022-06-21T09:46:17.313Z] #77 130.8   CC       src/image_spec_schema_defs.lo
09:46:17 [2022-06-21T09:46:17.314Z] #77 130.8   CC       src/image_spec_schema_image_index_schema.lo
09:46:17 [2022-06-21T09:46:17.314Z] #77 130.8   CC       src/image_spec_schema_image_layout_schema.lo
09:46:17 [2022-06-21T09:46:17.314Z] #77 130.9   CC       src/image_spec_schema_image_manifest_schema.lo
09:46:17 [2022-06-21T09:46:17.575Z] #77 130.9   CC       src/runtime_spec_schema_config_linux.lo
09:46:17 [2022-06-21T09:46:17.575Z] #77 131.0   CC       src/runtime_spec_schema_config_zos.lo
09:46:17 [2022-06-21T09:46:17.575Z] #77 131.1   CC       src/runtime_spec_schema_config_schema.lo
09:46:17 [2022-06-21T09:46:17.575Z] #77 131.1   CC       src/runtime_spec_schema_config_solaris.lo
09:46:17 [2022-06-21T09:46:17.837Z] #77 131.1   CC       src/runtime_spec_schema_config_vm.lo
09:46:17 [2022-06-21T09:46:17.837Z] #77 131.2   CC       src/runtime_spec_schema_config_windows.lo
09:46:17 [2022-06-21T09:46:17.837Z] #77 131.3   CC       src/runtime_spec_schema_defs.lo
09:46:17 [2022-06-21T09:46:17.837Z] #77 131.3   CC       src/runtime_spec_schema_defs_linux.lo
09:46:18 [2022-06-21T09:46:18.068Z] #77 123.2 config.status: creating Makefile
09:46:18 [2022-06-21T09:46:18.068Z] #77 123.3 config.status: creating config.h
09:46:18 [2022-06-21T09:46:18.068Z] #77 123.3 config.status: executing libtool commands
09:46:18 [2022-06-21T09:46:18.099Z] #77 131.4   CC       src/runtime_spec_schema_defs_zos.lo
09:46:18 [2022-06-21T09:46:18.099Z] #77 131.5   CC       src/runtime_spec_schema_defs_vm.lo
09:46:18 [2022-06-21T09:46:18.099Z] #77 131.6   CC       src/runtime_spec_schema_defs_windows.lo
09:46:18 [2022-06-21T09:46:18.328Z] #77 123.3 config.status: executing depfiles commands
09:46:18 [2022-06-21T09:46:18.361Z] #77 131.6   CC       src/runtime_spec_schema_state_schema.lo
09:46:18 [2022-06-21T09:46:18.361Z] #77 131.9   CC       src/basic_test_double_array_item.lo
09:46:18 [2022-06-21T09:46:18.623Z] #77 ...
09:46:18 [2022-06-21T09:46:18.623Z] 
09:46:18 [2022-06-21T09:46:18.623Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
09:46:18 [2022-06-21T09:46:18.623Z] #23 sha256:2be5ffe64d88e98050be52a2eba4782a24c1ae7b06b0fc27a348a559f3723faa
09:46:18 [2022-06-21T09:46:18.623Z] #23 11.66 Collecting pyyaml
09:46:18 [2022-06-21T09:46:18.623Z] #23 11.67   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
09:46:18 [2022-06-21T09:46:18.623Z] #23 11.78 Building wheels for collected packages: yamllint
09:46:18 [2022-06-21T09:46:18.623Z] #23 11.79   Building wheel for yamllint (setup.py): started
09:46:18 [2022-06-21T09:46:18.623Z] #23 12.75   Building wheel for yamllint (setup.py): finished with status 'done'
09:46:18 [2022-06-21T09:46:18.623Z] #23 12.75   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d276aa0ad0c5793e8c38902ca34cd096111978d39f130e495851173ff2968548
09:46:18 [2022-06-21T09:46:18.623Z] #23 12.75   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
09:46:18 [2022-06-21T09:46:18.623Z] #23 12.75 Successfully built yamllint
09:46:18 [2022-06-21T09:46:18.623Z] #23 12.78 Installing collected packages: pyyaml, pathspec, yamllint
09:46:18 [2022-06-21T09:46:18.623Z] #23 13.18 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
09:46:18 [2022-06-21T09:46:18.623Z] #23 DONE 13.8s
09:46:18 [2022-06-21T09:46:18.623Z] 
09:46:18 [2022-06-21T09:46:18.623Z] #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
09:46:18 [2022-06-21T09:46:18.623Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:46:18 [2022-06-21T09:46:18.623Z] #77 131.9   CC       src/image_manifest_items_image_manifest_items_schema.lo
09:46:18 [2022-06-21T09:46:18.623Z] #77 132.1   CC       src/basic_test_double_array.lo
09:46:18 [2022-06-21T09:46:18.623Z] #77 132.2   CC       src/basic_test_top_array_int.lo
09:46:18 [2022-06-21T09:46:18.884Z] #77 132.2   CC       src/basic_test_top_array_string.lo
09:46:18 [2022-06-21T09:46:18.884Z] #77 132.3   CC       src/basic_test_top_double_array_int.lo
09:46:18 [2022-06-21T09:46:18.897Z] #77 123.9 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:46:18 [2022-06-21T09:46:18.897Z] #77 124.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:46:19 [2022-06-21T09:46:19.146Z] #77 132.6   CC       src/basic_test_top_double_array_obj.lo
09:46:19 [2022-06-21T09:46:19.146Z] #77 132.7   CC       src/basic_test_top_double_array_refobj.lo
09:46:19 [2022-06-21T09:46:19.157Z] #77 124.2 checking for gcc... gcc
09:46:19 [2022-06-21T09:46:19.407Z] #77 133.0   CC       src/basic_test_top_double_array_string.lo
09:46:19 [2022-06-21T09:46:19.417Z] #77 124.3 checking whether the C compiler works... yes
09:46:19 [2022-06-21T09:46:19.417Z] #77 124.6 checking for C compiler default output file name... a.out
09:46:19 [2022-06-21T09:46:19.668Z] #77 133.1   CC       src/read-file.lo
09:46:19 [2022-06-21T09:46:19.676Z] #77 124.6 checking for suffix of executables... 
09:46:19 [2022-06-21T09:46:19.929Z] #77 133.3   CC       src/json_common.lo
09:46:19 [2022-06-21T09:46:19.929Z] #77 133.3   CC       tests/test-1.o
09:46:19 [2022-06-21T09:46:19.935Z] #77 124.8 checking whether we are cross compiling... no
09:46:19 [2022-06-21T09:46:19.935Z] #77 124.9 checking for suffix of object files... o
09:46:19 [2022-06-21T09:46:19.935Z] #77 125.1 checking whether we are using the GNU C compiler... yes
09:46:20 [2022-06-21T09:46:20.191Z] #77 133.6   CC       tests/test-2.o
09:46:20 [2022-06-21T09:46:20.191Z] #77 133.7   CC       tests/test-3.o
09:46:20 [2022-06-21T09:46:20.195Z] #77 125.1 checking whether gcc accepts -g... yes
09:46:20 [2022-06-21T09:46:20.195Z] #77 125.2 checking for gcc option to accept ISO C89... none needed
09:46:20 [2022-06-21T09:46:20.452Z] #77 133.8   CC       tests/test-4.o
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.3 checking whether gcc understands -c and -o together... yes
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.5 checking for a BSD-compatible install... /usr/bin/install -c
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.5 checking whether build environment is sane... yes
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.6 checking for gawk... no
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.6 checking for mawk... mawk
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.6 checking whether make sets $(MAKE)... yes
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.6 checking whether make supports the include directive... yes (GNU style)
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.6 checking whether make supports nested variables... yes
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.7 checking whether UID '0' is supported by ustar format... yes
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.7 checking whether GID '0' is supported by ustar format... yes
09:46:20 [2022-06-21T09:46:20.459Z] #77 125.7 checking how to create a ustar tar archive... gnutar
09:46:20 [2022-06-21T09:46:20.719Z] #77 125.7 checking dependency style of gcc... gcc3
09:46:20 [2022-06-21T09:46:20.719Z] #77 125.9 checking whether to enable maintainer-specific portions of Makefiles... yes
09:46:20 [2022-06-21T09:46:20.719Z] #77 125.9 checking whether make supports nested variables... (cached) yes
09:46:20 [2022-06-21T09:46:20.726Z] #77 134.0   CC       tests/test-5.o
09:46:20 [2022-06-21T09:46:20.726Z] #77 134.1   CC       tests/test-6.o
09:46:20 [2022-06-21T09:46:20.775Z] #14 ...
09:46:20 [2022-06-21T09:46:20.775Z] 
09:46:20 [2022-06-21T09:46:20.775Z] #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
09:46:20 [2022-06-21T09:46:20.775Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:20 [2022-06-21T09:46:20.775Z] #77 81.43 configure.ac:7: installing './compile'
09:46:20 [2022-06-21T09:46:20.775Z] #77 81.44 configure.ac:11: installing './config.guess'
09:46:20 [2022-06-21T09:46:20.775Z] #77 81.46 configure.ac:11: installing './config.sub'
09:46:20 [2022-06-21T09:46:20.775Z] #77 81.47 configure.ac:8: installing './install-sh'
09:46:20 [2022-06-21T09:46:20.775Z] #77 81.49 configure.ac:8: installing './missing'
09:46:20 [2022-06-21T09:46:20.775Z] #77 81.63 Makefile.am: installing './depcomp'
09:46:20 [2022-06-21T09:46:20.984Z] #77 125.9 checking build system type... x86_64-pc-linux-gnu
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.2 checking host system type... x86_64-pc-linux-gnu
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.2 checking how to print strings... printf
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.2 checking for a sed that does not truncate output... /bin/sed
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.2 checking for grep that handles long lines and -e... /bin/grep
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.2 checking for egrep... /bin/grep -E
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.3 checking for fgrep... /bin/grep -F
09:46:20 [2022-06-21T09:46:20.984Z] #77 126.3 checking for ld used by gcc... /usr/bin/ld
09:46:20 [2022-06-21T09:46:20.987Z] #77 134.3   CC       tests/test-7.o
09:46:20 [2022-06-21T09:46:20.987Z] #77 134.5   CC       tests/test-8.o
09:46:21 [2022-06-21T09:46:21.244Z] #77 126.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:46:21 [2022-06-21T09:46:21.244Z] #77 126.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.4 checking whether ln -s works... yes
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.4 checking the maximum length of command line arguments... 1572864
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking for /usr/bin/ld option to reload object files... -r
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking for objdump... objdump
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking how to recognize dependent libraries... pass_all
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking for dlltool... no
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking how to associate runtime and link libraries... printf %s\n
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking for ar... ar
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.5 checking for archiver @FILE support... @
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.6 checking for strip... strip
09:46:21 [2022-06-21T09:46:21.504Z] #77 126.6 checking for ranlib... ranlib
09:46:21 [2022-06-21T09:46:21.559Z] #77 134.8   CC       tests/test-9.o
09:46:21 [2022-06-21T09:46:21.559Z] #77 135.0   CC       tests/test-10.o
09:46:21 [2022-06-21T09:46:21.706Z] #77 83.95 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:46:21 [2022-06-21T09:46:21.706Z] #77 83.95 libtoolize: copying file 'build-aux/ltmain.sh'
09:46:21 [2022-06-21T09:46:21.706Z] #77 84.13 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:46:21 [2022-06-21T09:46:21.706Z] #77 84.13 libtoolize: copying file 'm4/libtool.m4'
09:46:21 [2022-06-21T09:46:21.706Z] #77 84.25 libtoolize: copying file 'm4/ltoptions.m4'
09:46:21 [2022-06-21T09:46:21.764Z] #77 126.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:46:21 [2022-06-21T09:46:21.764Z] #77 126.9 checking for sysroot... no
09:46:21 [2022-06-21T09:46:21.764Z] #77 126.9 checking for a working dd... /bin/dd
09:46:21 [2022-06-21T09:46:21.764Z] #77 127.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:46:21 [2022-06-21T09:46:21.820Z] #77 135.3   CC       tests/test-11.o
09:46:21 [2022-06-21T09:46:21.963Z] #77 84.35 libtoolize: copying file 'm4/ltsugar.m4'
09:46:22 [2022-06-21T09:46:22.024Z] #77 127.0 checking for mt... no
09:46:22 [2022-06-21T09:46:22.024Z] #77 127.0 checking if : is a manifest tool... no
09:46:22 [2022-06-21T09:46:22.024Z] #77 127.1 checking how to run the C preprocessor... gcc -E
09:46:22 [2022-06-21T09:46:22.024Z] #77 127.3 checking for ANSI C header files... 
09:46:22 [2022-06-21T09:46:22.024Z] #77 ...
09:46:22 [2022-06-21T09:46:22.024Z] 
09:46:22 [2022-06-21T09:46:22.024Z] #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
09:46:22 [2022-06-21T09:46:22.024Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.61 debconf: delaying package configuration, since apt-utils is not installed
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.73 Fetched 27.7 MB in 1s (22.2 MB/s)
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.80 Selecting previously unselected package pigz.
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24019 files and directories currently installed.)
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.87 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.88 Unpacking pigz (2.6-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.96 Selecting previously unselected package libelf1:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.96 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 21.97 Unpacking libelf1:amd64 (0.183-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.08 Selecting previously unselected package libbpf0:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.08 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.09 Unpacking libbpf0:amd64 (1:0.3-2) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.21 Selecting previously unselected package libcap2:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.21 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.21 Unpacking libcap2:amd64 (1:2.44-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.28 Selecting previously unselected package libmnl0:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.29 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.30 Unpacking libmnl0:amd64 (1.0.4-3) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.38 Selecting previously unselected package libxtables12:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.39 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.39 Unpacking libxtables12:amd64 (1.8.7-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.44 Selecting previously unselected package libcap2-bin.
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.45 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.46 Unpacking libcap2-bin (1:2.44-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.54 Selecting previously unselected package iproute2.
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.55 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 22.56 Unpacking iproute2 (5.10.0-4) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.00 Selecting previously unselected package xxd.
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.01 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.02 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.15 Selecting previously unselected package vim-common.
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.17 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.36 Selecting previously unselected package bash-completion.
09:46:22 [2022-06-21T09:46:22.024Z] #21 23.36 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.48 Unpacking bash-completion (1:2.11-2) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.85 Selecting previously unselected package bzip2.
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.86 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.87 Unpacking bzip2 (1.0.8-4) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.94 Selecting previously unselected package xz-utils.
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.95 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 25.95 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.09 Selecting previously unselected package apparmor.
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.10 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.16 Unpacking apparmor (2.13.6-10) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.59 Selecting previously unselected package inetutils-ping.
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.60 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.61 Unpacking inetutils-ping (2:2.0-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.72 Selecting previously unselected package libip4tc2:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.73 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.74 Unpacking libip4tc2:amd64 (1.8.7-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.83 Selecting previously unselected package libip6tc2:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.84 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.84 Unpacking libip6tc2:amd64 (1.8.7-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.92 Selecting previously unselected package libnfnetlink0:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.94 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 26.95 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.03 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.03 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.03 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.12 Selecting previously unselected package libnftnl11:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.12 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.13 Unpacking libnftnl11:amd64 (1.1.9-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.22 Selecting previously unselected package iptables.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.22 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.23 Unpacking iptables (1.8.7-1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.58 Selecting previously unselected package libonig5:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.59 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.59 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.75 Selecting previously unselected package libjq1:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.75 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.75 Unpacking libjq1:amd64 (1.6-2.1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.84 Selecting previously unselected package jq.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.84 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.85 Unpacking jq (1.6-2.1) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.93 Selecting previously unselected package libaio1:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.93 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 27.94 Unpacking libaio1:amd64 (0.3.112-9) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 28.00 Selecting previously unselected package libgpm2:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 28.01 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 28.01 Unpacking libgpm2:amd64 (1.20.7-8) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 28.09 Selecting previously unselected package libicu67:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 28.10 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 28.10 Unpacking libicu67:amd64 (67.1-7) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 31.67 Selecting previously unselected package libinih1:amd64.
09:46:22 [2022-06-21T09:46:22.024Z] #21 31.69 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 31.70 Unpacking libinih1:amd64 (53-1+b2) ...
09:46:22 [2022-06-21T09:46:22.024Z] #21 31.75 Selecting previously unselected package libnet1:amd64.
09:46:22 [2022-06-21T09:46:22.220Z] #77 84.54 libtoolize: copying file 'm4/ltversion.m4'
09:46:22 [2022-06-21T09:46:22.284Z] #21 31.75 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.284Z] #21 31.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:46:22 [2022-06-21T09:46:22.284Z] #21 31.88 Selecting previously unselected package libnl-3-200:amd64.
09:46:22 [2022-06-21T09:46:22.284Z] #21 31.88 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.284Z] #21 31.89 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:46:22 [2022-06-21T09:46:22.477Z] #77 84.81 libtoolize: copying file 'm4/lt~obsolete.m4'
09:46:22 [2022-06-21T09:46:22.544Z] #21 31.99 Selecting previously unselected package libprotobuf-c1:amd64.
09:46:22 [2022-06-21T09:46:22.544Z] #21 31.99 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.08 Selecting previously unselected package libyajl2:amd64.
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.09 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.09 Unpacking libyajl2:amd64 (2.1.0-3) ...
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.15 Selecting previously unselected package net-tools.
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.16 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
09:46:22 [2022-06-21T09:46:22.544Z] #21 32.16 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:46:22 [2022-06-21T09:46:22.544Z] #21 ...
09:46:22 [2022-06-21T09:46:22.544Z] 
09:46:22 [2022-06-21T09:46:22.544Z] #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
09:46:22 [2022-06-21T09:46:22.544Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:22 [2022-06-21T09:46:22.544Z] #77 127.3 checking for ANSI C header files... yes
09:46:22 [2022-06-21T09:46:22.734Z] #77 85.24 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:46:22 [2022-06-21T09:46:22.803Z] #77 127.8 checking for sys/types.h... yes
09:46:23 [2022-06-21T09:46:23.062Z] #77 127.9 checking for sys/stat.h... yes
09:46:23 [2022-06-21T09:46:23.062Z] #77 128.0 checking for stdlib.h... yes
09:46:23 [2022-06-21T09:46:23.062Z] #77 128.2 checking for string.h... yes
09:46:23 [2022-06-21T09:46:23.321Z] #77 128.3 checking for memory.h... yes
09:46:23 [2022-06-21T09:46:23.580Z] #77 128.4 checking for strings.h... yes
09:46:23 [2022-06-21T09:46:23.580Z] #77 128.6 checking for inttypes.h... yes
09:46:23 [2022-06-21T09:46:23.839Z] #77 128.8 checking for stdint.h... yes
09:46:23 [2022-06-21T09:46:23.839Z] #77 128.9 checking for unistd.h... yes
09:46:24 [2022-06-21T09:46:24.099Z] #77 129.1 checking for dlfcn.h... yes
09:46:24 [2022-06-21T09:46:24.099Z] #77 129.2 checking for objdir... .libs
09:46:24 [2022-06-21T09:46:24.667Z] #77 129.6 checking if gcc supports -fno-rtti -fno-exceptions... no
09:46:24 [2022-06-21T09:46:24.667Z] #77 129.7 checking for gcc option to produce PIC... -fPIC -DPIC
09:46:24 [2022-06-21T09:46:24.667Z] #77 129.7 checking if gcc PIC flag -fPIC -DPIC works... yes
09:46:25 [2022-06-21T09:46:25.235Z] #77 129.8 checking if gcc static flag -static works... yes
09:46:25 [2022-06-21T09:46:25.257Z] #77 ...
09:46:25 [2022-06-21T09:46:25.257Z] 
09:46:25 [2022-06-21T09:46:25.257Z] #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
09:46:25 [2022-06-21T09:46:25.257Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:46:25 [2022-06-21T09:46:25.257Z] #14 153.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
09:46:25 [2022-06-21T09:46:25.257Z] #14 153.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
09:46:25 [2022-06-21T09:46:25.257Z] #14 153.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:46:25 [2022-06-21T09:46:25.494Z] #77 130.3 checking if gcc supports -c -o file.o... yes
09:46:25 [2022-06-21T09:46:25.494Z] #77 130.4 checking if gcc supports -c -o file.o... (cached) yes
09:46:25 [2022-06-21T09:46:25.494Z] #77 130.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:46:25 [2022-06-21T09:46:25.754Z] #77 130.5 checking dynamic linker characteristics... GNU/Linux ld.so
09:46:25 [2022-06-21T09:46:25.754Z] #77 130.8 checking how to hardcode library paths into programs... immediate
09:46:25 [2022-06-21T09:46:25.754Z] #77 130.8 checking whether stripping libraries is possible... yes
09:46:25 [2022-06-21T09:46:25.754Z] #77 130.8 checking if libtool supports shared libraries... yes
09:46:25 [2022-06-21T09:46:25.754Z] #77 130.8 checking whether to build shared libraries... no
09:46:25 [2022-06-21T09:46:25.754Z] #77 130.8 checking whether to build static libraries... yes
09:46:26 [2022-06-21T09:46:26.013Z] #77 130.9 checking float.h usability... yes
09:46:26 [2022-06-21T09:46:26.013Z] #77 131.0 checking float.h presence... yes
09:46:26 [2022-06-21T09:46:26.013Z] #77 131.1 checking for float.h... yes
09:46:26 [2022-06-21T09:46:26.013Z] #77 131.1 checking limits.h usability... yes
09:46:26 [2022-06-21T09:46:26.273Z] #77 131.2 checking limits.h presence... yes
09:46:26 [2022-06-21T09:46:26.273Z] #77 131.3 checking for limits.h... yes
09:46:26 [2022-06-21T09:46:26.273Z] #77 131.3 checking stddef.h usability... yes
09:46:26 [2022-06-21T09:46:26.273Z] #77 131.4 checking stddef.h presence... yes
09:46:26 [2022-06-21T09:46:26.532Z] #77 131.5 checking for stddef.h... yes
09:46:26 [2022-06-21T09:46:26.532Z] #77 131.5 checking for stdlib.h... (cached) yes
09:46:26 [2022-06-21T09:46:26.532Z] #77 131.5 checking for string.h... (cached) yes
09:46:26 [2022-06-21T09:46:26.532Z] #77 131.6 checking sys/time.h usability... yes
09:46:26 [2022-06-21T09:46:26.532Z] #77 131.7 checking sys/time.h presence... yes
09:46:26 [2022-06-21T09:46:26.792Z] #77 131.7 checking for sys/time.h... yes
09:46:26 [2022-06-21T09:46:26.792Z] #77 131.8 checking for inline... inline
09:46:27 [2022-06-21T09:46:27.100Z] #77 131.8 checking for size_t... yes
09:46:27 [2022-06-21T09:46:27.100Z] #77 132.1 checking for stdlib.h... (cached) yes
09:46:27 [2022-06-21T09:46:27.376Z] #77 132.1 checking for GNU libc compatible malloc... yes
09:46:27 [2022-06-21T09:46:27.376Z] #77 132.3 checking for stdlib.h... (cached) yes
09:46:27 [2022-06-21T09:46:27.376Z] #77 132.4 checking for GNU libc compatible realloc... yes
09:46:27 [2022-06-21T09:46:27.642Z] #77 132.6 checking for working strtod... yes
09:46:27 [2022-06-21T09:46:27.918Z] #77 132.8 checking for gettimeofday... yes
09:46:28 [2022-06-21T09:46:28.183Z] #77 133.1 checking for memset... yes
09:46:28 [2022-06-21T09:46:28.457Z] #77 133.4 checking for strspn... yes
09:46:28 [2022-06-21T09:46:28.719Z] #77 133.7 checking that generated files are newer than configure... done
09:46:28 [2022-06-21T09:46:28.719Z] #77 133.8 configure: creating ./config.status
09:46:30 [2022-06-21T09:46:30.622Z] #77 135.6 config.status: creating Makefile
09:46:30 [2022-06-21T09:46:30.622Z] #77 135.7 config.status: creating config.h
09:46:30 [2022-06-21T09:46:30.622Z] #77 135.7 config.status: executing depfiles commands
09:46:30 [2022-06-21T09:46:30.622Z] #77 135.9 config.status: executing libtool commands
09:46:32 [2022-06-21T09:46:32.000Z] #77 136.8   GEN      .version
09:46:32 [2022-06-21T09:46:32.000Z] #77 136.8 make  install-recursive
09:46:32 [2022-06-21T09:46:32.000Z] #77 136.8 make[1]: Entering directory '/tmp/crun-build'
09:46:32 [2022-06-21T09:46:32.000Z] #77 136.9 Making install in libocispec
09:46:32 [2022-06-21T09:46:32.000Z] #77 136.9 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:46:32 [2022-06-21T09:46:32.000Z] #77 137.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
09:46:32 [2022-06-21T09:46:32.000Z] #77 137.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
09:46:32 [2022-06-21T09:46:32.000Z] #77 137.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
09:46:32 [2022-06-21T09:46:32.000Z] #77 137.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 137.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:46:32 [2022-06-21T09:46:32.937Z] #77 ...
09:46:32 [2022-06-21T09:46:32.937Z] 
09:46:32 [2022-06-21T09:46:32.937Z] #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
09:46:32 [2022-06-21T09:46:32.937Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:46:32 [2022-06-21T09:46:32.937Z] #21 32.34 Selecting previously unselected package patch.
09:46:32 [2022-06-21T09:46:32.937Z] #21 32.34 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 32.35 Unpacking patch (2.7.6-7) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 32.46 Selecting previously unselected package python-pip-whl.
09:46:32 [2022-06-21T09:46:32.937Z] #21 32.47 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 32.48 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.06 Selecting previously unselected package python3-lib2to3.
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.06 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.06 Unpacking python3-lib2to3 (3.9.2-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.17 Selecting previously unselected package python3-distutils.
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.19 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.20 Unpacking python3-distutils (3.9.2-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.32 Selecting previously unselected package python3-pkg-resources.
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.32 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.32 Unpacking python3-pkg-resources (52.0.0-4) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.47 Selecting previously unselected package python3-setuptools.
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.48 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.48 Unpacking python3-setuptools (52.0.0-4) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.75 Selecting previously unselected package python3-wheel.
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.75 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.75 Unpacking python3-wheel (0.34.2-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.85 Selecting previously unselected package python3-pip.
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.89 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 33.90 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 34.17 Selecting previously unselected package sudo.
09:46:32 [2022-06-21T09:46:32.937Z] #21 34.17 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 34.18 Unpacking sudo (1.9.5p2-3) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 34.87 Selecting previously unselected package thin-provisioning-tools.
09:46:32 [2022-06-21T09:46:32.937Z] #21 34.88 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 34.89 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.12 Selecting previously unselected package uidmap.
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.14 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.14 Unpacking uidmap (1:4.8.1-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.28 Selecting previously unselected package vim-runtime.
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.28 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.31 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.35 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:46:32 [2022-06-21T09:46:32.937Z] #21 35.36 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 39.07 Selecting previously unselected package vim.
09:46:32 [2022-06-21T09:46:32.937Z] #21 39.08 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 39.09 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 39.67 Selecting previously unselected package xfsprogs.
09:46:32 [2022-06-21T09:46:32.937Z] #21 39.68 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 39.68 Unpacking xfsprogs (5.10.0-4) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.15 Selecting previously unselected package zip.
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.15 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.16 Unpacking zip (3.0-12) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.29 Selecting previously unselected package zstd.
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.29 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.30 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 40.72 Setting up python3-pkg-resources (52.0.0-4) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.79 Setting up libip4tc2:amd64 (1.8.7-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.81 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.82 Setting up libgpm2:amd64 (1.20.7-8) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.83 Setting up libicu67:amd64 (67.1-7) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.83 Setting up libip6tc2:amd64 (1.8.7-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.85 Setting up libinih1:amd64 (53-1+b2) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.86 Setting up uidmap (1:4.8.1-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.87 Setting up libyajl2:amd64 (2.1.0-3) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.88 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.89 Setting up bzip2 (1.0.8-4) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.90 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 41.91 Setting up python3-wheel (0.34.2-1) ...
09:46:32 [2022-06-21T09:46:32.937Z] #21 ...
09:46:32 [2022-06-21T09:46:32.937Z] 
09:46:32 [2022-06-21T09:46:32.938Z] #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
09:46:32 [2022-06-21T09:46:32.938Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:46:32 [2022-06-21T09:46:32.938Z] #77 138.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.1 make  install-recursive
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.2 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.2 Making install in yajl
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.2 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.3   CC       verify/json_verify-json_verify.o
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.3   CC       src/libyajl_la-yajl_alloc.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.3   CC       src/libyajl_la-yajl.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.3   CC       src/libyajl_la-yajl_gen.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.3   CC       src/libyajl_la-yajl_parser.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.4   CC       src/libyajl_la-yajl_buf.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.4   CC       src/libyajl_la-yajl_encode.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.4   CC       src/libyajl_la-yajl_lex.lo
09:46:34 [2022-06-21T09:46:34.317Z] #77 139.5   CC       src/libyajl_la-yajl_tree.lo
09:46:35 [2022-06-21T09:46:35.227Z] #14 163.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
09:46:35 [2022-06-21T09:46:35.485Z] #14 163.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:46:35 [2022-06-21T09:46:35.485Z] #14 163.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:46:36 [2022-06-21T09:46:36.828Z] #89 exporting layers 23.3s done
09:46:36 [2022-06-21T09:46:36.828Z] #89 writing image sha256:3e2295026c96090419190441a86c66f273571d7e3bd42f13e178f0260ce529f7 done
09:46:36 [2022-06-21T09:46:36.828Z] #89 naming to docker.io/library/docker:8f64a1ec53121ef4a2750307613340b2c2eaafda done
09:46:36 [2022-06-21T09:46:36.828Z] #89 DONE 23.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
09:46:37 [2022-06-21T09:46:37.148Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42379/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/validate/default
09:46:38 [2022-06-21T09:46:38.082Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:46:38 [2022-06-21T09:46:38.082Z] No api/types/ or api/swagger.yaml changes in diff.
09:46:38 [2022-06-21T09:46:38.082Z] Congratulations!  All TOML source files changed here have valid syntax.
09:46:38 [2022-06-21T09:46:38.083Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:46:38 [2022-06-21T09:46:38.083Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:46:38 [2022-06-21T09:46:38.083Z] Congratulations!  No new tests were added to integration-cli.
09:46:38 [2022-06-21T09:46:38.083Z] 
09:46:38 [2022-06-21T09:46:38.083Z] INFO Start validation with golang-ci-lint
09:46:38 [2022-06-21T09:46:38.649Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:46:38 [2022-06-21T09:46:38.650Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:46:39 [2022-06-21T09:46:39.593Z] #77 ...
09:46:39 [2022-06-21T09:46:39.594Z] 
09:46:39 [2022-06-21T09:46:39.594Z] #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
09:46:39 [2022-06-21T09:46:39.594Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:46:39 [2022-06-21T09:46:39.594Z] #21 42.63 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 42.66 Setting up libcap2:amd64 (1:2.44-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 42.67 Setting up libcap2-bin (1:2.44-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 42.69 Setting up apparmor (2.13.6-10) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 44.35 Setting up zip (3.0-12) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 44.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 44.40 Setting up bash-completion (1:2.11-2) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.61 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.63 Setting up libmnl0:amd64 (1.0.4-3) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.67 Setting up patch (2.7.6-7) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.69 Setting up sudo (1.9.5p2-3) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.76 invoke-rc.d: could not determine current runlevel
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.77 invoke-rc.d: policy-rc.d denied execution of start.
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.78 Setting up xfsprogs (5.10.0-4) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.80 Setting up libxtables12:amd64 (1.8.7-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.82 Setting up inetutils-ping (2:2.0-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.84 Setting up pigz (2.6-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.85 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.87 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.89 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 46.90 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 47.67 Setting up libaio1:amd64 (0.3.112-9) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 47.69 Setting up python3-lib2to3 (3.9.2-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.17 Setting up libelf1:amd64 (0.183-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.18 Setting up zstd (1.4.8+dfsg-2.1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.19 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.20 Setting up python3-distutils (3.9.2-1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.69 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:46:39 [2022-06-21T09:46:39.594Z] #21 48.77 Setting up python3-setuptools (52.0.0-4) ...
09:46:39 [2022-06-21T09:46:39.939Z] #77 ...
09:46:39 [2022-06-21T09:46:39.939Z] 
09:46:39 [2022-06-21T09:46:39.939Z] #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
09:46:39 [2022-06-21T09:46:39.939Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e
09:46:39 [2022-06-21T09:46:39.939Z] #47 197.9 + dpkg --print-architecture
09:46:39 [2022-06-21T09:46:39.939Z] #47 DONE 198.7s
09:46:39 [2022-06-21T09:46:39.939Z] 
09:46:39 [2022-06-21T09:46:39.939Z] #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
09:46:39 [2022-06-21T09:46:39.939Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:46:40 [2022-06-21T09:46:40.971Z] #21 50.45 Setting up libjq1:amd64 (1.6-2.1) ...
09:46:40 [2022-06-21T09:46:40.971Z] #21 50.47 Setting up libnftnl11:amd64 (1.1.9-1) ...
09:46:40 [2022-06-21T09:46:40.971Z] #21 50.48 Setting up thin-provisioning-tools (0.9.0-1) ...
09:46:40 [2022-06-21T09:46:40.971Z] #21 50.51 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:46:41 [2022-06-21T09:46:41.231Z] #21 ...
09:46:41 [2022-06-21T09:46:41.231Z] 
09:46:41 [2022-06-21T09:46:41.231Z] #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
09:46:41 [2022-06-21T09:46:41.231Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.0   CCLD     libyajl.la
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.3   CCLD     verify/json_verify
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.7 make[5]: Nothing to be done for 'install-exec-am'.
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.7 make[5]: Nothing to be done for 'install-data-am'.
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.7 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.7 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.7 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.8   CC       src/validate.o
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.8   CC       src/image_spec_schema_config_schema.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.8   CC       src/image_spec_schema_content_descriptor.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.9   CC       src/image_spec_schema_defs.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.9   CC       src/image_spec_schema_defs_descriptor.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.9   CC       src/image_spec_schema_image_index_schema.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 145.9   CC       src/image_spec_schema_image_layout_schema.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.0   CC       src/image_spec_schema_image_manifest_schema.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.0   CC       src/runtime_spec_schema_config_linux.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.0   CC       src/runtime_spec_schema_config_zos.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.0   CC       src/runtime_spec_schema_config_schema.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.1   CC       src/runtime_spec_schema_config_solaris.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.1   CC       src/runtime_spec_schema_config_vm.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.1   CC       src/runtime_spec_schema_config_windows.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.2   CC       src/runtime_spec_schema_defs.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.2   CC       src/runtime_spec_schema_defs_linux.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.3   CC       src/runtime_spec_schema_defs_zos.lo
09:46:41 [2022-06-21T09:46:41.231Z] #77 146.4   CC       src/runtime_spec_schema_defs_vm.lo
09:46:41 [2022-06-21T09:46:41.490Z] #77 146.5   CC       src/runtime_spec_schema_defs_windows.lo
09:46:41 [2022-06-21T09:46:41.490Z] #77 146.6   CC       src/runtime_spec_schema_state_schema.lo
09:46:41 [2022-06-21T09:46:41.490Z] #77 146.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
09:46:41 [2022-06-21T09:46:41.750Z] #77 146.8   CC       src/basic_test_double_array_item.lo
09:46:41 [2022-06-21T09:46:41.750Z] #77 146.9   CC       src/basic_test_double_array.lo
09:46:42 [2022-06-21T09:46:42.009Z] #77 147.0   CC       src/basic_test_top_array_int.lo
09:46:42 [2022-06-21T09:46:42.009Z] #77 147.1   CC       src/basic_test_top_array_string.lo
09:46:42 [2022-06-21T09:46:42.009Z] #77 147.1   CC       src/basic_test_top_double_array_int.lo
09:46:42 [2022-06-21T09:46:42.034Z] #14 ...
09:46:42 [2022-06-21T09:46:42.034Z] 
09:46:42 [2022-06-21T09:46:42.034Z] #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
09:46:42 [2022-06-21T09:46:42.034Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:42 [2022-06-21T09:46:42.034Z] #77 103.6 configure.ac:7: installing 'build-aux/compile'
09:46:42 [2022-06-21T09:46:42.034Z] #77 103.6 configure.ac:9: installing 'build-aux/config.guess'
09:46:42 [2022-06-21T09:46:42.034Z] #77 103.6 configure.ac:9: installing 'build-aux/config.sub'
09:46:42 [2022-06-21T09:46:42.034Z] #77 103.6 configure.ac:11: installing 'build-aux/install-sh'
09:46:42 [2022-06-21T09:46:42.034Z] #77 103.6 configure.ac:11: installing 'build-aux/missing'
09:46:42 [2022-06-21T09:46:42.034Z] #77 104.1 Makefile.am: installing 'build-aux/depcomp'
09:46:42 [2022-06-21T09:46:42.034Z] #77 104.2 parallel-tests: installing 'build-aux/test-driver'
09:46:42 [2022-06-21T09:46:42.269Z] #77 147.2   CC       src/basic_test_top_double_array_obj.lo
09:46:42 [2022-06-21T09:46:42.269Z] #77 147.3   CC       src/basic_test_top_double_array_refobj.lo
09:46:42 [2022-06-21T09:46:42.528Z] #77 147.5   CC       src/basic_test_top_double_array_string.lo
09:46:42 [2022-06-21T09:46:42.528Z] #77 147.6   CC       src/read-file.lo
09:46:42 [2022-06-21T09:46:42.789Z] #77 147.8   CC       src/json_common.lo
09:46:42 [2022-06-21T09:46:42.789Z] #77 148.0   CC       tests/test-1.o
09:46:43 [2022-06-21T09:46:43.048Z] #77 148.0   CC       tests/test-2.o
09:46:43 [2022-06-21T09:46:43.048Z] #77 ...
09:46:43 [2022-06-21T09:46:43.048Z] 
09:46:43 [2022-06-21T09:46:43.048Z] #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
09:46:43 [2022-06-21T09:46:43.048Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.88 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.88 Setting up jq (1.6-2.1) ...
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.89 Setting up libbpf0:amd64 (1:0.3-2) ...
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.91 Setting up iptables (1.8.7-1) ...
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.92 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.93 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.94 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.95 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.96 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:46:43 [2022-06-21T09:46:43.048Z] #21 51.96 Setting up iproute2 (5.10.0-4) ...
09:46:43 [2022-06-21T09:46:43.048Z] #21 52.33 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:46:43 [2022-06-21T09:46:43.048Z] #21 DONE 52.7s
09:46:43 [2022-06-21T09:46:43.048Z] 
09:46:43 [2022-06-21T09:46:43.048Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:46:43 [2022-06-21T09:46:43.048Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:46:43 [2022-06-21T09:46:43.048Z] #77 148.3   CC       tests/test-3.o
09:46:43 [2022-06-21T09:46:43.308Z] #77 148.4   CC       tests/test-4.o
09:46:43 [2022-06-21T09:46:43.567Z] #77 148.6   CC       tests/test-5.o
09:46:43 [2022-06-21T09:46:43.567Z] #77 148.7   CC       tests/test-6.o
09:46:44 [2022-06-21T09:46:44.136Z] #77 149.0   CC       tests/test-7.o
09:46:44 [2022-06-21T09:46:44.136Z] #77 149.2   CC       tests/test-8.o
09:46:44 [2022-06-21T09:46:44.396Z] #77 149.5   CC       tests/test-9.o
09:46:44 [2022-06-21T09:46:44.396Z] #77 149.6   CC       tests/test-10.o
09:46:44 [2022-06-21T09:46:44.965Z] #77 149.8   CC       tests/test-11.o
09:46:44 [2022-06-21T09:46:44.965Z] #77 ...
09:46:44 [2022-06-21T09:46:44.965Z] 
09:46:44 [2022-06-21T09:46:44.965Z] #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
09:46:44 [2022-06-21T09:46:44.965Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0
09:46:44 [2022-06-21T09:46:44.965Z] #22 1.551 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:46:44 [2022-06-21T09:46:44.965Z] #22 1.758 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:46:44 [2022-06-21T09:46:44.965Z] #22 1.769 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:46:44 [2022-06-21T09:46:44.965Z] #22 DONE 1.8s
09:46:45 [2022-06-21T09:46:45.223Z] 
09:46:45 [2022-06-21T09:46:45.223Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
09:46:45 [2022-06-21T09:46:45.223Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
09:46:45 [2022-06-21T09:46:45.310Z] #77 107.1 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:46:45 [2022-06-21T09:46:45.310Z] #77 107.1 libtoolize: copying file 'build-aux/ltmain.sh'
09:46:45 [2022-06-21T09:46:45.567Z] #77 107.8 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:46:45 [2022-06-21T09:46:45.567Z] #77 107.8 libtoolize: copying file 'm4/libtool.m4'
09:46:45 [2022-06-21T09:46:45.567Z] #77 108.0 libtoolize: copying file 'm4/ltoptions.m4'
09:46:45 [2022-06-21T09:46:45.824Z] #77 108.2 libtoolize: copying file 'm4/ltsugar.m4'
09:46:46 [2022-06-21T09:46:46.082Z] #77 108.4 libtoolize: copying file 'm4/ltversion.m4'
09:46:46 [2022-06-21T09:46:46.082Z] #77 108.6 libtoolize: copying file 'm4/lt~obsolete.m4'
09:46:54 [2022-06-21T09:46:54.852Z] #55 ...
09:46:54 [2022-06-21T09:46:54.852Z] 
09:46:54 [2022-06-21T09:46:54.852Z] #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
09:46:54 [2022-06-21T09:46:54.852Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.1   CCLD     libocispec.la
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.4   CCLD     src/validate
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.4   CCLD     tests/test-1
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.4   CCLD     tests/test-2
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.4   CCLD     tests/test-3
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.4   CCLD     tests/test-4
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.5   CCLD     tests/test-5
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.6   CCLD     tests/test-6
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.6   CCLD     tests/test-7
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.8   CCLD     tests/test-8
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.9   CCLD     tests/test-9
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.9   CCLD     tests/test-10
09:46:54 [2022-06-21T09:46:54.852Z] #77 166.9 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:46:54 [2022-06-21T09:46:54.852Z] #77 167.1   CCLD     tests/test-11
09:46:55 [2022-06-21T09:46:55.113Z] #77 168.5 libtool: link: ar cr libocispec.a 
09:46:55 [2022-06-21T09:46:55.113Z] #77 168.5 libtool: link: ranlib libocispec.a
09:46:56 [2022-06-21T09:46:56.611Z] #77 169.9 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[5]: Nothing to be done for 'install-exec-am'.
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[5]: Nothing to be done for 'install-data-am'.
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.0 make[2]: Entering directory '/tmp/crun-build'
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.1   CC       src/libcrun/libcrun_testing_a-utils.o
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.1   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.1   CC       src/libcrun/libcrun_testing_a-container.o
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.1   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:46:56 [2022-06-21T09:46:56.611Z] #77 170.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:46:56 [2022-06-21T09:46:56.887Z] #77 170.2   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:46:56 [2022-06-21T09:46:56.887Z] #77 170.2   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:46:56 [2022-06-21T09:46:56.887Z] #77 170.3   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:46:56 [2022-06-21T09:46:56.887Z] #77 170.3   CC       src/libcrun/libcrun_testing_a-criu.o
09:46:56 [2022-06-21T09:46:56.887Z] #77 170.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:46:56 [2022-06-21T09:46:56.887Z] #77 170.4   CC       src/libcrun/libcrun_testing_a-linux.o
09:46:57 [2022-06-21T09:46:57.152Z] #77 170.4   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:46:57 [2022-06-21T09:46:57.152Z] #77 170.6   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:46:57 [2022-06-21T09:46:57.152Z] #77 170.6   CC       src/libcrun/libcrun_testing_a-error.o
09:46:57 [2022-06-21T09:46:57.152Z] #77 170.6   CC       src/libcrun/libcrun_testing_a-status.o
09:46:57 [2022-06-21T09:46:57.153Z] #77 170.7   CC       src/libcrun/libcrun_testing_a-terminal.o
09:46:57 [2022-06-21T09:46:57.415Z] #77 170.8   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:46:57 [2022-06-21T09:46:57.415Z] #77 170.9   CC       src/libcrun/libcrun_testing_a-signals.o
09:46:57 [2022-06-21T09:46:57.415Z] #77 171.0   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:46:57 [2022-06-21T09:46:57.432Z] #23 10.94 Collecting yamllint==1.26.1
09:46:57 [2022-06-21T09:46:57.432Z] #23 12.00   Downloading yamllint-1.26.1.tar.gz (126 kB)
09:46:57 [2022-06-21T09:46:57.675Z] #77 171.2   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:46:57 [2022-06-21T09:46:57.675Z] #77 171.2   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:46:57 [2022-06-21T09:46:57.675Z] #77 171.2   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:46:57 [2022-06-21T09:46:57.936Z] #77 171.5   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:46:58 [2022-06-21T09:46:58.196Z] #77 171.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:46:58 [2022-06-21T09:46:58.196Z] #77 171.7   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:46:58 [2022-06-21T09:46:58.196Z] #77 171.7   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:46:58 [2022-06-21T09:46:58.369Z] #23 13.30 Collecting pathspec>=0.5.3
09:46:58 [2022-06-21T09:46:58.369Z] #23 13.34   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
09:46:58 [2022-06-21T09:46:58.769Z] #77 172.2   CC       src/crun-crun.o
09:46:58 [2022-06-21T09:46:58.769Z] #77 172.3   CC       src/crun-run.o
09:46:58 [2022-06-21T09:46:58.769Z] #77 172.4   CC       src/crun-delete.o
09:46:58 [2022-06-21T09:46:58.937Z] #23 13.77 Collecting pyyaml
09:46:58 [2022-06-21T09:46:58.937Z] #23 13.80   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)
09:46:58 [2022-06-21T09:46:58.937Z] #23 13.87 Building wheels for collected packages: yamllint
09:46:58 [2022-06-21T09:46:58.937Z] #23 13.87   Building wheel for yamllint (setup.py): started
09:46:59 [2022-06-21T09:46:59.029Z] #77 172.5   CC       src/crun-kill.o
09:46:59 [2022-06-21T09:46:59.029Z] #77 172.6   CC       src/crun-pause.o
09:46:59 [2022-06-21T09:46:59.291Z] #77 172.7   CC       src/crun-unpause.o
09:46:59 [2022-06-21T09:46:59.291Z] #77 172.8   CC       src/crun-spec.o
09:46:59 [2022-06-21T09:46:59.863Z] #77 173.1   CC       src/crun-exec.o
09:46:59 [2022-06-21T09:46:59.863Z] #77 173.3   CC       src/crun-list.o
09:46:59 [2022-06-21T09:46:59.863Z] #77 173.5   CC       src/crun-create.o
09:47:00 [2022-06-21T09:47:00.125Z] #77 173.5   CC       src/crun-start.o
09:47:00 [2022-06-21T09:47:00.317Z] #23 14.93   Building wheel for yamllint (setup.py): finished with status 'done'
09:47:00 [2022-06-21T09:47:00.317Z] #23 14.94   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=8b046f19e8f74af817140ab2f96b492a38121647d900e9f6103be00744684518
09:47:00 [2022-06-21T09:47:00.317Z] #23 14.94   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
09:47:00 [2022-06-21T09:47:00.317Z] #23 14.95 Successfully built yamllint
09:47:00 [2022-06-21T09:47:00.317Z] #23 14.98 Installing collected packages: pyyaml, pathspec, yamllint
09:47:00 [2022-06-21T09:47:00.386Z] #77 173.7   CC       src/crun-state.o
09:47:00 [2022-06-21T09:47:00.386Z] #77 173.8   CC       src/crun-update.o
09:47:00 [2022-06-21T09:47:00.575Z] #23 15.39 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
09:47:00 [2022-06-21T09:47:00.647Z] #77 173.9   CC       src/crun-ps.o
09:47:00 [2022-06-21T09:47:00.647Z] #77 174.0   CC       src/crun-checkpoint.o
09:47:00 [2022-06-21T09:47:00.909Z] #77 174.3   CC       src/crun-restore.o
09:47:00 [2022-06-21T09:47:00.909Z] #77 174.4   CC       src/libcrun/libcrun_la-utils.lo
09:47:00 [2022-06-21T09:47:00.972Z] #77 ...
09:47:00 [2022-06-21T09:47:00.972Z] 
09:47:00 [2022-06-21T09:47:00.972Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
09:47:00 [2022-06-21T09:47:00.972Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:47:00 [2022-06-21T09:47:00.972Z] #14 187.7 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
09:47:00 [2022-06-21T09:47:00.972Z] #14 187.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
09:47:00 [2022-06-21T09:47:00.972Z] #14 187.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:47:01 [2022-06-21T09:47:01.144Z] #23 DONE 16.1s
09:47:01 [2022-06-21T09:47:01.145Z] 
09:47:01 [2022-06-21T09:47:01.145Z] #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
09:47:01 [2022-06-21T09:47:01.145Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:47:01 [2022-06-21T09:47:01.145Z] #55 ...
09:47:01 [2022-06-21T09:47:01.145Z] 
09:47:01 [2022-06-21T09:47:01.145Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
09:47:01 [2022-06-21T09:47:01.145Z] #27 sha256:828b851f7314932f7caeb4e22ed26c989664899416d5b17fa82cdaaf1fe1bbaa
09:47:01 [2022-06-21T09:47:01.170Z] #77 174.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:47:01 [2022-06-21T09:47:01.170Z] #77 174.7   CC       src/libcrun/libcrun_la-container.lo
09:47:01 [2022-06-21T09:47:01.404Z] #27 DONE 0.4s
09:47:01 [2022-06-21T09:47:01.404Z] 
09:47:01 [2022-06-21T09:47:01.404Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
09:47:01 [2022-06-21T09:47:01.404Z] #32 sha256:fa8a2d5d0c25afcb3dd0d03ffc457b456dd8ff4f6cebbdd7240dfa60165489a9
09:47:01 [2022-06-21T09:47:01.431Z] #77 174.9   CC       src/libcrun/libcrun_la-cgroup.lo
09:47:01 [2022-06-21T09:47:01.692Z] #77 175.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:47:01 [2022-06-21T09:47:01.692Z] #77 175.1   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:47:02 [2022-06-21T09:47:02.264Z] #77 175.6   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:47:02 [2022-06-21T09:47:02.264Z] #77 175.7   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:47:02 [2022-06-21T09:47:02.342Z] #32 DONE 0.6s
09:47:02 [2022-06-21T09:47:02.342Z] 
09:47:02 [2022-06-21T09:47:02.342Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
09:47:02 [2022-06-21T09:47:02.342Z] #35 sha256:a838aa677efb5bf29a6ec55f5bac78b4ac907bf3725fc3850322b0acc1f6c90c
09:47:02 [2022-06-21T09:47:02.342Z] #35 DONE 0.3s
09:47:02 [2022-06-21T09:47:02.342Z] 
09:47:02 [2022-06-21T09:47:02.342Z] #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
09:47:02 [2022-06-21T09:47:02.342Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:47:02 [2022-06-21T09:47:02.525Z] #77 175.9   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:47:02 [2022-06-21T09:47:02.601Z] #55 ...
09:47:02 [2022-06-21T09:47:02.601Z] 
09:47:02 [2022-06-21T09:47:02.601Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
09:47:02 [2022-06-21T09:47:02.601Z] #37 sha256:1b812e1b5c6fe2becbc32e556a51d07a40fa336df78f8a813a7aed367fd0d6af
09:47:02 [2022-06-21T09:47:02.786Z] #77 176.2   CC       src/libcrun/libcrun_la-criu.lo
09:47:02 [2022-06-21T09:47:02.860Z] #37 DONE 0.3s
09:47:02 [2022-06-21T09:47:02.860Z] 
09:47:02 [2022-06-21T09:47:02.860Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
09:47:02 [2022-06-21T09:47:02.860Z] #39 sha256:55729d673760e4cc4f2350aa047c61744e9a28b75f1b990f9d8390d82d1c6b97
09:47:02 [2022-06-21T09:47:02.860Z] #39 DONE 0.1s
09:47:02 [2022-06-21T09:47:02.860Z] 
09:47:02 [2022-06-21T09:47:02.860Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
09:47:02 [2022-06-21T09:47:02.860Z] #41 sha256:0a94674285d518490a528becd129003d90d5406ba9c949110b98809c0324b460
09:47:02 [2022-06-21T09:47:02.860Z] #41 DONE 0.1s
09:47:02 [2022-06-21T09:47:02.860Z] 
09:47:02 [2022-06-21T09:47:02.860Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
09:47:02 [2022-06-21T09:47:02.860Z] #45 sha256:684a34482e889c485835aa4a51b3754add91462fcf910d815edda867f9eaab11
09:47:03 [2022-06-21T09:47:03.046Z] #77 176.4   CC       src/libcrun/libcrun_la-custom-handler.lo
09:47:03 [2022-06-21T09:47:03.119Z] #45 DONE 0.1s
09:47:03 [2022-06-21T09:47:03.119Z] 
09:47:03 [2022-06-21T09:47:03.119Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:47:03 [2022-06-21T09:47:03.119Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:03 [2022-06-21T09:47:03.618Z] #77 176.9   CC       src/libcrun/libcrun_la-linux.lo
09:47:04 [2022-06-21T09:47:04.190Z] #77 177.6   CC       src/libcrun/libcrun_la-seccomp.lo
09:47:04 [2022-06-21T09:47:04.451Z] #77 178.0   CC       src/libcrun/libcrun_la-ebpf.lo
09:47:04 [2022-06-21T09:47:04.712Z] #77 178.1   CC       src/libcrun/libcrun_la-error.lo
09:47:05 [2022-06-21T09:47:05.283Z] #77 178.8   CC       src/libcrun/libcrun_la-status.lo
09:47:05 [2022-06-21T09:47:05.283Z] #77 178.9   CC       src/libcrun/libcrun_la-terminal.lo
09:47:05 [2022-06-21T09:47:05.543Z] #77 179.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:47:05 [2022-06-21T09:47:05.807Z] #77 179.3   CC       src/libcrun/libcrun_la-signals.lo
09:47:05 [2022-06-21T09:47:05.807Z] #77 179.4   CC       src/libcrun/libcrun_la-mount_flags.lo
09:47:06 [2022-06-21T09:47:06.379Z] #77 179.7   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:47:06 [2022-06-21T09:47:06.642Z] #77 179.9   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:47:07 [2022-06-21T09:47:07.214Z] #77 180.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:47:07 [2022-06-21T09:47:07.475Z] #77 180.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:47:08 [2022-06-21T09:47:08.046Z] #77 181.6   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:47:08 [2022-06-21T09:47:08.306Z] #77 181.8   CC       tests/init.o
09:47:09 [2022-06-21T09:47:09.084Z] #14 ...
09:47:09 [2022-06-21T09:47:09.084Z] 
09:47:09 [2022-06-21T09:47:09.084Z] #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
09:47:09 [2022-06-21T09:47:09.084Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:47:09 [2022-06-21T09:47:09.084Z] #67 188.4 + for f in rootlesskit rootlesskit-docker-proxy
09:47:09 [2022-06-21T09:47:09.084Z] #67 188.4 + GOBIN=/build
09:47:09 [2022-06-21T09:47:09.084Z] #67 188.4 + GO111MODULE=on
09:47:09 [2022-06-21T09:47:09.084Z] #67 188.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
09:47:10 [2022-06-21T09:47:10.219Z] #77 183.5   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:47:11 [2022-06-21T09:47:11.607Z] #67 ...
09:47:11 [2022-06-21T09:47:11.607Z] 
09:47:11 [2022-06-21T09:47:11.607Z] #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
09:47:11 [2022-06-21T09:47:11.607Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:47:11 [2022-06-21T09:47:11.607Z] #14 200.0 Selecting previously unselected package g++-mingw-w64-x86-64.
09:47:11 [2022-06-21T09:47:11.607Z] #14 200.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
09:47:11 [2022-06-21T09:47:11.607Z] #14 200.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:47:11 [2022-06-21T09:47:11.864Z] #14 200.4 Selecting previously unselected package libapparmor1:amd64.
09:47:12 [2022-06-21T09:47:12.121Z] #14 200.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
09:47:12 [2022-06-21T09:47:12.121Z] #14 200.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
09:47:12 [2022-06-21T09:47:12.121Z] #14 200.6 Selecting previously unselected package libapparmor-dev:amd64.
09:47:12 [2022-06-21T09:47:12.121Z] #14 200.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
09:47:12 [2022-06-21T09:47:12.121Z] #14 200.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
09:47:12 [2022-06-21T09:47:12.379Z] #14 200.8 Selecting previously unselected package libbtrfs0:amd64.
09:47:12 [2022-06-21T09:47:12.379Z] #14 200.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
09:47:12 [2022-06-21T09:47:12.379Z] #14 200.8 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
09:47:13 [2022-06-21T09:47:13.344Z] #14 201.6 Selecting previously unselected package libbtrfs-dev:amd64.#14 ...
09:47:13 [2022-06-21T09:47:13.344Z] 
09:47:13 [2022-06-21T09:47:13.344Z] #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
09:47:13 [2022-06-21T09:47:13.344Z] #67 sha256:8112bef0a5441b047306b7db6b359031f85921ac5874c0d22ec8aad3e1aa2ac0
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.4 rootlesskit version 1.0.0
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5 Usage of /build/rootlesskit-docker-proxy:
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5   -container-ip string
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5     	container ip
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5   -container-port int
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5     	container port (default -1)
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5   -host-ip string
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5     	host ip
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5   -host-port int
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5     	host port (default -1)
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5   -proto string
09:47:13 [2022-06-21T09:47:13.344Z] #67 200.5     	proxy protocol (default "tcp")
09:47:13 [2022-06-21T09:47:13.344Z] #67 DONE 201.2s
09:47:13 [2022-06-21T09:47:13.344Z] 
09:47:13 [2022-06-21T09:47:13.344Z] #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
09:47:13 [2022-06-21T09:47:13.344Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:47:13 [2022-06-21T09:47:13.344Z] #14 201.6 Selecting previously unselected package libbtrfs-dev:amd64.
09:47:13 [2022-06-21T09:47:13.344Z] #14 201.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
09:47:13 [2022-06-21T09:47:13.344Z] #14 201.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
09:47:13 [2022-06-21T09:47:13.602Z] #14 ...
09:47:13 [2022-06-21T09:47:13.602Z] 
09:47:13 [2022-06-21T09:47:13.602Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
09:47:13 [2022-06-21T09:47:13.602Z] #68 sha256:b1816a033f2da890c880acc866a9b9b20b6bd5279b46fc869e983740a1dd96c7
09:47:13 [2022-06-21T09:47:13.602Z] #68 DONE 0.1s
09:47:13 [2022-06-21T09:47:13.602Z] 
09:47:13 [2022-06-21T09:47:13.602Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
09:47:13 [2022-06-21T09:47:13.602Z] #69 sha256:c3213771848ac5f14aeb5902d4ffb4badcf4bb58aadddeb5de6869658050f3a8
09:47:13 [2022-06-21T09:47:13.602Z] #69 DONE 0.1s
09:47:13 [2022-06-21T09:47:13.602Z] 
09:47:13 [2022-06-21T09:47:13.602Z] #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
09:47:13 [2022-06-21T09:47:13.602Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.0 configure.ac:11: installing 'build-aux/compile'
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.0 configure.ac:11: installing 'build-aux/config.guess'
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.0 configure.ac:11: installing 'build-aux/config.sub'
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.0 configure.ac:13: installing 'build-aux/install-sh'
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.0 configure.ac:13: installing 'build-aux/missing'
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.1 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:47:13 [2022-06-21T09:47:13.602Z] #77 135.4 Makefile.am: installing 'build-aux/depcomp'
09:47:16 [2022-06-21T09:47:16.082Z] #77 137.9 checking build system type... x86_64-pc-linux-gnu
09:47:16 [2022-06-21T09:47:16.082Z] #77 138.5 checking host system type... x86_64-pc-linux-gnu
09:47:16 [2022-06-21T09:47:16.082Z] #77 138.5 checking how to print strings... printf
09:47:16 [2022-06-21T09:47:16.082Z] #77 138.6 checking for gcc... gcc
09:47:16 [2022-06-21T09:47:16.596Z] #77 138.8 checking whether the C compiler works... yes
09:47:16 [2022-06-21T09:47:16.853Z] #77 139.1 checking for C compiler default output file name... a.out
09:47:16 [2022-06-21T09:47:16.853Z] #77 139.1 checking for suffix of executables... 
09:47:17 [2022-06-21T09:47:17.373Z] #77 139.4 checking whether we are cross compiling... no
09:47:17 [2022-06-21T09:47:17.374Z] #77 139.7 checking for suffix of object files... o
09:47:17 [2022-06-21T09:47:17.374Z] #77 139.8 checking whether we are using the GNU C compiler... yes
09:47:17 [2022-06-21T09:47:17.634Z] #77 139.9 checking whether gcc accepts -g... yes
09:47:17 [2022-06-21T09:47:17.892Z] #77 140.0 checking for gcc option to accept ISO C89... none needed
09:47:18 [2022-06-21T09:47:18.150Z] #77 140.3 checking whether gcc understands -c and -o together... yes
09:47:18 [2022-06-21T09:47:18.150Z] #77 140.6 checking for a sed that does not truncate output... /bin/sed
09:47:18 [2022-06-21T09:47:18.150Z] #77 140.6 checking for grep that handles long lines and -e... /bin/grep
09:47:18 [2022-06-21T09:47:18.150Z] #77 140.7 checking for egrep... /bin/grep -E
09:47:18 [2022-06-21T09:47:18.150Z] #77 140.7 checking for fgrep... /bin/grep -F
09:47:18 [2022-06-21T09:47:18.409Z] #77 140.7 checking for ld used by gcc... /usr/bin/ld
09:47:18 [2022-06-21T09:47:18.409Z] #77 140.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:47:18 [2022-06-21T09:47:18.409Z] #77 140.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:47:18 [2022-06-21T09:47:18.409Z] #77 140.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:47:18 [2022-06-21T09:47:18.409Z] #77 140.9 checking whether ln -s works... yes
09:47:18 [2022-06-21T09:47:18.409Z] #77 140.9 checking the maximum length of command line arguments... 1572864
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking for /usr/bin/ld option to reload object files... -r
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking for objdump... objdump
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking how to recognize dependent libraries... pass_all
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking for dlltool... no
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking how to associate runtime and link libraries... printf %s\n
09:47:18 [2022-06-21T09:47:18.409Z] #77 141.0 checking for ar... ar
09:47:18 [2022-06-21T09:47:18.666Z] #77 141.0 checking for archiver @FILE support... @
09:47:18 [2022-06-21T09:47:18.924Z] #77 141.3 checking for strip... strip
09:47:18 [2022-06-21T09:47:18.924Z] #77 141.3 checking for ranlib... ranlib
09:47:18 [2022-06-21T09:47:18.924Z] #77 141.3 checking for gawk... no
09:47:18 [2022-06-21T09:47:18.924Z] #77 141.3 checking for mawk... mawk
09:47:18 [2022-06-21T09:47:18.924Z] #77 141.3 checking command to parse /usr/bin/nm -B output from gcc object... 
09:47:18 [2022-06-21T09:47:18.924Z] #77 ...
09:47:18 [2022-06-21T09:47:18.924Z] 
09:47:18 [2022-06-21T09:47:18.924Z] #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
09:47:18 [2022-06-21T09:47:18.924Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.4 Selecting previously unselected package libudev-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.4 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.4 Unpacking libudev-dev:amd64 (247.3-7) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.7 Selecting previously unselected package libsepol1-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 202.8 Unpacking libsepol1-dev:amd64 (3.1-1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 203.4 Selecting previously unselected package libpcre2-16-0:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 203.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 203.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 203.7 Selecting previously unselected package libpcre2-32-0:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 203.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 203.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 204.1 Selecting previously unselected package libpcre2-posix2:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 204.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 204.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 204.3 Selecting previously unselected package libpcre2-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 204.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 204.3 Unpacking libpcre2-dev:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.0 Selecting previously unselected package libselinux1-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.1 Unpacking libselinux1-dev:amd64 (3.1-3) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.3 Selecting previously unselected package libdevmapper-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.3 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.5 Selecting previously unselected package libseccomp-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.5 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.6 Selecting previously unselected package libsystemd-dev:amd64.
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 205.7 Unpacking libsystemd-dev:amd64 (247.3-7) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.4 Setting up libapparmor1:amd64 (2.13.6-10) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.4 Setting up libsepol1-dev:amd64 (3.1-1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.4 Setting up libpcre2-16-0:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.4 Setting up libbtrfs0:amd64 (5.10.1-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.5 Setting up libpcre2-32-0:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.5 Setting up libudev-dev:amd64 (247.3-7) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.5 Setting up libpcre2-posix2:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.6 Setting up mingw-w64-common (8.0.0-1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 Setting up libsystemd-dev:amd64 (247.3-7) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 Setting up libpcre2-dev:amd64 (10.36-2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 Setting up libselinux1-dev:amd64 (3.1-3) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 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
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 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
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.9 Setting up dmsetup (2:1.02.175-2.1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 206.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 207.0 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:47:18 [2022-06-21T09:47:18.924Z] #14 DONE 207.5s
09:47:19 [2022-06-21T09:47:19.182Z] 
09:47:19 [2022-06-21T09:47:19.182Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
09:47:19 [2022-06-21T09:47:19.182Z] #59 sha256:c7c45c0380c454b1581745636ce3bbe87772b3aa987e4e1429c496977752419d
09:47:19 [2022-06-21T09:47:19.182Z] #59 DONE 0.3s
09:47:19 [2022-06-21T09:47:19.182Z] 
09:47:19 [2022-06-21T09:47:19.182Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
09:47:19 [2022-06-21T09:47:19.182Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22
09:47:21 [2022-06-21T09:47:21.190Z] #15 DONE 2.1s
09:47:21 [2022-06-21T09:47:21.190Z] 
09:47:21 [2022-06-21T09:47:21.190Z] #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
09:47:21 [2022-06-21T09:47:21.190Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67
09:47:21 [2022-06-21T09:47:21.207Z] #77 183.9   CCLD     libocispec.la
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.4   CCLD     src/validate
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.4   CCLD     tests/test-1
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.4   CCLD     tests/test-2
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.4   CCLD     tests/test-3
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.5   CCLD     tests/test-4
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.5   CCLD     tests/test-5
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.6   CCLD     tests/test-6
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.6   CCLD     tests/test-7
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.7   CCLD     tests/test-8
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.9   CCLD     tests/test-10
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.9   CCLD     tests/test-9
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.9 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:47:21 [2022-06-21T09:47:21.207Z] #77 184.9   CCLD     tests/test-11
09:47:21 [2022-06-21T09:47:21.776Z] #77 186.8 libtool: link: ar cr libocispec.a 
09:47:21 [2022-06-21T09:47:21.776Z] #77 186.9 libtool: link: ranlib libocispec.a
09:47:22 [2022-06-21T09:47:22.561Z] #16 DONE 1.5s
09:47:22 [2022-06-21T09:47:22.561Z] 
09:47:22 [2022-06-21T09:47:22.561Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:47:22 [2022-06-21T09:47:22.561Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:22 [2022-06-21T09:47:22.561Z] #77 141.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.0 checking for sysroot... no
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.0 checking for a working dd... /bin/dd
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.2 checking for mt... no
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.2 checking if : is a manifest tool... no
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.3 checking how to run the C preprocessor... gcc -E
09:47:22 [2022-06-21T09:47:22.561Z] #77 142.6 checking for ANSI C header files... yes
09:47:22 [2022-06-21T09:47:22.561Z] #77 143.6 checking for sys/types.h... yes
09:47:22 [2022-06-21T09:47:22.561Z] #77 144.0 checking for sys/stat.h... yes
09:47:22 [2022-06-21T09:47:22.561Z] #77 144.3 checking for stdlib.h... yes
09:47:22 [2022-06-21T09:47:22.561Z] #77 144.5 checking for string.h... yes
09:47:22 [2022-06-21T09:47:22.819Z] #77 144.9 checking for memory.h... yes
09:47:23 [2022-06-21T09:47:23.077Z] #77 145.2 checking for strings.h... yes
09:47:23 [2022-06-21T09:47:23.355Z] #77 145.5 checking for inttypes.h... yes
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.6 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[5]: Nothing to be done for 'install-exec-am'.
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[5]: Nothing to be done for 'install-data-am'.
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.7 make[2]: Entering directory '/tmp/crun-build'
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-utils.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-container.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 188.9   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:47:23 [2022-06-21T09:47:23.683Z] #77 189.0   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:47:23 [2022-06-21T09:47:23.942Z] #77 189.0   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:47:23 [2022-06-21T09:47:23.942Z] #77 189.0   CC       src/libcrun/libcrun_testing_a-criu.o
09:47:23 [2022-06-21T09:47:23.942Z] #77 189.0   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:47:23 [2022-06-21T09:47:23.942Z] #77 189.1   CC       src/libcrun/libcrun_testing_a-linux.o
09:47:23 [2022-06-21T09:47:23.949Z] #77 145.8 checking for stdint.h... yes
09:47:24 [2022-06-21T09:47:24.202Z] #77 189.2   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:47:24 [2022-06-21T09:47:24.202Z] #77 189.2   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:47:24 [2022-06-21T09:47:24.202Z] #77 189.3   CC       src/libcrun/libcrun_testing_a-error.o
09:47:24 [2022-06-21T09:47:24.210Z] #77 146.4 checking for unistd.h... yes
09:47:24 [2022-06-21T09:47:24.210Z] #77 146.6 checking for dlfcn.h... 
09:47:24 [2022-06-21T09:47:24.210Z] #77 ...
09:47:24 [2022-06-21T09:47:24.210Z] 
09:47:24 [2022-06-21T09:47:24.210Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:47:24 [2022-06-21T09:47:24.210Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3
09:47:24 [2022-06-21T09:47:24.210Z] #17 1.368 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:47:24 [2022-06-21T09:47:24.210Z] #17 DONE 1.6s
09:47:24 [2022-06-21T09:47:24.462Z] #77 189.4   CC       src/libcrun/libcrun_testing_a-status.o
09:47:24 [2022-06-21T09:47:24.462Z] #77 189.4   CC       src/libcrun/libcrun_testing_a-terminal.o
09:47:24 [2022-06-21T09:47:24.462Z] #77 189.5   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:47:24 [2022-06-21T09:47:24.462Z] #77 189.6   CC       src/libcrun/libcrun_testing_a-signals.o
09:47:24 [2022-06-21T09:47:24.462Z] #77 189.7   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:47:24 [2022-06-21T09:47:24.467Z] 
09:47:24 [2022-06-21T09:47:24.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
09:47:24 [2022-06-21T09:47:24.467Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:24 [2022-06-21T09:47:24.467Z] #77 146.6 checking for dlfcn.h... yes
09:47:24 [2022-06-21T09:47:24.467Z] #77 146.9 checking for objdir... .libs
09:47:24 [2022-06-21T09:47:24.722Z] #77 189.7   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:47:24 [2022-06-21T09:47:24.722Z] #77 189.9   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:47:24 [2022-06-21T09:47:24.722Z] #77 189.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:47:24 [2022-06-21T09:47:24.982Z] #77 190.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:47:24 [2022-06-21T09:47:24.982Z] #77 190.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:47:24 [2022-06-21T09:47:24.982Z] #77 190.2   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:47:25 [2022-06-21T09:47:25.241Z] #77 190.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:47:25 [2022-06-21T09:47:25.290Z] #77 147.6 checking if gcc supports -fno-rtti -fno-exceptions... no
09:47:25 [2022-06-21T09:47:25.290Z] #77 147.8 checking for gcc option to produce PIC... -fPIC -DPIC
09:47:25 [2022-06-21T09:47:25.547Z] #77 147.8 checking if gcc PIC flag -fPIC -DPIC works... 
09:47:25 [2022-06-21T09:47:25.547Z] #77 ...
09:47:25 [2022-06-21T09:47:25.547Z] 
09:47:25 [2022-06-21T09:47:25.547Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:47:25 [2022-06-21T09:47:25.547Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138
09:47:25 [2022-06-21T09:47:25.547Z] #18 DONE 1.2s
09:47:25 [2022-06-21T09:47:25.547Z] 
09:47:25 [2022-06-21T09:47:25.547Z] #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
09:47:25 [2022-06-21T09:47:25.547Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:25 [2022-06-21T09:47:25.547Z] #77 147.8 checking if gcc PIC flag -fPIC -DPIC works... yes
09:47:25 [2022-06-21T09:47:25.810Z] #77 191.0   CC       src/crun-crun.o
09:47:25 [2022-06-21T09:47:25.810Z] #77 191.1   CC       src/crun-run.o
09:47:26 [2022-06-21T09:47:26.070Z] #77 191.2   CC       src/crun-delete.o
09:47:26 [2022-06-21T09:47:26.070Z] #77 191.3   CC       src/crun-kill.o
09:47:26 [2022-06-21T09:47:26.113Z] #77 148.0 checking if gcc static flag -static works... yes
09:47:26 [2022-06-21T09:47:26.330Z] #77 191.5   CC       src/crun-pause.o
09:47:26 [2022-06-21T09:47:26.330Z] #77 191.5   CC       src/crun-unpause.o
09:47:26 [2022-06-21T09:47:26.370Z] #77 148.7 checking if gcc supports -c -o file.o... yes
09:47:26 [2022-06-21T09:47:26.371Z] #77 148.9 checking if gcc supports -c -o file.o... (cached) yes
09:47:26 [2022-06-21T09:47:26.371Z] #77 148.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:47:26 [2022-06-21T09:47:26.590Z] #77 191.7   CC       src/crun-spec.o
09:47:26 [2022-06-21T09:47:26.849Z] #77 191.8   CC       src/crun-exec.o
09:47:26 [2022-06-21T09:47:26.849Z] #77 191.9   CC       src/crun-list.o
09:47:26 [2022-06-21T09:47:26.849Z] #77 192.0   CC       src/crun-create.o
09:47:26 [2022-06-21T09:47:26.935Z] #77 149.0 checking dynamic linker characteristics... 
09:47:26 [2022-06-21T09:47:26.935Z] #77 ...
09:47:26 [2022-06-21T09:47:26.935Z] 
09:47:26 [2022-06-21T09:47:26.935Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:47:26 [2022-06-21T09:47:26.935Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1
09:47:26 [2022-06-21T09:47:26.935Z] #19 DONE 1.3s
09:47:26 [2022-06-21T09:47:26.935Z] 
09:47:26 [2022-06-21T09:47:26.935Z] #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
09:47:26 [2022-06-21T09:47:26.935Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:26 [2022-06-21T09:47:26.935Z] #77 149.0 checking dynamic linker characteristics... GNU/Linux ld.so
09:47:27 [2022-06-21T09:47:27.109Z] #77 192.1   CC       src/crun-start.o
09:47:27 [2022-06-21T09:47:27.109Z] #77 192.2   CC       src/crun-state.o
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.5 checking how to hardcode library paths into programs... immediate
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.5 checking whether stripping libraries is possible... yes
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.6 checking if libtool supports shared libraries... yes
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.6 checking whether to build shared libraries... no
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.6 checking whether to build static libraries... yes
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.6 checking for a BSD-compatible install... /usr/bin/install -c
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.6 checking whether build environment is sane... yes
09:47:27 [2022-06-21T09:47:27.193Z] #77 149.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:47:27 [2022-06-21T09:47:27.369Z] #77 192.4   CC       src/crun-update.o
09:47:27 [2022-06-21T09:47:27.369Z] #77 192.5   CC       src/crun-ps.o
09:47:27 [2022-06-21T09:47:27.450Z] #77 149.8 checking whether make sets $(MAKE)... yes
09:47:27 [2022-06-21T09:47:27.450Z] #77 149.8 checking whether make supports the include directive... yes (GNU style)
09:47:27 [2022-06-21T09:47:27.450Z] #77 149.9 checking whether make supports nested variables... yes
09:47:27 [2022-06-21T09:47:27.629Z] #77 192.7   CC       src/crun-checkpoint.o
09:47:27 [2022-06-21T09:47:27.629Z] #77 192.7   CC       src/crun-restore.o
09:47:27 [2022-06-21T09:47:27.629Z] #77 192.9   CC       src/libcrun/libcrun_la-utils.lo
09:47:27 [2022-06-21T09:47:27.707Z] #77 150.0 checking whether UID '0' is supported by ustar format... yes
09:47:27 [2022-06-21T09:47:27.707Z] #77 150.0 checking whether GID '0' is supported by ustar format... yes
09:47:27 [2022-06-21T09:47:27.707Z] #77 150.0 checking how to create a ustar tar archive... gnutar
09:47:27 [2022-06-21T09:47:27.889Z] #77 193.2   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:47:27 [2022-06-21T09:47:27.971Z] #77 150.2 checking dependency style of gcc... gcc3
09:47:27 [2022-06-21T09:47:27.971Z] #77 150.5 checking whether to enable maintainer-specific portions of Makefiles... yes
09:47:27 [2022-06-21T09:47:27.971Z] #77 150.5 checking whether make supports nested variables... (cached) yes
09:47:27 [2022-06-21T09:47:27.971Z] #77 150.5 checking for gawk... (cached) mawk
09:47:27 [2022-06-21T09:47:27.971Z] #77 150.5 checking for a sed that does not truncate output... (cached) /bin/sed
09:47:27 [2022-06-21T09:47:27.971Z] #77 150.5 checking for gcc... (cached) gcc
09:47:28 [2022-06-21T09:47:28.229Z] #77 150.7 checking whether we are using the GNU C compiler... (cached) yes
09:47:28 [2022-06-21T09:47:28.229Z] #77 150.7 checking whether gcc accepts -g... (cached) yes
09:47:28 [2022-06-21T09:47:28.229Z] #77 150.7 checking for gcc option to accept ISO C89... (cached) none needed
09:47:28 [2022-06-21T09:47:28.229Z] #77 150.7 checking whether gcc understands -c and -o together... (cached) yes
09:47:28 [2022-06-21T09:47:28.340Z] #77 199.0   CCLD     tests/init
09:47:28 [2022-06-21T09:47:28.458Z] #77 193.4   CC       src/libcrun/libcrun_la-container.lo
09:47:28 [2022-06-21T09:47:28.458Z] #77 193.6   CC       src/libcrun/libcrun_la-cgroup.lo
09:47:28 [2022-06-21T09:47:28.487Z] #77 150.7 checking for a Python interpreter with version >= 3... 
09:47:28 [2022-06-21T09:47:28.487Z] #77 ...
09:47:28 [2022-06-21T09:47:28.487Z] 
09:47:28 [2022-06-21T09:47:28.487Z] #20 [dev-systemd-false  6/28] RUN ldconfig
09:47:28 [2022-06-21T09:47:28.487Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a
09:47:28 [2022-06-21T09:47:28.487Z] #20 DONE 1.6s
09:47:28 [2022-06-21T09:47:28.487Z] 
09:47:28 [2022-06-21T09:47:28.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
09:47:28 [2022-06-21T09:47:28.487Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:28 [2022-06-21T09:47:28.487Z] #77 150.7 checking for a Python interpreter with version >= 3... python3
09:47:28 [2022-06-21T09:47:28.487Z] #77 151.0 checking for python3... /usr/bin/python3
09:47:28 [2022-06-21T09:47:28.487Z] #77 151.0 checking for python3 version... 3.9
09:47:28 [2022-06-21T09:47:28.717Z] #77 193.9   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:47:28 [2022-06-21T09:47:28.744Z] #77 151.1 checking for python3 platform... linux
09:47:29 [2022-06-21T09:47:29.001Z] #77 151.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:47:29 [2022-06-21T09:47:29.285Z] #77 194.2   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:47:29 [2022-06-21T09:47:29.285Z] #77 194.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:47:29 [2022-06-21T09:47:29.545Z] #77 194.7   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:47:29 [2022-06-21T09:47:29.545Z] #77 ...
09:47:29 [2022-06-21T09:47:29.545Z] 
09:47:29 [2022-06-21T09:47:29.545Z] #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
09:47:29 [2022-06-21T09:47:29.545Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:47:29 [2022-06-21T09:47:29.545Z] #47 237.1 + dpkg --print-architecture
09:47:29 [2022-06-21T09:47:29.545Z] #47 237.1 + git checkout -q v2.1.0
09:47:29 [2022-06-21T09:47:29.545Z] #47 237.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:47:29 [2022-06-21T09:47:29.545Z] #47 237.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
09:47:29 [2022-06-21T09:47:29.569Z] #77 151.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:47:29 [2022-06-21T09:47:29.569Z] #77 151.8 checking for go-md2man... no
09:47:29 [2022-06-21T09:47:29.569Z] #77 151.8 checking error.h usability... 
09:47:29 [2022-06-21T09:47:29.569Z] #77 ...
09:47:29 [2022-06-21T09:47:29.569Z] 
09:47:29 [2022-06-21T09:47:29.569Z] #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
09:47:29 [2022-06-21T09:47:29.569Z] #60 sha256:dc06e28b7ed4d258a3a3d9e69a901d647a6a92fb8f67859d7c3f314744995173
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.722 + RM_GOPATH=0
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.722 + TMP_GOPATH=
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.722 + : /build
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.722 + '[' -z '' ']'
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.727 ++ mktemp -d
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.727 + export GOPATH=/tmp/tmp.hQrSGsW4UC
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.727 + GOPATH=/tmp/tmp.hQrSGsW4UC
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.727 + RM_GOPATH=1
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.727 + case "$(go env GOARCH)" in
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.731 ++ go env GOARCH
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.756 + export GO_BUILDMODE=-buildmode=pie
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.756 + GO_BUILDMODE=-buildmode=pie
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 ++ dirname /install.sh
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + dir=/
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + bin=runc
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + shift
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + '[' '!' -f //runc.installer ']'
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + . //runc.installer
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 ++ set -e
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 ++ : v1.1.2
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + install_runc
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + RUNC_BUILDTAGS=seccomp
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hQrSGsW4UC/src/github.com/opencontainers/runc
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.775 Install runc version v1.1.2 (build tags: seccomp)
09:47:29 [2022-06-21T09:47:29.569Z] #60 1.783 Cloning into '/tmp/tmp.hQrSGsW4UC/src/github.com/opencontainers/runc'...
09:47:29 [2022-06-21T09:47:29.569Z] #60 ...
09:47:29 [2022-06-21T09:47:29.569Z] 
09:47:29 [2022-06-21T09:47:29.569Z] #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
09:47:29 [2022-06-21T09:47:29.569Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:29 [2022-06-21T09:47:29.569Z] #77 151.8 checking error.h usability... yes
09:47:29 [2022-06-21T09:47:29.805Z] #47 ...
09:47:29 [2022-06-21T09:47:29.805Z] 
09:47:29 [2022-06-21T09:47:29.805Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:47:29 [2022-06-21T09:47:29.805Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:29 [2022-06-21T09:47:29.805Z] #77 194.8   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:47:29 [2022-06-21T09:47:29.805Z] #77 195.0   CC       src/libcrun/libcrun_la-criu.lo
09:47:29 [2022-06-21T09:47:29.827Z] #77 152.1 checking error.h presence... yes
09:47:29 [2022-06-21T09:47:29.827Z] #77 152.3 checking for error.h... yes
09:47:30 [2022-06-21T09:47:30.084Z] #77 152.4 checking linux/openat2.h usability... yes
09:47:30 [2022-06-21T09:47:30.342Z] #77 152.6 checking linux/openat2.h presence... yes
09:47:30 [2022-06-21T09:47:30.342Z] #77 152.7 checking for linux/openat2.h... yes
09:47:30 [2022-06-21T09:47:30.374Z] #77 195.4   CC       src/libcrun/libcrun_la-custom-handler.lo
09:47:30 [2022-06-21T09:47:30.374Z] #77 195.5   CC       src/libcrun/libcrun_la-linux.lo
09:47:30 [2022-06-21T09:47:30.633Z] #77 195.8   CC       src/libcrun/libcrun_la-seccomp.lo
09:47:30 [2022-06-21T09:47:30.892Z] #77 196.0   CC       src/libcrun/libcrun_la-ebpf.lo
09:47:30 [2022-06-21T09:47:30.906Z] #77 152.9 checking for copy_file_range... yes
09:47:31 [2022-06-21T09:47:31.152Z] #77 196.3   CC       src/libcrun/libcrun_la-error.lo
09:47:31 [2022-06-21T09:47:31.412Z] #77 196.5   CC       src/libcrun/libcrun_la-status.lo
09:47:31 [2022-06-21T09:47:31.671Z] #77 196.9   CC       src/libcrun/libcrun_la-terminal.lo
09:47:31 [2022-06-21T09:47:31.726Z] #77 153.5 checking for fgetxattr... yes
09:47:31 [2022-06-21T09:47:31.945Z] #77 197.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:47:32 [2022-06-21T09:47:32.547Z] #77 154.4 checking for statx... yes
09:47:32 [2022-06-21T09:47:32.898Z] #77 197.9   CC       src/libcrun/libcrun_la-signals.lo
09:47:33 [2022-06-21T09:47:33.061Z] #77 155.1 checking for fgetpwent_r... yes
09:47:33 [2022-06-21T09:47:33.160Z] #77 198.1   CC       src/libcrun/libcrun_la-mount_flags.lo
09:47:33 [2022-06-21T09:47:33.160Z] #77 198.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:47:33 [2022-06-21T09:47:33.423Z] #77 198.5   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:47:33 [2022-06-21T09:47:33.631Z] #77 155.5 checking for issetugid... no
09:47:33 [2022-06-21T09:47:33.631Z] #77 155.9 checking for pkg-config... /usr/bin/pkg-config
09:47:33 [2022-06-21T09:47:33.631Z] #77 156.0 checking pkg-config is at least version 0.9.0... yes
09:47:33 [2022-06-21T09:47:33.991Z] #77 199.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:47:34 [2022-06-21T09:47:34.560Z] #77 199.6   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:47:34 [2022-06-21T09:47:34.820Z] #77 199.8   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:47:34 [2022-06-21T09:47:34.820Z] #77 200.0   CC       tests/init.o
09:47:35 [2022-06-21T09:47:35.001Z] #77 156.0 checking for library containing yajl_tree_get... -lyajl
09:47:35 [2022-06-21T09:47:35.001Z] #77 157.1 checking for yajl >= 2.0.0... yes
09:47:35 [2022-06-21T09:47:35.259Z] #77 157.3 checking sys/capability.h usability... yes
09:47:35 [2022-06-21T09:47:35.259Z] #77 157.6 checking sys/capability.h presence... yes
09:47:35 [2022-06-21T09:47:35.259Z] #77 157.8 checking for sys/capability.h... yes
09:47:35 [2022-06-21T09:47:35.390Z] #77 200.4   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:47:36 [2022-06-21T09:47:36.190Z] #77 157.8 checking for library containing cap_from_name... -lcap
09:47:37 [2022-06-21T09:47:37.010Z] #77 158.8 checking for library containing dlopen... -ldl
09:47:37 [2022-06-21T09:47:37.267Z] #77 159.5 checking seccomp.h usability... yes
09:47:37 [2022-06-21T09:47:37.525Z] #77 159.8 checking seccomp.h presence... yes
09:47:37 [2022-06-21T09:47:37.525Z] #77 159.9 checking for seccomp.h... yes
09:47:38 [2022-06-21T09:47:38.090Z] #77 160.0 checking for library containing seccomp_rule_add... -lseccomp
09:47:38 [2022-06-21T09:47:38.347Z] #77 160.6 checking for library containing seccomp_arch_resolve_name... 
09:47:38 [2022-06-21T09:47:38.347Z] #77 ...
09:47:38 [2022-06-21T09:47:38.347Z] 
09:47:38 [2022-06-21T09:47:38.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
09:47:38 [2022-06-21T09:47:38.347Z] #60 sha256:dc06e28b7ed4d258a3a3d9e69a901d647a6a92fb8f67859d7c3f314744995173
09:47:38 [2022-06-21T09:47:38.347Z] #60 18.84 + cd /tmp/tmp.hQrSGsW4UC/src/github.com/opencontainers/runc
09:47:38 [2022-06-21T09:47:38.347Z] #60 18.84 + git checkout -q v1.1.2
09:47:38 [2022-06-21T09:47:38.347Z] #60 ...
09:47:38 [2022-06-21T09:47:38.347Z] 
09:47:38 [2022-06-21T09:47:38.347Z] #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
09:47:38 [2022-06-21T09:47:38.347Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:47:38 [2022-06-21T09:47:38.347Z] #21 1.879 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:47:38 [2022-06-21T09:47:38.347Z] #21 2.019 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
09:47:38 [2022-06-21T09:47:38.347Z] #21 2.157 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
09:47:38 [2022-06-21T09:47:38.347Z] #21 3.365 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
09:47:38 [2022-06-21T09:47:38.347Z] #21 5.538 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [160 kB]
09:47:38 [2022-06-21T09:47:38.347Z] #21 8.143 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
09:47:38 [2022-06-21T09:47:38.605Z] #21 ...
09:47:38 [2022-06-21T09:47:38.605Z] 
09:47:38 [2022-06-21T09:47:38.605Z] #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
09:47:38 [2022-06-21T09:47:38.605Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:38 [2022-06-21T09:47:38.605Z] #77 160.6 checking for library containing seccomp_arch_resolve_name... none required
09:47:38 [2022-06-21T09:47:38.862Z] #77 161.0 checking systemd/sd-bus.h usability... yes
09:47:39 [2022-06-21T09:47:39.119Z] #77 161.3 checking systemd/sd-bus.h presence... yes
09:47:39 [2022-06-21T09:47:39.119Z] #77 161.4 checking for systemd/sd-bus.h... yes
09:47:40 [2022-06-21T09:47:40.050Z] #77 161.4 checking for library containing sd_bus_match_signal_async... -lsystemd
09:47:40 [2022-06-21T09:47:40.307Z] #77 162.3 checking for sd_notify_barrier... yes
09:47:40 [2022-06-21T09:47:40.824Z] #77 162.9 checking linux/bpf.h usability... yes
09:47:40 [2022-06-21T09:47:40.824Z] #77 163.2 checking linux/bpf.h presence... yes
09:47:40 [2022-06-21T09:47:40.824Z] #77 163.4 checking for linux/bpf.h... yes
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.4 checking compilation for eBPF... yes
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.8 checking for criu >= 3.15... no
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.9 configure: CRIU headers not found, building without CRIU support
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.9 checking for criu > 3.16... no
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.9 configure: CRIU version doesn't support join-ns API
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.9 checking for criu > 3.16.1... no
09:47:41 [2022-06-21T09:47:41.388Z] #77 163.9 configure: CRIU version doesn't support for pre-dumping
09:47:41 [2022-06-21T09:47:41.645Z] #77 163.9 checking for new mount API (fsconfig)... yes
09:47:41 [2022-06-21T09:47:41.903Z] #77 164.1 checking for seccomp notify API... yes
09:47:41 [2022-06-21T09:47:41.903Z] #77 164.4 checking for gperf... no
09:47:41 [2022-06-21T09:47:41.903Z] #77 164.4 configure: gperf not found - cannot rebuild signal parser code
09:47:42 [2022-06-21T09:47:42.160Z] #77 164.4 checking for library containing argp_parse... none required
09:47:42 [2022-06-21T09:47:42.725Z] #77 165.0 checking that generated files are newer than configure... done
09:47:42 [2022-06-21T09:47:42.725Z] #77 165.0 configure: creating ./config.status
09:47:43 [2022-06-21T09:47:43.252Z] #77 ...
09:47:43 [2022-06-21T09:47:43.252Z] 
09:47:43 [2022-06-21T09:47:43.252Z] #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
09:47:43 [2022-06-21T09:47:43.252Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3
09:47:43 [2022-06-21T09:47:43.252Z] #55 263.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
09:47:46 [2022-06-21T09:47:46.557Z] #55 DONE 266.8s
09:47:46 [2022-06-21T09:47:46.557Z] 
09:47:46 [2022-06-21T09:47:46.557Z] #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
09:47:46 [2022-06-21T09:47:46.557Z] #26 sha256:d39631f855506563228059fa5e1654c9c1c14c2918244721306cc46350ff3b0a
09:47:46 [2022-06-21T09:47:46.557Z] #26 262.9 + return
09:47:46 [2022-06-21T09:47:46.557Z] #26 DONE 266.4s
09:47:46 [2022-06-21T09:47:46.557Z] 
09:47:46 [2022-06-21T09:47:46.557Z] #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
09:47:46 [2022-06-21T09:47:46.557Z] #77 sha256:2c9072e01c50b2f6055b82760dcea74d90917c98c175984f621d5bd92117b06f
09:47:46 [2022-06-21T09:47:46.557Z] #77 217.3   AR       libcrun_testing.a
09:47:46 [2022-06-21T09:47:46.557Z] #77 217.3 ar: `u' modifier ignored since `D' is the default (see `U')
09:47:46 [2022-06-21T09:47:46.557Z] #77 217.3   CCLD     tests/tests_libcrun_utils
09:47:46 [2022-06-21T09:47:46.557Z] #77 217.3   CCLD     tests/tests_libcrun_errors
09:47:46 [2022-06-21T09:47:46.557Z] #77 217.4   CCLD     tests/tests_libcrun_fuzzer
09:47:46 [2022-06-21T09:47:46.557Z] #77 217.9   CCLD     libcrun.la
09:47:46 [2022-06-21T09:47:46.557Z] #77 218.4   CCLD     crun
09:47:46 [2022-06-21T09:47:46.557Z] #77 218.8 make[3]: Entering directory '/tmp/crun-build'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.0  /bin/mkdir -p '/usr/local/lib'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.0  /bin/mkdir -p '/usr/local/share/man/man1'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.0  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.0  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.1 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.1 libtool: install: ranlib /usr/local/lib/libcrun.a
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.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
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 ----------------------------------------------------------------------
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 Libraries have been installed in:
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7    /usr/local/lib
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 If you ever happen to want to link against installed libraries
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 in a given directory, LIBDIR, you must either use libtool, and
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 specify the full pathname of the library, or use the '-LLIBDIR'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 flag during linking and do at least one of the following:
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7      during execution
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7      during linking
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 See any operating system documentation about shared libraries for
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 more information, such as the ld(1) and ld.so(8) manual pages.
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7 ----------------------------------------------------------------------
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7  /bin/mkdir -p '/build'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.8 libtool: install: /usr/bin/install -c crun /build/crun
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.8 make[3]: Leaving directory '/tmp/crun-build'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.8 make[2]: Leaving directory '/tmp/crun-build'
09:47:46 [2022-06-21T09:47:46.557Z] #77 219.8 make[1]: Leaving directory '/tmp/crun-build'
09:47:46 [2022-06-21T09:47:46.557Z] #77 DONE 219.9s
09:47:46 [2022-06-21T09:47:46.557Z] 
09:47:46 [2022-06-21T09:47:46.557Z] #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
09:47:46 [2022-06-21T09:47:46.557Z] #60 sha256:ad6cd91117d7efe57b05b878deec87cc060f06caba46953c49f3a3401b4811a0
09:47:46 [2022-06-21T09:47:46.818Z] #60 155.6 + mkdir -p /build
09:47:46 [2022-06-21T09:47:46.818Z] #60 155.6 + cp runc /build/runc
09:47:47 [2022-06-21T09:47:47.392Z] #60 DONE 156.2s
09:47:47 [2022-06-21T09:47:47.392Z] 
09:47:47 [2022-06-21T09:47:47.392Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
09:47:47 [2022-06-21T09:47:47.392Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:47:48 [2022-06-21T09:47:48.123Z] #77 170.5 config.status: creating Makefile
09:47:48 [2022-06-21T09:47:48.124Z] #77 170.5 config.status: creating rpm/crun.spec
09:47:48 [2022-06-21T09:47:48.382Z] #77 170.9 config.status: creating config.h
09:47:48 [2022-06-21T09:47:48.639Z] #77 171.1 config.status: executing libtool commands
09:47:48 [2022-06-21T09:47:48.639Z] #77 171.2 config.status: executing depfiles commands
09:47:48 [2022-06-21T09:47:48.895Z] #77 ...
09:47:48 [2022-06-21T09:47:48.895Z] 
09:47:48 [2022-06-21T09:47:48.895Z] #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
09:47:48 [2022-06-21T09:47:48.895Z] #60 sha256:dc06e28b7ed4d258a3a3d9e69a901d647a6a92fb8f67859d7c3f314744995173
09:47:48 [2022-06-21T09:47:48.895Z] #60 19.38 + '[' -z '' ']'
09:47:48 [2022-06-21T09:47:48.895Z] #60 19.38 + target=static
09:47:48 [2022-06-21T09:47:48.895Z] #60 19.38 + make BUILDTAGS=seccomp static
09:47:48 [2022-06-21T09:47:48.895Z] #60 20.07 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 .
09:47:48 [2022-06-21T09:47:48.895Z] #60 ...
09:47:48 [2022-06-21T09:47:48.895Z] 
09:47:48 [2022-06-21T09:47:48.895Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
09:47:48 [2022-06-21T09:47:48.895Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:47:48 [2022-06-21T09:47:48.895Z] #21 14.69 Fetched 8544 kB in 13s (644 kB/s)
09:47:48 [2022-06-21T09:47:48.895Z] #21 14.69 Reading package lists...
09:47:49 [2022-06-21T09:47:49.941Z] #64 ...
09:47:49 [2022-06-21T09:47:49.941Z] 
09:47:49 [2022-06-21T09:47:49.941Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
09:47:49 [2022-06-21T09:47:49.941Z] #27 sha256:566209c7b1ea4d00cacb661ffeaa7fd970eb301ee2b89ece854efae070f1ff90
09:47:50 [2022-06-21T09:47:50.286Z] #77 ...
09:47:50 [2022-06-21T09:47:50.286Z] 
09:47:50 [2022-06-21T09:47:50.286Z] #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
09:47:50 [2022-06-21T09:47:50.286Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:47:50 [2022-06-21T09:47:50.286Z] #47 DONE 265.9s
09:47:50 [2022-06-21T09:47:50.286Z] 
09:47:50 [2022-06-21T09:47:50.286Z] #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
09:47:50 [2022-06-21T09:47:50.286Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:47:50 [2022-06-21T09:47:50.513Z] #27 DONE 1.0s
09:47:50 [2022-06-21T09:47:50.513Z] 
09:47:50 [2022-06-21T09:47:50.513Z] #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
09:47:50 [2022-06-21T09:47:50.513Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:47:50 [2022-06-21T09:47:50.513Z] #64 ...
09:47:50 [2022-06-21T09:47:50.513Z] 
09:47:50 [2022-06-21T09:47:50.513Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
09:47:50 [2022-06-21T09:47:50.513Z] #32 sha256:d1d5883b93e4d4b9ffe9a8d2fd25656ff9a0d604d4bc88aac71cab8177121c75
09:47:50 [2022-06-21T09:47:50.857Z] #55 ...
09:47:50 [2022-06-21T09:47:50.857Z] 
09:47:50 [2022-06-21T09:47:50.857Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
09:47:50 [2022-06-21T09:47:50.857Z] #48 sha256:0617ef5ffcef3aa597303ff13e868d0b5b00bb5d19089279dd4dc808fedd96c6
09:47:51 [2022-06-21T09:47:51.415Z] #21 19.91 Reading package lists...
09:47:51 [2022-06-21T09:47:51.415Z] #21 ...
09:47:51 [2022-06-21T09:47:51.415Z] 
09:47:51 [2022-06-21T09:47:51.415Z] #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
09:47:51 [2022-06-21T09:47:51.415Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:51 [2022-06-21T09:47:51.415Z] #77 173.5 === configuring in libocispec (/tmp/crun-build/libocispec)
09:47:51 [2022-06-21T09:47:51.415Z] #77 173.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:47:51 [2022-06-21T09:47:51.427Z] #48 DONE 0.5s
09:47:51 [2022-06-21T09:47:51.427Z] 
09:47:51 [2022-06-21T09:47:51.427Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
09:47:51 [2022-06-21T09:47:51.427Z] #52 sha256:3351d2e051841cc008d2b83325d39b48a03e71d3603e771d4e5bfa1bbc9ec787
09:47:51 [2022-06-21T09:47:51.427Z] #52 DONE 0.1s
09:47:51 [2022-06-21T09:47:51.427Z] 
09:47:51 [2022-06-21T09:47:51.427Z] #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
09:47:51 [2022-06-21T09:47:51.427Z] #64 sha256:20127a3007227cf0cd4e21c8c6ebea958790ad0a52b3c6b964377304bb3e8e48
09:47:51 [2022-06-21T09:47:51.427Z] #64 ...
09:47:51 [2022-06-21T09:47:51.427Z] 
09:47:51 [2022-06-21T09:47:51.427Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
09:47:51 [2022-06-21T09:47:51.427Z] #54 sha256:fa6fe1cf0a12c4e87ecc299c2a104593b98b9dbe8c20e8c8528ba7abd7648cac
09:47:51 [2022-06-21T09:47:51.427Z] #54 DONE 0.1s
09:47:51 [2022-06-21T09:47:51.427Z] 
09:47:51 [2022-06-21T09:47:51.427Z] #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
09:47:51 [2022-06-21T09:47:51.427Z] #60 sha256:ea87dab80b284e50a52924bb2e9387f69284f47b2173a9357f51fc8bb973e175
09:47:51 [2022-06-21T09:47:51.456Z] #32 DONE 0.9s
09:47:51 [2022-06-21T09:47:51.456Z] 
09:47:51 [2022-06-21T09:47:51.456Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
09:47:51 [2022-06-21T09:47:51.456Z] #35 sha256:b92bbae3dab364858a90d9a4bbc5d55662c92e46e6914154f3b848a1fef5bc23
09:47:51 [2022-06-21T09:47:51.671Z] #77 174.1 checking for gcc... gcc
09:47:52 [2022-06-21T09:47:52.359Z] #77 174.2 checking whether the C compiler works... yes
09:47:52 [2022-06-21T09:47:52.359Z] #77 174.9 checking for C compiler default output file name... a.out
09:47:52 [2022-06-21T09:47:52.841Z] #35 DONE 1.1s
09:47:52 [2022-06-21T09:47:52.841Z] 
09:47:52 [2022-06-21T09:47:52.841Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
09:47:52 [2022-06-21T09:47:52.841Z] #37 sha256:a1eb167b420c460ef8e72b6e0a755927df5a8028afd8ac7c72567ee3e33770b9
09:47:52 [2022-06-21T09:47:52.977Z] #77 174.9 checking for suffix of executables... 
09:47:53 [2022-06-21T09:47:53.103Z] #37 DONE 0.6s
09:47:53 [2022-06-21T09:47:53.103Z] 
09:47:53 [2022-06-21T09:47:53.103Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
09:47:53 [2022-06-21T09:47:53.103Z] #39 sha256:4b4832eb3715bd4951d8bdf92b9c8125dfa57be2eb93a186d557c734474f2179
09:47:53 [2022-06-21T09:47:53.103Z] #39 DONE 0.1s
09:47:53 [2022-06-21T09:47:53.103Z] 
09:47:53 [2022-06-21T09:47:53.103Z] #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
09:47:53 [2022-06-21T09:47:53.103Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:47:53 [2022-06-21T09:47:53.103Z] #64 235.7 + bin/containerd
09:47:53 [2022-06-21T09:47:53.234Z] #77 175.4 checking whether we are cross compiling... no
09:47:53 [2022-06-21T09:47:53.234Z] #77 175.7 checking for suffix of object files... o
09:47:53 [2022-06-21T09:47:53.364Z] #64 ...
09:47:53 [2022-06-21T09:47:53.364Z] 
09:47:53 [2022-06-21T09:47:53.364Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
09:47:53 [2022-06-21T09:47:53.364Z] #41 sha256:c0db39ae20ecb9aa0bb0e77658de9fd4971f7af4161e55a22d62e92290d1ce94
09:47:53 [2022-06-21T09:47:53.364Z] #41 DONE 0.1s
09:47:53 [2022-06-21T09:47:53.364Z] 
09:47:53 [2022-06-21T09:47:53.364Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
09:47:53 [2022-06-21T09:47:53.364Z] #45 sha256:a48acc18445a2c49592087b8cfbdf5e7a77b29b4a3679b201bd08d2ef7a4e970
09:47:53 [2022-06-21T09:47:53.364Z] #45 DONE 0.1s
09:47:53 [2022-06-21T09:47:53.364Z] 
09:47:53 [2022-06-21T09:47:53.364Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
09:47:53 [2022-06-21T09:47:53.364Z] #48 sha256:e9dcf7b7055023ce7a915b4807dc98c7ffa512cf429fbd9d9a96347af097122a
09:47:53 [2022-06-21T09:47:53.492Z] #77 175.9 checking whether we are using the GNU C compiler... yes
09:47:53 [2022-06-21T09:47:53.492Z] #77 176.0 checking whether gcc accepts -g... yes
09:47:53 [2022-06-21T09:47:53.751Z] #77 176.1 checking for gcc option to accept ISO C89... none needed
09:47:53 [2022-06-21T09:47:53.938Z] #48 DONE 0.5s
09:47:53 [2022-06-21T09:47:53.938Z] 
09:47:53 [2022-06-21T09:47:53.938Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
09:47:53 [2022-06-21T09:47:53.938Z] #52 sha256:143cd732ff2d66fdac4453eef6edf1a733dbba6b18e513f5932a941587455975
09:47:53 [2022-06-21T09:47:53.938Z] #52 DONE 0.1s
09:47:53 [2022-06-21T09:47:53.938Z] 
09:47:53 [2022-06-21T09:47:53.938Z] #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
09:47:53 [2022-06-21T09:47:53.938Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:47:53 [2022-06-21T09:47:53.938Z] #64 ...
09:47:53 [2022-06-21T09:47:53.938Z] 
09:47:53 [2022-06-21T09:47:53.938Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
09:47:53 [2022-06-21T09:47:53.938Z] #54 sha256:cba9f14e200b72f54c3d97028696eeba13dc0487b7e51cc242a391d2f8449181
09:47:53 [2022-06-21T09:47:53.938Z] #54 DONE 0.1s
09:47:54 [2022-06-21T09:47:54.199Z] 
09:47:54 [2022-06-21T09:47:54.199Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
09:47:54 [2022-06-21T09:47:54.199Z] #56 sha256:38e9e91434a76783c85b767d7c67a530012799f2d850136d6a6f61def3f25029
09:47:54 [2022-06-21T09:47:54.315Z] #77 176.3 checking whether gcc understands -c and -o together... yes
09:47:54 [2022-06-21T09:47:54.315Z] #77 176.6 checking how to run the C preprocessor... gcc -E
09:47:54 [2022-06-21T09:47:54.573Z] #77 176.9 checking for grep that handles long lines and -e... /bin/grep
09:47:54 [2022-06-21T09:47:54.573Z] #77 176.9 checking for egrep... /bin/grep -E
09:47:55 [2022-06-21T09:47:55.139Z] #77 176.9 checking for ANSI C header files... yes
09:47:55 [2022-06-21T09:47:55.180Z] #56 DONE 1.2s
09:47:55 [2022-06-21T09:47:55.180Z] 
09:47:55 [2022-06-21T09:47:55.180Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
09:47:55 [2022-06-21T09:47:55.180Z] #58 sha256:013ec932e268d181ba5c10fd92355b696191d17477963137ce9dc859dfdc8018
09:47:55 [2022-06-21T09:47:55.396Z] #77 177.7 checking for sys/types.h... yes
09:47:55 [2022-06-21T09:47:55.442Z] #58 DONE 0.2s
09:47:55 [2022-06-21T09:47:55.442Z] 
09:47:55 [2022-06-21T09:47:55.442Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
09:47:55 [2022-06-21T09:47:55.442Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:47:55 [2022-06-21T09:47:55.622Z] #60 ...
09:47:55 [2022-06-21T09:47:55.622Z] 
09:47:55 [2022-06-21T09:47:55.622Z] #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
09:47:55 [2022-06-21T09:47:55.622Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:55 [2022-06-21T09:47:55.622Z] #77 220.7   CCLD     tests/init
09:47:55 [2022-06-21T09:47:55.652Z] #77 177.9 checking for sys/stat.h... yes
09:47:55 [2022-06-21T09:47:55.652Z] #77 178.1 checking for stdlib.h... yes
09:47:56 [2022-06-21T09:47:56.031Z] #64 ...
09:47:56 [2022-06-21T09:47:56.031Z] 
09:47:56 [2022-06-21T09:47:56.031Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
09:47:56 [2022-06-21T09:47:56.031Z] #61 sha256:e8aaa8207d5ff7d24b756c0c06fb6f3f1c8f970726f6ee6a7c1e6c88a5700aca
09:47:56 [2022-06-21T09:47:56.031Z] #61 DONE 0.6s
09:47:56 [2022-06-21T09:47:56.168Z] #77 178.4 checking for string.h... yes
09:47:56 [2022-06-21T09:47:56.294Z] 
09:47:56 [2022-06-21T09:47:56.294Z] #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
09:47:56 [2022-06-21T09:47:56.294Z] #64 sha256:070bc3e82fac872fcd9bf0167895b71f8d270a536edf111986ca1bc759e65b52
09:47:56 [2022-06-21T09:47:56.425Z] #77 178.7 checking for memory.h... yes
09:47:56 [2022-06-21T09:47:56.683Z] #77 179.0 checking for strings.h... yes
09:47:56 [2022-06-21T09:47:56.941Z] #77 179.1 checking for inttypes.h... yes
09:47:57 [2022-06-21T09:47:57.198Z] #77 179.4 checking for stdint.h... yes
09:47:57 [2022-06-21T09:47:57.198Z] #77 179.6 checking for unistd.h... 
09:47:57 [2022-06-21T09:47:57.198Z] #77 ...
09:47:57 [2022-06-21T09:47:57.198Z] 
09:47:57 [2022-06-21T09:47:57.198Z] #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
09:47:57 [2022-06-21T09:47:57.198Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d
09:47:57 [2022-06-21T09:47:57.198Z] #34 DONE 245.3s
09:47:57 [2022-06-21T09:47:57.198Z] 
09:47:57 [2022-06-21T09:47:57.198Z] #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
09:47:57 [2022-06-21T09:47:57.198Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:47:57 [2022-06-21T09:47:57.198Z] #21 19.91 Reading package lists...
09:47:57 [2022-06-21T09:47:57.198Z] #21 24.72 Building dependency tree...
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72 The following additional packages will be installed:
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   python3-pkg-resources vim-runtime xxd
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72 Suggested packages:
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   acl attr quota
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72 Recommended packages:
09:47:57 [2022-06-21T09:47:57.198Z] #21 27.72   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02 The following NEW packages will be installed:
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:47:58 [2022-06-21T09:47:58.570Z] #21 30.02   xz-utils zip zstd
09:47:58 [2022-06-21T09:47:58.570Z] #21 ...
09:47:58 [2022-06-21T09:47:58.570Z] 
09:47:58 [2022-06-21T09:47:58.570Z] #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
09:47:58 [2022-06-21T09:47:58.570Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:47:58 [2022-06-21T09:47:58.570Z] #77 179.6 checking for unistd.h... yes
09:47:58 [2022-06-21T09:47:58.570Z] #77 179.9 checking minix/config.h usability... no
09:47:58 [2022-06-21T09:47:58.570Z] #77 180.2 checking minix/config.h presence... no
09:47:58 [2022-06-21T09:47:58.570Z] #77 180.4 checking for minix/config.h... no
09:47:58 [2022-06-21T09:47:58.570Z] #77 180.4 checking whether it is safe to define __EXTENSIONS__... yes
09:47:58 [2022-06-21T09:47:58.570Z] #77 180.7 checking build system type... x86_64-pc-linux-gnu
09:47:58 [2022-06-21T09:47:58.570Z] #77 181.1 checking host system type... x86_64-pc-linux-gnu
09:47:58 [2022-06-21T09:47:58.570Z] #77 181.1 checking how to print strings... printf
09:47:58 [2022-06-21T09:47:58.570Z] #77 181.1 checking for a sed that does not truncate output... /bin/sed
09:47:58 [2022-06-21T09:47:58.570Z] #77 181.1 checking for fgrep... /bin/grep -F
09:47:58 [2022-06-21T09:47:58.570Z] #77 181.1 checking for ld used by gcc... /usr/bin/ld
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.3 checking whether ln -s works... yes
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.3 checking the maximum length of command line arguments... 1572864
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.4 checking for /usr/bin/ld option to reload object files... -r
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.4 checking for objdump... objdump
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.4 checking how to recognize dependent libraries... pass_all
09:47:58 [2022-06-21T09:47:58.827Z] #77 181.4 checking for dlltool... no
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.4 checking how to associate runtime and link libraries... printf %s\n
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.4 checking for ar... ar
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.4 checking for archiver @FILE support... @
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.5 checking for strip... strip
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.5 checking for ranlib... ranlib
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.5 checking for gawk... no
09:47:59 [2022-06-21T09:47:59.095Z] #77 181.5 checking for mawk... mawk
09:47:59 [2022-06-21T09:47:59.662Z] #77 181.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:47:59 [2022-06-21T09:47:59.662Z] #77 182.1 checking for sysroot... no
09:47:59 [2022-06-21T09:47:59.662Z] #77 182.1 checking for a working dd... /bin/dd
09:47:59 [2022-06-21T09:47:59.662Z] #77 182.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:47:59 [2022-06-21T09:47:59.920Z] #77 182.3 checking for mt... no
09:47:59 [2022-06-21T09:47:59.920Z] #77 182.3 checking if : is a manifest tool... no
09:48:00 [2022-06-21T09:48:00.178Z] #77 182.4 checking for dlfcn.h... yes
09:48:00 [2022-06-21T09:48:00.178Z] #77 182.6 checking for objdir... .libs
09:48:00 [2022-06-21T09:48:00.743Z] #77 183.1 checking if gcc supports -fno-rtti -fno-exceptions... no
09:48:01 [2022-06-21T09:48:01.002Z] #77 183.3 checking for gcc option to produce PIC... -fPIC -DPIC
09:48:01 [2022-06-21T09:48:01.002Z] #77 183.3 checking if gcc PIC flag -fPIC -DPIC works... yes
09:48:01 [2022-06-21T09:48:01.566Z] #77 183.4 checking if gcc static flag -static works... yes
09:48:01 [2022-06-21T09:48:01.825Z] #77 184.1 checking if gcc supports -c -o file.o... yes
09:48:01 [2022-06-21T09:48:01.825Z] #77 184.3 checking if gcc supports -c -o file.o... (cached) yes
09:48:02 [2022-06-21T09:48:02.082Z] #77 184.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:48:02 [2022-06-21T09:48:02.646Z] #77 184.5 checking dynamic linker characteristics... GNU/Linux ld.so
09:48:02 [2022-06-21T09:48:02.646Z] #77 185.2 checking how to hardcode library paths into programs... immediate
09:48:02 [2022-06-21T09:48:02.646Z] #77 185.2 checking whether stripping libraries is possible... yes
09:48:02 [2022-06-21T09:48:02.646Z] #77 185.2 checking if libtool supports shared libraries... yes
09:48:02 [2022-06-21T09:48:02.646Z] #77 185.2 checking whether to build shared libraries... no
09:48:02 [2022-06-21T09:48:02.646Z] #77 185.2 checking whether to build static libraries... yes
09:48:02 [2022-06-21T09:48:02.646Z] #77 185.2 checking for a BSD-compatible install... /usr/bin/install -c
09:48:02 [2022-06-21T09:48:02.903Z] #77 185.3 checking whether build environment is sane... yes
09:48:02 [2022-06-21T09:48:02.903Z] #77 185.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:48:03 [2022-06-21T09:48:03.160Z] #77 185.5 checking whether make sets $(MAKE)... yes
09:48:03 [2022-06-21T09:48:03.160Z] #77 185.6 checking whether make supports the include directive... yes (GNU style)
09:48:03 [2022-06-21T09:48:03.160Z] #77 185.7 checking whether make supports nested variables... yes
09:48:03 [2022-06-21T09:48:03.417Z] #77 185.8 checking whether UID '0' is supported by ustar format... yes
09:48:03 [2022-06-21T09:48:03.417Z] #77 185.8 checking whether GID '0' is supported by ustar format... yes
09:48:03 [2022-06-21T09:48:03.417Z] #77 185.8 checking how to create a ustar tar archive... gnutar
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.0 checking dependency style of gcc... gcc3
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.4 checking whether to enable maintainer-specific portions of Makefiles... yes
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.4 checking whether make supports nested variables... (cached) yes
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.4 checking for pkg-config... /usr/bin/pkg-config
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.4 checking pkg-config is at least version 0.9.0... yes
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.4 checking for yajl >= 2.1.0... yes
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.5 checking for a sed that does not truncate output... (cached) /bin/sed
09:48:03 [2022-06-21T09:48:03.981Z] #77 186.5 checking for gcc... (cached) gcc
09:48:04 [2022-06-21T09:48:04.238Z] #77 186.7 checking whether we are using the GNU C compiler... (cached) yes
09:48:04 [2022-06-21T09:48:04.238Z] #77 186.7 checking whether gcc accepts -g... (cached) yes
09:48:04 [2022-06-21T09:48:04.238Z] #77 186.7 checking for gcc option to accept ISO C89... (cached) none needed
09:48:04 [2022-06-21T09:48:04.238Z] #77 186.7 checking whether gcc understands -c and -o together... (cached) yes
09:48:04 [2022-06-21T09:48:04.495Z] #77 186.7 checking for a Python interpreter with version >= 3... python3
09:48:04 [2022-06-21T09:48:04.495Z] #77 186.9 checking for python3... /usr/bin/python3
09:48:04 [2022-06-21T09:48:04.495Z] #77 186.9 checking for python3 version... 
09:48:04 [2022-06-21T09:48:04.495Z] #77 ...
09:48:04 [2022-06-21T09:48:04.495Z] 
09:48:04 [2022-06-21T09:48:04.495Z] #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
09:48:04 [2022-06-21T09:48:04.495Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 Delve is a source level debugger for Go programs.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 Delve enables you to interact with your program by controlling the execution of the process,
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 Pass flags to the program you are debugging using `--`, for example:
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.7 `dlv exec ./hello -- server --config conf/config.toml`
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 Usage:
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   dlv [command]
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 Available Commands:
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   attach      Attach to running process and begin debugging.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   connect     Connect to a headless debug server with a terminal client.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   core        Examine a core dump.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   debug       Compile and begin debugging main package in current directory, or the package specified.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   exec        Execute a precompiled binary, and begin a debug session.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   help        Help about any command
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   run         Deprecated command. Use 'debug' instead.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   test        Compile test binary and begin debugging program.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   trace       Compile and begin tracing program.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   version     Prints version.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 Flags:
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --disable-aslr                     Disables address space randomization
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   -h, --help                             help for dlv
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --init string                      Init file, executed by the terminal client.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --log                              Enable debugging server logging.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8       --wd string                        Working directory for running the program.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 Additional help topics:
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   dlv backend  Help about the --backend flag.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   dlv log      Help about logging flags.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8   dlv redirect Help about file redirection.
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 
09:48:04 [2022-06-21T09:48:04.495Z] #36 252.8 Use "dlv [command] --help" for more information about a command.
09:48:04 [2022-06-21T09:48:04.752Z] #36 DONE 253.0s
09:48:04 [2022-06-21T09:48:04.752Z] 
09:48:04 [2022-06-21T09:48:04.752Z] #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
09:48:04 [2022-06-21T09:48:04.752Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.36 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded.
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.36 Need to get 27.7 MB of archives.
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.36 After this operation, 106 MB of additional disk space will be used.
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.53 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.66 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.66 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]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.71 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.72 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.74 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.75 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.77 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.78 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.79 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 30.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.37 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.38 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.38 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.38 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.38 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.40 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.41 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.52 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.53 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.53 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.56 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.57 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.59 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.65 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.69 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 31.70 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 32.14 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 32.18 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 32.25 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 32.26 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.10 debconf: delaying package configuration, since apt-utils is not installed
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.33 Fetched 27.7 MB in 2s (12.5 MB/s)
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.47 Selecting previously unselected package pigz.
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.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 ... 24019 files and directories currently installed.)
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.58 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.59 Unpacking pigz (2.6-1) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.85 Selecting previously unselected package libelf1:amd64.
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.85 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 33.86 Unpacking libelf1:amd64 (0.183-1) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.15 Selecting previously unselected package libbpf0:amd64.
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.15 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.15 Unpacking libbpf0:amd64 (1:0.3-2) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.31 Selecting previously unselected package libcap2:amd64.
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.31 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.32 Unpacking libcap2:amd64 (1:2.44-1) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.63 Selecting previously unselected package libmnl0:amd64.
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.66 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.67 Unpacking libmnl0:amd64 (1.0.4-3) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.90 Selecting previously unselected package libxtables12:amd64.
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.91 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 34.91 Unpacking libxtables12:amd64 (1.8.7-1) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 35.04 Selecting previously unselected package libcap2-bin.
09:48:04 [2022-06-21T09:48:04.752Z] #21 35.07 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 35.08 Unpacking libcap2-bin (1:2.44-1) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 35.24 Selecting previously unselected package iproute2.
09:48:04 [2022-06-21T09:48:04.752Z] #21 35.25 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 35.26 Unpacking iproute2 (5.10.0-4) ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 36.27 Selecting previously unselected package xxd.
09:48:04 [2022-06-21T09:48:04.752Z] #21 36.29 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:48:04 [2022-06-21T09:48:04.752Z] #21 36.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:48:05 [2022-06-21T09:48:05.010Z] #21 36.55 Selecting previously unselected package vim-common.
09:48:05 [2022-06-21T09:48:05.010Z] #21 36.55 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:48:05 [2022-06-21T09:48:05.010Z] #21 36.57 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:48:05 [2022-06-21T09:48:05.267Z] #21 36.88 Selecting previously unselected package bash-completion.
09:48:05 [2022-06-21T09:48:05.267Z] #21 36.88 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:48:07 [2022-06-21T09:48:07.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:48:07 [2022-06-21T09:48:07.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:48:09 [2022-06-21T09:48:09.445Z] #21 40.98 Unpacking bash-completion (1:2.11-2) ...
09:48:10 [2022-06-21T09:48:10.010Z] #21 41.65 Selecting previously unselected package bzip2.
09:48:10 [2022-06-21T09:48:10.010Z] #21 41.66 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
09:48:10 [2022-06-21T09:48:10.010Z] #21 41.66 Unpacking bzip2 (1.0.8-4) ...
09:48:10 [2022-06-21T09:48:10.010Z] #21 41.77 Selecting previously unselected package xz-utils.
09:48:10 [2022-06-21T09:48:10.010Z] #21 41.77 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
09:48:10 [2022-06-21T09:48:10.266Z] #21 41.78 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:48:10 [2022-06-21T09:48:10.830Z] #21 42.30 Selecting previously unselected package apparmor.
09:48:10 [2022-06-21T09:48:10.830Z] #21 42.32 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
09:48:10 [2022-06-21T09:48:10.830Z] #21 42.51 Unpacking apparmor (2.13.6-10) ...
09:48:11 [2022-06-21T09:48:11.759Z] #21 43.24 Selecting previously unselected package inetutils-ping.
09:48:11 [2022-06-21T09:48:11.759Z] #21 43.26 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
09:48:11 [2022-06-21T09:48:11.759Z] #21 43.28 Unpacking inetutils-ping (2:2.0-1) ...
09:48:12 [2022-06-21T09:48:12.015Z] #21 43.62 Selecting previously unselected package libip4tc2:amd64.
09:48:12 [2022-06-21T09:48:12.015Z] #21 43.63 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
09:48:12 [2022-06-21T09:48:12.015Z] #21 43.66 Unpacking libip4tc2:amd64 (1.8.7-1) ...
09:48:12 [2022-06-21T09:48:12.272Z] #21 43.81 Selecting previously unselected package libip6tc2:amd64.
09:48:12 [2022-06-21T09:48:12.272Z] #21 43.82 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
09:48:12 [2022-06-21T09:48:12.272Z] #21 43.83 Unpacking libip6tc2:amd64 (1.8.7-1) ...
09:48:12 [2022-06-21T09:48:12.272Z] #21 43.91 Selecting previously unselected package libnfnetlink0:amd64.
09:48:12 [2022-06-21T09:48:12.530Z] #21 43.92 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
09:48:12 [2022-06-21T09:48:12.530Z] #21 43.94 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:48:12 [2022-06-21T09:48:12.530Z] #21 44.16 Selecting previously unselected package libnetfilter-conntrack3:amd64.
09:48:12 [2022-06-21T09:48:12.787Z] #21 44.17 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
09:48:12 [2022-06-21T09:48:12.787Z] #21 44.18 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:48:12 [2022-06-21T09:48:12.787Z] #21 44.31 Selecting previously unselected package libnftnl11:amd64.
09:48:12 [2022-06-21T09:48:12.787Z] #21 44.32 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
09:48:12 [2022-06-21T09:48:12.787Z] #21 44.32 Unpacking libnftnl11:amd64 (1.1.9-1) ...
09:48:13 [2022-06-21T09:48:13.044Z] #21 44.60 Selecting previously unselected package iptables.
09:48:13 [2022-06-21T09:48:13.045Z] #21 44.60 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
09:48:13 [2022-06-21T09:48:13.045Z] #21 44.62 Unpacking iptables (1.8.7-1) ...
09:48:13 [2022-06-21T09:48:13.608Z] #21 45.11 Selecting previously unselected package libonig5:amd64.
09:48:13 [2022-06-21T09:48:13.609Z] #21 45.11 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
09:48:13 [2022-06-21T09:48:13.609Z] #21 45.12 Unpacking libonig5:amd64 (6.9.6-1.1) ...
09:48:13 [2022-06-21T09:48:13.870Z] #21 45.34 Selecting previously unselected package libjq1:amd64.
09:48:13 [2022-06-21T09:48:13.870Z] #21 45.35 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
09:48:13 [2022-06-21T09:48:13.870Z] #21 45.37 Unpacking libjq1:amd64 (1.6-2.1) ...
09:48:13 [2022-06-21T09:48:13.870Z] #21 45.56 Selecting previously unselected package jq.
09:48:13 [2022-06-21T09:48:13.870Z] #21 45.56 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
09:48:13 [2022-06-21T09:48:13.870Z] #21 45.58 Unpacking jq (1.6-2.1) ...
09:48:14 [2022-06-21T09:48:14.127Z] #21 45.75 Selecting previously unselected package libaio1:amd64.
09:48:14 [2022-06-21T09:48:14.127Z] #21 45.75 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
09:48:14 [2022-06-21T09:48:14.127Z] #21 45.79 Unpacking libaio1:amd64 (0.3.112-9) ...
09:48:14 [2022-06-21T09:48:14.384Z] #21 45.95 Selecting previously unselected package libgpm2:amd64.
09:48:14 [2022-06-21T09:48:14.384Z] #21 45.96 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
09:48:14 [2022-06-21T09:48:14.385Z] #21 45.98 Unpacking libgpm2:amd64 (1.20.7-8) ...
09:48:14 [2022-06-21T09:48:14.642Z] #21 46.08 Selecting previously unselected package libicu67:amd64.
09:48:14 [2022-06-21T09:48:14.642Z] #21 46.08 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
09:48:14 [2022-06-21T09:48:14.642Z] #21 46.08 Unpacking libicu67:amd64 (67.1-7) ...
09:48:14 [2022-06-21T09:48:14.642Z] #21 ...
09:48:14 [2022-06-21T09:48:14.642Z] 
09:48:14 [2022-06-21T09:48:14.642Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:48:14 [2022-06-21T09:48:14.642Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:48:14 [2022-06-21T09:48:14.642Z] #77 186.9 checking for python3 version... 3.9
09:48:14 [2022-06-21T09:48:14.642Z] #77 187.0 checking for python3 platform... linux
09:48:14 [2022-06-21T09:48:14.642Z] #77 187.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:48:14 [2022-06-21T09:48:14.642Z] #77 187.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:48:14 [2022-06-21T09:48:14.642Z] #77 188.1 checking that generated files are newer than configure... done
09:48:14 [2022-06-21T09:48:14.642Z] #77 188.1 configure: creating ./config.status
09:48:14 [2022-06-21T09:48:14.642Z] #77 192.0 config.status: creating Makefile
09:48:14 [2022-06-21T09:48:14.642Z] #77 192.1 config.status: creating config.h
09:48:14 [2022-06-21T09:48:14.642Z] #77 192.1 config.status: executing libtool commands
09:48:14 [2022-06-21T09:48:14.642Z] #77 192.2 config.status: executing depfiles commands
09:48:14 [2022-06-21T09:48:14.642Z] #77 193.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:48:14 [2022-06-21T09:48:14.642Z] #77 193.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:48:14 [2022-06-21T09:48:14.642Z] #77 194.2 checking for gcc... gcc
09:48:14 [2022-06-21T09:48:14.642Z] #77 194.4 checking whether the C compiler works... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 194.7 checking for C compiler default output file name... a.out
09:48:14 [2022-06-21T09:48:14.642Z] #77 194.7 checking for suffix of executables... 
09:48:14 [2022-06-21T09:48:14.642Z] #77 195.0 checking whether we are cross compiling... no
09:48:14 [2022-06-21T09:48:14.642Z] #77 195.4 checking for suffix of object files... o
09:48:14 [2022-06-21T09:48:14.642Z] #77 195.5 checking whether we are using the GNU C compiler... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 195.6 checking whether gcc accepts -g... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 195.8 checking for gcc option to accept ISO C89... none needed
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.1 checking whether gcc understands -c and -o together... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.4 checking for a BSD-compatible install... /usr/bin/install -c
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.4 checking whether build environment is sane... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.5 checking for gawk... no
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.5 checking for mawk... mawk
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.5 checking whether make sets $(MAKE)... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.6 checking whether make supports the include directive... yes (GNU style)
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.7 checking whether make supports nested variables... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.8 checking whether UID '0' is supported by ustar format... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.8 checking whether GID '0' is supported by ustar format... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.8 checking how to create a ustar tar archive... gnutar
09:48:14 [2022-06-21T09:48:14.642Z] #77 196.9 checking dependency style of gcc... gcc3
09:48:14 [2022-06-21T09:48:14.642Z] #77 197.1 checking whether to enable maintainer-specific portions of Makefiles... yes
09:48:14 [2022-06-21T09:48:14.642Z] #77 197.1 checking whether make supports nested variables... (cached) yes
09:48:14 [2022-06-21T09:48:14.899Z] #77 197.2 checking build system type... x86_64-pc-linux-gnu
09:48:14 [2022-06-21T09:48:14.899Z] #77 197.5 checking host system type... x86_64-pc-linux-gnu
09:48:14 [2022-06-21T09:48:14.899Z] #77 197.5 checking how to print strings... printf
09:48:14 [2022-06-21T09:48:14.899Z] #77 197.5 checking for a sed that does not truncate output... /bin/sed
09:48:15 [2022-06-21T09:48:15.157Z] #77 197.5 checking for grep that handles long lines and -e... /bin/grep
09:48:15 [2022-06-21T09:48:15.157Z] #77 197.6 checking for egrep... /bin/grep -E
09:48:15 [2022-06-21T09:48:15.157Z] #77 197.6 checking for fgrep... /bin/grep -F
09:48:15 [2022-06-21T09:48:15.157Z] #77 197.6 checking for ld used by gcc... /usr/bin/ld
09:48:15 [2022-06-21T09:48:15.157Z] #77 197.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:48:15 [2022-06-21T09:48:15.157Z] #77 197.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.8 checking whether ln -s works... yes
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.8 checking the maximum length of command line arguments... 1572864
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking for /usr/bin/ld option to reload object files... -r
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking for objdump... objdump
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking how to recognize dependent libraries... pass_all
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking for dlltool... no
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking how to associate runtime and link libraries... printf %s\n
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking for ar... ar
09:48:15 [2022-06-21T09:48:15.414Z] #77 197.9 checking for archiver @FILE support... @
09:48:15 [2022-06-21T09:48:15.414Z] #77 198.0 checking for strip... strip
09:48:15 [2022-06-21T09:48:15.414Z] #77 198.0 checking for ranlib... ranlib
09:48:15 [2022-06-21T09:48:15.978Z] #77 198.0 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:48:15 [2022-06-21T09:48:15.979Z] #77 198.5 checking for sysroot... no
09:48:15 [2022-06-21T09:48:15.979Z] #77 198.5 checking for a working dd... /bin/dd
09:48:15 [2022-06-21T09:48:15.979Z] #77 198.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:48:16 [2022-06-21T09:48:16.236Z] #77 198.6 checking for mt... no
09:48:16 [2022-06-21T09:48:16.236Z] #77 198.6 checking if : is a manifest tool... no
09:48:16 [2022-06-21T09:48:16.236Z] #77 198.6 checking how to run the C preprocessor... gcc -E
09:48:17 [2022-06-21T09:48:17.060Z] #77 198.9 checking for ANSI C header files... yes
09:48:17 [2022-06-21T09:48:17.318Z] #77 199.6 checking for sys/types.h... yes
09:48:17 [2022-06-21T09:48:17.568Z] #77 240.1   AR       libcrun_testing.a
09:48:17 [2022-06-21T09:48:17.568Z] #77 240.1 ar: `u' modifier ignored since `D' is the default (see `U')
09:48:17 [2022-06-21T09:48:17.568Z] #77 240.2   CCLD     tests/tests_libcrun_utils
09:48:17 [2022-06-21T09:48:17.569Z] #77 240.2   CCLD     tests/tests_libcrun_errors
09:48:17 [2022-06-21T09:48:17.569Z] #77 240.2   CCLD     tests/tests_libcrun_fuzzer
09:48:17 [2022-06-21T09:48:17.569Z] #77 240.2   CCLD     libcrun.la
09:48:17 [2022-06-21T09:48:17.569Z] #77 241.6   CCLD     crun
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.2 make[3]: Entering directory '/tmp/crun-build'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.4  /bin/mkdir -p '/usr/local/share/man/man1'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.4  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.4  /bin/mkdir -p '/usr/local/lib'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.4 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.4 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.5 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.5 libtool: install: ranlib /usr/local/lib/libcrun.a
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.6 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 ----------------------------------------------------------------------
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 Libraries have been installed in:
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7    /usr/local/lib
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 If you ever happen to want to link against installed libraries
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 in a given directory, LIBDIR, you must either use libtool, and
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 specify the full pathname of the library, or use the '-LLIBDIR'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 flag during linking and do at least one of the following:
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7      during execution
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7      during linking
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 See any operating system documentation about shared libraries for
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 more information, such as the ld(1) and ld.so(8) manual pages.
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7 ----------------------------------------------------------------------
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7  /bin/mkdir -p '/build'
09:48:17 [2022-06-21T09:48:17.569Z] #77 242.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:48:17 [2022-06-21T09:48:17.580Z] #77 199.8 checking for sys/stat.h... yes
09:48:17 [2022-06-21T09:48:17.828Z] #77 242.8 libtool: install: /usr/bin/install -c crun /build/crun
09:48:17 [2022-06-21T09:48:17.828Z] #77 242.8 make[3]: Leaving directory '/tmp/crun-build'
09:48:17 [2022-06-21T09:48:17.828Z] #77 242.8 make[2]: Leaving directory '/tmp/crun-build'
09:48:17 [2022-06-21T09:48:17.828Z] #77 242.8 make[1]: Leaving directory '/tmp/crun-build'
09:48:17 [2022-06-21T09:48:17.828Z] #77 DONE 242.9s
09:48:17 [2022-06-21T09:48:17.828Z] 
09:48:17 [2022-06-21T09:48:17.828Z] #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
09:48:17 [2022-06-21T09:48:17.828Z] #64 sha256:20127a3007227cf0cd4e21c8c6ebea958790ad0a52b3c6b964377304bb3e8e48
09:48:17 [2022-06-21T09:48:17.836Z] #77 200.0 checking for stdlib.h... yes
09:48:18 [2022-06-21T09:48:18.092Z] #77 200.3 checking for string.h... yes
09:48:18 [2022-06-21T09:48:18.349Z] #77 200.7 checking for memory.h... yes
09:48:18 [2022-06-21T09:48:18.607Z] #77 201.0 checking for strings.h... yes
09:48:19 [2022-06-21T09:48:19.121Z] #77 201.3 checking for inttypes.h... yes
09:48:19 [2022-06-21T09:48:19.378Z] #77 201.7 checking for stdint.h... yes
09:48:19 [2022-06-21T09:48:19.648Z] #77 201.9 checking for unistd.h... yes
09:48:19 [2022-06-21T09:48:19.905Z] #77 202.2 checking for dlfcn.h... yes
09:48:19 [2022-06-21T09:48:19.905Z] #77 202.4 checking for objdir... .libs
09:48:19 [2022-06-21T09:48:19.905Z] #77 ...
09:48:19 [2022-06-21T09:48:19.905Z] 
09:48:19 [2022-06-21T09:48:19.905Z] #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
09:48:19 [2022-06-21T09:48:19.905Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:48:19 [2022-06-21T09:48:19.905Z] #21 51.44 Selecting previously unselected package libinih1:amd64.
09:48:19 [2022-06-21T09:48:19.905Z] #21 51.45 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
09:48:19 [2022-06-21T09:48:19.905Z] #21 51.46 Unpacking libinih1:amd64 (53-1+b2) ...
09:48:19 [2022-06-21T09:48:19.905Z] #21 51.66 Selecting previously unselected package libnet1:amd64.
09:48:20 [2022-06-21T09:48:20.162Z] #21 51.67 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
09:48:20 [2022-06-21T09:48:20.162Z] #21 51.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:48:20 [2022-06-21T09:48:20.419Z] #21 51.87 Selecting previously unselected package libnl-3-200:amd64.
09:48:20 [2022-06-21T09:48:20.419Z] #21 51.87 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
09:48:20 [2022-06-21T09:48:20.419Z] #21 51.88 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
09:48:20 [2022-06-21T09:48:20.419Z] #21 52.03 Selecting previously unselected package libprotobuf-c1:amd64.
09:48:20 [2022-06-21T09:48:20.419Z] #21 52.04 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
09:48:20 [2022-06-21T09:48:20.419Z] #21 52.04 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:48:20 [2022-06-21T09:48:20.676Z] #21 52.20 Selecting previously unselected package libyajl2:amd64.
09:48:20 [2022-06-21T09:48:20.676Z] #21 52.21 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
09:48:20 [2022-06-21T09:48:20.676Z] #21 52.22 Unpacking libyajl2:amd64 (2.1.0-3) ...
09:48:20 [2022-06-21T09:48:20.933Z] #21 52.46 Selecting previously unselected package net-tools.
09:48:20 [2022-06-21T09:48:20.933Z] #21 52.47 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
09:48:20 [2022-06-21T09:48:20.933Z] #21 52.50 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:48:21 [2022-06-21T09:48:21.497Z] #21 52.90 Selecting previously unselected package patch.
09:48:21 [2022-06-21T09:48:21.497Z] #21 52.91 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
09:48:21 [2022-06-21T09:48:21.497Z] #21 52.95 Unpacking patch (2.7.6-7) ...
09:48:21 [2022-06-21T09:48:21.497Z] #21 53.11 Selecting previously unselected package python-pip-whl.
09:48:21 [2022-06-21T09:48:21.497Z] #21 53.11 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:48:21 [2022-06-21T09:48:21.497Z] #21 53.12 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:48:22 [2022-06-21T09:48:22.062Z] #21 53.72 Selecting previously unselected package python3-lib2to3.
09:48:22 [2022-06-21T09:48:22.062Z] #21 53.72 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
09:48:22 [2022-06-21T09:48:22.062Z] #21 53.73 Unpacking python3-lib2to3 (3.9.2-1) ...
09:48:22 [2022-06-21T09:48:22.319Z] #21 53.82 Selecting previously unselected package python3-distutils.
09:48:22 [2022-06-21T09:48:22.319Z] #21 53.82 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
09:48:22 [2022-06-21T09:48:22.319Z] #21 53.83 Unpacking python3-distutils (3.9.2-1) ...
09:48:22 [2022-06-21T09:48:22.319Z] #21 53.97 Selecting previously unselected package python3-pkg-resources.
09:48:22 [2022-06-21T09:48:22.319Z] #21 53.98 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
09:48:22 [2022-06-21T09:48:22.319Z] #21 53.99 Unpacking python3-pkg-resources (52.0.0-4) ...
09:48:22 [2022-06-21T09:48:22.576Z] #21 54.12 Selecting previously unselected package python3-setuptools.
09:48:22 [2022-06-21T09:48:22.576Z] #21 54.13 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
09:48:22 [2022-06-21T09:48:22.576Z] #21 54.14 Unpacking python3-setuptools (52.0.0-4) ...
09:48:22 [2022-06-21T09:48:22.834Z] #21 54.39 Selecting previously unselected package python3-wheel.
09:48:22 [2022-06-21T09:48:22.834Z] #21 54.40 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
09:48:22 [2022-06-21T09:48:22.834Z] #21 54.41 Unpacking python3-wheel (0.34.2-1) ...
09:48:22 [2022-06-21T09:48:22.834Z] #21 54.47 Selecting previously unselected package python3-pip.
09:48:22 [2022-06-21T09:48:22.834Z] #21 54.49 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:48:22 [2022-06-21T09:48:22.834Z] #21 54.50 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:48:23 [2022-06-21T09:48:23.092Z] #21 54.81 Selecting previously unselected package sudo.
09:48:23 [2022-06-21T09:48:23.349Z] #21 54.82 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
09:48:23 [2022-06-21T09:48:23.349Z] #21 54.82 Unpacking sudo (1.9.5p2-3) ...
09:48:23 [2022-06-21T09:48:23.913Z] #21 55.33 Selecting previously unselected package thin-provisioning-tools.
09:48:23 [2022-06-21T09:48:23.913Z] #21 55.33 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
09:48:23 [2022-06-21T09:48:23.913Z] #21 55.33 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.56 Selecting previously unselected package uidmap.
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.58 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.59 Unpacking uidmap (1:4.8.1-1) ...
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.72 Selecting previously unselected package vim-runtime.
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.73 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.76 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.80 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:48:24 [2022-06-21T09:48:24.171Z] #21 55.80 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:48:27 [2022-06-21T09:48:27.446Z] #21 59.06 Selecting previously unselected package vim.
09:48:27 [2022-06-21T09:48:27.446Z] #21 59.06 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
09:48:27 [2022-06-21T09:48:27.446Z] #21 59.08 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:48:28 [2022-06-21T09:48:28.408Z] #21 59.68 Selecting previously unselected package xfsprogs.
09:48:28 [2022-06-21T09:48:28.408Z] #21 59.69 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
09:48:28 [2022-06-21T09:48:28.408Z] #21 59.70 Unpacking xfsprogs (5.10.0-4) ...
09:48:28 [2022-06-21T09:48:28.681Z] #21 60.27 Selecting previously unselected package zip.
09:48:28 [2022-06-21T09:48:28.681Z] #21 60.29 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
09:48:28 [2022-06-21T09:48:28.681Z] #21 60.33 Unpacking zip (3.0-12) ...
09:48:28 [2022-06-21T09:48:28.944Z] #21 60.55 Selecting previously unselected package zstd.
09:48:28 [2022-06-21T09:48:28.944Z] #21 60.55 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
09:48:28 [2022-06-21T09:48:28.944Z] #21 60.56 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:48:29 [2022-06-21T09:48:29.515Z] #21 60.93 Setting up python3-pkg-resources (52.0.0-4) ...
09:48:30 [2022-06-21T09:48:30.447Z] #21 ...
09:48:30 [2022-06-21T09:48:30.447Z] 
09:48:30 [2022-06-21T09:48:30.447Z] #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
09:48:30 [2022-06-21T09:48:30.447Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:48:30 [2022-06-21T09:48:30.447Z] #77 203.1 checking if gcc supports -fno-rtti -fno-exceptions... no
09:48:30 [2022-06-21T09:48:30.447Z] #77 203.4 checking for gcc option to produce PIC... -fPIC -DPIC
09:48:30 [2022-06-21T09:48:30.447Z] #77 203.4 checking if gcc PIC flag -fPIC -DPIC works... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 203.6 checking if gcc static flag -static works... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.1 checking if gcc supports -c -o file.o... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.2 checking if gcc supports -c -o file.o... (cached) yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.3 checking dynamic linker characteristics... GNU/Linux ld.so
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.6 checking how to hardcode library paths into programs... immediate
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.6 checking whether stripping libraries is possible... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.6 checking if libtool supports shared libraries... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.6 checking whether to build shared libraries... no
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.6 checking whether to build static libraries... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.6 checking float.h usability... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.7 checking float.h presence... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.7 checking for float.h... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.8 checking limits.h usability... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 204.9 checking limits.h presence... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.0 checking for limits.h... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.0 checking stddef.h usability... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.1 checking stddef.h presence... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.1 checking for stddef.h... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.1 checking for stdlib.h... (cached) yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.2 checking for string.h... (cached) yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.2 checking sys/time.h usability... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.4 checking sys/time.h presence... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.4 checking for sys/time.h... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.4 checking for inline... inline
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.5 checking for size_t... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.8 checking for stdlib.h... (cached) yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 205.8 checking for GNU libc compatible malloc... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 206.0 checking for stdlib.h... (cached) yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 206.0 checking for GNU libc compatible realloc... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 206.2 checking for working strtod... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 206.5 checking for gettimeofday... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 206.7 checking for memset... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 207.0 checking for strspn... yes
09:48:30 [2022-06-21T09:48:30.447Z] #77 207.3 checking that generated files are newer than configure... done
09:48:30 [2022-06-21T09:48:30.447Z] #77 207.3 configure: creating ./config.status
09:48:30 [2022-06-21T09:48:30.447Z] #77 209.1 config.status: creating Makefile
09:48:30 [2022-06-21T09:48:30.447Z] #77 209.1 config.status: creating config.h
09:48:30 [2022-06-21T09:48:30.447Z] #77 209.2 config.status: executing depfiles commands
09:48:30 [2022-06-21T09:48:30.447Z] #77 209.3 config.status: executing libtool commands
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.2   GEN      .version
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.2 make  install-recursive
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.2 make[1]: Entering directory '/tmp/crun-build'
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.3 Making install in libocispec
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
09:48:30 [2022-06-21T09:48:30.447Z] #77 210.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 211.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 make  install-recursive
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.8 Making install in yajl
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.8   CC       verify/json_verify-json_verify.o
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_alloc.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_gen.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_parser.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_buf.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_encode.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_lex.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 212.9   CC       src/libyajl_la-yajl_tree.lo
09:48:30 [2022-06-21T09:48:30.447Z] #77 ...
09:48:30 [2022-06-21T09:48:30.447Z] 
09:48:30 [2022-06-21T09:48:30.447Z] #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
09:48:30 [2022-06-21T09:48:30.447Z] #21 sha256:19b3c006d97f6fe7ef985292288d53033d7475995a14b0e62d7e41526e4e3fb1
09:48:30 [2022-06-21T09:48:30.447Z] #21 62.06 Setting up libip4tc2:amd64 (1.8.7-1) ...
09:48:30 [2022-06-21T09:48:30.447Z] #21 62.07 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:48:30 [2022-06-21T09:48:30.447Z] #21 62.09 Setting up libgpm2:amd64 (1.20.7-8) ...
09:48:30 [2022-06-21T09:48:30.447Z] #21 62.10 Setting up libicu67:amd64 (67.1-7) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.13 Setting up libip6tc2:amd64 (1.8.7-1) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.16 Setting up libinih1:amd64 (53-1+b2) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.17 Setting up uidmap (1:4.8.1-1) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.18 Setting up libyajl2:amd64 (2.1.0-3) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.19 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.21 Setting up bzip2 (1.0.8-4) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.22 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
09:48:30 [2022-06-21T09:48:30.703Z] #21 62.23 Setting up python3-wheel (0.34.2-1) ...
09:48:31 [2022-06-21T09:48:31.631Z] #21 63.02 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:48:31 [2022-06-21T09:48:31.631Z] #21 63.03 Setting up libcap2:amd64 (1:2.44-1) ...
09:48:31 [2022-06-21T09:48:31.631Z] #21 63.05 Setting up libcap2-bin (1:2.44-1) ...
09:48:31 [2022-06-21T09:48:31.631Z] #21 63.08 Setting up apparmor (2.13.6-10) ...
09:48:32 [2022-06-21T09:48:32.720Z] #64 ...
09:48:32 [2022-06-21T09:48:32.720Z] 
09:48:32 [2022-06-21T09:48:32.720Z] #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
09:48:32 [2022-06-21T09:48:32.720Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:48:32 [2022-06-21T09:48:32.720Z] #55 308.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
09:48:33 [2022-06-21T09:48:33.274Z] #21 64.77 Setting up zip (3.0-12) ...
09:48:33 [2022-06-21T09:48:33.274Z] #21 64.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:48:33 [2022-06-21T09:48:33.274Z] #21 64.85 Setting up bash-completion (1:2.11-2) ...
09:48:34 [2022-06-21T09:48:34.122Z] #55 DONE 311.7s
09:48:34 [2022-06-21T09:48:34.123Z] 
09:48:34 [2022-06-21T09:48:34.123Z] #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
09:48:34 [2022-06-21T09:48:34.123Z] #60 sha256:ea87dab80b284e50a52924bb2e9387f69284f47b2173a9357f51fc8bb973e175
09:48:34 [2022-06-21T09:48:34.123Z] #60 180.7 + mkdir -p /build
09:48:34 [2022-06-21T09:48:34.123Z] #60 180.7 + cp runc /build/runc
09:48:34 [2022-06-21T09:48:34.123Z] #60 DONE 182.0s
09:48:34 [2022-06-21T09:48:34.123Z] 
09:48:34 [2022-06-21T09:48:34.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
09:48:34 [2022-06-21T09:48:34.123Z] #64 sha256:20127a3007227cf0cd4e21c8c6ebea958790ad0a52b3c6b964377304bb3e8e48
09:48:35 [2022-06-21T09:48:35.063Z] #64 275.4 # github.com/containerd/containerd/cmd/containerd
09:48:35 [2022-06-21T09:48:35.063Z] #64 275.4 /usr/bin/ld: /tmp/go-link-1139777952/000019.o: in function `New':
09:48:35 [2022-06-21T09:48:35.063Z] #64 275.4 /tmp/tmp.U4be5IPjzT/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
09:48:35 [2022-06-21T09:48:35.063Z] #64 275.5 + bin/containerd-stress
09:48:35 [2022-06-21T09:48:35.063Z] #64 276.5 + bin/containerd-shim
09:48:35 [2022-06-21T09:48:35.797Z] #21 66.97 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 66.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.01 Setting up libmnl0:amd64 (1.0.4-3) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.05 Setting up patch (2.7.6-7) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.06 Setting up sudo (1.9.5p2-3) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.13 invoke-rc.d: could not determine current runlevel
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.14 invoke-rc.d: policy-rc.d denied execution of start.
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.15 Setting up xfsprogs (5.10.0-4) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.17 Setting up libxtables12:amd64 (1.8.7-1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.18 Setting up inetutils-ping (2:2.0-1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.19 Setting up pigz (2.6-1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.22 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.24 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:48:35 [2022-06-21T09:48:35.797Z] #21 67.25 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:48:36 [2022-06-21T09:48:36.361Z] #21 68.02 Setting up libaio1:amd64 (0.3.112-9) ...
09:48:36 [2022-06-21T09:48:36.361Z] #21 68.03 Setting up python3-lib2to3 (3.9.2-1) ...
09:48:36 [2022-06-21T09:48:36.663Z] #64 ...
09:48:36 [2022-06-21T09:48:36.663Z] 
09:48:36 [2022-06-21T09:48:36.663Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
09:48:36 [2022-06-21T09:48:36.663Z] #56 sha256:ce78cc5b8ed15cd964ad3d7d06fbf6a995c41dfe74753f81f39192175a0a4afa
09:48:36 [2022-06-21T09:48:36.925Z] #21 68.52 Setting up libelf1:amd64 (0.183-1) ...
09:48:36 [2022-06-21T09:48:36.925Z] #21 68.53 Setting up zstd (1.4.8+dfsg-2.1) ...
09:48:36 [2022-06-21T09:48:36.925Z] #21 68.54 Setting up libonig5:amd64 (6.9.6-1.1) ...
09:48:36 [2022-06-21T09:48:36.925Z] #21 68.55 Setting up python3-distutils (3.9.2-1) ...
09:48:37 [2022-06-21T09:48:37.489Z] #21 69.08 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:48:37 [2022-06-21T09:48:37.489Z] #21 69.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:48:37 [2022-06-21T09:48:37.489Z] #21 69.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:48:37 [2022-06-21T09:48:37.489Z] #21 69.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:48:37 [2022-06-21T09:48:37.489Z] #21 69.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:48:37 [2022-06-21T09:48:37.490Z] #21 69.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:48:37 [2022-06-21T09:48:37.490Z] #21 69.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:48:37 [2022-06-21T09:48:37.490Z] #21 69.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:48:37 [2022-06-21T09:48:37.490Z] #21 69.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:48:37 [2022-06-21T09:48:37.490Z] #21 69.15 Setting up python3-setuptools (52.0.0-4) ...
09:48:37 [2022-06-21T09:48:37.602Z] #56 DONE 1.0s
09:48:37 [2022-06-21T09:48:37.602Z] 
09:48:37 [2022-06-21T09:48:37.602Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
09:48:37 [2022-06-21T09:48:37.602Z] #58 sha256:b54371f494e005a015d36b8a080b157b0c4e498ddd82de8bfa5f5d464cee3365
09:48:37 [2022-06-21T09:48:37.602Z] #58 DONE 0.1s
09:48:37 [2022-06-21T09:48:37.602Z] 
09:48:37 [2022-06-21T09:48:37.602Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
09:48:37 [2022-06-21T09:48:37.602Z] #61 sha256:0ab16f0cc4a2253b3e7fe6b5edb5d4c06671ce8b91857ce32f7ae8ca17af9408
09:48:37 [2022-06-21T09:48:37.862Z] #61 DONE 0.3s
09:48:37 [2022-06-21T09:48:37.862Z] 
09:48:37 [2022-06-21T09:48:37.862Z] #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
09:48:37 [2022-06-21T09:48:37.862Z] #64 sha256:20127a3007227cf0cd4e21c8c6ebea958790ad0a52b3c6b964377304bb3e8e48
09:48:39 [2022-06-21T09:48:39.240Z] #64 272.8 + bin/containerd
09:48:39 [2022-06-21T09:48:39.385Z] #21 70.78 Setting up libjq1:amd64 (1.6-2.1) ...
09:48:39 [2022-06-21T09:48:39.385Z] #21 70.79 Setting up libnftnl11:amd64 (1.1.9-1) ...
09:48:39 [2022-06-21T09:48:39.385Z] #21 70.80 Setting up thin-provisioning-tools (0.9.0-1) ...
09:48:39 [2022-06-21T09:48:39.385Z] #21 70.82 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.15 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.16 Setting up jq (1.6-2.1) ...
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.17 Setting up libbpf0:amd64 (1:0.3-2) ...
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.18 Setting up iptables (1.8.7-1) ...
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.19 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:48:40 [2022-06-21T09:48:40.756Z] #21 72.38 Setting up iproute2 (5.10.0-4) ...
09:48:41 [2022-06-21T09:48:41.320Z] #21 72.76 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:48:41 [2022-06-21T09:48:41.652Z] #64 285.0 + bin/containerd-shim-runc-v1
09:48:42 [2022-06-21T09:48:42.253Z] #21 DONE 73.8s
09:48:42 [2022-06-21T09:48:42.253Z] 
09:48:42 [2022-06-21T09:48:42.253Z] #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
09:48:42 [2022-06-21T09:48:42.253Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:48:42 [2022-06-21T09:48:42.253Z] #77 218.2   CCLD     libyajl.la
09:48:42 [2022-06-21T09:48:42.253Z] #77 218.5   CCLD     verify/json_verify
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.0 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.0 make[5]: Nothing to be done for 'install-exec-am'.
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.0 make[5]: Nothing to be done for 'install-data-am'.
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.0 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.0 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.0 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.1   CC       src/validate.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.1   CC       src/image_spec_schema_config_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.1   CC       src/image_spec_schema_content_descriptor.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.1   CC       src/image_spec_schema_defs.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.1   CC       src/image_spec_schema_defs_descriptor.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.2   CC       src/image_spec_schema_image_index_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.2   CC       src/image_spec_schema_image_layout_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.2   CC       src/runtime_spec_schema_config_linux.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.2   CC       src/image_spec_schema_image_manifest_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.2   CC       src/runtime_spec_schema_config_zos.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.3   CC       src/runtime_spec_schema_config_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.3   CC       src/runtime_spec_schema_config_solaris.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.3   CC       src/runtime_spec_schema_config_vm.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.4   CC       src/runtime_spec_schema_defs.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.4   CC       src/runtime_spec_schema_config_windows.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.5   CC       src/runtime_spec_schema_defs_zos.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.5   CC       src/runtime_spec_schema_defs_linux.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.5   CC       src/runtime_spec_schema_defs_vm.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.6   CC       src/runtime_spec_schema_state_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.7   CC       src/runtime_spec_schema_defs_windows.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.7   CC       src/basic_test_double_array_item.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.8   CC       src/basic_test_double_array.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 219.9   CC       src/basic_test_top_array_int.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.0   CC       src/basic_test_top_double_array_refobj.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.0   CC       src/basic_test_top_double_array_obj.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.1   CC       src/read-file.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.1   CC       src/basic_test_top_array_string.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.1   CC       src/basic_test_top_double_array_string.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.1   CC       src/json_common.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.1   CC       src/basic_test_top_double_array_int.lo
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.2   CC       tests/test-1.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.3   CC       tests/test-3.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.3   CC       tests/test-2.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.4   CC       tests/test-5.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.4   CC       tests/test-6.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.4   CC       tests/test-4.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.5   CC       tests/test-7.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.6   CC       tests/test-8.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.6   CC       tests/test-9.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.7   CC       tests/test-10.o
09:48:42 [2022-06-21T09:48:42.253Z] #77 220.8   CC       tests/test-11.o
09:48:43 [2022-06-21T09:48:43.185Z] #77 ...
09:48:43 [2022-06-21T09:48:43.185Z] 
09:48:43 [2022-06-21T09:48:43.185Z] #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
09:48:43 [2022-06-21T09:48:43.185Z] #22 sha256:b86bf8904c81921a37395e425b3472442421bc6e8a05e0d87aaa1a3fceb022f0
09:48:43 [2022-06-21T09:48:43.185Z] #22 0.884 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:48:43 [2022-06-21T09:48:43.185Z] #22 0.888 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:48:43 [2022-06-21T09:48:43.185Z] #22 0.892 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:48:43 [2022-06-21T09:48:43.185Z] #22 DONE 1.0s
09:48:43 [2022-06-21T09:48:43.185Z] 
09:48:43 [2022-06-21T09:48:43.185Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
09:48:43 [2022-06-21T09:48:43.185Z] #23 sha256:4ff7bb5f5a79988a857ae1bf3022c444a7eeeaf2a8689cd612e9457763aec16d
09:48:46 [2022-06-21T09:48:46.942Z] #64 289.9 + bin/containerd-shim-runc-v2
09:48:46 [2022-06-21T09:48:46.942Z] #64 290.6 + binaries
09:48:47 [2022-06-21T09:48:47.203Z] #64 290.6 + install -D bin/containerd /build/containerd
09:48:47 [2022-06-21T09:48:47.203Z] #64 290.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:48:47 [2022-06-21T09:48:47.203Z] #64 290.6 + install -D bin/ctr /build/ctr
09:48:52 [2022-06-21T09:48:52.486Z] #64 DONE 295.9s
09:48:53 [2022-06-21T09:48:53.143Z] #23 9.939 Collecting yamllint==1.26.1
09:48:53 [2022-06-21T09:48:53.427Z] 
09:48:53 [2022-06-21T09:48:53.427Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
09:48:53 [2022-06-21T09:48:53.427Z] #65 sha256:961a669f076a3c8abf701948c119a55cacc3c12a5cd34fe1c7c8d299e352eac8
09:48:54 [2022-06-21T09:48:54.515Z] #23 11.00   Downloading yamllint-1.26.1.tar.gz (126 kB)
09:48:55 [2022-06-21T09:48:55.338Z] #65 DONE 1.9s
09:48:55 [2022-06-21T09:48:55.338Z] 
09:48:55 [2022-06-21T09:48:55.338Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:48:55 [2022-06-21T09:48:55.338Z] #70 sha256:f3652f3d1aca8be98ea89e4642d16774c2acb26c8eedcdc140ebec20747c5629
09:48:55 [2022-06-21T09:48:55.447Z] #23 12.33 Collecting pathspec>=0.5.3
09:48:55 [2022-06-21T09:48:55.598Z] #70 DONE 0.4s
09:48:55 [2022-06-21T09:48:55.598Z] 
09:48:55 [2022-06-21T09:48:55.598Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
09:48:55 [2022-06-21T09:48:55.598Z] #75 sha256:e440dfc76032d7eee117d9f2d84af101fc3cfd0a89d0284f1eff05c57f4e50b0
09:48:55 [2022-06-21T09:48:55.704Z] #23 12.34   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
09:48:55 [2022-06-21T09:48:55.961Z] #23 12.76 Collecting pyyaml
09:48:55 [2022-06-21T09:48:55.961Z] #23 12.77   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)
09:48:55 [2022-06-21T09:48:55.961Z] #23 12.85 Building wheels for collected packages: yamllint
09:48:55 [2022-06-21T09:48:55.961Z] #23 12.85   Building wheel for yamllint (setup.py): started
09:48:57 [2022-06-21T09:48:57.337Z] #23 14.14   Building wheel for yamllint (setup.py): finished with status 'done'
09:48:57 [2022-06-21T09:48:57.337Z] #23 14.15   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e6b00bfb13c06f5255ac8102fecc20bc7035e668a36fe434a7661f8cf2133608
09:48:57 [2022-06-21T09:48:57.337Z] #23 14.15   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
09:48:57 [2022-06-21T09:48:57.337Z] #23 14.16 Successfully built yamllint
09:48:57 [2022-06-21T09:48:57.337Z] #23 14.20 Installing collected packages: pyyaml, pathspec, yamllint
09:48:57 [2022-06-21T09:48:57.509Z] #75 DONE 2.0s
09:48:57 [2022-06-21T09:48:57.509Z] 
09:48:57 [2022-06-21T09:48:57.509Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
09:48:57 [2022-06-21T09:48:57.509Z] #78 sha256:752797e6f7d150cb7fc8fbc0feae401ff829e2c429ea34cab3b9b9aaf2e56e6f
09:48:57 [2022-06-21T09:48:57.509Z] #78 DONE 0.1s
09:48:57 [2022-06-21T09:48:57.509Z] 
09:48:57 [2022-06-21T09:48:57.509Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:48:57 [2022-06-21T09:48:57.509Z] #79 sha256:988b3c17148703f1cbbf28cf7de0015b4eaee9da9c90a3a498e02e11d7479c0f
09:48:57 [2022-06-21T09:48:57.509Z] #79 DONE 0.0s
09:48:57 [2022-06-21T09:48:57.770Z] 
09:48:57 [2022-06-21T09:48:57.770Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
09:48:57 [2022-06-21T09:48:57.770Z] #80 sha256:d15b253ec860b53ebefc06133c97fa4876469baf8e64ab3a36c8ae0c76a558c8
09:48:57 [2022-06-21T09:48:57.770Z] #80 DONE 0.0s
09:48:57 [2022-06-21T09:48:57.770Z] 
09:48:57 [2022-06-21T09:48:57.770Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
09:48:57 [2022-06-21T09:48:57.770Z] #81 sha256:f88c84c5a437084f37ea0cc6e538c945966262dd8e20c54832b94488ee18b3d0
09:48:57 [2022-06-21T09:48:57.902Z] #23 14.65 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
09:48:58 [2022-06-21T09:48:58.341Z] #81 DONE 0.8s
09:48:58 [2022-06-21T09:48:58.466Z] #23 DONE 15.2s
09:48:58 [2022-06-21T09:48:58.466Z] 
09:48:58 [2022-06-21T09:48:58.466Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
09:48:58 [2022-06-21T09:48:58.466Z] #27 sha256:0e57eb0356fb013fd8410bdfb2c60d052cbf8f520672452493cf43ae150c626c
09:48:58 [2022-06-21T09:48:58.602Z] 
09:48:58 [2022-06-21T09:48:58.602Z] #82 exporting to image
09:48:58 [2022-06-21T09:48:58.602Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:48:58 [2022-06-21T09:48:58.602Z] #82 exporting layers
09:48:58 [2022-06-21T09:48:58.725Z] #27 DONE 0.1s
09:48:58 [2022-06-21T09:48:58.725Z] 
09:48:58 [2022-06-21T09:48:58.725Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
09:48:58 [2022-06-21T09:48:58.725Z] #32 sha256:4720d457afc893087e5c1f99b679a5fcd18a1b801fb19dd1b137099c31eaf862
09:48:59 [2022-06-21T09:48:59.309Z] #32 DONE 0.6s
09:48:59 [2022-06-21T09:48:59.309Z] 
09:48:59 [2022-06-21T09:48:59.309Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
09:48:59 [2022-06-21T09:48:59.309Z] #35 sha256:b5c8526aea62ef84c606da5a4f46944a031ebce5da5062a6cd0957fa84690200
09:48:59 [2022-06-21T09:48:59.574Z] #35 DONE 0.3s
09:48:59 [2022-06-21T09:48:59.574Z] 
09:48:59 [2022-06-21T09:48:59.574Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
09:48:59 [2022-06-21T09:48:59.574Z] #37 sha256:d9d9dd96381b22af176420c0198d2b732f678b4c4220359d7fbf1a8032013d92
09:48:59 [2022-06-21T09:48:59.832Z] #37 DONE 0.3s
09:48:59 [2022-06-21T09:48:59.832Z] 
09:48:59 [2022-06-21T09:48:59.832Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
09:48:59 [2022-06-21T09:48:59.832Z] #39 sha256:3d3f2e17c2d767357936cfa01d18e6960fbc8af59800388020dd3f29b582c5c6
09:48:59 [2022-06-21T09:48:59.832Z] #39 DONE 0.0s
09:48:59 [2022-06-21T09:48:59.832Z] 
09:48:59 [2022-06-21T09:48:59.832Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
09:48:59 [2022-06-21T09:48:59.832Z] #41 sha256:810cccac64623bedf331de5a08e1fbc4b3fb95bd148c17bbb1880a1a704b31e0
09:48:59 [2022-06-21T09:48:59.832Z] #41 DONE 0.1s
09:48:59 [2022-06-21T09:48:59.832Z] 
09:48:59 [2022-06-21T09:48:59.832Z] #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
09:48:59 [2022-06-21T09:48:59.832Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:49:00 [2022-06-21T09:49:00.090Z] #47 ...
09:49:00 [2022-06-21T09:49:00.090Z] 
09:49:00 [2022-06-21T09:49:00.090Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
09:49:00 [2022-06-21T09:49:00.090Z] #45 sha256:c3b77071d79d92d52c2cafea5370aad4c7732d82cd986cad251601fb5ccb15bb
09:49:00 [2022-06-21T09:49:00.090Z] #45 DONE 0.0s
09:49:00 [2022-06-21T09:49:00.090Z] 
09:49:00 [2022-06-21T09:49:00.090Z] #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
09:49:00 [2022-06-21T09:49:00.090Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:49:01 [2022-06-21T09:49:01.904Z] #82 exporting layers 3.3s done
09:49:01 [2022-06-21T09:49:01.904Z] #82 writing image sha256:9cabec45973ea209c185bfaf18901965c078f5fa79c183c9109a888d3f351bee done
09:49:01 [2022-06-21T09:49:01.904Z] #82 naming to docker.io/library/docker:8f64a1ec53121ef4a2750307613340b2c2eaafda done
09:49:01 [2022-06-21T09:49:01.904Z] #82 DONE 3.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:49:02 [2022-06-21T09:49:02.233Z] + sudo modprobe ip6table_filter
[Pipeline] sh
09:49:02 [2022-06-21T09:49:02.524Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/test/unit
09:49:04 [2022-06-21T09:49:04.435Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
09:49:04 [2022-06-21T09:49:04.435Z] + TESTFLAGS+=' -test.timeout=5m'
09:49:04 [2022-06-21T09:49:04.435Z] + TESTDIRS=./...
09:49:04 [2022-06-21T09:49:04.435Z] + exclude_paths='/vendor/|/integration'
09:49:04 [2022-06-21T09:49:04.435Z] ++ go list ./...
09:49:04 [2022-06-21T09:49:04.435Z] ++ grep -vE '(/vendor/|/integration)'
09:49:05 [2022-06-21T09:49:05.379Z] + pkg_list='github.com/docker/docker/api
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/backend/build
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/httpstatus
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/httputils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/middleware
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/build
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/checkpoint
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/container
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/debug
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/distribution
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/grpc
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/image
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/network
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/plugin
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/session
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/swarm
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/system
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/volume
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/backend
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/blkiodev
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/container
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/events
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/filters
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/image
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/mount
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/network
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/plugins/logdriver
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/registry
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/strslice
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/swarm
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/swarm/runtime
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/time
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/versions
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/versions/v1p19
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/versions/v1p20
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/volume
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/exporter
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/worker
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/dockerfile
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/remotecontext
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/remotecontext/git
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/remotecontext/urlutil
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cli
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cli/config
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cli/debug
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cli/winresources/docker-proxy
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cli/winresources/dockerd
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/client
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cmd/docker-proxy
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cmd/dockerd
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cmd/dockerd/trap
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/container
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/container/stream
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/contrib/apparmor
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/contrib/docker-device-tool
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/contrib/httpserver
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/cluster
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/cluster/convert
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/cluster/executor
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/cluster/executor/container
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/cluster/provider
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/config
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/events
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/events/testutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/exec
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/aufs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/copy
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/overlay
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/register
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/vfs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/graphdriver/zfs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/images
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/initlayer
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/links
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/listeners
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/awslogs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/fluentd
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/gcplogs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/gelf
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/journald
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/local
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/logentries
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/loggertest
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/loggerutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/splunk
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/syslog
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/logger/templates
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/names
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/network
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/daemon/stats
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/distribution
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/distribution/metadata
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/distribution/utils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/distribution/xfer
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/dockerversion
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/errdefs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/image
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/image/cache
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/image/tarexport
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/image/v1
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/internal/test/suite
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/layer
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libcontainerd
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libcontainerd/queue
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libcontainerd/remote
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libcontainerd/supervisor
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libcontainerd/types
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/bitseq
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cluster
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/config
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/datastore
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/diagnostic
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/discoverapi
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/driverapi
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/host
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/null
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/overlay
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/remote
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/windows
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/drvregistry
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/etchosts
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/idm
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/internal/caller
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipam
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipamapi
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipams/builtin
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipams/null
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipams/remote
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ipamutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/iptables
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/netlabel
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/netutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/networkdb
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/ns
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/options
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/osl
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/osl/kernel
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/portallocator
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/portmapper
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/resolvconf
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/testutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/libnetwork/types
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/oci
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/oci/caps
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/opts
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/aaparser
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/archive
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/authorization
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/broadcaster
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/capabilities
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/chrootarchive
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/containerfs
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/devicemapper
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/directory
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/dmesg
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/fileutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/fsutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/homedir
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/idtools
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/ioutils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/jsonmessage
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/longpath
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/loopback
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/namesgenerator
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/parsers
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/parsers/kernel
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/pidfile
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/platform
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/plugingetter
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/plugins
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/plugins/transport
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/pools
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/progress
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/pubsub
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/reexec
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/signal
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/stack
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/stdcopy
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/streamformatter
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/stringid
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/sysinfo
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/system
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/tailfile
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/tarsum
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/truncindex
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/urlutil
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/pkg/useragent
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/plugin
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/plugin/executor/containerd
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/plugin/v2
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/profiles/apparmor
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/profiles/seccomp
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/quota
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/reference
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/registry
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/registry/resumable
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/restartmanager
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/rootless
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/rootless/specconv
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/runconfig
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/runconfig/opts
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/daemon
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/environment
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/fakecontext
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/fakegit
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/fakestorage
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/fixtures/load
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/fixtures/plugin
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/registry
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/testutil/request
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume/drivers
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume/local
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume/mounts
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume/service
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume/service/opts
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/volume/testutils'
09:49:05 [2022-06-21T09:49:05.379Z] ++ grep --fixed-strings -v /libnetwork
09:49:05 [2022-06-21T09:49:05.379Z] ++ echo 'github.com/docker/docker/api
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/backend/build
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/httpstatus
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/httputils
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/middleware
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/build
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/checkpoint
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/container
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/debug
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/distribution
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/grpc
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/image
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/network
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/plugin
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/session
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/swarm
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/system
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/server/router/volume
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/backend
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/blkiodev
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/container
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/events
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/filters
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/image
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/mount
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/network
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/plugins/logdriver
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/registry
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/strslice
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/swarm
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/swarm/runtime
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/time
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/versions
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/versions/v1p19
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/versions/v1p20
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/api/types/volume
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/exporter
09:49:05 [2022-06-21T09:49:05.379Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/worker
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/dockerfile
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/remotecontext
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/remotecontext/git
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/remotecontext/urlutil
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/config
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/debug
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/winresources/docker-proxy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/winresources/dockerd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/client
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/docker-proxy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/dockerd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/dockerd/trap
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/container
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/container/stream
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/contrib/apparmor
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/contrib/docker-device-tool
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/contrib/httpserver
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/convert
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/executor
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/executor/container
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/provider
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/config
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/events
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/events/testutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/exec
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/aufs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/copy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/overlay
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/register
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/vfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/zfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/images
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/initlayer
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/links
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/listeners
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/awslogs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/fluentd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/gcplogs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/gelf
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/journald
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/local
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/logentries
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/loggertest
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/loggerutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/splunk
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/syslog
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/templates
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/names
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/network
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/stats
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution/metadata
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution/utils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution/xfer
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/dockerversion
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/errdefs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/image
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/image/cache
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/image/tarexport
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/image/v1
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/internal/test/suite
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/layer
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libcontainerd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libcontainerd/queue
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libcontainerd/remote
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libcontainerd/supervisor
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libcontainerd/types
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/bitseq
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cluster
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/config
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/datastore
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/diagnostic
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/discoverapi
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/driverapi
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/host
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/null
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/overlay
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/remote
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/windows
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/drvregistry
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/etchosts
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/idm
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/internal/caller
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipam
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipamapi
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipams/builtin
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipams/null
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipams/remote
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ipamutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/iptables
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/netlabel
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/netutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/networkdb
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/ns
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/options
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/osl
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/osl/kernel
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/portallocator
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/portmapper
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/resolvconf
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/testutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/libnetwork/types
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/oci
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/oci/caps
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/opts
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/aaparser
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/archive
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/authorization
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/broadcaster
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/capabilities
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/chrootarchive
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/containerfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/devicemapper
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/directory
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/dmesg
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/fileutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/fsutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/homedir
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/idtools
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/ioutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/jsonmessage
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/longpath
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/loopback
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/namesgenerator
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/parsers
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/parsers/kernel
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/pidfile
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/platform
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/plugingetter
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/plugins
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/plugins/transport
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/pools
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/progress
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/pubsub
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/reexec
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/signal
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/stack
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/stdcopy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/streamformatter
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/stringid
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/sysinfo
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/system
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/tailfile
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/tarsum
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/truncindex
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/urlutil
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/pkg/useragent
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/plugin
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/plugin/executor/containerd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/plugin/v2
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/profiles/apparmor
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/profiles/seccomp
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/quota
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/reference
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/registry
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/registry/resumable
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/restartmanager
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/rootless
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/rootless/specconv
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/runconfig
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/runconfig/opts
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/daemon
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/environment
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/fakecontext
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/fakegit
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/fakestorage
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/fixtures/load
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/fixtures/plugin
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/registry
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/testutil/request
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume/drivers
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume/local
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume/mounts
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume/service
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume/service/opts
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/volume/testutils'
09:49:05 [2022-06-21T09:49:05.380Z] + base_pkg_list='github.com/docker/docker/api
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/backend/build
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/httpstatus
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/httputils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/middleware
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/build
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/checkpoint
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/container
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/debug
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/distribution
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/grpc
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/image
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/network
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/plugin
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/session
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/swarm
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/system
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/server/router/volume
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/backend
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/blkiodev
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/container
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/events
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/filters
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/image
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/mount
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/network
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/plugins/logdriver
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/registry
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/strslice
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/swarm
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/swarm/runtime
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/time
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/versions
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/versions/v1p19
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/versions/v1p20
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/api/types/volume
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/exporter
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/builder-next/worker
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/dockerfile
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/remotecontext
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/remotecontext/git
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/builder/remotecontext/urlutil
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/config
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/debug
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/winresources/docker-proxy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cli/winresources/dockerd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/client
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/docker-proxy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/dockerd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/dockerd/trap
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/container
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/container/stream
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/contrib/apparmor
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/contrib/docker-device-tool
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/contrib/httpserver
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/convert
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/executor
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/executor/container
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/cluster/provider
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/config
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/events
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/events/testutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/exec
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/aufs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/copy
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/overlay
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/register
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/vfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/graphdriver/zfs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/images
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/initlayer
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/links
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/listeners
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/awslogs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/fluentd
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/gcplogs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/gelf
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/journald
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/local
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/logentries
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/loggertest
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/loggerutils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/splunk
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/syslog
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/logger/templates
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/names
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/network
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/daemon/stats
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution/metadata
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution/utils
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/distribution/xfer
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/dockerversion
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/errdefs
09:49:05 [2022-06-21T09:49:05.380Z] github.com/docker/docker/image
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image/cache
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image/tarexport
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image/v1
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/internal/test/suite
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/layer
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/queue
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/remote
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/supervisor
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/types
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/oci
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/oci/caps
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/opts
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/aaparser
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/archive
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/authorization
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/broadcaster
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/capabilities
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/chrootarchive
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/containerfs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/devicemapper
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/directory
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/dmesg
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/fileutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/fsutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/homedir
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/idtools
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/ioutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/jsonmessage
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/longpath
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/loopback
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/namesgenerator
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/parsers
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/parsers/kernel
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/pidfile
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/platform
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugingetter
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/transport
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/pools
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/progress
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/pubsub
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/reexec
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/signal
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/stack
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/stdcopy
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/streamformatter
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/stringid
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/sysinfo
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/system
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/tailfile
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/tarsum
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/truncindex
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/urlutil
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/useragent
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/plugin
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/plugin/executor/containerd
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/plugin/v2
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/profiles/apparmor
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/profiles/seccomp
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/quota
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/reference
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/registry
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/registry/resumable
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/restartmanager
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/rootless
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/rootless/specconv
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/runconfig
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/runconfig/opts
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/daemon
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/environment
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/fakecontext
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/fakegit
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/fakestorage
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/fixtures/load
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/fixtures/plugin
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/registry
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/testutil/request
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume/drivers
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume/local
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume/mounts
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume/service
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume/service/opts
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/volume/testutils'
09:49:05 [2022-06-21T09:49:05.381Z] ++ grep --fixed-strings /libnetwork
09:49:05 [2022-06-21T09:49:05.381Z] ++ echo 'github.com/docker/docker/api
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/backend/build
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/httpstatus
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/httputils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/middleware
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/build
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/checkpoint
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/container
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/debug
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/distribution
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/grpc
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/image
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/network
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/plugin
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/session
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/swarm
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/system
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/server/router/volume
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/backend
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/blkiodev
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/container
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/events
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/filters
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/image
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/mount
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/network
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/plugins/logdriver
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/registry
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/strslice
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/swarm
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/swarm/runtime
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/time
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/versions
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/versions/v1p19
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/versions/v1p20
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/api/types/volume
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next/exporter
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/builder-next/worker
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/dockerfile
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/remotecontext
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/remotecontext/git
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/builder/remotecontext/urlutil
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cli
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cli/config
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cli/debug
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cli/winresources/docker-proxy
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cli/winresources/dockerd
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/client
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cmd/docker-proxy
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cmd/dockerd
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cmd/dockerd/trap
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/container
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/container/stream
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/contrib/apparmor
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/contrib/docker-device-tool
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/contrib/httpserver
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/cluster
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/cluster/convert
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/cluster/executor
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/cluster/executor/container
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/cluster/provider
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/config
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/events
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/events/testutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/exec
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/aufs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/copy
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/overlay
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/register
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/vfs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/graphdriver/zfs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/images
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/initlayer
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/links
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/listeners
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/awslogs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/fluentd
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/gcplogs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/gelf
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/journald
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/local
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/logentries
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/loggertest
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/loggerutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/splunk
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/syslog
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/logger/templates
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/names
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/network
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/daemon/stats
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/distribution
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/distribution/metadata
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/distribution/utils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/distribution/xfer
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/dockerversion
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/errdefs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image/cache
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image/tarexport
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/image/v1
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/internal/test/suite
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/layer
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/queue
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/remote
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/supervisor
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libcontainerd/types
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/bitseq
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cluster
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/config
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/datastore
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/diagnostic
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/discoverapi
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/driverapi
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/host
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/null
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/overlay
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/remote
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/windows
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/drvregistry
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/etchosts
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/idm
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/internal/caller
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipam
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipamapi
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipams/builtin
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipams/null
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipams/remote
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ipamutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/iptables
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/netlabel
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/netutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/networkdb
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/ns
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/options
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/osl
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/osl/kernel
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/portallocator
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/portmapper
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/resolvconf
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/testutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/libnetwork/types
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/oci
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/oci/caps
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/opts
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/aaparser
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/archive
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/authorization
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/broadcaster
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/capabilities
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/chrootarchive
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/containerfs
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/devicemapper
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/directory
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/dmesg
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/fileutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/fsutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/homedir
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/idtools
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/ioutils
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/jsonmessage
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/longpath
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/loopback
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/namesgenerator
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/parsers
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/parsers/kernel
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/pidfile
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/platform
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugingetter
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/plugins/transport
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/pools
09:49:05 [2022-06-21T09:49:05.381Z] github.com/docker/docker/pkg/progress
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/pubsub
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/reexec
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/signal
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/stack
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/stdcopy
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/streamformatter
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/stringid
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/sysinfo
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/system
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/tailfile
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/tarsum
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/truncindex
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/urlutil
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/pkg/useragent
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/plugin
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/plugin/executor/containerd
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/plugin/v2
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/profiles/apparmor
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/profiles/seccomp
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/quota
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/reference
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/registry
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/registry/resumable
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/restartmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/rootless
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/rootless/specconv
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/runconfig
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/runconfig/opts
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/daemon
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/environment
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/fakecontext
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/fakegit
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/fakestorage
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/fixtures/load
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/fixtures/plugin
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/registry
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/testutil/request
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume/drivers
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume/local
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume/mounts
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume/service
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume/service/opts
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/volume/testutils'
09:49:05 [2022-06-21T09:49:05.382Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/bitseq
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cluster
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/config
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/datastore
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/diagnostic
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/discoverapi
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/driverapi
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/host
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/null
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/overlay
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/remote
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/windows
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drvregistry
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/etchosts
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/idm
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/internal/caller
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipam
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipamapi
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/builtin
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/null
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/remote
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipamutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/iptables
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/netlabel
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/netutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/networkdb
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ns
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/options
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/osl
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/osl/kernel
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/portallocator
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/portmapper
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/resolvconf
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/testutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/types'
09:49:05 [2022-06-21T09:49:05.382Z] + grep --fixed-strings libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.382Z] + echo 'github.com/docker/docker/libnetwork
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/bitseq
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cluster
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/config
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/datastore
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/diagnostic
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/discoverapi
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/driverapi
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/host
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/null
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/overlay
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/remote
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/windows
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drvregistry
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/etchosts
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/idm
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/internal/caller
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipam
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipamapi
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/builtin
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/null
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/remote
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ipamutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/iptables
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/netlabel
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/netutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/networkdb
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/ns
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/options
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/osl
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/osl/kernel
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/portallocator
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/portmapper
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/resolvconf
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/testutils
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/types'
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/bridge
09:49:05 [2022-06-21T09:49:05.382Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:49:05 [2022-06-21T09:49:05.382Z] + type docker-proxy
09:49:05 [2022-06-21T09:49:05.382Z] hack/test/unit: line 25: type: docker-proxy: not found
09:49:05 [2022-06-21T09:49:05.382Z] + hack/make.sh binary-proxy install-proxy
09:49:05 [2022-06-21T09:49:05.382Z] 
09:49:05 [2022-06-21T09:49:05.382Z] Removing bundles/
09:49:05 [2022-06-21T09:49:05.382Z] 
09:49:05 [2022-06-21T09:49:05.382Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
09:49:05 [2022-06-21T09:49:05.382Z] Building: bundles/binary-proxy/docker-proxy-dev
09:49:05 [2022-06-21T09:49:05.382Z] GOOS="" GOARCH="" GOARM=""
09:49:11 [2022-06-21T09:49:11.969Z] Created binary: bundles/binary-proxy/docker-proxy-dev
09:49:11 [2022-06-21T09:49:11.969Z] 
09:49:11 [2022-06-21T09:49:11.969Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
09:49:11 [2022-06-21T09:49:11.969Z] Installing docker-proxy to /usr/local/bin/
09:49:11 [2022-06-21T09:49:11.969Z] 
09:49:11 [2022-06-21T09:49:11.969Z] + mkdir -p bundles
09:49:11 [2022-06-21T09:49:11.969Z] + '[' -n 'github.com/docker/docker/api
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/backend/build
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/httpstatus
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/httputils
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/middleware
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/build
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/checkpoint
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/container
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/debug
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/distribution
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/grpc
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/image
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/network
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/plugin
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/session
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/swarm
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/system
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/server/router/volume
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/backend
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/blkiodev
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/container
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/events
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/filters
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/image
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/mount
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/network
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/plugins/logdriver
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/registry
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/strslice
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/swarm
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/swarm/runtime
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/time
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/versions
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/versions/v1p19
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/versions/v1p20
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/api/types/volume
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next/exporter
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/builder-next/worker
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/dockerfile
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/remotecontext
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/remotecontext/git
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/builder/remotecontext/urlutil
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cli
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cli/config
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cli/debug
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cli/winresources/docker-proxy
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cli/winresources/dockerd
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/client
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cmd/docker-proxy
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cmd/dockerd
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cmd/dockerd/trap
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/container
09:49:11 [2022-06-21T09:49:11.969Z] github.com/docker/docker/container/stream
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/contrib/apparmor
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/contrib/docker-device-tool
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/contrib/httpserver
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/cluster
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/cluster/convert
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/cluster/executor
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/cluster/executor/container
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/cluster/provider
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/config
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/events
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/events/testutils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/exec
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/aufs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/copy
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/overlay
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/register
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/vfs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/graphdriver/zfs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/images
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/initlayer
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/links
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/listeners
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/awslogs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/fluentd
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/gcplogs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/gelf
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/journald
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/local
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/logentries
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/loggertest
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/loggerutils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/splunk
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/syslog
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/logger/templates
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/names
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/network
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/daemon/stats
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/distribution
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/distribution/metadata
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/distribution/utils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/distribution/xfer
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/dockerversion
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/errdefs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/image
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/image/cache
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/image/tarexport
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/image/v1
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/internal/test/suite
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/layer
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/libcontainerd
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/libcontainerd/queue
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/libcontainerd/remote
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/libcontainerd/supervisor
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/libcontainerd/types
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/oci
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/oci/caps
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/opts
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/aaparser
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/archive
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/authorization
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/broadcaster
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/capabilities
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/chrootarchive
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/containerfs
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/devicemapper
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/directory
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/dmesg
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/fileutils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/fsutils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/homedir
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/idtools
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/ioutils
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/jsonmessage
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/longpath
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/loopback
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/namesgenerator
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/parsers
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/parsers/kernel
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/pidfile
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/platform
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/plugingetter
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/plugins
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/plugins/transport
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/pools
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/progress
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/pubsub
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/reexec
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/signal
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/stack
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/stdcopy
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/streamformatter
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/stringid
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/sysinfo
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/system
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/tailfile
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/tarsum
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/truncindex
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/urlutil
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/pkg/useragent
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/plugin
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/plugin/executor/containerd
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/plugin/v2
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/profiles/apparmor
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/profiles/seccomp
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/quota
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/reference
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/registry
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/registry/resumable
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/restartmanager
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/rootless
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/rootless/specconv
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/runconfig
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/runconfig/opts
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/daemon
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/environment
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/fakecontext
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/fakegit
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/fakestorage
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/fixtures/load
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/fixtures/plugin
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/registry
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/testutil/request
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume/drivers
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume/local
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume/mounts
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume/service
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume/service/opts
09:49:11 [2022-06-21T09:49:11.970Z] github.com/docker/docker/volume/testutils' ']'
09:49:11 [2022-06-21T09:49:11.970Z] + 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
09:49:11 [2022-06-21T09:49:11.970Z] ?   	github.com/docker/docker/api	[no test files]
09:49:14 [2022-06-21T09:49:14.948Z] #47 ...
09:49:14 [2022-06-21T09:49:14.948Z] 
09:49:14 [2022-06-21T09:49:14.948Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
09:49:14 [2022-06-21T09:49:14.948Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:49:14 [2022-06-21T09:49:14.948Z] #77 257.4   CCLD     libocispec.la
09:49:15 [2022-06-21T09:49:15.205Z] #77 257.8   CCLD     src/validate
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.8   CCLD     tests/test-1
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.8   CCLD     tests/test-2
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.8   CCLD     tests/test-4
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.8   CCLD     tests/test-3
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.8   CCLD     tests/test-5
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.9   CCLD     tests/test-7
09:49:15 [2022-06-21T09:49:15.463Z] #77 257.9   CCLD     tests/test-6
09:49:15 [2022-06-21T09:49:15.463Z] #77 258.0   CCLD     tests/test-8
09:49:15 [2022-06-21T09:49:15.720Z] #77 258.1   CCLD     tests/test-10
09:49:15 [2022-06-21T09:49:15.720Z] #77 258.1   CCLD     tests/test-9
09:49:15 [2022-06-21T09:49:15.720Z] #77 258.2 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:49:15 [2022-06-21T09:49:15.720Z] #77 258.2   CCLD     tests/test-11
09:49:17 [2022-06-21T09:49:17.616Z] #77 259.9 libtool: link: ar cr libocispec.a 
09:49:17 [2022-06-21T09:49:17.616Z] #77 259.9 libtool: link: ranlib libocispec.a
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[5]: Nothing to be done for 'install-exec-am'.
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[5]: Nothing to be done for 'install-data-am'.
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.8 make[2]: Entering directory '/tmp/crun-build'
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.9   CC       src/libcrun/libcrun_testing_a-utils.o
09:49:19 [2022-06-21T09:49:19.513Z] #77 261.9   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:49:19 [2022-06-21T09:49:19.513Z] #77 262.0   CC       src/libcrun/libcrun_testing_a-container.o
09:49:19 [2022-06-21T09:49:19.513Z] #77 262.0   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:49:19 [2022-06-21T09:49:19.770Z] #77 262.1   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.1   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.2   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.2   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.2   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.3   CC       src/libcrun/libcrun_testing_a-criu.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.3   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:49:19 [2022-06-21T09:49:19.771Z] #77 262.3   CC       src/libcrun/libcrun_testing_a-linux.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.3   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.4   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.4   CC       src/libcrun/libcrun_testing_a-status.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.4   CC       src/libcrun/libcrun_testing_a-terminal.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.4   CC       src/libcrun/libcrun_testing_a-error.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.4   CC       src/libcrun/libcrun_testing_a-signals.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.4   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.5   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.5   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.5   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:49:20 [2022-06-21T09:49:20.028Z] #77 262.6   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:49:20 [2022-06-21T09:49:20.286Z] #77 262.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:49:20 [2022-06-21T09:49:20.286Z] #77 262.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:49:20 [2022-06-21T09:49:20.286Z] #77 262.7   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:49:20 [2022-06-21T09:49:20.286Z] #77 262.7   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 262.9   CC       src/crun-crun.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 262.9   CC       src/crun-run.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 263.0   CC       src/crun-delete.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 263.1   CC       src/crun-kill.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 263.1   CC       src/crun-pause.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 263.1   CC       src/crun-unpause.o
09:49:20 [2022-06-21T09:49:20.543Z] #77 263.1   CC       src/crun-spec.o
09:49:20 [2022-06-21T09:49:20.800Z] #77 263.2   CC       src/crun-exec.o
09:49:20 [2022-06-21T09:49:20.800Z] #77 263.2   CC       src/crun-list.o
09:49:20 [2022-06-21T09:49:20.800Z] #77 263.3   CC       src/crun-create.o
09:49:20 [2022-06-21T09:49:20.800Z] #77 263.4   CC       src/crun-start.o
09:49:21 [2022-06-21T09:49:21.058Z] #77 263.5   CC       src/crun-state.o
09:49:21 [2022-06-21T09:49:21.058Z] #77 263.5   CC       src/crun-update.o
09:49:21 [2022-06-21T09:49:21.058Z] #77 263.7   CC       src/crun-ps.o
09:49:21 [2022-06-21T09:49:21.315Z] #77 263.7   CC       src/crun-restore.o
09:49:21 [2022-06-21T09:49:21.315Z] #77 263.7   CC       src/crun-checkpoint.o
09:49:21 [2022-06-21T09:49:21.315Z] #77 263.8   CC       src/libcrun/libcrun_la-utils.lo
09:49:21 [2022-06-21T09:49:21.572Z] #77 263.9   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:49:21 [2022-06-21T09:49:21.572Z] #77 263.9   CC       src/libcrun/libcrun_la-container.lo
09:49:21 [2022-06-21T09:49:21.572Z] #77 264.1   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:49:21 [2022-06-21T09:49:21.572Z] #77 264.1   CC       src/libcrun/libcrun_la-cgroup.lo
09:49:21 [2022-06-21T09:49:21.572Z] #77 264.1   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:49:21 [2022-06-21T09:49:21.830Z] #77 264.2   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:49:21 [2022-06-21T09:49:21.830Z] #77 264.2   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:49:21 [2022-06-21T09:49:21.830Z] #77 264.3   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:49:21 [2022-06-21T09:49:21.830Z] #77 264.4   CC       src/libcrun/libcrun_la-criu.lo
09:49:22 [2022-06-21T09:49:22.087Z] #77 264.4   CC       src/libcrun/libcrun_la-custom-handler.lo
09:49:22 [2022-06-21T09:49:22.087Z] #77 264.4   CC       src/libcrun/libcrun_la-linux.lo
09:49:22 [2022-06-21T09:49:22.087Z] #77 264.6   CC       src/libcrun/libcrun_la-ebpf.lo
09:49:22 [2022-06-21T09:49:22.087Z] #77 264.7   CC       src/libcrun/libcrun_la-seccomp.lo
09:49:22 [2022-06-21T09:49:22.344Z] #77 264.7   CC       src/libcrun/libcrun_la-error.lo
09:49:22 [2022-06-21T09:49:22.344Z] #77 264.7   CC       src/libcrun/libcrun_la-status.lo
09:49:22 [2022-06-21T09:49:22.344Z] #77 264.8   CC       src/libcrun/libcrun_la-terminal.lo
09:49:22 [2022-06-21T09:49:22.601Z] #77 265.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:49:22 [2022-06-21T09:49:22.601Z] #77 265.1   CC       src/libcrun/libcrun_la-signals.lo
09:49:22 [2022-06-21T09:49:22.601Z] #77 265.2   CC       src/libcrun/libcrun_la-mount_flags.lo
09:49:22 [2022-06-21T09:49:22.859Z] #77 265.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:49:23 [2022-06-21T09:49:23.116Z] #77 265.6   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:49:23 [2022-06-21T09:49:23.116Z] #77 265.7   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:49:23 [2022-06-21T09:49:23.116Z] #77 265.7   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:49:23 [2022-06-21T09:49:23.373Z] #77 265.8   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:49:23 [2022-06-21T09:49:23.630Z] #77 266.0   CC       tests/init.o
09:49:23 [2022-06-21T09:49:23.630Z] #77 266.1   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:49:25 [2022-06-21T09:49:25.084Z] #77 ...
09:49:25 [2022-06-21T09:49:25.084Z] 
09:49:25 [2022-06-21T09:49:25.084Z] #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
09:49:25 [2022-06-21T09:49:25.084Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:49:25 [2022-06-21T09:49:25.084Z] #47 333.3 + dpkg --print-architecture
09:49:25 [2022-06-21T09:49:25.084Z] #47 333.3 + git checkout -q v2.1.0
09:49:25 [2022-06-21T09:49:25.683Z] #47 333.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:49:25 [2022-06-21T09:49:25.683Z] #47 333.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
09:49:26 [2022-06-21T09:49:26.883Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 7.9% of statements
09:49:29 [2022-06-21T09:49:29.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:49:35 [2022-06-21T09:49:35.486Z] #64 323.5 # github.com/containerd/containerd/cmd/containerd
09:49:35 [2022-06-21T09:49:35.486Z] #64 323.5 /usr/bin/ld: /tmp/go-link-1856909155/000019.o: in function `New':
09:49:35 [2022-06-21T09:49:35.486Z] #64 323.5 /tmp/tmp.ZiPRXe2UzM/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
09:49:35 [2022-06-21T09:49:35.486Z] #64 323.6 + bin/containerd-stress
09:49:35 [2022-06-21T09:49:35.486Z] #64 324.7 + bin/containerd-shim
09:49:43 [2022-06-21T09:49:43.617Z] #64 335.8 + bin/containerd-shim-runc-v1
09:49:45 [2022-06-21T09:49:45.172Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|types_sizes|deps|files|imports|name) took 2m51.685084301s 
09:49:45 [2022-06-21T09:49:45.172Z] 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. 
09:49:45 [2022-06-21T09:49:45.172Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.051161ms 
09:49:47 [2022-06-21T09:49:47.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:49:48 [2022-06-21T09:49:48.896Z] #64 342.1 + bin/containerd-shim-runc-v2
09:49:49 [2022-06-21T09:49:49.154Z] #64 342.9 + binaries
09:49:49 [2022-06-21T09:49:49.154Z] #64 342.9 + install -D bin/containerd /build/containerd
09:49:49 [2022-06-21T09:49:49.154Z] #64 342.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:49:49 [2022-06-21T09:49:49.154Z] #64 343.0 + install -D bin/ctr /build/ctr
09:49:51 [2022-06-21T09:49:51.685Z] #64 DONE 344.9s
09:49:51 [2022-06-21T09:49:51.944Z] 
09:49:51 [2022-06-21T09:49:51.944Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
09:49:51 [2022-06-21T09:49:51.944Z] #65 sha256:c379f48bd547395312c5ca76a82b8542d6ca789a175f1e180a1a932a22792ebd
09:49:52 [2022-06-21T09:49:52.206Z] #47 ...
09:49:52 [2022-06-21T09:49:52.206Z] 
09:49:52 [2022-06-21T09:49:52.206Z] #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
09:49:52 [2022-06-21T09:49:52.206Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:49:52 [2022-06-21T09:49:52.206Z] #77 292.9   CCLD     tests/init
09:49:52 [2022-06-21T09:49:52.883Z] #65 DONE 0.8s
09:49:52 [2022-06-21T09:49:52.883Z] 
09:49:52 [2022-06-21T09:49:52.883Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:49:52 [2022-06-21T09:49:52.883Z] #70 sha256:3d4d6c05a55de9dc26a7d089f00001833ec571f784d10836f4e04dfd20a0b512
09:49:53 [2022-06-21T09:49:53.141Z] #70 DONE 0.2s
09:49:53 [2022-06-21T09:49:53.141Z] 
09:49:53 [2022-06-21T09:49:53.141Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
09:49:53 [2022-06-21T09:49:53.141Z] #75 sha256:3816b328682476c8b8fbb672ece7868c7c4a0f92f8d20a92284d412d66dc26ca
09:49:54 [2022-06-21T09:49:54.075Z] #75 DONE 0.8s
09:49:54 [2022-06-21T09:49:54.075Z] 
09:49:54 [2022-06-21T09:49:54.075Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
09:49:54 [2022-06-21T09:49:54.075Z] #78 sha256:ca44b48424b0da0e8f95153b0d37cacb97c6096e6b105b95cfd10a379a49bda8
09:49:54 [2022-06-21T09:49:54.075Z] #78 DONE 0.1s
09:49:54 [2022-06-21T09:49:54.075Z] 
09:49:54 [2022-06-21T09:49:54.075Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:49:54 [2022-06-21T09:49:54.075Z] #79 sha256:18a09384ca55a3661c9254a9b9089ceb69b2080903af8141c319afcfac447541
09:49:54 [2022-06-21T09:49:54.075Z] #79 DONE 0.0s
09:49:54 [2022-06-21T09:49:54.075Z] 
09:49:54 [2022-06-21T09:49:54.075Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
09:49:54 [2022-06-21T09:49:54.075Z] #80 sha256:62d6532fbda111dc8db97893617fe4c5b01b4fb8a53b1459a55c5b554b845692
09:49:54 [2022-06-21T09:49:54.075Z] #80 DONE 0.0s
09:49:54 [2022-06-21T09:49:54.075Z] 
09:49:54 [2022-06-21T09:49:54.075Z] #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
09:49:54 [2022-06-21T09:49:54.075Z] #81 sha256:108fcd4b942fab2d8c79380dd8821b20e965687c81da8cbe758e44988c096e74
09:49:54 [2022-06-21T09:49:54.103Z] #77 ...
09:49:54 [2022-06-21T09:49:54.103Z] 
09:49:54 [2022-06-21T09:49:54.103Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
09:49:54 [2022-06-21T09:49:54.103Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c
09:49:54 [2022-06-21T09:49:54.103Z] #47 DONE 361.9s
09:49:54 [2022-06-21T09:49:54.103Z] 
09:49:54 [2022-06-21T09:49:54.103Z] #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
09:49:54 [2022-06-21T09:49:54.103Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:49:55 [2022-06-21T09:49:55.010Z] #81 0.841 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:49:55 [2022-06-21T09:49:55.010Z] #81 1.002 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:49:55 [2022-06-21T09:49:55.269Z] #81 1.162 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:49:55 [2022-06-21T09:49:55.837Z] #81 1.241 Reading package lists...
09:49:56 [2022-06-21T09:49:56.405Z] #81 1.765 Reading package lists...
09:49:56 [2022-06-21T09:49:56.405Z] #81 2.282 Building dependency tree...
09:49:56 [2022-06-21T09:49:56.642Z] #55 ...
09:49:56 [2022-06-21T09:49:56.642Z] 
09:49:56 [2022-06-21T09:49:56.642Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
09:49:56 [2022-06-21T09:49:56.642Z] #48 sha256:bccba73783d66a8444258cbf10b716aed72dd248b0bdaa91f50941a731482db0
09:49:56 [2022-06-21T09:49:56.642Z] #48 DONE 0.5s
09:49:56 [2022-06-21T09:49:56.642Z] 
09:49:56 [2022-06-21T09:49:56.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
09:49:56 [2022-06-21T09:49:56.642Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.409 Reading state information...
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.531 The following additional packages will be installed:
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.532   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.533 Suggested packages:
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.533   systemd-container policykit-1
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.533 Recommended packages:
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.533   systemd-timesyncd | time-daemon libnss-systemd
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.600 The following NEW packages will be installed:
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.600   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
09:49:56 [2022-06-21T09:49:56.664Z] #81 2.601   libkmod2 libpam-systemd systemd systemd-sysv
09:49:56 [2022-06-21T09:49:56.900Z] #55 ...
09:49:56 [2022-06-21T09:49:56.900Z] 
09:49:56 [2022-06-21T09:49:56.900Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
09:49:56 [2022-06-21T09:49:56.900Z] #52 sha256:4449ab57bf7570de9b5fcb4d81954b0c763158933d6e462bb636c2f8443ebaf1
09:49:56 [2022-06-21T09:49:56.900Z] #52 DONE 0.1s
09:49:56 [2022-06-21T09:49:56.900Z] 
09:49:56 [2022-06-21T09:49:56.900Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
09:49:56 [2022-06-21T09:49:56.900Z] #54 sha256:a03c731605f2cac9caf476a10cf699bc502c43fda55e2057b92eb539d0be3a99
09:49:56 [2022-06-21T09:49:56.900Z] #54 DONE 0.1s
09:49:56 [2022-06-21T09:49:56.900Z] 
09:49:56 [2022-06-21T09:49:56.900Z] #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
09:49:56 [2022-06-21T09:49:56.900Z] #64 sha256:744447383fd6d0979742638ca341dc128de40958a03c3d534747e38890ea17ec
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.868 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.868 Need to get 5817 kB of archives.
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.868 After this operation, 19.3 MB of additional disk space will be used.
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.868 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.870 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.872 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.875 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.879 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
09:49:56 [2022-06-21T09:49:56.922Z] #81 2.971 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
09:49:57 [2022-06-21T09:49:57.181Z] #81 2.972 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
09:49:57 [2022-06-21T09:49:57.181Z] #81 2.974 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
09:49:57 [2022-06-21T09:49:57.181Z] #81 2.975 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
09:49:57 [2022-06-21T09:49:57.181Z] #81 2.977 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.129 debconf: delaying package configuration, since apt-utils is not installed
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.159 Fetched 5817 kB in 0s (15.6 MB/s)
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.184 Selecting previously unselected package libargon2-1:amd64.
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.184 (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.)
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.198 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.205 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
09:49:57 [2022-06-21T09:49:57.181Z] #81 3.236 Selecting previously unselected package libjson-c5:amd64.
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.239 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.242 Unpacking libjson-c5:amd64 (0.15-2) ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.278 Selecting previously unselected package libcryptsetup12:amd64.
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.281 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.285 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.343 Selecting previously unselected package libkmod2:amd64.
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.346 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.349 Unpacking libkmod2:amd64 (28-1) ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.401 Selecting previously unselected package systemd.
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.404 Preparing to unpack .../systemd_247.3-7_amd64.deb ...
09:49:57 [2022-06-21T09:49:57.439Z] #81 3.437 Unpacking systemd (247.3-7) ...
09:49:58 [2022-06-21T09:49:58.007Z] #81 3.991 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
09:49:58 [2022-06-21T09:49:58.007Z] #81 4.004 Setting up libjson-c5:amd64 (0.15-2) ...
09:49:58 [2022-06-21T09:49:58.007Z] #81 4.014 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
09:49:58 [2022-06-21T09:49:58.007Z] #81 4.024 Setting up libkmod2:amd64 (28-1) ...
09:49:58 [2022-06-21T09:49:58.007Z] #81 4.035 Setting up systemd (247.3-7) ...
09:49:58 [2022-06-21T09:49:58.007Z] #81 4.072 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
09:49:58 [2022-06-21T09:49:58.266Z] #81 4.074 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
09:49:58 [2022-06-21T09:49:58.266Z] #81 4.077 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
09:49:58 [2022-06-21T09:49:58.266Z] #81 4.099 Initializing machine ID from KVM UUID.
09:49:58 [2022-06-21T09:49:58.525Z] #81 4.449 Selecting previously unselected package systemd-sysv.
09:49:58 [2022-06-21T09:49:58.525Z] #81 4.449 (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.)
09:49:58 [2022-06-21T09:49:58.525Z] #81 4.462 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
09:49:58 [2022-06-21T09:49:58.525Z] #81 4.470 Unpacking systemd-sysv (247.3-7) ...
09:49:58 [2022-06-21T09:49:58.525Z] #81 4.523 Selecting previously unselected package libdbus-1-3:amd64.
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.526 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.530 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.583 Selecting previously unselected package dbus.
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.586 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.596 Unpacking dbus (1.12.20-2) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.650 Selecting previously unselected package libpam-systemd:amd64.
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.652 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.656 Unpacking libpam-systemd:amd64 (247.3-7) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.700 Selecting previously unselected package dbus-user-session.
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.703 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.707 Unpacking dbus-user-session (1.12.20-2) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.767 Setting up systemd-sysv (247.3-7) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.777 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.786 Setting up dbus (1.12.20-2) ...
09:49:58 [2022-06-21T09:49:58.783Z] #81 4.894 invoke-rc.d: could not determine current runlevel
09:49:59 [2022-06-21T09:49:59.042Z] #81 4.897 invoke-rc.d: policy-rc.d denied execution of start.
09:49:59 [2022-06-21T09:49:59.042Z] #81 4.901 Setting up libpam-systemd:amd64 (247.3-7) ...
09:49:59 [2022-06-21T09:49:59.301Z] #81 5.064 Setting up dbus-user-session (1.12.20-2) ...
09:49:59 [2022-06-21T09:49:59.301Z] #81 5.076 Processing triggers for libc-bin (2.31-13+deb11u3) ...
09:49:59 [2022-06-21T09:49:59.301Z] #81 DONE 5.2s
09:49:59 [2022-06-21T09:49:59.301Z] 
09:49:59 [2022-06-21T09:49:59.301Z] #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
09:49:59 [2022-06-21T09:49:59.301Z] #82 sha256:4658ceb72a9b57670b769417dbed6c3e9059edd1a01a1687497487e67f04809b
09:49:59 [2022-06-21T09:49:59.559Z] #82 0.404   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
09:49:59 [2022-06-21T09:49:59.818Z] #82 0.404                                  Dload  Upload   Total   Spent    Left  Speed
09:50:00 [2022-06-21T09:50:00.076Z] #82 0.405 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   6036      0 --:--:-- --:--:-- --:--:--  6036
09:50:00 [2022-06-21T09:50:00.076Z] #82 DONE 0.7s
09:50:00 [2022-06-21T09:50:00.076Z] 
09:50:00 [2022-06-21T09:50:00.076Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker
09:50:00 [2022-06-21T09:50:00.076Z] #83 sha256:c8cebbdb94f00b19b157534a4d0bb7dd71b6b2d6d55d45430c81b03fe2589298
09:50:01 [2022-06-21T09:50:01.012Z] #83 DONE 0.9s
09:50:01 [2022-06-21T09:50:01.012Z] 
09:50:01 [2022-06-21T09:50:01.012Z] #84 exporting to image
09:50:01 [2022-06-21T09:50:01.012Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:50:01 [2022-06-21T09:50:01.012Z] #84 exporting layers
09:50:07 [2022-06-21T09:50:07.629Z] #84 exporting layers 6.5s done
09:50:07 [2022-06-21T09:50:07.629Z] #84 writing image sha256:715effd39d5dad97f2d4639c056c068a200d626655080eb44e9d3e8cb62697f5 done
09:50:07 [2022-06-21T09:50:07.629Z] #84 naming to docker.io/library/docker:8f64a1ec53121ef4a2750307613340b2c2eaafda done
09:50:07 [2022-06-21T09:50:07.629Z] #84 DONE 6.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:50:07 [2022-06-21T09:50:07.974Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -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:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh dynbinary test-integration
09:50:09 [2022-06-21T09:50:09.876Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
09:50:09 [2022-06-21T09:50:09.876Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
09:50:09 [2022-06-21T09:50:09.876Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
09:50:09 [2022-06-21T09:50:09.876Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
09:50:09 [2022-06-21T09:50:09.876Z] 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)
09:50:09 [2022-06-21T09:50:09.876Z] Detected virtualization docker.
09:50:09 [2022-06-21T09:50:09.876Z] Detected architecture x86-64.
09:50:09 [2022-06-21T09:50:09.876Z] Set hostname to <8c3cb3829b97>.
09:50:09 [2022-06-21T09:50:09.876Z] modprobe@configfs.service: Succeeded.
09:50:09 [2022-06-21T09:50:09.876Z] modprobe@drm.service: Succeeded.
09:50:09 [2022-06-21T09:50:09.876Z] modprobe@fuse.service: Succeeded.
09:50:10 [2022-06-21T09:50:10.136Z] + source /etc/docker-entrypoint-cmd
09:50:10 [2022-06-21T09:50:10.136Z] ++ hack/make.sh dynbinary test-integration
09:50:10 [2022-06-21T09:50:10.136Z] 
09:50:10 [2022-06-21T09:50:10.136Z] Removing bundles/
09:50:10 [2022-06-21T09:50:10.136Z] 
09:50:10 [2022-06-21T09:50:10.136Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:50:10 [2022-06-21T09:50:10.136Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:50:10 [2022-06-21T09:50:10.136Z] GOOS="" GOARCH="" GOARM=""
09:50:13 [2022-06-21T09:50:13.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:50:14 [2022-06-21T09:50:14.962Z] #64 ...
09:50:14 [2022-06-21T09:50:14.962Z] 
09:50:14 [2022-06-21T09:50:14.962Z] #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
09:50:14 [2022-06-21T09:50:14.962Z] #77 sha256:ef901f786c36118c1b16f0be0f648ba9a1f107e7794958796ba92500c19b832b
09:50:14 [2022-06-21T09:50:14.962Z] #77 315.0   CCLD     libcrun.la
09:50:14 [2022-06-21T09:50:14.962Z] #77 315.0   AR       libcrun_testing.a
09:50:14 [2022-06-21T09:50:14.962Z] #77 315.0 ar: `u' modifier ignored since `D' is the default (see `U')
09:50:14 [2022-06-21T09:50:14.962Z] #77 315.1   CCLD     tests/tests_libcrun_utils
09:50:14 [2022-06-21T09:50:14.962Z] #77 315.1   CCLD     tests/tests_libcrun_errors
09:50:14 [2022-06-21T09:50:14.962Z] #77 315.1   CCLD     tests/tests_libcrun_fuzzer
09:50:14 [2022-06-21T09:50:14.962Z] #77 316.4   CCLD     crun
09:50:14 [2022-06-21T09:50:14.962Z] #77 316.9 make[3]: Entering directory '/tmp/crun-build'
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.1  /bin/mkdir -p '/usr/local/share/man/man1'
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.1  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.1  /bin/mkdir -p '/usr/local/lib'
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.1  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.2 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.2 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.2 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.2 libtool: install: ranlib /usr/local/lib/libcrun.a
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.4 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
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.4 ----------------------------------------------------------------------
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.4 Libraries have been installed in:
09:50:14 [2022-06-21T09:50:14.962Z] #77 317.4    /usr/local/lib
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 If you ever happen to want to link against installed libraries
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 in a given directory, LIBDIR, you must either use libtool, and
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 specify the full pathname of the library, or use the '-LLIBDIR'
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 flag during linking and do at least one of the following:
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4      during execution
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4      during linking
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 See any operating system documentation about shared libraries for
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 more information, such as the ld(1) and ld.so(8) manual pages.
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4 ----------------------------------------------------------------------
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4  /bin/mkdir -p '/build'
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.4   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.5 libtool: install: /usr/bin/install -c crun /build/crun
09:50:14 [2022-06-21T09:50:14.963Z] #77 317.5 make[3]: Leaving directory '/tmp/crun-build'
09:50:15 [2022-06-21T09:50:15.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:50:15 [2022-06-21T09:50:15.220Z] #77 317.5 make[2]: Leaving directory '/tmp/crun-build'
09:50:15 [2022-06-21T09:50:15.220Z] #77 317.5 make[1]: Leaving directory '/tmp/crun-build'
09:50:15 [2022-06-21T09:50:15.477Z] #77 DONE 317.9s
09:50:15 [2022-06-21T09:50:15.477Z] 
09:50:15 [2022-06-21T09:50:15.477Z] #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
09:50:15 [2022-06-21T09:50:15.477Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:50:17 [2022-06-21T09:50:17.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:50:20 [2022-06-21T09:50:20.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:50:22 [2022-06-21T09:50:22.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:50:22 [2022-06-21T09:50:22.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:50:25 [2022-06-21T09:50:25.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:50:33 [2022-06-21T09:50:33.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 31.9% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/server/router/swarm	0.005s	coverage: 6.0% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/types/filters	0.010s	coverage: 92.2% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 67.9% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/container	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 77.3% of statements
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:50:34 [2022-06-21T09:50:34.729Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:50:36 [2022-06-21T09:50:36.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:50:37 [2022-06-21T09:50:37.280Z] ok  	github.com/docker/docker/builder/remotecontext	0.140s	coverage: 13.7% of statements
09:50:37 [2022-06-21T09:50:37.386Z] #55 ...
09:50:37 [2022-06-21T09:50:37.386Z] 
09:50:37 [2022-06-21T09:50:37.386Z] #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
09:50:37 [2022-06-21T09:50:37.386Z] #60 sha256:dc06e28b7ed4d258a3a3d9e69a901d647a6a92fb8f67859d7c3f314744995173
09:50:37 [2022-06-21T09:50:37.386Z] #60 194.6 + mkdir -p /build
09:50:37 [2022-06-21T09:50:37.386Z] #60 194.6 + cp runc /build/runc
09:50:37 [2022-06-21T09:50:37.386Z] #60 ...
09:50:37 [2022-06-21T09:50:37.386Z] 
09:50:37 [2022-06-21T09:50:37.386Z] #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
09:50:37 [2022-06-21T09:50:37.386Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576
09:50:37 [2022-06-21T09:50:37.386Z] #55 403.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
09:50:37 [2022-06-21T09:50:37.386Z] #55 DONE 403.5s
09:50:37 [2022-06-21T09:50:37.386Z] 
09:50:37 [2022-06-21T09:50:37.386Z] #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
09:50:37 [2022-06-21T09:50:37.386Z] #60 sha256:dc06e28b7ed4d258a3a3d9e69a901d647a6a92fb8f67859d7c3f314744995173
09:50:37 [2022-06-21T09:50:37.386Z] #60 DONE 195.8s
09:50:37 [2022-06-21T09:50:37.386Z] 
09:50:37 [2022-06-21T09:50:37.386Z] #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
09:50:37 [2022-06-21T09:50:37.386Z] #64 sha256:744447383fd6d0979742638ca341dc128de40958a03c3d534747e38890ea17ec
09:50:37 [2022-06-21T09:50:37.541Z] ok  	github.com/docker/docker/builder/dockerfile	0.428s	coverage: 49.3% of statements
09:50:37 [2022-06-21T09:50:37.541Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
09:50:37 [2022-06-21T09:50:37.644Z] #64 ...
09:50:37 [2022-06-21T09:50:37.644Z] 
09:50:37 [2022-06-21T09:50:37.644Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
09:50:37 [2022-06-21T09:50:37.644Z] #56 sha256:6db7bd8bfa641b25b1b2f9b26ecd4fa7419db6b345534ca97d47a95a7fa1e48e
09:50:38 [2022-06-21T09:50:38.113Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
09:50:38 [2022-06-21T09:50:38.208Z] #56 DONE 0.6s
09:50:38 [2022-06-21T09:50:38.208Z] 
09:50:38 [2022-06-21T09:50:38.208Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
09:50:38 [2022-06-21T09:50:38.208Z] #58 sha256:79c686e4787138f01883b4002035ca7426d05a1766fd3617a445e41e234ef8e3
09:50:38 [2022-06-21T09:50:38.208Z] #58 DONE 0.1s
09:50:38 [2022-06-21T09:50:38.208Z] 
09:50:38 [2022-06-21T09:50:38.208Z] #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
09:50:38 [2022-06-21T09:50:38.208Z] #64 sha256:744447383fd6d0979742638ca341dc128de40958a03c3d534747e38890ea17ec
09:50:38 [2022-06-21T09:50:38.466Z] #64 ...
09:50:38 [2022-06-21T09:50:38.466Z] 
09:50:38 [2022-06-21T09:50:38.466Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
09:50:38 [2022-06-21T09:50:38.466Z] #61 sha256:d2a562fa8bea0ec63e993d7757c10a5e69391150f7769adc5acfaf4efe4b7ba6
09:50:38 [2022-06-21T09:50:38.466Z] #61 DONE 0.3s
09:50:38 [2022-06-21T09:50:38.466Z] 
09:50:38 [2022-06-21T09:50:38.466Z] #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
09:50:38 [2022-06-21T09:50:38.466Z] #64 sha256:744447383fd6d0979742638ca341dc128de40958a03c3d534747e38890ea17ec
09:50:39 [2022-06-21T09:50:39.055Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.478s	coverage: 86.3% of statements
09:50:39 [2022-06-21T09:50:39.055Z] ?   	github.com/docker/docker/cli	[no test files]
09:50:39 [2022-06-21T09:50:39.055Z] ?   	github.com/docker/docker/cli/config	[no test files]
09:50:39 [2022-06-21T09:50:39.055Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
09:50:39 [2022-06-21T09:50:39.055Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
09:50:39 [2022-06-21T09:50:39.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:50:39 [2022-06-21T09:50:39.626Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.245s	coverage: 67.6% of statements
09:50:40 [2022-06-21T09:50:40.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:50:40 [2022-06-21T09:50:40.988Z] #64 352.7 + bin/containerd
09:50:42 [2022-06-21T09:50:42.927Z] ok  	github.com/docker/docker/client	0.098s	coverage: 75.7% of statements
09:50:43 [2022-06-21T09:50:43.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:50:45 [2022-06-21T09:50:45.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:50:50 [2022-06-21T09:50:50.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:50:51 [2022-06-21T09:50:51.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:50:54 [2022-06-21T09:50:54.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:50:56 [2022-06-21T09:50:56.664Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:50:56 [2022-06-21T09:50:56.664Z] Using test binary docker
09:50:56 [2022-06-21T09:50:56.664Z] +++ /etc/init.d/apparmor start
09:50:56 [2022-06-21T09:50:56.921Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:50:56 [2022-06-21T09:50:56.921Z] INFO: Waiting for daemon to start...
09:50:56 [2022-06-21T09:50:56.921Z] Starting dockerd
09:50:56 [2022-06-21T09:50:56.921Z] +++ 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
09:50:58 [2022-06-21T09:50:58.812Z] .
09:50:59 [2022-06-21T09:50:59.067Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:50:59 [2022-06-21T09:50:59.067Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:50:59 [2022-06-21T09:50:59.067Z] Error: No such image: emptyfs
09:50:59 [2022-06-21T09:50:59.067Z] ++++ docker load
09:50:59 [2022-06-21T09:50:59.067Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:50:59 [2022-06-21T09:50:59.630Z] Running integration-test (iteration 1)
09:50:59 [2022-06-21T09:50:59.630Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
09:50:59 [2022-06-21T09:50:59.630Z] ++ 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
09:50:59 [2022-06-21T09:50:59.630Z] ++ set -e
09:50:59 [2022-06-21T09:50:59.630Z] ++ '[' -n 0 ']'
09:50:59 [2022-06-21T09:50:59.630Z] ++ set -x
09:50:59 [2022-06-21T09:50:59.630Z] ++ 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
09:51:00 [2022-06-21T09:51:00.560Z] Loaded image: busybox:latest
09:51:00 [2022-06-21T09:51:00.816Z] Loaded image: busybox:glibc
09:51:04 [2022-06-21T09:51:04.986Z] Loaded image: debian:bullseye-slim
09:51:05 [2022-06-21T09:51:05.242Z] Loaded image: hello-world:latest
09:51:05 [2022-06-21T09:51:05.499Z] Loaded image: arm32v7/hello-world:latest
09:51:05 [2022-06-21T09:51:05.499Z] INFO: Testing against a local daemon
09:51:05 [2022-06-21T09:51:05.499Z] === RUN   TestCgroupNamespacesBuild
09:51:06 [2022-06-21T09:51:06.604Z] INFO [linters context/goanalysis] analyzers took 4m43.945966375s with top 10 stages: buildir: 2m0.616399312s, goimports: 24.15250601s, unconvert: 19.40960332s, gosec: 15.472119976s, S1038: 8.004309053s, golint: 7.447897991s, misspell: 5.683714055s, nilness: 4.5807329s, inspect: 4.468741136s, unused: 4.306258901s 
09:51:06 [2022-06-21T09:51:06.604Z] INFO [runner] Issues before processing: 3035, after processing: 0 
09:51:06 [2022-06-21T09:51:06.604Z] INFO [runner] Processors filtering stat (out/in): cgo: 2419/3035, skip_files: 2419/2419, skip_dirs: 2419/2419, exclude: 2036/2036, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, autogenerated_exclude: 2036/2419, identifier_marker: 2036/2036, exclude-rules: 77/2036, nolint: 0/77 
09:51:06 [2022-06-21T09:51:06.604Z] INFO [runner] processing took 84.268468ms with stages: nolint: 32.785333ms, identifier_marker: 22.737494ms, path_prettifier: 9.466799ms, autogenerated_exclude: 8.503419ms, exclude-rules: 8.280706ms, skip_dirs: 1.919771ms, cgo: 401.473µs, filename_unadjuster: 168.451µs, max_same_issues: 1.414µs, uniq_by_line: 659ns, max_from_linter: 428ns, skip_files: 411ns, exclude: 345ns, source_code: 310ns, diff: 304ns, path_shortener: 258ns, severity-rules: 235ns, max_per_file_from_linter: 230ns, sort_results: 229ns, path_prefixer: 199ns 
09:51:06 [2022-06-21T09:51:06.604Z] INFO [runner] linters took 1m32.493089306s with stages: goanalysis_metalinter: 1m32.408626051s 
09:51:06 [2022-06-21T09:51:06.604Z] INFO File cache stats: 1673 entries of total size 8.5MiB 
09:51:06 [2022-06-21T09:51:06.604Z] INFO Memory: 2648 samples, avg is 293.0MB, max is 1200.5MB 
09:51:06 [2022-06-21T09:51:06.604Z] INFO Execution took 4m24.691243183s               
09:51:06 [2022-06-21T09:51:06.604Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
09:51:06 [2022-06-21T09:51:06.931Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh dynbinary test-docker-py
09:51:07 [2022-06-21T09:51:07.189Z] 
09:51:07 [2022-06-21T09:51:07.447Z] Removing bundles/
09:51:07 [2022-06-21T09:51:07.447Z] 
09:51:07 [2022-06-21T09:51:07.447Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:51:07 [2022-06-21T09:51:07.447Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:51:07 [2022-06-21T09:51:07.447Z] GOOS="" GOARCH="" GOARM=""
09:51:08 [2022-06-21T09:51:08.062Z] --- PASS: TestCgroupNamespacesBuild (2.30s)
09:51:08 [2022-06-21T09:51:08.062Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:51:10 [2022-06-21T09:51:10.582Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.26s)
09:51:10 [2022-06-21T09:51:10.582Z] === RUN   TestBuildWithSession
09:51:10 [2022-06-21T09:51:10.582Z]     build_session_test.go:25: TODO: BuildKit
09:51:10 [2022-06-21T09:51:10.582Z] --- SKIP: TestBuildWithSession (0.00s)
09:51:10 [2022-06-21T09:51:10.582Z] === RUN   TestBuildSquashParent
09:51:15 [2022-06-21T09:51:15.057Z] ok  	github.com/docker/docker/cmd/dockerd	0.071s	coverage: 29.7% of statements
09:51:15 [2022-06-21T09:51:15.628Z] ok  	github.com/docker/docker/container	0.118s	coverage: 34.8% of statements
09:51:16 [2022-06-21T09:51:16.200Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.455s	coverage: 0.0% of statements
09:51:16 [2022-06-21T09:51:16.200Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
09:51:16 [2022-06-21T09:51:16.200Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:51:16 [2022-06-21T09:51:16.200Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:51:16 [2022-06-21T09:51:16.200Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:51:16 [2022-06-21T09:51:16.200Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:51:18 [2022-06-21T09:51:18.682Z] --- PASS: TestBuildSquashParent (8.43s)
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:51:18 [2022-06-21T09:51:18.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:51:18 [2022-06-21T09:51:18.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:51:18 [2022-06-21T09:51:18.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:51:18 [2022-06-21T09:51:18.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:51:18 [2022-06-21T09:51:18.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:51:18 [2022-06-21T09:51:18.682Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:51:18 [2022-06-21T09:51:18.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:51:18 [2022-06-21T09:51:18.682Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:51:18 [2022-06-21T09:51:18.682Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:51:21 [2022-06-21T09:51:21.495Z] ok  	github.com/docker/docker/daemon/cluster	0.057s	coverage: 0.5% of statements
09:51:21 [2022-06-21T09:51:21.958Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:51:21 [2022-06-21T09:51:21.958Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:51:22 [2022-06-21T09:51:22.882Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
09:51:24 [2022-06-21T09:51:24.265Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 36.9% of statements
09:51:25 [2022-06-21T09:51:25.233Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:51:25 [2022-06-21T09:51:25.490Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:51:28 [2022-06-21T09:51:28.768Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
09:51:28 [2022-06-21T09:51:28.768Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s)
09:51:28 [2022-06-21T09:51:28.768Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.42s)
09:51:28 [2022-06-21T09:51:28.768Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.29s)
09:51:28 [2022-06-21T09:51:28.768Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.42s)
09:51:28 [2022-06-21T09:51:28.768Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.48s)
09:51:28 [2022-06-21T09:51:28.768Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.43s)
09:51:28 [2022-06-21T09:51:28.768Z] === RUN   TestBuildMultiStageCopy
09:51:28 [2022-06-21T09:51:28.768Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:51:30 [2022-06-21T09:51:30.848Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.447s	coverage: 13.4% of statements
09:51:31 [2022-06-21T09:51:31.790Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 81.5% of statements
09:51:32 [2022-06-21T09:51:32.042Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:51:32 [2022-06-21T09:51:32.042Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:51:32 [2022-06-21T09:51:32.051Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
09:51:32 [2022-06-21T09:51:32.607Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:51:32 [2022-06-21T09:51:32.621Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
09:51:33 [2022-06-21T09:51:33.538Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:51:33 [2022-06-21T09:51:33.795Z] --- PASS: TestBuildMultiStageCopy (5.05s)
09:51:33 [2022-06-21T09:51:33.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.77s)
09:51:33 [2022-06-21T09:51:33.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s)
09:51:33 [2022-06-21T09:51:33.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s)
09:51:33 [2022-06-21T09:51:33.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s)
09:51:33 [2022-06-21T09:51:33.795Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s)
09:51:33 [2022-06-21T09:51:33.795Z] === RUN   TestBuildMultiStageParentConfig
09:51:34 [2022-06-21T09:51:34.005Z] ok  	github.com/docker/docker/daemon	10.138s	coverage: 16.1% of statements
09:51:34 [2022-06-21T09:51:34.005Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:51:34 [2022-06-21T09:51:34.005Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:51:34 [2022-06-21T09:51:34.005Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:51:34 [2022-06-21T09:51:34.005Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
09:51:34 [2022-06-21T09:51:34.005Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.512s	coverage: 74.8% of statements
09:51:34 [2022-06-21T09:51:34.947Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.295s	coverage: 56.2% of statements
09:51:35 [2022-06-21T09:51:35.690Z] --- PASS: TestBuildMultiStageParentConfig (1.46s)
09:51:35 [2022-06-21T09:51:35.690Z] === RUN   TestBuildLabelWithTargets
09:51:35 [2022-06-21T09:51:35.888Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 3.0% of statements
09:51:36 [2022-06-21T09:51:36.833Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.016s	coverage: 1.9% of statements
09:51:37 [2022-06-21T09:51:37.178Z] #64 403.0 # github.com/containerd/containerd/cmd/containerd
09:51:37 [2022-06-21T09:51:37.178Z] #64 403.0 /usr/bin/ld: /tmp/go-link-1287572155/000019.o: in function `New':
09:51:37 [2022-06-21T09:51:37.178Z] #64 403.0 /tmp/tmp.vOU305jZtN/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
09:51:37 [2022-06-21T09:51:37.178Z] #64 403.1 + bin/containerd-stress
09:51:37 [2022-06-21T09:51:37.178Z] #64 404.1 + bin/containerd-shim
09:51:37 [2022-06-21T09:51:37.581Z] --- PASS: TestBuildLabelWithTargets (2.16s)
09:51:37 [2022-06-21T09:51:37.581Z] === RUN   TestBuildWithEmptyLayers
09:51:38 [2022-06-21T09:51:38.229Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.164s	coverage: 50.6% of statements
09:51:38 [2022-06-21T09:51:38.950Z] --- PASS: TestBuildWithEmptyLayers (1.28s)
09:51:38 [2022-06-21T09:51:38.950Z] === RUN   TestBuildMultiStageOnBuild
09:51:39 [2022-06-21T09:51:39.613Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.203s	coverage: 45.9% of statements
09:51:39 [2022-06-21T09:51:39.613Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:51:40 [2022-06-21T09:51:40.184Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.937s	coverage: 58.5% of statements
09:51:40 [2022-06-21T09:51:40.184Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:51:40 [2022-06-21T09:51:40.184Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:51:40 [2022-06-21T09:51:40.447Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.007s	coverage: 58.5% of statements
09:51:41 [2022-06-21T09:51:41.390Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.022s	coverage: 3.0% of statements
09:51:41 [2022-06-21T09:51:41.652Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
09:51:42 [2022-06-21T09:51:42.264Z] --- PASS: TestBuildMultiStageOnBuild (3.28s)
09:51:42 [2022-06-21T09:51:42.264Z] === RUN   TestBuildUncleanTarFilenames
09:51:42 [2022-06-21T09:51:42.594Z] ok  	github.com/docker/docker/daemon/images	0.036s	coverage: 6.6% of statements
09:51:42 [2022-06-21T09:51:42.594Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:51:42 [2022-06-21T09:51:42.594Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:51:43 [2022-06-21T09:51:43.166Z] ok  	github.com/docker/docker/daemon/logger	0.217s	coverage: 43.2% of statements
09:51:43 [2022-06-21T09:51:43.737Z] #64 415.2 + bin/containerd-shim-runc-v1
09:51:43 [2022-06-21T09:51:43.737Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.150s	coverage: 79.9% of statements
09:51:43 [2022-06-21T09:51:43.737Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.011s	coverage: 53.6% of statements
09:51:43 [2022-06-21T09:51:43.737Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:51:44 [2022-06-21T09:51:44.154Z] --- PASS: TestBuildUncleanTarFilenames (1.95s)
09:51:44 [2022-06-21T09:51:44.154Z] === RUN   TestBuildMultiStageLayerLeak
09:51:44 [2022-06-21T09:51:44.309Z] ok  	github.com/docker/docker/daemon/logger/journald	0.010s	coverage: 23.4% of statements
09:51:44 [2022-06-21T09:51:44.309Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.016s	coverage: 68.2% of statements
09:51:44 [2022-06-21T09:51:44.881Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
09:51:45 [2022-06-21T09:51:45.457Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.140s	coverage: 76.8% of statements
09:51:45 [2022-06-21T09:51:45.718Z] ok  	github.com/docker/docker/daemon/logger/local	0.023s	coverage: 79.4% of statements
09:51:45 [2022-06-21T09:51:45.718Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:51:45 [2022-06-21T09:51:45.718Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
09:51:46 [2022-06-21T09:51:46.660Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.025s	coverage: 31.5% of statements
09:51:46 [2022-06-21T09:51:46.660Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.023s	coverage: 62.0% of statements
09:51:47 [2022-06-21T09:51:47.264Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.011s	coverage: 46.8% of statements
09:51:47 [2022-06-21T09:51:47.424Z] --- PASS: TestBuildMultiStageLayerLeak (3.24s)
09:51:47 [2022-06-21T09:51:47.425Z] === RUN   TestBuildWithHugeFile
09:51:47 [2022-06-21T09:51:47.533Z] ok  	github.com/docker/docker/daemon/logger/templates	0.007s	coverage: 8.3% of statements
09:51:48 [2022-06-21T09:51:48.109Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
09:51:49 [2022-06-21T09:51:49.052Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.575s	coverage: 82.5% of statements
09:51:49 [2022-06-21T09:51:49.052Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:51:49 [2022-06-21T09:51:49.052Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:51:49 [2022-06-21T09:51:49.623Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
09:51:50 [2022-06-21T09:51:50.194Z] ok  	github.com/docker/docker/distribution	0.610s	coverage: 28.0% of statements
09:51:50 [2022-06-21T09:51:50.194Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:51:50 [2022-06-21T09:51:50.284Z] #64 421.4 + bin/containerd-shim-runc-v2
09:51:50 [2022-06-21T09:51:50.541Z] #64 422.2 + binaries
09:51:50 [2022-06-21T09:51:50.541Z] #64 422.2 + install -D bin/containerd /build/containerd
09:51:50 [2022-06-21T09:51:50.541Z] #64 422.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
09:51:50 [2022-06-21T09:51:50.541Z] #64 422.2 + install -D bin/ctr /build/ctr
09:51:50 [2022-06-21T09:51:50.767Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
09:51:51 [2022-06-21T09:51:51.339Z] ok  	github.com/docker/docker/image	0.025s	coverage: 86.9% of statements
09:51:51 [2022-06-21T09:51:51.600Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
09:51:52 [2022-06-21T09:51:52.172Z] ok  	github.com/docker/docker/distribution/xfer	1.889s	coverage: 85.4% of statements
09:51:52 [2022-06-21T09:51:52.172Z] ?   	github.com/docker/docker/dockerversion	[no test files]
09:51:52 [2022-06-21T09:51:52.172Z] ok  	github.com/docker/docker/image/tarexport	0.018s	coverage: 0.7% of statements
09:51:52 [2022-06-21T09:51:52.172Z] ?   	github.com/docker/docker/image/v1	[no test files]
09:51:52 [2022-06-21T09:51:52.172Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
09:51:52 [2022-06-21T09:51:52.430Z] #64 DONE 424.1s
09:51:52 [2022-06-21T09:51:52.433Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
09:51:53 [2022-06-21T09:51:53.359Z] 
09:51:53 [2022-06-21T09:51:53.359Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
09:51:53 [2022-06-21T09:51:53.359Z] #65 sha256:af804eadf7240e161ad47ff8b61b5a2463b0067e796887893e3192041b64a461
09:51:53 [2022-06-21T09:51:53.375Z] ok  	github.com/docker/docker/oci	0.010s	coverage: 46.0% of statements
09:51:53 [2022-06-21T09:51:53.921Z] #65 DONE 0.9s
09:51:53 [2022-06-21T09:51:53.945Z] ok  	github.com/docker/docker/opts	0.025s	coverage: 66.0% of statements
09:51:53 [2022-06-21T09:51:53.945Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
09:51:54 [2022-06-21T09:51:54.177Z] 
09:51:54 [2022-06-21T09:51:54.177Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:51:54 [2022-06-21T09:51:54.177Z] #70 sha256:ec40177bf50ff79d0eedd49552042e8bcf7b306d82d4213e8e7eb071c3ab9558
09:51:54 [2022-06-21T09:51:54.433Z] #70 DONE 0.2s
09:51:54 [2022-06-21T09:51:54.433Z] 
09:51:54 [2022-06-21T09:51:54.433Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
09:51:54 [2022-06-21T09:51:54.433Z] #75 sha256:8ed42cf4b5a47e917042ca638fb0ec5af3d95b846c34bea661f5ab1672ea2639
09:51:55 [2022-06-21T09:51:55.382Z] #75 DONE 0.9s
09:51:55 [2022-06-21T09:51:55.382Z] 
09:51:55 [2022-06-21T09:51:55.382Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
09:51:55 [2022-06-21T09:51:55.382Z] #78 sha256:2ca7c90668cb61bcb69af1ca11f2c7b0a04a058ecc17a9b98cc3f2fbfe8a16f7
09:51:55 [2022-06-21T09:51:55.382Z] #78 DONE 0.1s
09:51:55 [2022-06-21T09:51:55.382Z] 
09:51:55 [2022-06-21T09:51:55.382Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:51:55 [2022-06-21T09:51:55.382Z] #79 sha256:54fde4306209106b7af5c9c1ba0edad5e4ba2f064179e0edc1041cbb84e35fa4
09:51:55 [2022-06-21T09:51:55.382Z] #79 DONE 0.0s
09:51:55 [2022-06-21T09:51:55.382Z] 
09:51:55 [2022-06-21T09:51:55.382Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
09:51:55 [2022-06-21T09:51:55.382Z] #80 sha256:81f714400285823cc88eb6aaff054120e85cdbac8811e42e1139dd1b5a5324bf
09:51:55 [2022-06-21T09:51:55.382Z] #80 DONE 0.0s
09:51:55 [2022-06-21T09:51:55.382Z] 
09:51:55 [2022-06-21T09:51:55.382Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
09:51:55 [2022-06-21T09:51:55.382Z] #81 sha256:f5ad1e8fe5fada72a9a2b28aae0b895b2d70c096ca823d3fe74d6cfe90111a0c
09:51:55 [2022-06-21T09:51:55.859Z] ok  	github.com/docker/docker/pkg/archive	0.289s	coverage: 82.3% of statements
09:51:56 [2022-06-21T09:51:56.430Z] ok  	github.com/docker/docker/pkg/authorization	0.512s	coverage: 68.3% of statements
09:51:56 [2022-06-21T09:51:56.691Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
09:51:56 [2022-06-21T09:51:56.951Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
09:51:57 [2022-06-21T09:51:57.929Z] #81 DONE 2.3s
09:51:57 [2022-06-21T09:51:57.929Z] 
09:51:57 [2022-06-21T09:51:57.929Z] #82 exporting to image
09:51:57 [2022-06-21T09:51:57.929Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
09:51:57 [2022-06-21T09:51:57.929Z] #82 exporting layers
09:52:00 [2022-06-21T09:52:00.249Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.513s	coverage: 42.7% of statements
09:52:00 [2022-06-21T09:52:00.249Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
09:52:00 [2022-06-21T09:52:00.510Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
09:52:00 [2022-06-21T09:52:00.510Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
09:52:01 [2022-06-21T09:52:01.082Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 87.2% of statements
09:52:01 [2022-06-21T09:52:01.082Z] ok  	github.com/docker/docker/layer	7.417s	coverage: 69.0% of statements
09:52:01 [2022-06-21T09:52:01.082Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:52:01 [2022-06-21T09:52:01.082Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:52:01 [2022-06-21T09:52:01.082Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:52:01 [2022-06-21T09:52:01.082Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:52:01 [2022-06-21T09:52:01.082Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:52:01 [2022-06-21T09:52:01.082Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:52:01 [2022-06-21T09:52:01.344Z] ok  	github.com/docker/docker/pkg/fsutils	0.170s	coverage: 85.1% of statements
09:52:01 [2022-06-21T09:52:01.344Z] ok  	github.com/docker/docker/pkg/homedir	0.012s	coverage: 11.4% of statements
09:52:02 [2022-06-21T09:52:02.731Z] ok  	github.com/docker/docker/pkg/idtools	0.430s	coverage: 67.9% of statements
09:52:02 [2022-06-21T09:52:02.731Z] ok  	github.com/docker/docker/pkg/ioutils	0.359s	coverage: 71.0% of statements
09:52:02 [2022-06-21T09:52:02.731Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
09:52:02 [2022-06-21T09:52:02.731Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
09:52:02 [2022-06-21T09:52:02.731Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:52:02 [2022-06-21T09:52:02.992Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
09:52:02 [2022-06-21T09:52:02.992Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
09:52:03 [2022-06-21T09:52:03.253Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
09:52:03 [2022-06-21T09:52:03.515Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.5% of statements
09:52:03 [2022-06-21T09:52:03.515Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
09:52:03 [2022-06-21T09:52:03.515Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:52:03 [2022-06-21T09:52:03.515Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:52:04 [2022-06-21T09:52:04.087Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.013s	coverage: 56.8% of statements
09:52:04 [2022-06-21T09:52:04.348Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
09:52:04 [2022-06-21T09:52:04.471Z] #82 exporting layers 6.7s done
09:52:04 [2022-06-21T09:52:04.471Z] #82 writing image sha256:e9abb4a5a87396a17855388038f8a1a6abe17fc800e771f14cd7e18c09d0749d done
09:52:04 [2022-06-21T09:52:04.471Z] #82 naming to docker.io/library/docker:8f64a1ec53121ef4a2750307613340b2c2eaafda done
09:52:04 [2022-06-21T09:52:04.471Z] #82 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:52:04 [2022-06-21T09:52:04.610Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
09:52:04 [2022-06-21T09:52:04.809Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -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:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh dynbinary test-integration
09:52:04 [2022-06-21T09:52:04.871Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
09:52:06 [2022-06-21T09:52:06.254Z] ok  	github.com/docker/docker/pkg/pubsub	1.046s	coverage: 75.0% of statements
09:52:06 [2022-06-21T09:52:06.515Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
09:52:06 [2022-06-21T09:52:06.698Z] 
09:52:06 [2022-06-21T09:52:06.698Z] Removing bundles/
09:52:06 [2022-06-21T09:52:06.698Z] 
09:52:06 [2022-06-21T09:52:06.698Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:52:06 [2022-06-21T09:52:06.698Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:52:06 [2022-06-21T09:52:06.698Z] GOOS="" GOARCH="" GOARM=""
09:52:06 [2022-06-21T09:52:06.776Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
09:52:06 [2022-06-21T09:52:06.776Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
09:52:07 [2022-06-21T09:52:07.036Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
09:52:07 [2022-06-21T09:52:07.298Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
09:52:07 [2022-06-21T09:52:07.870Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
09:52:08 [2022-06-21T09:52:08.131Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
09:52:08 [2022-06-21T09:52:08.391Z] ok  	github.com/docker/docker/pkg/tailfile	0.042s	coverage: 88.6% of statements
09:52:08 [2022-06-21T09:52:08.962Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.3% of statements
09:52:09 [2022-06-21T09:52:09.222Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
09:52:09 [2022-06-21T09:52:09.483Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
09:52:11 [2022-06-21T09:52:11.399Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
09:52:11 [2022-06-21T09:52:11.661Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
09:52:11 [2022-06-21T09:52:11.922Z] ok  	github.com/docker/docker/profiles/seccomp	0.027s	coverage: 86.0% of statements
09:52:13 [2022-06-21T09:52:13.307Z] ok  	github.com/docker/docker/quota	0.231s	coverage: 71.4% of statements
09:52:13 [2022-06-21T09:52:13.307Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
09:52:14 [2022-06-21T09:52:14.252Z] ok  	github.com/docker/docker/registry	0.082s	coverage: 58.6% of statements
09:52:14 [2022-06-21T09:52:14.822Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
09:52:14 [2022-06-21T09:52:14.823Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
09:52:15 [2022-06-21T09:52:15.394Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
09:52:15 [2022-06-21T09:52:15.655Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
09:52:16 [2022-06-21T09:52:16.619Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:52:16 [2022-06-21T09:52:16.619Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:52:16 [2022-06-21T09:52:16.619Z] GOOS="" GOARCH="" GOARM=""
09:52:16 [2022-06-21T09:52:16.619Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:52:16 [2022-06-21T09:52:16.619Z] 
09:52:16 [2022-06-21T09:52:16.619Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:52:16 [2022-06-21T09:52:16.619Z] DOCKER_SYSTEMD=1
09:52:16 [2022-06-21T09:52:16.619Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:52:16 [2022-06-21T09:52:16.619Z] HOSTNAME=8c3cb3829b97
09:52:16 [2022-06-21T09:52:16.619Z] DEST=bundles/test-integration
09:52:16 [2022-06-21T09:52:16.619Z] PWD=/go/src/github.com/docker/docker
09:52:16 [2022-06-21T09:52:16.619Z] DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda
09:52:16 [2022-06-21T09:52:16.619Z] container=docker
09:52:16 [2022-06-21T09:52:16.619Z] HOME=/root
09:52:16 [2022-06-21T09:52:16.619Z] LANG=C.UTF-8
09:52:16 [2022-06-21T09:52:16.619Z] INVOCATION_ID=4d0ecf28d1ad40f8b94a183cd2b98d89
09:52:16 [2022-06-21T09:52:16.619Z] GOLANG_VERSION=1.18.3
09:52:16 [2022-06-21T09:52:16.619Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:52:16 [2022-06-21T09:52:16.619Z] VALIDATE_BRANCH=master
09:52:16 [2022-06-21T09:52:16.619Z] TERM=xterm
09:52:16 [2022-06-21T09:52:16.619Z] DOCKER_PKG=github.com/docker/docker
09:52:16 [2022-06-21T09:52:16.619Z] SHLVL=3
09:52:16 [2022-06-21T09:52:16.619Z] TIMEOUT=120m
09:52:16 [2022-06-21T09:52:16.619Z] DOCKER_BUILDTAGS= journald
09:52:16 [2022-06-21T09:52:16.619Z] DOCKER_GRAPHDRIVER=overlay2
09:52:16 [2022-06-21T09:52:16.619Z] GO111MODULE=off
09:52:16 [2022-06-21T09:52:16.619Z] DOCKER_EXPERIMENTAL=1
09:52:16 [2022-06-21T09:52:16.619Z] TEST_SKIP_INTEGRATION_CLI=1
09:52:16 [2022-06-21T09:52:16.619Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:52:16 [2022-06-21T09:52:16.619Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:52:16 [2022-06-21T09:52:16.619Z] GOPATH=/go
09:52:16 [2022-06-21T09:52:16.619Z] PKG_CONFIG=pkg-config
09:52:16 [2022-06-21T09:52:16.619Z] _=/usr/bin/env
09:52:16 [2022-06-21T09:52:16.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:52:17 [2022-06-21T09:52:17.569Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
09:52:17 [2022-06-21T09:52:17.830Z] ok  	github.com/docker/docker/volume/local	0.074s	coverage: 76.8% of statements
09:52:18 [2022-06-21T09:52:18.402Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
09:52:19 [2022-06-21T09:52:19.343Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
09:52:41 [2022-06-21T09:52:41.300Z] ok  	github.com/docker/docker/pkg/plugins	33.634s	coverage: 76.3% of statements
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/rootless	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/testutil/request	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/volume	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === Skipped
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     network_proxy_test.go:208: No support for dual stack yet
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver btrfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver btrfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver btrfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver btrfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver btrfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:71: No driver to put!
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z] time="2022-06-21T09:51:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z] time="2022-06-21T09:51:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z] time="2022-06-21T09:51:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z] time="2022-06-21T09:51:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z] time="2022-06-21T09:51:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:71: No driver to put!
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     overlay_test.go:50: Fails to compute changes intermittently
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver zfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver zfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver zfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver zfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:44: Driver zfs not supported
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     graphtest_unix.go:71: No driver to put!
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:52:41 [2022-06-21T09:52:41.300Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
09:52:41 [2022-06-21T09:52:41.300Z] 
09:52:41 [2022-06-21T09:52:41.300Z] DONE 2785 tests, 28 skipped in 207.030s
09:52:41 [2022-06-21T09:52:41.300Z] + '[' -n 'github.com/docker/docker/libnetwork
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/bitseq
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cluster
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/config
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/datastore
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/diagnostic
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/discoverapi
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/driverapi
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/bridge
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/host
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/null
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/overlay
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/remote
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/windows
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/drvregistry
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/etchosts
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/idm
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/internal/caller
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipam
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipamapi
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipams/builtin
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipams/null
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipams/remote
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ipamutils
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/iptables
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/netlabel
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/netutils
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/networkdb
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/ns
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/options
09:52:41 [2022-06-21T09:52:41.300Z] github.com/docker/docker/libnetwork/osl
09:52:41 [2022-06-21T09:52:41.301Z] github.com/docker/docker/libnetwork/osl/kernel
09:52:41 [2022-06-21T09:52:41.301Z] github.com/docker/docker/libnetwork/portallocator
09:52:41 [2022-06-21T09:52:41.301Z] github.com/docker/docker/libnetwork/portmapper
09:52:41 [2022-06-21T09:52:41.301Z] github.com/docker/docker/libnetwork/resolvconf
09:52:41 [2022-06-21T09:52:41.301Z] github.com/docker/docker/libnetwork/testutils
09:52:41 [2022-06-21T09:52:41.301Z] github.com/docker/docker/libnetwork/types' ']'
09:52:41 [2022-06-21T09:52:41.301Z] + 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
09:53:03 [2022-06-21T09:53:03.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:53:03 [2022-06-21T09:53:03.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:53:13 [2022-06-21T09:53:13.905Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:53:13 [2022-06-21T09:53:13.905Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:53:13 [2022-06-21T09:53:13.905Z] GOOS="" GOARCH="" GOARM=""
09:53:13 [2022-06-21T09:53:13.905Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:53:13 [2022-06-21T09:53:13.905Z] 
09:53:13 [2022-06-21T09:53:13.905Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
09:53:13 [2022-06-21T09:53:13.905Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
09:53:13 [2022-06-21T09:53:13.905Z] Using test binary docker
09:53:13 [2022-06-21T09:53:13.905Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:53:13 [2022-06-21T09:53:13.905Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:53:13 [2022-06-21T09:53:13.905Z] INFO: Waiting for daemon to start...
09:53:13 [2022-06-21T09:53:13.905Z] Starting dockerd
09:53:13 [2022-06-21T09:53:13.905Z] .
09:53:13 [2022-06-21T09:53:13.905Z] INFO: Building docker-sdk-python3:5.0.3...
09:53:25 [2022-06-21T09:53:25.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork	37.422s	coverage: 40.6% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.140s	coverage: 84.4% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.501s	coverage: 59.9% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.033s	coverage: 4.0% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.017s	coverage: 4.5% of statements
09:53:28 [2022-06-21T09:53:28.071Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
09:53:28 [2022-06-21T09:53:28.071Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
09:53:30 [2022-06-21T09:53:30.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:53:36 [2022-06-21T09:53:36.203Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.759s	coverage: 7.2% of statements
09:53:36 [2022-06-21T09:53:36.203Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
09:53:36 [2022-06-21T09:53:36.775Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
09:53:37 [2022-06-21T09:53:37.035Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
09:53:37 [2022-06-21T09:53:37.035Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
09:53:37 [2022-06-21T09:53:37.035Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
09:53:37 [2022-06-21T09:53:37.296Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
09:53:37 [2022-06-21T09:53:37.557Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
09:53:37 [2022-06-21T09:53:37.818Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.010s	coverage: 81.2% of statements
09:53:38 [2022-06-21T09:53:38.078Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
09:53:38 [2022-06-21T09:53:38.078Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
09:53:38 [2022-06-21T09:53:38.828Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:53:38 [2022-06-21T09:53:38.828Z] Using test binary docker
09:53:38 [2022-06-21T09:53:38.828Z] +++ /etc/init.d/apparmor start
09:53:38 [2022-06-21T09:53:38.828Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:53:38 [2022-06-21T09:53:38.828Z] INFO: Waiting for daemon to start...
09:53:38 [2022-06-21T09:53:38.828Z] Starting dockerd
09:53:38 [2022-06-21T09:53:38.828Z] +++ 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
09:53:38 [2022-06-21T09:53:38.828Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:53:38 [2022-06-21T09:53:38.828Z] Using test binary docker
09:53:38 [2022-06-21T09:53:38.828Z] +++ /etc/init.d/apparmor start
09:53:38 [2022-06-21T09:53:38.828Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:53:38 [2022-06-21T09:53:38.828Z] INFO: Waiting for daemon to start...
09:53:38 [2022-06-21T09:53:38.828Z] Starting dockerd
09:53:38 [2022-06-21T09:53:38.828Z] +++ 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
09:53:38 [2022-06-21T09:53:38.828Z] .
09:53:38 [2022-06-21T09:53:38.828Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:53:38 [2022-06-21T09:53:38.828Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:53:38 [2022-06-21T09:53:38.828Z] Error: No such image: emptyfs
09:53:38 [2022-06-21T09:53:38.828Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:53:38 [2022-06-21T09:53:38.828Z] ++++ docker load
09:53:38 [2022-06-21T09:53:38.828Z] Running integration-test (iteration 1)
09:53:38 [2022-06-21T09:53:38.828Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
09:53:38 [2022-06-21T09:53:38.828Z] ++ 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)/'
09:53:38 [2022-06-21T09:53:38.828Z] ++ set -e
09:53:38 [2022-06-21T09:53:38.828Z] ++ '[' -n 0 ']'
09:53:38 [2022-06-21T09:53:38.828Z] ++ set -x
09:53:38 [2022-06-21T09:53:38.828Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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)/'
09:53:38 [2022-06-21T09:53:38.828Z] 
09:53:38 [2022-06-21T09:53:38.828Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:53:38 [2022-06-21T09:53:38.828Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:53:38 [2022-06-21T09:53:38.828Z] Error: No such image: emptyfs
09:53:38 [2022-06-21T09:53:38.828Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:53:38 [2022-06-21T09:53:38.828Z] ++++ docker load
09:53:38 [2022-06-21T09:53:38.828Z] Running integration-test (iteration 1)
09:53:38 [2022-06-21T09:53:38.828Z] 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)/
09:53:38 [2022-06-21T09:53:38.828Z] ++ 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)/'
09:53:38 [2022-06-21T09:53:38.828Z] ++ set -e
09:53:38 [2022-06-21T09:53:38.828Z] ++ '[' -n 0 ']'
09:53:38 [2022-06-21T09:53:38.828Z] ++ set -x
09:53:38 [2022-06-21T09:53:38.828Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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)/'
09:53:38 [2022-06-21T09:53:38.828Z] Loaded image: busybox:latest
09:53:38 [2022-06-21T09:53:38.828Z] Loaded image: busybox:glibc
09:53:38 [2022-06-21T09:53:38.828Z] Loaded image: busybox:latest
09:53:38 [2022-06-21T09:53:38.828Z] Loaded image: busybox:glibc
09:53:40 [2022-06-21T09:53:40.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:53:40 [2022-06-21T09:53:40.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:53:40 [2022-06-21T09:53:40.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:53:41 [2022-06-21T09:53:41.347Z] Loaded image: debian:bullseye-slim
09:53:41 [2022-06-21T09:53:41.605Z] Loaded image: hello-world:latest
09:53:41 [2022-06-21T09:53:41.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:53:41 [2022-06-21T09:53:41.862Z] Loaded image: arm32v7/hello-world:latest
09:53:42 [2022-06-21T09:53:42.120Z] INFO: Testing against a local daemon
09:53:42 [2022-06-21T09:53:42.120Z] === RUN   TestDockerDaemonSuite
09:53:42 [2022-06-21T09:53:42.120Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
09:53:42 [2022-06-21T09:53:42.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:53:42 [2022-06-21T09:53:42.377Z] Loaded image: debian:bullseye-slim
09:53:42 [2022-06-21T09:53:42.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:53:42 [2022-06-21T09:53:42.634Z] Loaded image: hello-world:latest
09:53:42 [2022-06-21T09:53:42.891Z] Loaded image: arm32v7/hello-world:latest
09:53:43 [2022-06-21T09:53:43.148Z] INFO: Testing against a local daemon
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIErrorJSON
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
09:53:43 [2022-06-21T09:53:43.148Z] === RUN   TestDockerSuite/TestAPIImagesDelete
09:53:43 [2022-06-21T09:53:43.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:53:45 [2022-06-21T09:53:45.668Z] === RUN   TestDockerSuite/TestAPIImagesFilter
09:53:45 [2022-06-21T09:53:45.668Z] === RUN   TestDockerSuite/TestAPIImagesHistory
09:53:46 [2022-06-21T09:53:46.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:53:46 [2022-06-21T09:53:46.230Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
09:53:46 [2022-06-21T09:53:46.230Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
09:53:46 [2022-06-21T09:53:46.794Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
09:53:46 [2022-06-21T09:53:46.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:53:47 [2022-06-21T09:53:47.051Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
09:53:47 [2022-06-21T09:53:47.051Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
09:53:47 [2022-06-21T09:53:47.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:53:48 [2022-06-21T09:53:48.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:53:48 [2022-06-21T09:53:48.435Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
09:53:48 [2022-06-21T09:53:48.697Z] === RUN   TestDockerSuite/TestAPINetworkFilter
09:53:48 [2022-06-21T09:53:48.697Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
09:53:48 [2022-06-21T09:53:48.697Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
09:53:49 [2022-06-21T09:53:49.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:53:49 [2022-06-21T09:53:49.624Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
09:53:49 [2022-06-21T09:53:49.880Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
09:53:50 [2022-06-21T09:53:50.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:53:50 [2022-06-21T09:53:50.307Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
09:53:50 [2022-06-21T09:53:50.809Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
09:53:50 [2022-06-21T09:53:50.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:53:51 [2022-06-21T09:53:51.065Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
09:53:51 [2022-06-21T09:53:51.065Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
09:53:51 [2022-06-21T09:53:51.065Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
09:53:51 [2022-06-21T09:53:51.321Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
09:53:51 [2022-06-21T09:53:51.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:53:52 [2022-06-21T09:53:52.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:53:52 [2022-06-21T09:53:52.623Z] sha256:b7858e4e96160ee28fb43fec185d11b7a43649548e1ef3e887ab2bd5503b6ae9
09:53:52 [2022-06-21T09:53:52.623Z] INFO: Starting docker-py tests...
09:53:52 [2022-06-21T09:53:52.623Z] ============================= test session starts ==============================
09:53:52 [2022-06-21T09:53:52.623Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
09:53:52 [2022-06-21T09:53:52.623Z] rootdir: /src, inifile: pytest.ini
09:53:52 [2022-06-21T09:53:52.623Z] plugins: cov-2.6.1, timeout-1.3.3
09:53:52 [2022-06-21T09:53:52.623Z] collected 395 items / 2 deselected / 393 selected
09:53:52 [2022-06-21T09:53:52.623Z] 
09:53:53 [2022-06-21T09:53:53.417Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:53:53 [2022-06-21T09:53:53.417Z] Using test binary docker
09:53:53 [2022-06-21T09:53:53.417Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:53:53 [2022-06-21T09:53:53.417Z] Starting apparmor (via systemctl): apparmor.service.
09:53:53 [2022-06-21T09:53:53.417Z] INFO: Waiting for daemon to start...
09:53:53 [2022-06-21T09:53:53.417Z] Starting dockerd
09:53:54 [2022-06-21T09:53:54.587Z] --- PASS: TestBuildWithHugeFile (126.93s)
09:53:54 [2022-06-21T09:53:54.587Z] === RUN   TestBuildWCOWSandboxSize
09:53:54 [2022-06-21T09:53:54.587Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:53:54 [2022-06-21T09:53:54.587Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:53:54 [2022-06-21T09:53:54.587Z] === RUN   TestBuildWithEmptyDockerfile
09:53:54 [2022-06-21T09:53:54.587Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:53:54 [2022-06-21T09:53:54.587Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:53:54 [2022-06-21T09:53:54.588Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
09:53:54 [2022-06-21T09:53:54.588Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
09:53:54 [2022-06-21T09:53:54.588Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
09:53:54 [2022-06-21T09:53:54.588Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:53:54 [2022-06-21T09:53:54.588Z] === RUN   TestBuildPreserveOwnership
09:53:54 [2022-06-21T09:53:54.588Z] === RUN   TestBuildPreserveOwnership/copy_from
09:53:54 [2022-06-21T09:53:54.845Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
09:53:56 [2022-06-21T09:53:56.701Z] .
09:53:56 [2022-06-21T09:53:56.701Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:53:56 [2022-06-21T09:53:56.701Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:53:56 [2022-06-21T09:53:56.701Z] Error: No such image: emptyfs
09:53:56 [2022-06-21T09:53:56.701Z] Running integration-test (iteration 1)
09:53:56 [2022-06-21T09:53:56.701Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
09:53:56 [2022-06-21T09:53:56.701Z] Loaded image: busybox:latest
09:53:56 [2022-06-21T09:53:56.739Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:53:56 [2022-06-21T09:53:56.959Z] Loaded image: busybox:glibc
09:53:56 [2022-06-21T09:53:56.995Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
09:53:57 [2022-06-21T09:53:57.922Z] --- PASS: TestBuildPreserveOwnership (3.37s)
09:53:57 [2022-06-21T09:53:57.922Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.12s)
09:53:57 [2022-06-21T09:53:57.922Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.24s)
09:53:57 [2022-06-21T09:53:57.922Z] === RUN   TestBuildPlatformInvalid
09:53:57 [2022-06-21T09:53:57.922Z] --- PASS: TestBuildPlatformInvalid (0.08s)
09:53:57 [2022-06-21T09:53:57.922Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:53:58 [2022-06-21T09:53:58.361Z] Loaded image: debian:bullseye-slim
09:53:58 [2022-06-21T09:53:58.361Z] Loaded image: hello-world:latest
09:53:58 [2022-06-21T09:53:58.361Z] Loaded image: arm32v7/hello-world:latest
09:53:58 [2022-06-21T09:53:58.361Z] INFO: Testing against a local daemon
09:53:58 [2022-06-21T09:53:58.361Z] === RUN   TestCgroupNamespacesBuild
09:53:58 [2022-06-21T09:53:58.482Z] Loaded image: busybox:latest
09:53:58 [2022-06-21T09:53:58.739Z] Loaded image: busybox:glibc
09:53:58 [2022-06-21T09:53:58.995Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
09:53:59 [2022-06-21T09:53:59.768Z] --- PASS: TestCgroupNamespacesBuild (1.31s)
09:53:59 [2022-06-21T09:53:59.768Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:54:00 [2022-06-21T09:54:00.886Z] Loaded image: debian:bullseye-slim
09:54:00 [2022-06-21T09:54:00.886Z] Loaded image: hello-world:latest
09:54:00 [2022-06-21T09:54:00.886Z] Loaded image: arm32v7/hello-world:latest
09:54:01 [2022-06-21T09:54:01.142Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
09:54:01 [2022-06-21T09:54:01.145Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.26s)
09:54:01 [2022-06-21T09:54:01.145Z] === RUN   TestBuildWithSession
09:54:01 [2022-06-21T09:54:01.145Z]     build_session_test.go:25: TODO: BuildKit
09:54:01 [2022-06-21T09:54:01.145Z] --- SKIP: TestBuildWithSession (0.00s)
09:54:01 [2022-06-21T09:54:01.145Z] === RUN   TestBuildSquashParent
09:54:01 [2022-06-21T09:54:01.706Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
09:54:02 [2022-06-21T09:54:02.272Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
09:54:03 [2022-06-21T09:54:03.200Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
09:54:03 [2022-06-21T09:54:03.763Z] === RUN   TestDockerSuite/TestAttachAfterDetach
09:54:04 [2022-06-21T09:54:04.636Z] tests/integration/api_build_test.py .......................X             [  6%]
09:54:05 [2022-06-21T09:54:05.201Z] tests/integration/api_client_test.py .....                               [  7%]
09:54:05 [2022-06-21T09:54:05.210Z] ok  	github.com/docker/docker/libnetwork/ipam	15.856s	coverage: 85.3% of statements
09:54:05 [2022-06-21T09:54:05.210Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
09:54:05 [2022-06-21T09:54:05.210Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
09:54:05 [2022-06-21T09:54:05.210Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
09:54:05 [2022-06-21T09:54:05.333Z] --- PASS: TestBuildSquashParent (4.32s)
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:54:05 [2022-06-21T09:54:05.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:54:05 [2022-06-21T09:54:05.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:54:05 [2022-06-21T09:54:05.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:54:05 [2022-06-21T09:54:05.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:54:05 [2022-06-21T09:54:05.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:54:05 [2022-06-21T09:54:05.333Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:54:05 [2022-06-21T09:54:05.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:54:05 [2022-06-21T09:54:05.333Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:54:05 [2022-06-21T09:54:05.333Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:54:05 [2022-06-21T09:54:05.470Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
09:54:05 [2022-06-21T09:54:05.470Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
09:54:05 [2022-06-21T09:54:05.656Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
09:54:05 [2022-06-21T09:54:05.730Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
09:54:06 [2022-06-21T09:54:06.301Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.275s	coverage: 74.0% of statements
09:54:06 [2022-06-21T09:54:06.873Z] ok  	github.com/docker/docker/libnetwork/iptables	0.167s	coverage: 45.1% of statements
09:54:06 [2022-06-21T09:54:06.959Z] tests/integration/api_config_test.py ......                              [  8%]
09:54:07 [2022-06-21T09:54:07.025Z] === RUN   TestDockerSuite/TestAttachDetach
09:54:07 [2022-06-21T09:54:07.134Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
09:54:07 [2022-06-21T09:54:07.241Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:54:07 [2022-06-21T09:54:07.241Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:54:07 [2022-06-21T09:54:07.396Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
09:54:07 [2022-06-21T09:54:07.953Z] === RUN   TestDockerSuite/TestAttachDisconnect
09:54:07 [2022-06-21T09:54:07.953Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
09:54:08 [2022-06-21T09:54:08.616Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:54:08 [2022-06-21T09:54:08.874Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:54:08 [2022-06-21T09:54:08.882Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
09:54:09 [2022-06-21T09:54:09.811Z]     docker_cli_daemon_test.go:1474: [d192d94579c1f] daemon is not started
09:54:10 [2022-06-21T09:54:10.374Z]     check_test.go:307: [d61f2c5534ffd] daemon is not started
09:54:10 [2022-06-21T09:54:10.374Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
09:54:10 [2022-06-21T09:54:10.630Z] === RUN   TestDockerSuite/TestAttachPausedContainer
09:54:10 [2022-06-21T09:54:10.776Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
09:54:10 [2022-06-21T09:54:10.776Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.77s)
09:54:10 [2022-06-21T09:54:10.776Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.97s)
09:54:10 [2022-06-21T09:54:10.776Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.64s)
09:54:10 [2022-06-21T09:54:10.776Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.73s)
09:54:10 [2022-06-21T09:54:10.776Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.50s)
09:54:10 [2022-06-21T09:54:10.776Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.39s)
09:54:10 [2022-06-21T09:54:10.776Z] === RUN   TestBuildMultiStageCopy
09:54:10 [2022-06-21T09:54:10.776Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:54:11 [2022-06-21T09:54:11.561Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
09:54:11 [2022-06-21T09:54:11.710Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:54:11 [2022-06-21T09:54:11.841Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.09s)
09:54:11 [2022-06-21T09:54:11.841Z] PASS
09:54:11 [2022-06-21T09:54:11.841Z] 
09:54:11 [2022-06-21T09:54:11.841Z] === Skipped
09:54:11 [2022-06-21T09:54:11.841Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
09:54:11 [2022-06-21T09:54:11.841Z]     build_session_test.go:25: TODO: BuildKit
09:54:11 [2022-06-21T09:54:11.841Z] 
09:54:11 [2022-06-21T09:54:11.841Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:54:11 [2022-06-21T09:54:11.841Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:54:11 [2022-06-21T09:54:11.841Z] 
09:54:11 [2022-06-21T09:54:11.841Z] DONE 34 tests, 2 skipped in 192.393s
09:54:11 [2022-06-21T09:54:11.841Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
09:54:11 [2022-06-21T09:54:11.841Z] ++ 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
09:54:11 [2022-06-21T09:54:11.841Z] ++ set -e
09:54:11 [2022-06-21T09:54:11.841Z] ++ '[' -n 0 ']'
09:54:11 [2022-06-21T09:54:11.841Z] ++ set -x
09:54:11 [2022-06-21T09:54:11.841Z] ++ 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
09:54:11 [2022-06-21T09:54:11.969Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:54:12 [2022-06-21T09:54:12.099Z] INFO: Testing against a local daemon
09:54:12 [2022-06-21T09:54:12.099Z] === RUN   TestConfigInspect
09:54:12 [2022-06-21T09:54:12.227Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:54:12 [2022-06-21T09:54:12.357Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
09:54:12 [2022-06-21T09:54:12.485Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:54:12 [2022-06-21T09:54:12.744Z] --- PASS: TestBuildMultiStageCopy (2.30s)
09:54:12 [2022-06-21T09:54:12.744Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.39s)
09:54:12 [2022-06-21T09:54:12.744Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
09:54:12 [2022-06-21T09:54:12.744Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
09:54:12 [2022-06-21T09:54:12.744Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
09:54:12 [2022-06-21T09:54:12.744Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
09:54:12 [2022-06-21T09:54:12.744Z] === RUN   TestBuildMultiStageParentConfig
09:54:12 [2022-06-21T09:54:12.919Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
09:54:13 [2022-06-21T09:54:13.118Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:54:13 [2022-06-21T09:54:13.118Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:54:13 [2022-06-21T09:54:13.118Z] GOOS="" GOARCH="" GOARM=""
09:54:13 [2022-06-21T09:54:13.118Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:54:13 [2022-06-21T09:54:13.118Z] 
09:54:13 [2022-06-21T09:54:13.118Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:54:13 [2022-06-21T09:54:13.118Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:54:13 [2022-06-21T09:54:13.118Z] HOSTNAME=5718364df3b8
09:54:13 [2022-06-21T09:54:13.118Z] DEST=bundles/test-integration
09:54:13 [2022-06-21T09:54:13.118Z] PWD=/go/src/github.com/docker/docker
09:54:13 [2022-06-21T09:54:13.118Z] DOCKER_ROOTLESS=1
09:54:13 [2022-06-21T09:54:13.118Z] DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda
09:54:13 [2022-06-21T09:54:13.118Z] container=docker
09:54:13 [2022-06-21T09:54:13.118Z] HOME=/root
09:54:13 [2022-06-21T09:54:13.118Z] GOLANG_VERSION=1.18.3
09:54:13 [2022-06-21T09:54:13.118Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:54:13 [2022-06-21T09:54:13.118Z] VALIDATE_BRANCH=master
09:54:13 [2022-06-21T09:54:13.118Z] TERM=xterm
09:54:13 [2022-06-21T09:54:13.118Z] DOCKER_PKG=github.com/docker/docker
09:54:13 [2022-06-21T09:54:13.118Z] SHLVL=1
09:54:13 [2022-06-21T09:54:13.118Z] TIMEOUT=120m
09:54:13 [2022-06-21T09:54:13.118Z] DOCKER_BUILDTAGS= journald
09:54:13 [2022-06-21T09:54:13.118Z] DOCKER_GRAPHDRIVER=overlay2
09:54:13 [2022-06-21T09:54:13.118Z] GO111MODULE=off
09:54:13 [2022-06-21T09:54:13.118Z] DOCKER_EXPERIMENTAL=1
09:54:13 [2022-06-21T09:54:13.118Z] TEST_SKIP_INTEGRATION_CLI=1
09:54:13 [2022-06-21T09:54:13.118Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:54:13 [2022-06-21T09:54:13.118Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:54:13 [2022-06-21T09:54:13.118Z] GOPATH=/go
09:54:13 [2022-06-21T09:54:13.118Z] PKG_CONFIG=pkg-config
09:54:13 [2022-06-21T09:54:13.118Z] _=/usr/bin/env
09:54:13 [2022-06-21T09:54:13.118Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:54:13 [2022-06-21T09:54:13.312Z] --- PASS: TestBuildMultiStageParentConfig (0.66s)
09:54:13 [2022-06-21T09:54:13.312Z] === RUN   TestBuildLabelWithTargets
09:54:13 [2022-06-21T09:54:13.847Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
09:54:14 [2022-06-21T09:54:14.248Z] --- PASS: TestBuildLabelWithTargets (0.97s)
09:54:14 [2022-06-21T09:54:14.248Z] === RUN   TestBuildWithEmptyLayers
09:54:14 [2022-06-21T09:54:14.773Z]     check_test.go:307: [da9862df8d960] daemon is not started
09:54:14 [2022-06-21T09:54:14.773Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
09:54:14 [2022-06-21T09:54:14.814Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
09:54:14 [2022-06-21T09:54:14.814Z] === RUN   TestBuildMultiStageOnBuild
09:54:15 [2022-06-21T09:54:15.028Z] --- PASS: TestConfigInspect (2.98s)
09:54:15 [2022-06-21T09:54:15.028Z] === RUN   TestConfigList
09:54:15 [2022-06-21T09:54:15.284Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
09:54:15 [2022-06-21T09:54:15.845Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
09:54:16 [2022-06-21T09:54:16.717Z] --- PASS: TestBuildMultiStageOnBuild (1.67s)
09:54:16 [2022-06-21T09:54:16.717Z] === RUN   TestBuildUncleanTarFilenames
09:54:16 [2022-06-21T09:54:16.774Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
09:54:16 [2022-06-21T09:54:16.774Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
09:54:16 [2022-06-21T09:54:16.976Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
09:54:16 [2022-06-21T09:54:16.976Z] === RUN   TestBuildMultiStageLayerLeak
09:54:17 [2022-06-21T09:54:17.336Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
09:54:17 [2022-06-21T09:54:17.592Z] --- PASS: TestConfigList (2.56s)
09:54:17 [2022-06-21T09:54:17.592Z] === RUN   TestConfigsCreateAndDelete
09:54:17 [2022-06-21T09:54:17.848Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
09:54:18 [2022-06-21T09:54:18.878Z] --- PASS: TestBuildMultiStageLayerLeak (1.68s)
09:54:18 [2022-06-21T09:54:18.879Z] === RUN   TestBuildWithHugeFile
09:54:19 [2022-06-21T09:54:19.214Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
09:54:20 [2022-06-21T09:54:20.580Z] --- PASS: TestConfigsCreateAndDelete (2.96s)
09:54:20 [2022-06-21T09:54:20.580Z] === RUN   TestConfigsUpdate
09:54:21 [2022-06-21T09:54:21.947Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
09:54:23 [2022-06-21T09:54:23.314Z] --- PASS: TestConfigsUpdate (2.64s)
09:54:23 [2022-06-21T09:54:23.314Z] === RUN   TestTemplatedConfig
09:54:24 [2022-06-21T09:54:24.243Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
09:54:26 [2022-06-21T09:54:26.761Z] --- PASS: TestTemplatedConfig (3.61s)
09:54:26 [2022-06-21T09:54:26.761Z] === RUN   TestConfigCreateResolve
09:54:27 [2022-06-21T09:54:27.691Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
09:54:30 [2022-06-21T09:54:30.211Z] --- PASS: TestConfigCreateResolve (2.95s)
09:54:30 [2022-06-21T09:54:30.211Z] PASS
09:54:30 [2022-06-21T09:54:30.211Z] 
09:54:30 [2022-06-21T09:54:30.211Z] DONE 6 tests in 17.820s
09:54:30 [2022-06-21T09:54:30.211Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
09:54:30 [2022-06-21T09:54:30.211Z] ++ 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
09:54:30 [2022-06-21T09:54:30.211Z] ++ set -e
09:54:30 [2022-06-21T09:54:30.211Z] ++ '[' -n 0 ']'
09:54:30 [2022-06-21T09:54:30.211Z] ++ set -x
09:54:30 [2022-06-21T09:54:30.211Z] ++ 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
09:54:30 [2022-06-21T09:54:30.211Z] INFO: Testing against a local daemon
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestAttachWithTTY
09:54:30 [2022-06-21T09:54:30.211Z] --- PASS: TestAttachWithTTY (0.07s)
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestAttachWithoutTTy
09:54:30 [2022-06-21T09:54:30.211Z] --- PASS: TestAttachWithoutTTy (0.06s)
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestCheckpoint
09:54:30 [2022-06-21T09:54:30.211Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:54:30 [2022-06-21T09:54:30.211Z] --- SKIP: TestCheckpoint (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/commit
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/commit
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/create
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/containers/create
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:54:30 [2022-06-21T09:54:30.211Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/commit
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === CONT  TestContainerInvalidJSON/containers/create
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:54:30 [2022-06-21T09:54:30.211Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/commit (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:54:30 [2022-06-21T09:54:30.211Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.01s)
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:54:30 [2022-06-21T09:54:30.211Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestCopyFromContainerPathIsNotDir
09:54:30 [2022-06-21T09:54:30.211Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
09:54:30 [2022-06-21T09:54:30.211Z] === RUN   TestCopyToContainerPathDoesNotExist
09:54:30 [2022-06-21T09:54:30.470Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
09:54:30 [2022-06-21T09:54:30.470Z] === RUN   TestCopyEmptyFile
09:54:30 [2022-06-21T09:54:30.730Z] --- PASS: TestCopyEmptyFile (0.35s)
09:54:30 [2022-06-21T09:54:30.730Z] === RUN   TestCopyToContainerPathIsNotDir
09:54:30 [2022-06-21T09:54:30.730Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
09:54:30 [2022-06-21T09:54:30.730Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
09:54:30 [2022-06-21T09:54:30.730Z] === RUN   TestCopyFromContainer
09:54:32 [2022-06-21T09:54:32.622Z] === RUN   TestCopyFromContainer//
09:54:32 [2022-06-21T09:54:32.622Z] === RUN   TestCopyFromContainer//bar/root
09:54:32 [2022-06-21T09:54:32.883Z] === RUN   TestCopyFromContainer//bar/root/
09:54:32 [2022-06-21T09:54:32.883Z] === RUN   TestCopyFromContainer/bar/quux
09:54:33 [2022-06-21T09:54:33.140Z] === RUN   TestCopyFromContainer/bar/quux/
09:54:33 [2022-06-21T09:54:33.140Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:54:33 [2022-06-21T09:54:33.140Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
09:54:33 [2022-06-21T09:54:33.140Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:54:33 [2022-06-21T09:54:33.397Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:54:33 [2022-06-21T09:54:33.397Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:54:33 [2022-06-21T09:54:33.654Z] === RUN   TestCopyFromContainer/bar/notarget
09:54:33 [2022-06-21T09:54:33.654Z] --- PASS: TestCopyFromContainer (2.92s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer// (0.14s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer//bar/root (0.16s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
09:54:33 [2022-06-21T09:54:33.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:54:33 [2022-06-21T09:54:33.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:54:33 [2022-06-21T09:54:33.654Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:54:33 [2022-06-21T09:54:33.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:54:33 [2022-06-21T09:54:33.654Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:54:33 [2022-06-21T09:54:33.654Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:54:33 [2022-06-21T09:54:33.654Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:54:33 [2022-06-21T09:54:33.654Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:54:33 [2022-06-21T09:54:33.654Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:54:33 [2022-06-21T09:54:33.654Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:54:33 [2022-06-21T09:54:33.654Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:54:33 [2022-06-21T09:54:33.654Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:54:33 [2022-06-21T09:54:33.654Z] === RUN   TestCreateLinkToNonExistingContainer
09:54:33 [2022-06-21T09:54:33.911Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
09:54:33 [2022-06-21T09:54:33.911Z] === RUN   TestCreateWithInvalidEnv
09:54:33 [2022-06-21T09:54:33.911Z] === RUN   TestCreateWithInvalidEnv/0
09:54:33 [2022-06-21T09:54:33.911Z] === PAUSE TestCreateWithInvalidEnv/0
09:54:33 [2022-06-21T09:54:33.911Z] === RUN   TestCreateWithInvalidEnv/1
09:54:33 [2022-06-21T09:54:33.911Z] === PAUSE TestCreateWithInvalidEnv/1
09:54:33 [2022-06-21T09:54:33.911Z] === RUN   TestCreateWithInvalidEnv/2
09:54:33 [2022-06-21T09:54:33.911Z] === PAUSE TestCreateWithInvalidEnv/2
09:54:33 [2022-06-21T09:54:33.911Z] === CONT  TestCreateWithInvalidEnv/0
09:54:33 [2022-06-21T09:54:33.911Z] === CONT  TestCreateWithInvalidEnv/2
09:54:33 [2022-06-21T09:54:33.911Z] === CONT  TestCreateWithInvalidEnv/1
09:54:33 [2022-06-21T09:54:33.911Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
09:54:33 [2022-06-21T09:54:33.911Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:54:33 [2022-06-21T09:54:33.911Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:54:33 [2022-06-21T09:54:33.911Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
09:54:33 [2022-06-21T09:54:33.911Z] === RUN   TestCreateTmpfsMountsTarget
09:54:33 [2022-06-21T09:54:33.911Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
09:54:33 [2022-06-21T09:54:33.911Z] === RUN   TestCreateWithCustomMaskedPaths
09:54:34 [2022-06-21T09:54:34.179Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
09:54:34 [2022-06-21T09:54:34.755Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
09:54:34 [2022-06-21T09:54:34.755Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
09:54:36 [2022-06-21T09:54:36.125Z] --- PASS: TestCreateWithCustomMaskedPaths (2.13s)
09:54:36 [2022-06-21T09:54:36.125Z] === RUN   TestCreateWithCustomReadonlyPaths
09:54:36 [2022-06-21T09:54:36.381Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
09:54:36 [2022-06-21T09:54:36.640Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
09:54:36 [2022-06-21T09:54:36.727Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
09:54:36 [2022-06-21T09:54:36.896Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
09:54:37 [2022-06-21T09:54:37.460Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
09:54:38 [2022-06-21T09:54:38.024Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.07s)
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:54:38 [2022-06-21T09:54:38.024Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:54:38 [2022-06-21T09:54:38.024Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:54:38 [2022-06-21T09:54:38.024Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:54:38 [2022-06-21T09:54:38.024Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:54:38 [2022-06-21T09:54:38.024Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:54:38 [2022-06-21T09:54:38.024Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
09:54:38 [2022-06-21T09:54:38.024Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
09:54:38 [2022-06-21T09:54:38.024Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
09:54:38 [2022-06-21T09:54:38.024Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
09:54:38 [2022-06-21T09:54:38.024Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
09:54:38 [2022-06-21T09:54:38.024Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:54:38 [2022-06-21T09:54:38.281Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
09:54:38 [2022-06-21T09:54:38.845Z]     check_test.go:307: [d3c7e6e5d0824] daemon is not started
09:54:38 [2022-06-21T09:54:38.845Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
09:54:38 [2022-06-21T09:54:38.845Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s)
09:54:38 [2022-06-21T09:54:38.845Z] === RUN   TestCreateDifferentPlatform
09:54:38 [2022-06-21T09:54:38.845Z] === RUN   TestCreateDifferentPlatform/different_os
09:54:38 [2022-06-21T09:54:38.845Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:54:39 [2022-06-21T09:54:39.101Z] --- PASS: TestCreateDifferentPlatform (0.06s)
09:54:39 [2022-06-21T09:54:39.101Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:54:39 [2022-06-21T09:54:39.101Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:54:39 [2022-06-21T09:54:39.101Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:54:39 [2022-06-21T09:54:39.101Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreateInvalidHostConfig
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:54:39 [2022-06-21T09:54:39.101Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:54:39 [2022-06-21T09:54:39.101Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:54:39 [2022-06-21T09:54:39.101Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:54:39 [2022-06-21T09:54:39.101Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:54:39 [2022-06-21T09:54:39.101Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
09:54:39 [2022-06-21T09:54:39.101Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:54:39 [2022-06-21T09:54:39.101Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s)
09:54:39 [2022-06-21T09:54:39.101Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:54:39 [2022-06-21T09:54:39.101Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestContainerStartOnDaemonRestart
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestContainerStartOnDaemonRestart
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestDaemonRestartIpcMode
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestDaemonRestartIpcMode
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestDaemonHostGatewayIP
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestDaemonHostGatewayIP
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestRestartDaemonWithRestartingContainer
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestContainerKillOnDaemonStart
09:54:39 [2022-06-21T09:54:39.101Z] === PAUSE TestContainerKillOnDaemonStart
09:54:39 [2022-06-21T09:54:39.101Z] === RUN   TestDiff
09:54:39 [2022-06-21T09:54:39.664Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
09:54:39 [2022-06-21T09:54:39.664Z] --- PASS: TestDiff (0.64s)
09:54:39 [2022-06-21T09:54:39.664Z] === RUN   TestExecWithCloseStdin
09:54:40 [2022-06-21T09:54:40.593Z] --- PASS: TestExecWithCloseStdin (0.91s)
09:54:40 [2022-06-21T09:54:40.593Z] === RUN   TestExec
09:54:41 [2022-06-21T09:54:41.523Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
09:54:41 [2022-06-21T09:54:41.523Z] --- PASS: TestExec (0.77s)
09:54:41 [2022-06-21T09:54:41.523Z] === RUN   TestExecUser
09:54:42 [2022-06-21T09:54:42.086Z] --- PASS: TestExecUser (0.59s)
09:54:42 [2022-06-21T09:54:42.086Z] === RUN   TestExportContainerAndImportImage
09:54:42 [2022-06-21T09:54:42.342Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
09:54:42 [2022-06-21T09:54:42.599Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
09:54:43 [2022-06-21T09:54:43.162Z] --- PASS: TestExportContainerAndImportImage (1.15s)
09:54:43 [2022-06-21T09:54:43.162Z] === RUN   TestExportContainerAfterDaemonRestart
09:54:43 [2022-06-21T09:54:43.162Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
09:54:45 [2022-06-21T09:54:45.055Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s)
09:54:45 [2022-06-21T09:54:45.055Z] === RUN   TestHealthCheckWorkdir
09:54:45 [2022-06-21T09:54:45.055Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
09:54:45 [2022-06-21T09:54:45.618Z] --- PASS: TestHealthCheckWorkdir (0.97s)
09:54:45 [2022-06-21T09:54:45.618Z] === RUN   TestHealthKillContainer
09:54:48 [2022-06-21T09:54:48.890Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
09:54:48 [2022-06-21T09:54:48.890Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
09:54:51 [2022-06-21T09:54:51.404Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
09:54:51 [2022-06-21T09:54:51.404Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
09:54:51 [2022-06-21T09:54:51.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:54:51 [2022-06-21T09:54:51.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:54:51 [2022-06-21T09:54:51.966Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
09:54:52 [2022-06-21T09:54:52.222Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
09:54:52 [2022-06-21T09:54:52.785Z]     check_test.go:307: [d543f4e76a487] daemon is not started
09:54:52 [2022-06-21T09:54:52.785Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
09:54:53 [2022-06-21T09:54:53.347Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
09:54:53 [2022-06-21T09:54:53.603Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
09:54:53 [2022-06-21T09:54:53.860Z] --- PASS: TestHealthKillContainer (8.25s)
09:54:53 [2022-06-21T09:54:53.860Z] === RUN   TestInspectCpusetInConfigPre120
09:54:54 [2022-06-21T09:54:54.116Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
09:54:54 [2022-06-21T09:54:54.680Z] === RUN   TestDockerSuite/TestBuildAddNonTar
09:54:54 [2022-06-21T09:54:54.680Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s)
09:54:54 [2022-06-21T09:54:54.680Z] === RUN   TestIpcModeNone
09:54:55 [2022-06-21T09:54:55.608Z] --- PASS: TestIpcModeNone (0.90s)
09:54:55 [2022-06-21T09:54:55.608Z] === RUN   TestIpcModePrivate
09:54:55 [2022-06-21T09:54:55.865Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
09:54:56 [2022-06-21T09:54:56.440Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:92, shared: false, mustBeShared: false
09:54:56 [2022-06-21T09:54:56.440Z] --- PASS: TestIpcModePrivate (0.90s)
09:54:56 [2022-06-21T09:54:56.440Z] === RUN   TestIpcModeShareable
09:54:57 [2022-06-21T09:54:57.024Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
09:54:57 [2022-06-21T09:54:57.281Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true
09:54:57 [2022-06-21T09:54:57.281Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
09:54:57 [2022-06-21T09:54:57.536Z] --- PASS: TestIpcModeShareable (0.96s)
09:54:57 [2022-06-21T09:54:57.536Z] === RUN   TestAPIIpcModeShareableAndContainer
09:55:00 [2022-06-21T09:55:00.057Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
09:55:00 [2022-06-21T09:55:00.057Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s)
09:55:00 [2022-06-21T09:55:00.057Z] === RUN   TestAPIIpcModeHost
09:55:00 [2022-06-21T09:55:00.618Z] --- PASS: TestAPIIpcModeHost (0.58s)
09:55:00 [2022-06-21T09:55:00.618Z] === RUN   TestDaemonIpcModeShareable
09:55:01 [2022-06-21T09:55:01.985Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
09:55:02 [2022-06-21T09:55:02.241Z] --- PASS: TestDaemonIpcModeShareable (1.45s)
09:55:02 [2022-06-21T09:55:02.242Z] === RUN   TestDaemonIpcModePrivate
09:55:02 [2022-06-21T09:55:02.242Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
09:55:02 [2022-06-21T09:55:02.804Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
09:55:03 [2022-06-21T09:55:03.732Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false
09:55:03 [2022-06-21T09:55:03.732Z] --- PASS: TestDaemonIpcModePrivate (1.69s)
09:55:03 [2022-06-21T09:55:03.732Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:55:03 [2022-06-21T09:55:03.990Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
09:55:04 [2022-06-21T09:55:04.919Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
09:55:04 [2022-06-21T09:55:04.919Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
09:55:04 [2022-06-21T09:55:04.919Z]     check_test.go:307: [d37600eee79eb] daemon is not started
09:55:04 [2022-06-21T09:55:04.919Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
09:55:05 [2022-06-21T09:55:05.176Z] === RUN   TestDockerSuite/TestBuildAddScript
09:55:05 [2022-06-21T09:55:05.432Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false
09:55:05 [2022-06-21T09:55:05.688Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s)
09:55:05 [2022-06-21T09:55:05.688Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:55:07 [2022-06-21T09:55:07.056Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
09:55:07 [2022-06-21T09:55:07.313Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true
09:55:07 [2022-06-21T09:55:07.570Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s)
09:55:07 [2022-06-21T09:55:07.570Z] === RUN   TestIpcModeOlderClient
09:55:07 [2022-06-21T09:55:07.570Z] === PAUSE TestIpcModeOlderClient
09:55:07 [2022-06-21T09:55:07.570Z] === RUN   TestKillContainerInvalidSignal
09:55:08 [2022-06-21T09:55:08.498Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
09:55:08 [2022-06-21T09:55:08.498Z] --- PASS: TestKillContainerInvalidSignal (0.86s)
09:55:08 [2022-06-21T09:55:08.498Z] === RUN   TestKillContainer
09:55:08 [2022-06-21T09:55:08.498Z] === RUN   TestKillContainer/no_signal
09:55:09 [2022-06-21T09:55:09.063Z] === RUN   TestKillContainer/non_killing_signal
09:55:09 [2022-06-21T09:55:09.063Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
09:55:09 [2022-06-21T09:55:09.625Z] === RUN   TestKillContainer/killing_signal
09:55:10 [2022-06-21T09:55:10.554Z] --- PASS: TestKillContainer (2.24s)
09:55:10 [2022-06-21T09:55:10.554Z]     --- PASS: TestKillContainer/no_signal (0.71s)
09:55:10 [2022-06-21T09:55:10.554Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
09:55:10 [2022-06-21T09:55:10.554Z]     --- PASS: TestKillContainer/killing_signal (0.77s)
09:55:10 [2022-06-21T09:55:10.554Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:55:10 [2022-06-21T09:55:10.554Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:55:10 [2022-06-21T09:55:10.811Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
09:55:11 [2022-06-21T09:55:11.374Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:55:12 [2022-06-21T09:55:12.304Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s)
09:55:12 [2022-06-21T09:55:12.304Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s)
09:55:12 [2022-06-21T09:55:12.304Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s)
09:55:12 [2022-06-21T09:55:12.304Z] === RUN   TestKillStoppedContainer
09:55:12 [2022-06-21T09:55:12.304Z] --- PASS: TestKillStoppedContainer (0.08s)
09:55:12 [2022-06-21T09:55:12.304Z] === RUN   TestKillStoppedContainerAPIPre120
09:55:12 [2022-06-21T09:55:12.304Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
09:55:12 [2022-06-21T09:55:12.304Z] === RUN   TestKillDifferentUserContainer
09:55:12 [2022-06-21T09:55:12.304Z]     check_test.go:307: [da2599737e39c] daemon is not started
09:55:12 [2022-06-21T09:55:12.304Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
09:55:13 [2022-06-21T09:55:13.234Z] --- PASS: TestKillDifferentUserContainer (0.88s)
09:55:13 [2022-06-21T09:55:13.234Z] === RUN   TestInspectOomKilledTrue
09:55:13 [2022-06-21T09:55:13.234Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:55:13 [2022-06-21T09:55:13.234Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
09:55:13 [2022-06-21T09:55:13.234Z] === RUN   TestInspectOomKilledFalse
09:55:13 [2022-06-21T09:55:13.235Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:55:13 [2022-06-21T09:55:13.235Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
09:55:13 [2022-06-21T09:55:13.235Z] === RUN   TestLinksEtcHostsContentMatch
09:55:13 [2022-06-21T09:55:13.798Z] --- PASS: TestLinksEtcHostsContentMatch (0.54s)
09:55:13 [2022-06-21T09:55:13.798Z] === RUN   TestLinksContainerNames
09:55:15 [2022-06-21T09:55:15.106Z] --- PASS: TestBuildWithHugeFile (50.21s)
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildWCOWSandboxSize
09:55:15 [2022-06-21T09:55:15.106Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:55:15 [2022-06-21T09:55:15.106Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildWithEmptyDockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:55:15 [2022-06-21T09:55:15.106Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
09:55:15 [2022-06-21T09:55:15.106Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
09:55:15 [2022-06-21T09:55:15.106Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
09:55:15 [2022-06-21T09:55:15.106Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildPreserveOwnership
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildPreserveOwnership/copy_from
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:55:15 [2022-06-21T09:55:15.106Z] --- PASS: TestBuildPreserveOwnership (3.60s)
09:55:15 [2022-06-21T09:55:15.106Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.44s)
09:55:15 [2022-06-21T09:55:15.106Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s)
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildPlatformInvalid
09:55:15 [2022-06-21T09:55:15.106Z] --- PASS: TestBuildPlatformInvalid (0.07s)
09:55:15 [2022-06-21T09:55:15.106Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:55:15 [2022-06-21T09:55:15.106Z] Loaded image: busybox:latest
09:55:15 [2022-06-21T09:55:15.106Z] Loaded image: busybox:glibc
09:55:15 [2022-06-21T09:55:15.106Z] Loaded image: debian:bullseye-slim
09:55:15 [2022-06-21T09:55:15.106Z] Loaded image: hello-world:latest
09:55:15 [2022-06-21T09:55:15.106Z] Loaded image: arm32v7/hello-world:latest
09:55:15 [2022-06-21T09:55:15.168Z] --- PASS: TestLinksContainerNames (1.54s)
09:55:15 [2022-06-21T09:55:15.168Z] === RUN   TestLogsFollowTailEmpty
09:55:15 [2022-06-21T09:55:15.425Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
09:55:15 [2022-06-21T09:55:15.425Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
09:55:15 [2022-06-21T09:55:15.989Z]     check_test.go:307: [d0e1df40893b2] daemon is not started
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
09:55:15 [2022-06-21T09:55:15.989Z] --- PASS: TestLogsFollowTailEmpty (0.77s)
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:55:15 [2022-06-21T09:55:15.989Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:55:15 [2022-06-21T09:55:15.989Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:55:15 [2022-06-21T09:55:15.989Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:55:15 [2022-06-21T09:55:15.989Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:55:17 [2022-06-21T09:55:17.358Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:55:17 [2022-06-21T09:55:17.358Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:55:17 [2022-06-21T09:55:17.922Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:55:17 [2022-06-21T09:55:17.922Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:55:18 [2022-06-21T09:55:18.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:55:18 [2022-06-21T09:55:18.861Z]     docker_cli_daemon_plugins_test.go:80: [db09d68722311] daemon is not started
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:55:19 [2022-06-21T09:55:19.117Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:55:19 [2022-06-21T09:55:19.117Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:55:19 [2022-06-21T09:55:19.117Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:55:19 [2022-06-21T09:55:19.117Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:55:20 [2022-06-21T09:55:20.046Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:55:20 [2022-06-21T09:55:20.046Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
09:55:20 [2022-06-21T09:55:20.046Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
09:55:20 [2022-06-21T09:55:20.302Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:55:21 [2022-06-21T09:55:21.232Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:55:21 [2022-06-21T09:55:21.232Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:55:22 [2022-06-21T09:55:22.160Z] --- PASS: TestLogs (6.27s)
09:55:22 [2022-06-21T09:55:22.160Z]     --- PASS: TestLogs/driver_local (0.02s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.06s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.08s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.91s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.97s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.00s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.05s)
09:55:22 [2022-06-21T09:55:22.160Z]     --- PASS: TestLogs/driver_json-file (0.02s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.96s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.19s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.12s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.03s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.08s)
09:55:22 [2022-06-21T09:55:22.160Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.98s)
09:55:22 [2022-06-21T09:55:22.160Z] === RUN   TestContainerNetworkMountsNoChown
09:55:23 [2022-06-21T09:55:23.088Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s)
09:55:23 [2022-06-21T09:55:23.088Z] === RUN   TestMountDaemonRoot
09:55:23 [2022-06-21T09:55:23.088Z] === RUN   TestMountDaemonRoot/default
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/default
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/private
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/private
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rprivate
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rprivate
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/slave
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/slave
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rslave
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rslave
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/shared
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/shared
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rshared
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rshared
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/default
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/default/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/default/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/default/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rshared
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/shared
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rslave
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/slave
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rprivate
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/private
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/private/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/private/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/default/bind_root
09:55:23 [2022-06-21T09:55:23.089Z]     docker_cli_daemon_plugins_test.go:170: [d51d91feeafdc] daemon is not started
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:55:23 [2022-06-21T09:55:23.089Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:55:23 [2022-06-21T09:55:23.345Z] === RUN   TestDockerSuite/TestBuildAddTar
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/private/bind_root
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:55:23 [2022-06-21T09:55:23.345Z] === CONT  TestMountDaemonRoot/private/mount_root
09:55:23 [2022-06-21T09:55:23.601Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:55:23 [2022-06-21T09:55:23.601Z] --- PASS: TestMountDaemonRoot (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
09:55:23 [2022-06-21T09:55:23.601Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
09:55:23 [2022-06-21T09:55:23.601Z] === RUN   TestContainerBindMountNonRecursive
09:55:24 [2022-06-21T09:55:24.531Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
09:55:24 [2022-06-21T09:55:24.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:55:25 [2022-06-21T09:55:25.081Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.79s)
09:55:25 [2022-06-21T09:55:25.081Z] PASS
09:55:25 [2022-06-21T09:55:25.081Z] 
09:55:25 [2022-06-21T09:55:25.081Z] === Skipped
09:55:25 [2022-06-21T09:55:25.081Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
09:55:25 [2022-06-21T09:55:25.081Z]     build_session_test.go:25: TODO: BuildKit
09:55:25 [2022-06-21T09:55:25.081Z] 
09:55:25 [2022-06-21T09:55:25.081Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:55:25 [2022-06-21T09:55:25.081Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:55:25 [2022-06-21T09:55:25.081Z] 
09:55:25 [2022-06-21T09:55:25.081Z] DONE 34 tests, 2 skipped in 87.130s
09:55:25 [2022-06-21T09:55:25.081Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
09:55:25 [2022-06-21T09:55:25.081Z] INFO: Testing against a local daemon
09:55:25 [2022-06-21T09:55:25.081Z] === RUN   TestConfigInspect
09:55:25 [2022-06-21T09:55:25.462Z] --- PASS: TestContainerBindMountNonRecursive (1.93s)
09:55:25 [2022-06-21T09:55:25.462Z] === RUN   TestContainerVolumesMountedAsShared
09:55:26 [2022-06-21T09:55:26.016Z] --- PASS: TestConfigInspect (2.28s)
09:55:26 [2022-06-21T09:55:26.016Z] === RUN   TestConfigList
09:55:26 [2022-06-21T09:55:26.023Z] --- PASS: TestContainerVolumesMountedAsShared (0.68s)
09:55:26 [2022-06-21T09:55:26.023Z] === RUN   TestContainerVolumesMountedAsSlave
09:55:26 [2022-06-21T09:55:26.953Z] --- PASS: TestContainerVolumesMountedAsSlave (0.68s)
09:55:26 [2022-06-21T09:55:26.953Z] === RUN   TestNetworkNat
09:55:27 [2022-06-21T09:55:27.519Z] --- PASS: TestNetworkNat (0.76s)
09:55:27 [2022-06-21T09:55:27.519Z] === RUN   TestNetworkLocalhostTCPNat
09:55:27 [2022-06-21T09:55:27.776Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
09:55:28 [2022-06-21T09:55:28.341Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
09:55:28 [2022-06-21T09:55:28.341Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s)
09:55:28 [2022-06-21T09:55:28.341Z] === RUN   TestNetworkLoopbackNat
09:55:28 [2022-06-21T09:55:28.547Z] --- PASS: TestConfigList (2.15s)
09:55:28 [2022-06-21T09:55:28.547Z] === RUN   TestConfigsCreateAndDelete
09:55:28 [2022-06-21T09:55:28.904Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
09:55:29 [2022-06-21T09:55:29.466Z]     check_test.go:307: [d3d76ee9964c1] daemon is not started
09:55:29 [2022-06-21T09:55:29.466Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
09:55:30 [2022-06-21T09:55:30.241Z] .........................xx....................                          [ 29%]
09:55:30 [2022-06-21T09:55:30.395Z] === RUN   TestDockerSuite/TestBuildAddTarXz
09:55:30 [2022-06-21T09:55:30.447Z] --- PASS: TestConfigsCreateAndDelete (2.17s)
09:55:30 [2022-06-21T09:55:30.447Z] === RUN   TestConfigsUpdate
09:55:30 [2022-06-21T09:55:30.652Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
09:55:31 [2022-06-21T09:55:31.214Z] --- PASS: TestNetworkLoopbackNat (2.96s)
09:55:31 [2022-06-21T09:55:31.214Z] === RUN   TestPause
09:55:31 [2022-06-21T09:55:31.470Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
09:55:32 [2022-06-21T09:55:32.035Z] --- PASS: TestPause (0.79s)
09:55:32 [2022-06-21T09:55:32.035Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:55:32 [2022-06-21T09:55:32.035Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:55:32 [2022-06-21T09:55:32.035Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:55:32 [2022-06-21T09:55:32.035Z] === RUN   TestPauseStopPausedContainer
09:55:32 [2022-06-21T09:55:32.349Z] --- PASS: TestConfigsUpdate (2.13s)
09:55:32 [2022-06-21T09:55:32.349Z] === RUN   TestTemplatedConfig
09:55:32 [2022-06-21T09:55:32.598Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
09:55:32 [2022-06-21T09:55:32.598Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
09:55:32 [2022-06-21T09:55:32.855Z] --- PASS: TestPauseStopPausedContainer (0.82s)
09:55:32 [2022-06-21T09:55:32.855Z] === RUN   TestPidHost
09:55:32 [2022-06-21T09:55:32.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:55:32 [2022-06-21T09:55:32.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:55:33 [2022-06-21T09:55:33.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:55:34 [2022-06-21T09:55:34.223Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
09:55:34 [2022-06-21T09:55:34.479Z] --- PASS: TestPidHost (1.55s)
09:55:34 [2022-06-21T09:55:34.479Z] === RUN   TestPsFilter
09:55:34 [2022-06-21T09:55:34.737Z] --- PASS: TestPsFilter (0.15s)
09:55:34 [2022-06-21T09:55:34.738Z] === RUN   TestRemoveContainerWithRemovedVolume
09:55:34 [2022-06-21T09:55:34.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:55:34 [2022-06-21T09:55:34.878Z] --- PASS: TestTemplatedConfig (2.57s)
09:55:34 [2022-06-21T09:55:34.878Z] === RUN   TestConfigCreateResolve
09:55:35 [2022-06-21T09:55:35.300Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
09:55:35 [2022-06-21T09:55:35.300Z] === RUN   TestRemoveContainerWithVolume
09:55:35 [2022-06-21T09:55:35.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:55:35 [2022-06-21T09:55:35.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:55:35 [2022-06-21T09:55:35.863Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
09:55:36 [2022-06-21T09:55:36.120Z] --- PASS: TestRemoveContainerWithVolume (0.73s)
09:55:36 [2022-06-21T09:55:36.120Z] === RUN   TestRemoveContainerRunning
09:55:36 [2022-06-21T09:55:36.378Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
09:55:36 [2022-06-21T09:55:36.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:55:36 [2022-06-21T09:55:36.942Z] --- PASS: TestRemoveContainerRunning (0.77s)
09:55:36 [2022-06-21T09:55:36.942Z] === RUN   TestRemoveContainerForceRemoveRunning
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestConfigCreateResolve (2.19s)
09:55:37 [2022-06-21T09:55:37.409Z] PASS
09:55:37 [2022-06-21T09:55:37.409Z] 
09:55:37 [2022-06-21T09:55:37.409Z] DONE 6 tests in 13.511s
09:55:37 [2022-06-21T09:55:37.409Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
09:55:37 [2022-06-21T09:55:37.409Z] INFO: Testing against a local daemon
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestAttachWithTTY
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestAttachWithTTY (0.07s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestAttachWithoutTTy
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestAttachWithoutTTy (0.04s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestCheckpoint
09:55:37 [2022-06-21T09:55:37.409Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:55:37 [2022-06-21T09:55:37.409Z] --- SKIP: TestCheckpoint (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/commit
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/commit
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/create
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/containers/create
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:55:37 [2022-06-21T09:55:37.409Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/commit
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/containers/create
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestCopyFromContainerPathIsNotDir
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestCopyToContainerPathDoesNotExist
09:55:37 [2022-06-21T09:55:37.409Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
09:55:37 [2022-06-21T09:55:37.409Z] === RUN   TestCopyEmptyFile
09:55:37 [2022-06-21T09:55:37.504Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s)
09:55:37 [2022-06-21T09:55:37.504Z] === RUN   TestRemoveInvalidContainer
09:55:37 [2022-06-21T09:55:37.504Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
09:55:37 [2022-06-21T09:55:37.669Z] --- PASS: TestCopyEmptyFile (0.21s)
09:55:37 [2022-06-21T09:55:37.669Z] === RUN   TestCopyToContainerPathIsNotDir
09:55:37 [2022-06-21T09:55:37.669Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
09:55:37 [2022-06-21T09:55:37.669Z] === RUN   TestCopyFromContainer
09:55:37 [2022-06-21T09:55:37.761Z] --- PASS: TestRemoveInvalidContainer (0.04s)
09:55:37 [2022-06-21T09:55:37.761Z] === RUN   TestRenameLinkedContainer
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer//
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer//bar/root
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer//bar/root/
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer/bar/quux
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer/bar/quux/
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:55:39 [2022-06-21T09:55:39.047Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:55:39 [2022-06-21T09:55:39.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:55:39 [2022-06-21T09:55:39.306Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:55:39 [2022-06-21T09:55:39.307Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:55:39 [2022-06-21T09:55:39.307Z] === RUN   TestCopyFromContainer/bar/notarget
09:55:39 [2022-06-21T09:55:39.566Z] --- PASS: TestCopyFromContainer (1.70s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer// (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:55:39 [2022-06-21T09:55:39.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:55:39 [2022-06-21T09:55:39.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:55:39 [2022-06-21T09:55:39.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:55:39 [2022-06-21T09:55:39.566Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:55:39 [2022-06-21T09:55:39.566Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:55:39 [2022-06-21T09:55:39.566Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:55:39 [2022-06-21T09:55:39.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateLinkToNonExistingContainer
09:55:39 [2022-06-21T09:55:39.566Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateWithInvalidEnv
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateWithInvalidEnv/0
09:55:39 [2022-06-21T09:55:39.566Z] === PAUSE TestCreateWithInvalidEnv/0
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateWithInvalidEnv/1
09:55:39 [2022-06-21T09:55:39.566Z] === PAUSE TestCreateWithInvalidEnv/1
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateWithInvalidEnv/2
09:55:39 [2022-06-21T09:55:39.566Z] === PAUSE TestCreateWithInvalidEnv/2
09:55:39 [2022-06-21T09:55:39.566Z] === CONT  TestCreateWithInvalidEnv/0
09:55:39 [2022-06-21T09:55:39.566Z] === CONT  TestCreateWithInvalidEnv/2
09:55:39 [2022-06-21T09:55:39.566Z] === CONT  TestCreateWithInvalidEnv/1
09:55:39 [2022-06-21T09:55:39.566Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:55:39 [2022-06-21T09:55:39.566Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateTmpfsMountsTarget
09:55:39 [2022-06-21T09:55:39.566Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:55:39 [2022-06-21T09:55:39.566Z] === RUN   TestCreateWithCustomMaskedPaths
09:55:39 [2022-06-21T09:55:39.678Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
09:55:40 [2022-06-21T09:55:40.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:55:40 [2022-06-21T09:55:40.606Z] --- PASS: TestRenameLinkedContainer (3.04s)
09:55:40 [2022-06-21T09:55:40.606Z] === RUN   TestRenameStoppedContainer
09:55:40 [2022-06-21T09:55:40.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:55:41 [2022-06-21T09:55:41.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:55:41 [2022-06-21T09:55:41.470Z] --- PASS: TestCreateWithCustomMaskedPaths (1.64s)
09:55:41 [2022-06-21T09:55:41.471Z] === RUN   TestCreateWithCustomReadonlyPaths
09:55:41 [2022-06-21T09:55:41.536Z] --- PASS: TestRenameStoppedContainer (0.77s)
09:55:41 [2022-06-21T09:55:41.536Z] === RUN   TestRenameRunningContainerAndReuse
09:55:41 [2022-06-21T09:55:41.536Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
09:55:42 [2022-06-21T09:55:42.100Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
09:55:42 [2022-06-21T09:55:42.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:55:42 [2022-06-21T09:55:42.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:55:42 [2022-06-21T09:55:42.846Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s)
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:55:42 [2022-06-21T09:55:42.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:55:42 [2022-06-21T09:55:42.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:55:42 [2022-06-21T09:55:42.846Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:55:42 [2022-06-21T09:55:42.846Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:55:42 [2022-06-21T09:55:42.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:55:42 [2022-06-21T09:55:42.846Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
09:55:42 [2022-06-21T09:55:42.846Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:55:42 [2022-06-21T09:55:42.846Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:55:42 [2022-06-21T09:55:42.846Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:55:42 [2022-06-21T09:55:42.846Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
09:55:42 [2022-06-21T09:55:42.846Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:55:43 [2022-06-21T09:55:43.028Z] === RUN   TestDockerSuite/TestBuildBlankName
09:55:43 [2022-06-21T09:55:43.028Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s)
09:55:43 [2022-06-21T09:55:43.028Z] === RUN   TestRenameInvalidName
09:55:43 [2022-06-21T09:55:43.284Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
09:55:43 [2022-06-21T09:55:43.413Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateDifferentPlatform
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateDifferentPlatform/different_os
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:55:43 [2022-06-21T09:55:43.413Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:55:43 [2022-06-21T09:55:43.413Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:55:43 [2022-06-21T09:55:43.413Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:55:43 [2022-06-21T09:55:43.413Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:55:43 [2022-06-21T09:55:43.413Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateInvalidHostConfig
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:55:43 [2022-06-21T09:55:43.413Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:55:43 [2022-06-21T09:55:43.413Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:55:43 [2022-06-21T09:55:43.413Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:55:43 [2022-06-21T09:55:43.413Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:55:43 [2022-06-21T09:55:43.413Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:55:43 [2022-06-21T09:55:43.413Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:55:43 [2022-06-21T09:55:43.413Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:55:43 [2022-06-21T09:55:43.413Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:55:43 [2022-06-21T09:55:43.413Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestContainerStartOnDaemonRestart
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestContainerStartOnDaemonRestart
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestDaemonRestartIpcMode
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestDaemonRestartIpcMode
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestDaemonHostGatewayIP
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestDaemonHostGatewayIP
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestRestartDaemonWithRestartingContainer
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestContainerKillOnDaemonStart
09:55:43 [2022-06-21T09:55:43.413Z] === PAUSE TestContainerKillOnDaemonStart
09:55:43 [2022-06-21T09:55:43.413Z] === RUN   TestDiff
09:55:43 [2022-06-21T09:55:43.846Z] --- PASS: TestRenameInvalidName (0.61s)
09:55:43 [2022-06-21T09:55:43.846Z] === RUN   TestRenameAnonymousContainer
09:55:43 [2022-06-21T09:55:43.979Z] --- PASS: TestDiff (0.59s)
09:55:43 [2022-06-21T09:55:43.979Z] === RUN   TestExecWithCloseStdin
09:55:44 [2022-06-21T09:55:44.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:55:44 [2022-06-21T09:55:44.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:55:44 [2022-06-21T09:55:44.915Z] --- PASS: TestExecWithCloseStdin (0.62s)
09:55:44 [2022-06-21T09:55:44.915Z] === RUN   TestExec
09:55:45 [2022-06-21T09:55:45.174Z] --- PASS: TestExec (0.61s)
09:55:45 [2022-06-21T09:55:45.174Z] === RUN   TestExecUser
09:55:45 [2022-06-21T09:55:45.214Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
09:55:45 [2022-06-21T09:55:45.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:55:45 [2022-06-21T09:55:45.777Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
09:55:46 [2022-06-21T09:55:46.033Z] --- PASS: TestRenameAnonymousContainer (2.35s)
09:55:46 [2022-06-21T09:55:46.033Z] === RUN   TestRenameContainerWithSameName
09:55:46 [2022-06-21T09:55:46.079Z] tests/integration/api_exec_test.py .....................                 [ 34%]
09:55:46 [2022-06-21T09:55:46.109Z] --- PASS: TestExecUser (0.63s)
09:55:46 [2022-06-21T09:55:46.109Z] === RUN   TestExportContainerAndImportImage
09:55:46 [2022-06-21T09:55:46.518Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:55:46 [2022-06-21T09:55:46.518Z] Using test binary docker
09:55:46 [2022-06-21T09:55:46.518Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:55:46 [2022-06-21T09:55:46.518Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:55:46 [2022-06-21T09:55:46.518Z] INFO: Waiting for daemon to start...
09:55:46 [2022-06-21T09:55:46.518Z] Starting dockerd
09:55:46 [2022-06-21T09:55:46.675Z] --- PASS: TestExportContainerAndImportImage (0.67s)
09:55:46 [2022-06-21T09:55:46.675Z] === RUN   TestExportContainerAfterDaemonRestart
09:55:46 [2022-06-21T09:55:46.961Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
09:55:46 [2022-06-21T09:55:46.961Z] --- PASS: TestRenameContainerWithSameName (0.67s)
09:55:46 [2022-06-21T09:55:46.961Z] === RUN   TestRenameContainerWithLinkedContainer
09:55:47 [2022-06-21T09:55:47.892Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
09:55:47 [2022-06-21T09:55:47.892Z] --- PASS: TestRenameContainerWithLinkedContainer (1.19s)
09:55:47 [2022-06-21T09:55:47.892Z] === RUN   TestResize
09:55:48 [2022-06-21T09:55:48.049Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
09:55:48 [2022-06-21T09:55:48.049Z] === RUN   TestHealthCheckWorkdir
09:55:48 [2022-06-21T09:55:48.407Z] .
09:55:48 [2022-06-21T09:55:48.407Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:55:48 [2022-06-21T09:55:48.407Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:55:48 [2022-06-21T09:55:48.407Z] Error: No such image: emptyfs
09:55:48 [2022-06-21T09:55:48.454Z] --- PASS: TestResize (0.60s)
09:55:48 [2022-06-21T09:55:48.454Z] === RUN   TestResizeWithInvalidSize
09:55:48 [2022-06-21T09:55:48.617Z] --- PASS: TestHealthCheckWorkdir (0.69s)
09:55:48 [2022-06-21T09:55:48.617Z] === RUN   TestHealthKillContainer
09:55:48 [2022-06-21T09:55:48.664Z] Running integration-test (iteration 1)
09:55:48 [2022-06-21T09:55:48.664Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
09:55:48 [2022-06-21T09:55:48.920Z] Loaded image: busybox:latest
09:55:48 [2022-06-21T09:55:48.920Z] Loaded image: busybox:glibc
09:55:49 [2022-06-21T09:55:49.381Z] --- PASS: TestResizeWithInvalidSize (0.60s)
09:55:49 [2022-06-21T09:55:49.381Z] === RUN   TestResizeWhenContainerNotStarted
09:55:49 [2022-06-21T09:55:49.381Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
09:55:49 [2022-06-21T09:55:49.637Z] --- PASS: TestResizeWhenContainerNotStarted (0.59s)
09:55:49 [2022-06-21T09:55:49.637Z] === RUN   TestDaemonRestartKillContainers
09:55:49 [2022-06-21T09:55:49.637Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:55:49 [2022-06-21T09:55:49.637Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:55:49 [2022-06-21T09:55:49.638Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:55:50 [2022-06-21T09:55:50.287Z] Loaded image: debian:bullseye-slim
09:55:50 [2022-06-21T09:55:50.287Z] Loaded image: hello-world:latest
09:55:50 [2022-06-21T09:55:50.543Z] Loaded image: arm32v7/hello-world:latest
09:55:50 [2022-06-21T09:55:50.543Z] INFO: Testing against a local daemon
09:55:50 [2022-06-21T09:55:50.543Z] === RUN   TestCgroupNamespacesBuild
09:55:51 [2022-06-21T09:55:51.004Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
09:55:51 [2022-06-21T09:55:51.909Z] --- PASS: TestCgroupNamespacesBuild (1.21s)
09:55:51 [2022-06-21T09:55:51.909Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:55:52 [2022-06-21T09:55:52.372Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:55:52 [2022-06-21T09:55:52.372Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
09:55:52 [2022-06-21T09:55:52.839Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.23s)
09:55:52 [2022-06-21T09:55:52.839Z] === RUN   TestBuildWithSession
09:55:52 [2022-06-21T09:55:52.839Z]     build_session_test.go:25: TODO: BuildKit
09:55:52 [2022-06-21T09:55:52.839Z] --- SKIP: TestBuildWithSession (0.00s)
09:55:52 [2022-06-21T09:55:52.839Z] === RUN   TestBuildSquashParent
09:55:53 [2022-06-21T09:55:53.302Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
09:55:53 [2022-06-21T09:55:53.533Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
09:55:53 [2022-06-21T09:55:53.558Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:55:54 [2022-06-21T09:55:54.487Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
09:55:54 [2022-06-21T09:55:54.742Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:55:54 [2022-06-21T09:55:54.999Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:55:56 [2022-06-21T09:55:56.783Z] --- PASS: TestHealthKillContainer (8.15s)
09:55:56 [2022-06-21T09:55:56.783Z] === RUN   TestInspectCpusetInConfigPre120
09:55:56 [2022-06-21T09:55:56.892Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:55:56 [2022-06-21T09:55:56.892Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:55:57 [2022-06-21T09:55:57.350Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s)
09:55:57 [2022-06-21T09:55:57.350Z] === RUN   TestIpcModeNone
09:55:57 [2022-06-21T09:55:57.823Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
09:55:57 [2022-06-21T09:55:57.823Z]     check_test.go:307: [dccf613ffecb7] daemon is not started
09:55:57 [2022-06-21T09:55:57.823Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
09:55:57 [2022-06-21T09:55:57.917Z] --- PASS: TestIpcModeNone (0.62s)
09:55:57 [2022-06-21T09:55:57.917Z] === RUN   TestIpcModePrivate
09:55:58 [2022-06-21T09:55:58.178Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
09:55:58 [2022-06-21T09:55:58.440Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
09:55:58 [2022-06-21T09:55:58.745Z] --- PASS: TestIpcModePrivate (0.65s)
09:55:58 [2022-06-21T09:55:58.745Z] === RUN   TestIpcModeShareable
09:55:58 [2022-06-21T09:55:58.888Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.182s	coverage: 60.0% of statements
09:55:58 [2022-06-21T09:55:58.888Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
09:55:58 [2022-06-21T09:55:58.888Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
09:55:58 [2022-06-21T09:55:58.888Z] ok  	github.com/docker/docker/libnetwork/osl	4.322s	coverage: 39.7% of statements
09:55:58 [2022-06-21T09:55:58.888Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
09:55:58 [2022-06-21T09:55:58.888Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
09:55:59 [2022-06-21T09:55:59.004Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
09:55:59 [2022-06-21T09:55:59.263Z] --- PASS: TestIpcModeShareable (0.64s)
09:55:59 [2022-06-21T09:55:59.263Z] === RUN   TestAPIIpcModeShareableAndContainer
09:55:59 [2022-06-21T09:55:59.462Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.660s	coverage: 48.6% of statements
09:55:59 [2022-06-21T09:55:59.723Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
09:55:59 [2022-06-21T09:55:59.723Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
09:55:59 [2022-06-21T09:55:59.984Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === Skipped
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork TestParallel1 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork TestParallel3 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork TestParallel2 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
09:55:59 [2022-06-21T09:55:59.984Z]     firewalld_test.go:14: firewalld is not running
09:55:59 [2022-06-21T09:55:59.984Z] 
09:55:59 [2022-06-21T09:55:59.984Z] DONE 326 tests, 9 skipped in 202.009s
09:56:00 [2022-06-21T09:56:00.344Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
Post stage
[Pipeline] junit
09:56:00 [2022-06-21T09:56:00.576Z] Recording test results
09:56:00 [2022-06-21T09:56:00.924Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:00 [2022-06-21T09:56:00.926Z] --- PASS: TestBuildSquashParent (7.31s)
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:56:00 [2022-06-21T09:56:00.926Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:56:00 [2022-06-21T09:56:00.926Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:56:00 [2022-06-21T09:56:00.926Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:56:00 [2022-06-21T09:56:00.926Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:56:00 [2022-06-21T09:56:00.926Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:56:00 [2022-06-21T09:56:00.926Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:56:00 [2022-06-21T09:56:00.926Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:56:00 [2022-06-21T09:56:00.927Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:56:00 [2022-06-21T09:56:00.927Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:56:01 [2022-06-21T09:56:01.165Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.82s)
09:56:01 [2022-06-21T09:56:01.165Z] === RUN   TestAPIIpcModeHost
09:56:01 [2022-06-21T09:56:01.424Z] --- PASS: TestAPIIpcModeHost (0.43s)
09:56:01 [2022-06-21T09:56:01.424Z] === RUN   TestDaemonIpcModeShareable
09:56:01 [2022-06-21T09:56:01.855Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:56:01 [2022-06-21T09:56:01.855Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:56:01 [2022-06-21T09:56:01.865Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:56:02 [2022-06-21T09:56:02.062Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:56:02 [2022-06-21T09:56:02.429Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -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:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh dynbinary test-integration
09:56:02 [2022-06-21T09:56:02.689Z] 
09:56:02 [2022-06-21T09:56:02.800Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
09:56:02 [2022-06-21T09:56:02.800Z] --- PASS: TestDaemonIpcModeShareable (1.17s)
09:56:02 [2022-06-21T09:56:02.800Z] === RUN   TestDaemonIpcModePrivate
09:56:02 [2022-06-21T09:56:02.950Z] Removing bundles/
09:56:02 [2022-06-21T09:56:02.950Z] 
09:56:02 [2022-06-21T09:56:02.950Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:56:02 [2022-06-21T09:56:02.950Z] Building: bundles/dynbinary-daemon/dockerd-dev
09:56:02 [2022-06-21T09:56:02.950Z] GOOS="" GOARCH="" GOARM=""
09:56:03 [2022-06-21T09:56:03.735Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
09:56:03 [2022-06-21T09:56:03.735Z] --- PASS: TestDaemonIpcModePrivate (1.22s)
09:56:03 [2022-06-21T09:56:03.735Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:56:03 [2022-06-21T09:56:03.746Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:56:03 [2022-06-21T09:56:03.746Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:56:05 [2022-06-21T09:56:05.111Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
09:56:05 [2022-06-21T09:56:05.111Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s)
09:56:05 [2022-06-21T09:56:05.111Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:56:06 [2022-06-21T09:56:06.046Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
09:56:06 [2022-06-21T09:56:06.266Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
09:56:06 [2022-06-21T09:56:06.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.55s)
09:56:06 [2022-06-21T09:56:06.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.58s)
09:56:06 [2022-06-21T09:56:06.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.89s)
09:56:06 [2022-06-21T09:56:06.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.98s)
09:56:06 [2022-06-21T09:56:06.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s)
09:56:06 [2022-06-21T09:56:06.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.05s)
09:56:06 [2022-06-21T09:56:06.266Z] === RUN   TestBuildMultiStageCopy
09:56:06 [2022-06-21T09:56:06.266Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:56:06 [2022-06-21T09:56:06.305Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s)
09:56:06 [2022-06-21T09:56:06.305Z] === RUN   TestIpcModeOlderClient
09:56:06 [2022-06-21T09:56:06.305Z] === PAUSE TestIpcModeOlderClient
09:56:06 [2022-06-21T09:56:06.305Z] === RUN   TestKillContainerInvalidSignal
09:56:06 [2022-06-21T09:56:06.563Z] --- PASS: TestKillContainerInvalidSignal (0.47s)
09:56:06 [2022-06-21T09:56:06.563Z] === RUN   TestKillContainer
09:56:06 [2022-06-21T09:56:06.563Z] === RUN   TestKillContainer/no_signal
09:56:07 [2022-06-21T09:56:07.120Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:56:07 [2022-06-21T09:56:07.130Z] === RUN   TestKillContainer/non_killing_signal
09:56:07 [2022-06-21T09:56:07.389Z] === RUN   TestKillContainer/killing_signal
09:56:07 [2022-06-21T09:56:07.956Z] --- PASS: TestKillContainer (1.34s)
09:56:07 [2022-06-21T09:56:07.956Z]     --- PASS: TestKillContainer/no_signal (0.40s)
09:56:07 [2022-06-21T09:56:07.956Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
09:56:07 [2022-06-21T09:56:07.956Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
09:56:07 [2022-06-21T09:56:07.956Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:56:07 [2022-06-21T09:56:07.956Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:56:08 [2022-06-21T09:56:08.047Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:56:08 [2022-06-21T09:56:08.524Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:56:09 [2022-06-21T09:56:09.416Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:56:09 [2022-06-21T09:56:09.460Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s)
09:56:09 [2022-06-21T09:56:09.460Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
09:56:09 [2022-06-21T09:56:09.460Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s)
09:56:09 [2022-06-21T09:56:09.460Z] === RUN   TestKillStoppedContainer
09:56:09 [2022-06-21T09:56:09.460Z] --- PASS: TestKillStoppedContainer (0.05s)
09:56:09 [2022-06-21T09:56:09.460Z] === RUN   TestKillStoppedContainerAPIPre120
09:56:09 [2022-06-21T09:56:09.460Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
09:56:09 [2022-06-21T09:56:09.460Z] === RUN   TestKillDifferentUserContainer
09:56:09 [2022-06-21T09:56:09.532Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:56:09 [2022-06-21T09:56:09.719Z] --- PASS: TestKillDifferentUserContainer (0.43s)
09:56:09 [2022-06-21T09:56:09.719Z] === RUN   TestInspectOomKilledTrue
09:56:09 [2022-06-21T09:56:09.719Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
09:56:09 [2022-06-21T09:56:09.719Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
09:56:09 [2022-06-21T09:56:09.719Z] === RUN   TestInspectOomKilledFalse
09:56:09 [2022-06-21T09:56:09.978Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
09:56:10 [2022-06-21T09:56:10.093Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:56:10 [2022-06-21T09:56:10.286Z] --- PASS: TestInspectOomKilledFalse (0.42s)
09:56:10 [2022-06-21T09:56:10.286Z] === RUN   TestLinksEtcHostsContentMatch
09:56:10 [2022-06-21T09:56:10.545Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
09:56:10 [2022-06-21T09:56:10.545Z] === RUN   TestLinksContainerNames
09:56:10 [2022-06-21T09:56:10.908Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:56:11 [2022-06-21T09:56:11.459Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:56:11 [2022-06-21T09:56:11.480Z] --- PASS: TestLinksContainerNames (0.87s)
09:56:11 [2022-06-21T09:56:11.480Z] === RUN   TestLogsFollowTailEmpty
09:56:11 [2022-06-21T09:56:11.738Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:56:11 [2022-06-21T09:56:11.738Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:56:11 [2022-06-21T09:56:11.738Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:56:11 [2022-06-21T09:56:11.738Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:56:11 [2022-06-21T09:56:11.738Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:56:12 [2022-06-21T09:56:12.401Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:56:12 [2022-06-21T09:56:12.675Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:56:12 [2022-06-21T09:56:12.675Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:56:13 [2022-06-21T09:56:13.243Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:56:13 [2022-06-21T09:56:13.243Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:56:13 [2022-06-21T09:56:13.333Z] --- PASS: TestBuildMultiStageCopy (7.34s)
09:56:13 [2022-06-21T09:56:13.333Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s)
09:56:13 [2022-06-21T09:56:13.333Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
09:56:13 [2022-06-21T09:56:13.333Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
09:56:13 [2022-06-21T09:56:13.333Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
09:56:13 [2022-06-21T09:56:13.333Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
09:56:13 [2022-06-21T09:56:13.333Z] === RUN   TestBuildMultiStageParentConfig
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:56:14 [2022-06-21T09:56:14.179Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:56:14 [2022-06-21T09:56:14.179Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:56:14 [2022-06-21T09:56:14.179Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:56:14 [2022-06-21T09:56:14.179Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:56:14 [2022-06-21T09:56:14.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:56:14 [2022-06-21T09:56:14.184Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
09:56:14 [2022-06-21T09:56:14.184Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:56:14 [2022-06-21T09:56:14.609Z] tests/integration/api_network_test.py ............................       [ 47%]
09:56:14 [2022-06-21T09:56:14.747Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:56:14 [2022-06-21T09:56:14.748Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:56:15 [2022-06-21T09:56:15.315Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:56:15 [2022-06-21T09:56:15.315Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:56:15 [2022-06-21T09:56:15.882Z] --- PASS: TestLogs (4.01s)
09:56:15 [2022-06-21T09:56:15.882Z]     --- PASS: TestLogs/driver_local (0.01s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.75s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.79s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.56s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.68s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.74s)
09:56:15 [2022-06-21T09:56:15.882Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.74s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.77s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.57s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.64s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.51s)
09:56:15 [2022-06-21T09:56:15.882Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.52s)
09:56:15 [2022-06-21T09:56:15.882Z] === RUN   TestContainerNetworkMountsNoChown
09:56:16 [2022-06-21T09:56:16.075Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
09:56:16 [2022-06-21T09:56:16.141Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
09:56:16 [2022-06-21T09:56:16.141Z] === RUN   TestMountDaemonRoot
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/default
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/default
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/private
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/private
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rprivate
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rprivate
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/slave
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/slave
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rslave
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rslave
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/shared
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/shared
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rshared
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rshared
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/default
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/default/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/default/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/default/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rshared
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/shared
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rslave
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/slave
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rprivate
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/private
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/private/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === RUN   TestMountDaemonRoot/private/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/default/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:56:16 [2022-06-21T09:56:16.401Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/private/bind_root
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:56:16 [2022-06-21T09:56:16.660Z] === CONT  TestMountDaemonRoot/private/mount_root
09:56:16 [2022-06-21T09:56:16.660Z] --- PASS: TestMountDaemonRoot (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
09:56:16 [2022-06-21T09:56:16.660Z] === RUN   TestContainerBindMountNonRecursive
09:56:17 [2022-06-21T09:56:17.006Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
09:56:17 [2022-06-21T09:56:17.262Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.40s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.01s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.83s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.93s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.42s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.84s)
09:56:17 [2022-06-21T09:56:17.262Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.56s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.95s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.85s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.93s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.59s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.11s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.18s)
09:56:17 [2022-06-21T09:56:17.263Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.19s)
09:56:17 [2022-06-21T09:56:17.263Z] === RUN   TestCgroupNamespacesRun
09:56:17 [2022-06-21T09:56:17.519Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
09:56:18 [2022-06-21T09:56:18.082Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
09:56:18 [2022-06-21T09:56:18.563Z] --- PASS: TestContainerBindMountNonRecursive (1.42s)
09:56:18 [2022-06-21T09:56:18.563Z] === RUN   TestContainerVolumesMountedAsShared
09:56:18 [2022-06-21T09:56:18.563Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s)
09:56:18 [2022-06-21T09:56:18.563Z] === RUN   TestContainerVolumesMountedAsSlave
09:56:18 [2022-06-21T09:56:18.575Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
09:56:18 [2022-06-21T09:56:18.575Z] === RUN   TestBuildLabelWithTargets
09:56:18 [2022-06-21T09:56:18.821Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
09:56:18 [2022-06-21T09:56:18.821Z] === RUN   TestNetworkNat
09:56:19 [2022-06-21T09:56:19.014Z] --- PASS: TestCgroupNamespacesRun (1.64s)
09:56:19 [2022-06-21T09:56:19.014Z] === RUN   TestCgroupNamespacesRunPrivileged
09:56:19 [2022-06-21T09:56:19.276Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
09:56:19 [2022-06-21T09:56:19.276Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
09:56:19 [2022-06-21T09:56:19.396Z] --- PASS: TestNetworkNat (0.48s)
09:56:19 [2022-06-21T09:56:19.397Z] === RUN   TestNetworkLocalhostTCPNat
09:56:19 [2022-06-21T09:56:19.964Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s)
09:56:19 [2022-06-21T09:56:19.964Z] === RUN   TestNetworkLoopbackNat
09:56:20 [2022-06-21T09:56:20.642Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s)
09:56:20 [2022-06-21T09:56:20.642Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:56:21 [2022-06-21T09:56:21.571Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
09:56:22 [2022-06-21T09:56:22.494Z] --- PASS: TestNetworkLoopbackNat (2.62s)
09:56:22 [2022-06-21T09:56:22.495Z] === RUN   TestPause
09:56:22 [2022-06-21T09:56:22.501Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s)
09:56:22 [2022-06-21T09:56:22.501Z] === RUN   TestCgroupNamespacesRunHostMode
09:56:22 [2022-06-21T09:56:22.755Z] --- PASS: TestPause (0.45s)
09:56:22 [2022-06-21T09:56:22.756Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:56:22 [2022-06-21T09:56:22.756Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:56:22 [2022-06-21T09:56:22.756Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:56:22 [2022-06-21T09:56:22.756Z] === RUN   TestPauseStopPausedContainer
09:56:23 [2022-06-21T09:56:23.323Z] --- PASS: TestPauseStopPausedContainer (0.45s)
09:56:23 [2022-06-21T09:56:23.323Z] === RUN   TestPidHost
09:56:23 [2022-06-21T09:56:23.866Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
09:56:24 [2022-06-21T09:56:24.102Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
09:56:24 [2022-06-21T09:56:24.122Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s)
09:56:24 [2022-06-21T09:56:24.122Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:56:24 [2022-06-21T09:56:24.265Z] --- PASS: TestPidHost (1.03s)
09:56:24 [2022-06-21T09:56:24.265Z] === RUN   TestPsFilter
09:56:24 [2022-06-21T09:56:24.524Z] --- PASS: TestPsFilter (0.12s)
09:56:24 [2022-06-21T09:56:24.524Z] === RUN   TestRemoveContainerWithRemovedVolume
09:56:24 [2022-06-21T09:56:24.783Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
09:56:24 [2022-06-21T09:56:24.783Z] === RUN   TestRemoveContainerWithVolume
09:56:25 [2022-06-21T09:56:25.206Z] tests/integration/api_secret_test.py .....                               [ 51%]
09:56:25 [2022-06-21T09:56:25.350Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
09:56:25 [2022-06-21T09:56:25.350Z] === RUN   TestRemoveContainerRunning
09:56:25 [2022-06-21T09:56:25.917Z] --- PASS: TestRemoveContainerRunning (0.43s)
09:56:25 [2022-06-21T09:56:25.917Z] === RUN   TestRemoveContainerForceRemoveRunning
09:56:26 [2022-06-21T09:56:26.013Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s)
09:56:26 [2022-06-21T09:56:26.013Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:56:26 [2022-06-21T09:56:26.176Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
09:56:26 [2022-06-21T09:56:26.176Z] === RUN   TestRemoveInvalidContainer
09:56:26 [2022-06-21T09:56:26.176Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:56:26 [2022-06-21T09:56:26.176Z] === RUN   TestRenameLinkedContainer
09:56:26 [2022-06-21T09:56:26.575Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
09:56:26 [2022-06-21T09:56:26.666Z] --- PASS: TestBuildLabelWithTargets (8.01s)
09:56:26 [2022-06-21T09:56:26.667Z] === RUN   TestBuildWithEmptyLayers
09:56:26 [2022-06-21T09:56:26.832Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
09:56:27 [2022-06-21T09:56:27.776Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.72s)
09:56:27 [2022-06-21T09:56:27.776Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:56:28 [2022-06-21T09:56:28.033Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
09:56:28 [2022-06-21T09:56:28.080Z] --- PASS: TestRenameLinkedContainer (1.78s)
09:56:28 [2022-06-21T09:56:28.080Z] === RUN   TestRenameStoppedContainer
09:56:28 [2022-06-21T09:56:28.339Z] --- PASS: TestRenameStoppedContainer (0.42s)
09:56:28 [2022-06-21T09:56:28.339Z] === RUN   TestRenameRunningContainerAndReuse
09:56:28 [2022-06-21T09:56:28.597Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s)
09:56:28 [2022-06-21T09:56:28.597Z] === RUN   TestCgroupNamespacesRunOlderClient
09:56:29 [2022-06-21T09:56:29.160Z] === RUN   TestDockerSuite/TestBuildCacheAdd
09:56:29 [2022-06-21T09:56:29.183Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
09:56:29 [2022-06-21T09:56:29.183Z] === RUN   TestBuildMultiStageOnBuild
09:56:29 [2022-06-21T09:56:29.276Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s)
09:56:29 [2022-06-21T09:56:29.276Z] === RUN   TestRenameInvalidName
09:56:29 [2022-06-21T09:56:29.670Z] tests/integration/api_service_test.py .................................. [ 59%]
09:56:29 [2022-06-21T09:56:29.850Z] --- PASS: TestRenameInvalidName (0.45s)
09:56:29 [2022-06-21T09:56:29.850Z] === RUN   TestRenameAnonymousContainer
09:56:30 [2022-06-21T09:56:30.089Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
09:56:30 [2022-06-21T09:56:30.089Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s)
09:56:30 [2022-06-21T09:56:30.089Z] === RUN   TestNISDomainname
09:56:31 [2022-06-21T09:56:31.025Z] === RUN   TestDockerSuite/TestBuildCacheFrom
09:56:31 [2022-06-21T09:56:31.226Z] --- PASS: TestRenameAnonymousContainer (1.52s)
09:56:31 [2022-06-21T09:56:31.226Z] === RUN   TestRenameContainerWithSameName
09:56:31 [2022-06-21T09:56:31.282Z] --- PASS: TestNISDomainname (1.03s)
09:56:31 [2022-06-21T09:56:31.282Z] === RUN   TestHostnameDnsResolution
09:56:31 [2022-06-21T09:56:31.539Z]     check_test.go:307: [d1cba5e1f3da6] daemon is not started
09:56:31 [2022-06-21T09:56:31.539Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
09:56:31 [2022-06-21T09:56:31.793Z] --- PASS: TestRenameContainerWithSameName (0.43s)
09:56:31 [2022-06-21T09:56:31.793Z] === RUN   TestRenameContainerWithLinkedContainer
09:56:32 [2022-06-21T09:56:32.468Z] --- PASS: TestHostnameDnsResolution (1.16s)
09:56:32 [2022-06-21T09:56:32.468Z] === RUN   TestUnprivilegedPortsAndPing
09:56:32 [2022-06-21T09:56:32.727Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s)
09:56:32 [2022-06-21T09:56:32.727Z] === RUN   TestResize
09:56:32 [2022-06-21T09:56:32.985Z] --- PASS: TestResize (0.40s)
09:56:32 [2022-06-21T09:56:32.985Z] === RUN   TestResizeWithInvalidSize
09:56:33 [2022-06-21T09:56:33.031Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
09:56:33 [2022-06-21T09:56:33.244Z] --- PASS: TestResizeWithInvalidSize (0.43s)
09:56:33 [2022-06-21T09:56:33.244Z] === RUN   TestResizeWhenContainerNotStarted
09:56:33 [2022-06-21T09:56:33.288Z] --- PASS: TestUnprivilegedPortsAndPing (0.87s)
09:56:33 [2022-06-21T09:56:33.288Z] === RUN   TestPrivilegedHostDevices
09:56:33 [2022-06-21T09:56:33.811Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:56:33 [2022-06-21T09:56:33.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:34 [2022-06-21T09:56:34.107Z] ............................                                             [ 66%]
09:56:34 [2022-06-21T09:56:34.217Z] --- PASS: TestPrivilegedHostDevices (0.88s)
09:56:34 [2022-06-21T09:56:34.217Z] === RUN   TestConsoleSize
09:56:34 [2022-06-21T09:56:34.426Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
09:56:34 [2022-06-21T09:56:34.426Z] === RUN   TestBuildUncleanTarFilenames
09:56:34 [2022-06-21T09:56:34.683Z] --- PASS: TestBuildUncleanTarFilenames (0.59s)
09:56:34 [2022-06-21T09:56:34.683Z] === RUN   TestBuildMultiStageLayerLeak
09:56:34 [2022-06-21T09:56:34.779Z] --- PASS: TestConsoleSize (0.67s)
09:56:34 [2022-06-21T09:56:34.779Z] === RUN   TestStats
09:56:35 [2022-06-21T09:56:35.343Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
09:56:35 [2022-06-21T09:56:35.714Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:56:36 [2022-06-21T09:56:36.271Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
09:56:37 [2022-06-21T09:56:37.090Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:56:37 [2022-06-21T09:56:37.638Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
09:56:37 [2022-06-21T09:56:37.638Z] --- PASS: TestStats (2.82s)
09:56:37 [2022-06-21T09:56:37.638Z] === RUN   TestStopContainerWithTimeout
09:56:37 [2022-06-21T09:56:37.638Z] === RUN   TestStopContainerWithTimeout/0
09:56:37 [2022-06-21T09:56:37.638Z] === PAUSE TestStopContainerWithTimeout/0
09:56:37 [2022-06-21T09:56:37.638Z] === RUN   TestStopContainerWithTimeout/1
09:56:37 [2022-06-21T09:56:37.638Z] === PAUSE TestStopContainerWithTimeout/1
09:56:37 [2022-06-21T09:56:37.638Z] === RUN   TestStopContainerWithTimeout/3
09:56:37 [2022-06-21T09:56:37.638Z] === PAUSE TestStopContainerWithTimeout/3
09:56:37 [2022-06-21T09:56:37.638Z] === RUN   TestStopContainerWithTimeout/-1
09:56:37 [2022-06-21T09:56:37.638Z] === PAUSE TestStopContainerWithTimeout/-1
09:56:37 [2022-06-21T09:56:37.638Z] === CONT  TestStopContainerWithTimeout/0
09:56:37 [2022-06-21T09:56:37.638Z] === CONT  TestStopContainerWithTimeout/3
09:56:38 [2022-06-21T09:56:38.025Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:56:38 [2022-06-21T09:56:38.025Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:56:38 [2022-06-21T09:56:38.200Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
09:56:39 [2022-06-21T09:56:39.128Z] === CONT  TestStopContainerWithTimeout/-1
09:56:39 [2022-06-21T09:56:39.128Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
09:56:39 [2022-06-21T09:56:39.401Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:56:39 [2022-06-21T09:56:39.401Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:56:39 [2022-06-21T09:56:39.937Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s)
09:56:39 [2022-06-21T09:56:39.937Z] === RUN   TestBuildWithHugeFile
09:56:41 [2022-06-21T09:56:41.022Z] === CONT  TestStopContainerWithTimeout/1
09:56:42 [2022-06-21T09:56:42.686Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:56:42 [2022-06-21T09:56:42.913Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:56:42 [2022-06-21T09:56:42.914Z]     --- PASS: TestStopContainerWithTimeout/0 (1.25s)
09:56:42 [2022-06-21T09:56:42.914Z]     --- PASS: TestStopContainerWithTimeout/3 (3.04s)
09:56:42 [2022-06-21T09:56:42.914Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.72s)
09:56:42 [2022-06-21T09:56:42.914Z]     --- PASS: TestStopContainerWithTimeout/1 (1.92s)
09:56:42 [2022-06-21T09:56:42.914Z] === RUN   TestDeleteDevicemapper
09:56:42 [2022-06-21T09:56:42.914Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:56:42 [2022-06-21T09:56:42.914Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:56:42 [2022-06-21T09:56:42.914Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:56:42 [2022-06-21T09:56:42.944Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:56:43 [2022-06-21T09:56:43.843Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
09:56:44 [2022-06-21T09:56:44.773Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
09:56:45 [2022-06-21T09:56:45.477Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:56:46 [2022-06-21T09:56:46.666Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.77s)
09:56:46 [2022-06-21T09:56:46.666Z] === RUN   TestUpdateMemory
09:56:46 [2022-06-21T09:56:46.666Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
09:56:46 [2022-06-21T09:56:46.666Z] --- SKIP: TestUpdateMemory (0.00s)
09:56:46 [2022-06-21T09:56:46.666Z] === RUN   TestUpdateCPUQuota
09:56:46 [2022-06-21T09:56:46.886Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:56:46 [2022-06-21T09:56:46.886Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:56:46 [2022-06-21T09:56:46.922Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
09:56:47 [2022-06-21T09:56:47.179Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
09:56:47 [2022-06-21T09:56:47.742Z] --- PASS: TestUpdateCPUQuota (1.38s)
09:56:47 [2022-06-21T09:56:47.742Z] === RUN   TestUpdatePidsLimit
09:56:47 [2022-06-21T09:56:47.742Z] === RUN   TestUpdatePidsLimit/update_from_none
09:56:47 [2022-06-21T09:56:47.998Z] === RUN   TestDockerSuite/TestBuildClearCmd
09:56:48 [2022-06-21T09:56:48.254Z] === RUN   TestUpdatePidsLimit/no_change
09:56:48 [2022-06-21T09:56:48.511Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
09:56:48 [2022-06-21T09:56:48.511Z] === RUN   TestDockerSuite/TestBuildCmd
09:56:48 [2022-06-21T09:56:48.511Z] === RUN   TestUpdatePidsLimit/update_lower
09:56:48 [2022-06-21T09:56:48.768Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
09:56:48 [2022-06-21T09:56:48.805Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:56:48 [2022-06-21T09:56:48.805Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:56:49 [2022-06-21T09:56:49.024Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:56:49 [2022-06-21T09:56:49.285Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
09:56:49 [2022-06-21T09:56:49.285Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:56:49 [2022-06-21T09:56:49.847Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:56:49 [2022-06-21T09:56:49.847Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
09:56:49 [2022-06-21T09:56:49.847Z]     docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows
09:56:49 [2022-06-21T09:56:49.847Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
09:56:50 [2022-06-21T09:56:50.103Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:56:50 [2022-06-21T09:56:50.707Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:56:51 [2022-06-21T09:56:51.033Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
09:56:51 [2022-06-21T09:56:51.290Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
09:56:51 [2022-06-21T09:56:51.548Z] --- PASS: TestUpdatePidsLimit (3.65s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.38s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/no_change (0.35s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.38s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
09:56:51 [2022-06-21T09:56:51.548Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s)
09:56:51 [2022-06-21T09:56:51.548Z] === RUN   TestUpdateRestartPolicy
09:56:52 [2022-06-21T09:56:52.083Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.77s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.18s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.46s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.54s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.07s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.14s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.95s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.00s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.77s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.84s)
09:56:52 [2022-06-21T09:56:52.083Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.61s)
09:56:52 [2022-06-21T09:56:52.083Z] === RUN   TestCgroupNamespacesRun
09:56:53 [2022-06-21T09:56:53.436Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
09:56:53 [2022-06-21T09:56:53.436Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
09:56:53 [2022-06-21T09:56:53.436Z]     check_test.go:307: [da55898672cd5] daemon is not started
09:56:53 [2022-06-21T09:56:53.436Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
09:56:53 [2022-06-21T09:56:53.436Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
09:56:53 [2022-06-21T09:56:53.436Z]     check_test.go:307: [d260c25c3bbc5] daemon is not started
09:56:53 [2022-06-21T09:56:53.436Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
09:56:53 [2022-06-21T09:56:53.459Z] --- PASS: TestCgroupNamespacesRun (1.18s)
09:56:53 [2022-06-21T09:56:53.459Z] === RUN   TestCgroupNamespacesRunPrivileged
09:56:53 [2022-06-21T09:56:53.459Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
09:56:53 [2022-06-21T09:56:53.459Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
09:56:53 [2022-06-21T09:56:53.459Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:56:54 [2022-06-21T09:56:54.393Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s)
09:56:54 [2022-06-21T09:56:54.393Z] === RUN   TestCgroupNamespacesRunHostMode
09:56:55 [2022-06-21T09:56:55.770Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s)
09:56:55 [2022-06-21T09:56:55.770Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:56:55 [2022-06-21T09:56:55.952Z] === RUN   TestDockerSuite/TestBuildConditionalCache
09:56:56 [2022-06-21T09:56:56.209Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
09:56:56 [2022-06-21T09:56:56.466Z]     check_test.go:307: [d2664349ebd1e] daemon is not started
09:56:56 [2022-06-21T09:56:56.466Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
09:56:56 [2022-06-21T09:56:56.706Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s)
09:56:56 [2022-06-21T09:56:56.706Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:56:57 [2022-06-21T09:56:57.028Z] === RUN   TestDockerSuite/TestBuildContextCleanup
09:56:57 [2022-06-21T09:56:57.284Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
09:56:57 [2022-06-21T09:56:57.846Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
09:56:58 [2022-06-21T09:56:58.082Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
09:56:58 [2022-06-21T09:56:58.082Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:56:58 [2022-06-21T09:56:58.407Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
09:56:58 [2022-06-21T09:56:58.649Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
09:56:58 [2022-06-21T09:56:58.649Z] === RUN   TestCgroupNamespacesRunOlderClient
09:56:58 [2022-06-21T09:56:58.662Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
09:57:00 [2022-06-21T09:57:00.025Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s)
09:57:00 [2022-06-21T09:57:00.025Z] === RUN   TestNISDomainname
09:57:00 [2022-06-21T09:57:00.284Z] --- PASS: TestNISDomainname (0.53s)
09:57:00 [2022-06-21T09:57:00.284Z] === RUN   TestHostnameDnsResolution
09:57:00 [2022-06-21T09:57:00.552Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
09:57:00 [2022-06-21T09:57:00.851Z] --- PASS: TestHostnameDnsResolution (0.67s)
09:57:00 [2022-06-21T09:57:00.852Z] === RUN   TestUnprivilegedPortsAndPing
09:57:01 [2022-06-21T09:57:01.423Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s)
09:57:01 [2022-06-21T09:57:01.423Z] === RUN   TestPrivilegedHostDevices
09:57:01 [2022-06-21T09:57:01.990Z] --- PASS: TestPrivilegedHostDevices (0.53s)
09:57:01 [2022-06-21T09:57:01.990Z] === RUN   TestConsoleSize
09:57:02 [2022-06-21T09:57:02.557Z] --- PASS: TestConsoleSize (0.46s)
09:57:02 [2022-06-21T09:57:02.557Z] === RUN   TestStats
09:57:03 [2022-06-21T09:57:03.070Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
09:57:03 [2022-06-21T09:57:03.999Z] --- PASS: TestUpdateRestartPolicy (12.53s)
09:57:03 [2022-06-21T09:57:03.999Z] === RUN   TestUpdateRestartWithAutoRemove
09:57:04 [2022-06-21T09:57:04.930Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s)
09:57:04 [2022-06-21T09:57:04.930Z] === RUN   TestWaitNonBlocked
09:57:04 [2022-06-21T09:57:04.930Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:57:04 [2022-06-21T09:57:04.930Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:57:04 [2022-06-21T09:57:04.930Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:57:04 [2022-06-21T09:57:04.930Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:57:04 [2022-06-21T09:57:04.930Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:57:04 [2022-06-21T09:57:04.930Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:57:05 [2022-06-21T09:57:05.086Z] --- PASS: TestStats (2.50s)
09:57:05 [2022-06-21T09:57:05.087Z] === RUN   TestStopContainerWithTimeout
09:57:05 [2022-06-21T09:57:05.087Z] === RUN   TestStopContainerWithTimeout/0
09:57:05 [2022-06-21T09:57:05.087Z] === PAUSE TestStopContainerWithTimeout/0
09:57:05 [2022-06-21T09:57:05.087Z] === RUN   TestStopContainerWithTimeout/1
09:57:05 [2022-06-21T09:57:05.087Z] === PAUSE TestStopContainerWithTimeout/1
09:57:05 [2022-06-21T09:57:05.087Z] === RUN   TestStopContainerWithTimeout/3
09:57:05 [2022-06-21T09:57:05.087Z] === PAUSE TestStopContainerWithTimeout/3
09:57:05 [2022-06-21T09:57:05.087Z] === RUN   TestStopContainerWithTimeout/-1
09:57:05 [2022-06-21T09:57:05.087Z] === PAUSE TestStopContainerWithTimeout/-1
09:57:05 [2022-06-21T09:57:05.087Z] === CONT  TestStopContainerWithTimeout/0
09:57:05 [2022-06-21T09:57:05.087Z] === CONT  TestStopContainerWithTimeout/3
09:57:05 [2022-06-21T09:57:05.658Z] === CONT  TestStopContainerWithTimeout/-1
09:57:05 [2022-06-21T09:57:05.860Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
09:57:06 [2022-06-21T09:57:06.116Z] --- PASS: TestWaitNonBlocked (0.02s)
09:57:06 [2022-06-21T09:57:06.116Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s)
09:57:06 [2022-06-21T09:57:06.116Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.22s)
09:57:06 [2022-06-21T09:57:06.116Z] === RUN   TestWaitBlocked
09:57:06 [2022-06-21T09:57:06.116Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:57:06 [2022-06-21T09:57:06.116Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:57:06 [2022-06-21T09:57:06.116Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:57:06 [2022-06-21T09:57:06.116Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:57:06 [2022-06-21T09:57:06.116Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:57:06 [2022-06-21T09:57:06.116Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:57:07 [2022-06-21T09:57:07.043Z] --- PASS: TestWaitBlocked (0.04s)
09:57:07 [2022-06-21T09:57:07.043Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.88s)
09:57:07 [2022-06-21T09:57:07.043Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.94s)
09:57:07 [2022-06-21T09:57:07.043Z] === CONT  TestContainerStartOnDaemonRestart
09:57:07 [2022-06-21T09:57:07.043Z] === CONT  TestRestartDaemonWithRestartingContainer
09:57:07 [2022-06-21T09:57:07.558Z] === CONT  TestStopContainerWithTimeout/1
09:57:08 [2022-06-21T09:57:08.409Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
09:57:08 [2022-06-21T09:57:08.666Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
09:57:09 [2022-06-21T09:57:09.458Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:57:09 [2022-06-21T09:57:09.458Z]     --- PASS: TestStopContainerWithTimeout/0 (0.70s)
09:57:09 [2022-06-21T09:57:09.458Z]     --- PASS: TestStopContainerWithTimeout/3 (2.64s)
09:57:09 [2022-06-21T09:57:09.458Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.39s)
09:57:09 [2022-06-21T09:57:09.458Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
09:57:09 [2022-06-21T09:57:09.458Z] === RUN   TestDeleteDevicemapper
09:57:09 [2022-06-21T09:57:09.458Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:57:09 [2022-06-21T09:57:09.458Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:57:09 [2022-06-21T09:57:09.458Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:57:09 [2022-06-21T09:57:09.596Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
09:57:10 [2022-06-21T09:57:10.158Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
09:57:10 [2022-06-21T09:57:10.720Z] --- PASS: TestContainerStartOnDaemonRestart (3.70s)
09:57:10 [2022-06-21T09:57:10.720Z] === CONT  TestIpcModeOlderClient
09:57:10 [2022-06-21T09:57:10.720Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.77s)
09:57:10 [2022-06-21T09:57:10.720Z] === CONT  TestContainerKillOnDaemonStart
09:57:10 [2022-06-21T09:57:10.720Z] --- PASS: TestIpcModeOlderClient (0.10s)
09:57:10 [2022-06-21T09:57:10.720Z] === CONT  TestDaemonHostGatewayIP
09:57:10 [2022-06-21T09:57:10.835Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s)
09:57:10 [2022-06-21T09:57:10.835Z] === RUN   TestUpdateMemory
09:57:11 [2022-06-21T09:57:11.094Z] --- PASS: TestUpdateMemory (0.55s)
09:57:11 [2022-06-21T09:57:11.094Z] === RUN   TestUpdateCPUQuota
09:57:12 [2022-06-21T09:57:12.468Z] --- PASS: TestUpdateCPUQuota (1.01s)
09:57:12 [2022-06-21T09:57:12.468Z] === RUN   TestUpdatePidsLimit
09:57:12 [2022-06-21T09:57:12.468Z] === RUN   TestUpdatePidsLimit/update_from_none
09:57:12 [2022-06-21T09:57:12.468Z] === RUN   TestUpdatePidsLimit/no_change
09:57:12 [2022-06-21T09:57:12.726Z] === RUN   TestUpdatePidsLimit/update_lower
09:57:12 [2022-06-21T09:57:12.985Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:57:13 [2022-06-21T09:57:13.243Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:57:13 [2022-06-21T09:57:13.243Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:57:13 [2022-06-21T09:57:13.268Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
09:57:13 [2022-06-21T09:57:13.268Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
09:57:13 [2022-06-21T09:57:13.502Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:57:14 [2022-06-21T09:57:14.438Z] --- PASS: TestUpdatePidsLimit (2.22s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.27s)
09:57:14 [2022-06-21T09:57:14.438Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.29s)
09:57:14 [2022-06-21T09:57:14.438Z] === RUN   TestUpdateRestartPolicy
09:57:15 [2022-06-21T09:57:15.162Z] --- PASS: TestDaemonHostGatewayIP (4.02s)
09:57:15 [2022-06-21T09:57:15.162Z] === CONT  TestDaemonRestartIpcMode
09:57:15 [2022-06-21T09:57:15.414Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
09:57:17 [2022-06-21T09:57:17.052Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
09:57:17 [2022-06-21T09:57:17.052Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
09:57:18 [2022-06-21T09:57:18.419Z] --- PASS: TestDaemonRestartIpcMode (3.43s)
09:57:18 [2022-06-21T09:57:18.674Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
09:57:18 [2022-06-21T09:57:18.674Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
09:57:18 [2022-06-21T09:57:18.674Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
09:57:18 [2022-06-21T09:57:18.674Z]     docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows
09:57:18 [2022-06-21T09:57:18.674Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
09:57:18 [2022-06-21T09:57:18.674Z]     docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows
09:57:18 [2022-06-21T09:57:18.674Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
09:57:18 [2022-06-21T09:57:18.674Z]     docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows
09:57:18 [2022-06-21T09:57:18.674Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
09:57:20 [2022-06-21T09:57:20.563Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
09:57:21 [2022-06-21T09:57:21.930Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
09:57:22 [2022-06-21T09:57:22.194Z]     check_test.go:307: [dcbf3da9af7ed] daemon is not started
09:57:22 [2022-06-21T09:57:22.194Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
09:57:23 [2022-06-21T09:57:23.562Z] --- PASS: TestContainerKillOnDaemonStart (12.88s)
09:57:23 [2022-06-21T09:57:23.562Z] PASS
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] === Skipped
09:57:23 [2022-06-21T09:57:23.562Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
09:57:23 [2022-06-21T09:57:23.562Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
09:57:23 [2022-06-21T09:57:23.562Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
09:57:23 [2022-06-21T09:57:23.562Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:57:23 [2022-06-21T09:57:23.562Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
09:57:23 [2022-06-21T09:57:23.562Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
09:57:23 [2022-06-21T09:57:23.562Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
09:57:23 [2022-06-21T09:57:23.562Z] 
09:57:23 [2022-06-21T09:57:23.562Z] DONE 258 tests, 6 skipped in 173.888s
09:57:23 [2022-06-21T09:57:23.562Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
09:57:23 [2022-06-21T09:57:23.562Z] ++ 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
09:57:23 [2022-06-21T09:57:23.562Z] ++ set -e
09:57:23 [2022-06-21T09:57:23.562Z] ++ '[' -n 0 ']'
09:57:23 [2022-06-21T09:57:23.562Z] ++ set -x
09:57:23 [2022-06-21T09:57:23.562Z] ++ 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
09:57:23 [2022-06-21T09:57:23.818Z] === RUN   TestConfigDaemonLibtrustID
09:57:24 [2022-06-21T09:57:24.380Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
09:57:24 [2022-06-21T09:57:24.380Z] === RUN   TestConfigDaemonID
09:57:25 [2022-06-21T09:57:25.309Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
09:57:25 [2022-06-21T09:57:25.566Z]     daemon_test.go:83: [df3e544493f00] daemon is not started
09:57:25 [2022-06-21T09:57:25.566Z] --- PASS: TestConfigDaemonID (1.07s)
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDaemonConfigValidation
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:57:25 [2022-06-21T09:57:25.566Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:57:25 [2022-06-21T09:57:25.566Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDaemonConfigValidation/invalid_config
09:57:25 [2022-06-21T09:57:25.566Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDaemonConfigValidation/malformed_config
09:57:25 [2022-06-21T09:57:25.566Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDaemonConfigValidation/valid_config
09:57:25 [2022-06-21T09:57:25.566Z] === PAUSE TestDaemonConfigValidation/valid_config
09:57:25 [2022-06-21T09:57:25.566Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:57:25 [2022-06-21T09:57:25.566Z] === CONT  TestDaemonConfigValidation/malformed_config
09:57:25 [2022-06-21T09:57:25.566Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
09:57:25 [2022-06-21T09:57:25.566Z] === CONT  TestDaemonConfigValidation/valid_config
09:57:25 [2022-06-21T09:57:25.566Z] === CONT  TestDaemonConfigValidation/invalid_config
09:57:25 [2022-06-21T09:57:25.822Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:57:25 [2022-06-21T09:57:25.822Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:57:25 [2022-06-21T09:57:25.822Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.15s)
09:57:25 [2022-06-21T09:57:25.822Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.17s)
09:57:25 [2022-06-21T09:57:25.822Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.15s)
09:57:25 [2022-06-21T09:57:25.822Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.20s)
09:57:25 [2022-06-21T09:57:25.822Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s)
09:57:25 [2022-06-21T09:57:25.822Z] === RUN   TestConfigDaemonSeccompProfiles
09:57:25 [2022-06-21T09:57:25.822Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:57:26 [2022-06-21T09:57:26.637Z] --- PASS: TestUpdateRestartPolicy (11.05s)
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestUpdateRestartWithAutoRemove
09:57:26 [2022-06-21T09:57:26.637Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestWaitNonBlocked
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:57:26 [2022-06-21T09:57:26.637Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:57:26 [2022-06-21T09:57:26.637Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:57:26 [2022-06-21T09:57:26.637Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:57:26 [2022-06-21T09:57:26.637Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:57:26 [2022-06-21T09:57:26.637Z] --- PASS: TestWaitNonBlocked (0.01s)
09:57:26 [2022-06-21T09:57:26.637Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.80s)
09:57:26 [2022-06-21T09:57:26.637Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.82s)
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestWaitBlocked
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:57:26 [2022-06-21T09:57:26.637Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:57:26 [2022-06-21T09:57:26.637Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:57:26 [2022-06-21T09:57:26.637Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:57:26 [2022-06-21T09:57:26.637Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:57:26 [2022-06-21T09:57:26.637Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:57:27 [2022-06-21T09:57:27.188Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:57:27 [2022-06-21T09:57:27.573Z] --- PASS: TestWaitBlocked (0.01s)
09:57:27 [2022-06-21T09:57:27.573Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s)
09:57:27 [2022-06-21T09:57:27.573Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s)
09:57:27 [2022-06-21T09:57:27.573Z] === CONT  TestContainerStartOnDaemonRestart
09:57:27 [2022-06-21T09:57:27.573Z] === CONT  TestRestartDaemonWithRestartingContainer
09:57:27 [2022-06-21T09:57:27.752Z]     docker_cli_daemon_plugins_test.go:106: [d24696761b61c] daemon is not started
09:57:28 [2022-06-21T09:57:28.008Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
09:57:28 [2022-06-21T09:57:28.008Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:57:28 [2022-06-21T09:57:28.264Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
09:57:28 [2022-06-21T09:57:28.826Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
09:57:29 [2022-06-21T09:57:29.083Z] === CONT  TestConfigDaemonSeccompProfiles
09:57:29 [2022-06-21T09:57:29.083Z]     daemon_test.go:197: [d9893e54cd9a1] daemon is not started
09:57:29 [2022-06-21T09:57:29.083Z] --- PASS: TestConfigDaemonSeccompProfiles (3.17s)
09:57:29 [2022-06-21T09:57:29.083Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.06s)
09:57:29 [2022-06-21T09:57:29.083Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s)
09:57:29 [2022-06-21T09:57:29.083Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s)
09:57:29 [2022-06-21T09:57:29.083Z] === RUN   TestDaemonProxy
09:57:29 [2022-06-21T09:57:29.083Z] === RUN   TestDaemonProxy/environment_variables
09:57:30 [2022-06-21T09:57:30.107Z] --- PASS: TestContainerStartOnDaemonRestart (2.22s)
09:57:30 [2022-06-21T09:57:30.107Z] === CONT  TestIpcModeOlderClient
09:57:30 [2022-06-21T09:57:30.107Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.29s)
09:57:30 [2022-06-21T09:57:30.107Z] === CONT  TestContainerKillOnDaemonStart
09:57:30 [2022-06-21T09:57:30.107Z] --- PASS: TestIpcModeOlderClient (0.08s)
09:57:30 [2022-06-21T09:57:30.107Z] === CONT  TestDaemonHostGatewayIP
09:57:30 [2022-06-21T09:57:30.449Z]     check_test.go:307: [d7645c82775ba] daemon is not started
09:57:30 [2022-06-21T09:57:30.449Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
09:57:30 [2022-06-21T09:57:30.705Z] === RUN   TestDaemonProxy/command-line_options
09:57:32 [2022-06-21T09:57:32.071Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
09:57:32 [2022-06-21T09:57:32.632Z] === RUN   TestDaemonProxy/configuration_file
09:57:32 [2022-06-21T09:57:32.638Z] --- PASS: TestDaemonHostGatewayIP (2.62s)
09:57:32 [2022-06-21T09:57:32.638Z] === CONT  TestDaemonRestartIpcMode
09:57:33 [2022-06-21T09:57:33.482Z] tests/integration/api_volume_test.py .........                           [ 74%]
09:57:33 [2022-06-21T09:57:33.482Z] tests/integration/client_test.py .....                                   [ 75%]
09:57:33 [2022-06-21T09:57:33.482Z] tests/integration/context_api_test.py ...                                [ 76%]
09:57:33 [2022-06-21T09:57:33.482Z] tests/integration/errors_test.py .                                       [ 76%]
09:57:33 [2022-06-21T09:57:33.999Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
09:57:34 [2022-06-21T09:57:34.255Z] === RUN   TestDaemonProxy/conflicting_options
09:57:34 [2022-06-21T09:57:34.539Z] --- PASS: TestDaemonRestartIpcMode (2.25s)
09:57:34 [2022-06-21T09:57:34.816Z] === RUN   TestDaemonProxy/reload_sanitized
09:57:35 [2022-06-21T09:57:35.378Z] --- PASS: TestDaemonProxy (6.30s)
09:57:35 [2022-06-21T09:57:35.378Z]     --- PASS: TestDaemonProxy/environment_variables (1.76s)
09:57:35 [2022-06-21T09:57:35.378Z]     --- PASS: TestDaemonProxy/command-line_options (1.76s)
09:57:35 [2022-06-21T09:57:35.378Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
09:57:35 [2022-06-21T09:57:35.378Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:57:35 [2022-06-21T09:57:35.378Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
09:57:35 [2022-06-21T09:57:35.378Z] PASS
09:57:35 [2022-06-21T09:57:35.378Z] 
09:57:35 [2022-06-21T09:57:35.378Z] DONE 18 tests in 11.690s
09:57:35 [2022-06-21T09:57:35.378Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
09:57:35 [2022-06-21T09:57:35.378Z] ++ 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
09:57:35 [2022-06-21T09:57:35.378Z] ++ set -e
09:57:35 [2022-06-21T09:57:35.378Z] ++ '[' -n 0 ']'
09:57:35 [2022-06-21T09:57:35.378Z] ++ set -x
09:57:35 [2022-06-21T09:57:35.378Z] ++ 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
09:57:35 [2022-06-21T09:57:35.648Z] INFO: Testing against a local daemon
09:57:35 [2022-06-21T09:57:35.648Z] === RUN   TestCommitInheritsEnv
09:57:36 [2022-06-21T09:57:36.165Z] --- PASS: TestBuildWithHugeFile (50.02s)
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildWCOWSandboxSize
09:57:36 [2022-06-21T09:57:36.165Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:57:36 [2022-06-21T09:57:36.165Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildWithEmptyDockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:57:36 [2022-06-21T09:57:36.165Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
09:57:36 [2022-06-21T09:57:36.165Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
09:57:36 [2022-06-21T09:57:36.165Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
09:57:36 [2022-06-21T09:57:36.165Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildPreserveOwnership
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildPreserveOwnership/copy_from
09:57:36 [2022-06-21T09:57:36.165Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
09:57:36 [2022-06-21T09:57:36.228Z] --- PASS: TestCommitInheritsEnv (0.45s)
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportExtremelyLargeImageWorks
09:57:36 [2022-06-21T09:57:36.228Z] === PAUSE TestImportExtremelyLargeImageWorks
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportWithCustomPlatform
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportWithCustomPlatform/#00
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportWithCustomPlatform/_______
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportWithCustomPlatform//
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportWithCustomPlatform/linux
09:57:36 [2022-06-21T09:57:36.228Z] === RUN   TestImportWithCustomPlatform/LINUX
09:57:36 [2022-06-21T09:57:36.487Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:57:36 [2022-06-21T09:57:36.487Z] === RUN   TestImportWithCustomPlatform/macos
09:57:36 [2022-06-21T09:57:36.487Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:57:36 [2022-06-21T09:57:36.487Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:57:36 [2022-06-21T09:57:36.744Z] --- PASS: TestImportWithCustomPlatform (0.54s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.12s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/linux (0.11s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.10s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.13s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:57:36 [2022-06-21T09:57:36.744Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:57:36 [2022-06-21T09:57:36.744Z] === RUN   TestImagesFilterMultiReference
09:57:36 [2022-06-21T09:57:36.744Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
09:57:36 [2022-06-21T09:57:36.744Z] --- PASS: TestImagesFilterMultiReference (0.08s)
09:57:36 [2022-06-21T09:57:36.744Z] === RUN   TestImagePullPlatformInvalid
09:57:36 [2022-06-21T09:57:36.744Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
09:57:36 [2022-06-21T09:57:36.744Z] === RUN   TestRemoveImageOrphaning
09:57:37 [2022-06-21T09:57:37.306Z] --- PASS: TestRemoveImageOrphaning (0.49s)
09:57:37 [2022-06-21T09:57:37.306Z] === RUN   TestRemoveImageGarbageCollector
09:57:37 [2022-06-21T09:57:37.868Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
09:57:37 [2022-06-21T09:57:37.868Z] time="2022-06-21T09:57:37Z" level=info msg="[graphdriver] trying configured driver: overlay2"
09:57:39 [2022-06-21T09:57:39.235Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
09:57:39 [2022-06-21T09:57:39.431Z] --- PASS: TestBuildPreserveOwnership (9.72s)
09:57:39 [2022-06-21T09:57:39.431Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.69s)
09:57:39 [2022-06-21T09:57:39.431Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestBuildPlatformInvalid
09:57:39 [2022-06-21T09:57:39.431Z] --- PASS: TestBuildPlatformInvalid (0.09s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:57:39 [2022-06-21T09:57:39.431Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
09:57:39 [2022-06-21T09:57:39.431Z] PASS
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === Skipped
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
09:57:39 [2022-06-21T09:57:39.431Z]     build_session_test.go:25: TODO: BuildKit
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:57:39 [2022-06-21T09:57:39.431Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
09:57:39 [2022-06-21T09:57:39.431Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] DONE 34 tests, 3 skipped in 110.634s
09:57:39 [2022-06-21T09:57:39.431Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
09:57:39 [2022-06-21T09:57:39.431Z] INFO: Testing against a local daemon
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestConfigInspect
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestConfigInspect (0.02s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestConfigList
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestConfigList (0.01s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestConfigsCreateAndDelete
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestConfigsUpdate
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestConfigsUpdate (0.02s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestTemplatedConfig
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestTemplatedConfig (0.00s)
09:57:39 [2022-06-21T09:57:39.431Z] === RUN   TestConfigCreateResolve
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] --- SKIP: TestConfigCreateResolve (0.01s)
09:57:39 [2022-06-21T09:57:39.431Z] PASS
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === Skipped
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
09:57:39 [2022-06-21T09:57:39.431Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
09:57:39 [2022-06-21T09:57:39.431Z] 
09:57:39 [2022-06-21T09:57:39.431Z] DONE 6 tests, 6 skipped in 0.151s
09:57:39 [2022-06-21T09:57:39.431Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
09:57:39 [2022-06-21T09:57:39.446Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
09:57:39 [2022-06-21T09:57:39.446Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
09:57:39 [2022-06-21T09:57:39.446Z] GOOS="" GOARCH="" GOARM=""
09:57:39 [2022-06-21T09:57:39.446Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
09:57:39 [2022-06-21T09:57:39.446Z] 
09:57:39 [2022-06-21T09:57:39.446Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:57:39 [2022-06-21T09:57:39.446Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:57:39 [2022-06-21T09:57:39.446Z] HOSTNAME=5e6b87624df8
09:57:39 [2022-06-21T09:57:39.446Z] TESTDEBUG=0
09:57:39 [2022-06-21T09:57:39.446Z] DEST=bundles/test-integration
09:57:39 [2022-06-21T09:57:39.446Z] PWD=/go/src/github.com/docker/docker
09:57:39 [2022-06-21T09:57:39.446Z] DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda
09:57:39 [2022-06-21T09:57:39.446Z] container=docker
09:57:39 [2022-06-21T09:57:39.446Z] HOME=/root
09:57:39 [2022-06-21T09:57:39.446Z] GOLANG_VERSION=1.18.3
09:57:39 [2022-06-21T09:57:39.446Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:57:39 [2022-06-21T09:57:39.446Z] VALIDATE_BRANCH=master
09:57:39 [2022-06-21T09:57:39.446Z] TERM=xterm
09:57:39 [2022-06-21T09:57:39.446Z] DOCKER_PKG=github.com/docker/docker
09:57:39 [2022-06-21T09:57:39.446Z] SHLVL=1
09:57:39 [2022-06-21T09:57:39.446Z] TIMEOUT=120m
09:57:39 [2022-06-21T09:57:39.446Z] DOCKER_BUILDTAGS= journald
09:57:39 [2022-06-21T09:57:39.446Z] DOCKER_GRAPHDRIVER=overlay2
09:57:39 [2022-06-21T09:57:39.446Z] GO111MODULE=off
09:57:39 [2022-06-21T09:57:39.446Z] DOCKER_EXPERIMENTAL=1
09:57:39 [2022-06-21T09:57:39.446Z] TEST_SKIP_INTEGRATION_CLI=1
09:57:39 [2022-06-21T09:57:39.446Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:57:39 [2022-06-21T09:57:39.446Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:57:39 [2022-06-21T09:57:39.446Z] GOPATH=/go
09:57:39 [2022-06-21T09:57:39.446Z] PKG_CONFIG=pkg-config
09:57:39 [2022-06-21T09:57:39.446Z] _=/usr/bin/env
09:57:39 [2022-06-21T09:57:39.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:57:39 [2022-06-21T09:57:39.687Z] INFO: Testing against a local daemon
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestAttachWithTTY
09:57:39 [2022-06-21T09:57:39.687Z] --- PASS: TestAttachWithTTY (0.04s)
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestAttachWithoutTTy
09:57:39 [2022-06-21T09:57:39.687Z] --- PASS: TestAttachWithoutTTy (0.04s)
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestCheckpoint
09:57:39 [2022-06-21T09:57:39.687Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:57:39 [2022-06-21T09:57:39.687Z] --- SKIP: TestCheckpoint (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/commit
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/commit
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/create
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/containers/create
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:57:39 [2022-06-21T09:57:39.687Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/commit
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] === CONT  TestContainerInvalidJSON/containers/create
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:57:39 [2022-06-21T09:57:39.687Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:57:39 [2022-06-21T09:57:39.687Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestCopyFromContainerPathIsNotDir
09:57:39 [2022-06-21T09:57:39.687Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
09:57:39 [2022-06-21T09:57:39.687Z] === RUN   TestCopyToContainerPathDoesNotExist
09:57:39 [2022-06-21T09:57:39.797Z] --- PASS: TestRemoveImageGarbageCollector (2.46s)
09:57:39 [2022-06-21T09:57:39.797Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:57:39 [2022-06-21T09:57:39.797Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
09:57:39 [2022-06-21T09:57:39.797Z] === RUN   TestTagInvalidReference
09:57:39 [2022-06-21T09:57:39.797Z] --- PASS: TestTagInvalidReference (0.04s)
09:57:39 [2022-06-21T09:57:39.797Z] === RUN   TestTagValidPrefixedRepo
09:57:39 [2022-06-21T09:57:39.797Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
09:57:39 [2022-06-21T09:57:39.797Z] === RUN   TestTagExistedNameWithoutForce
09:57:39 [2022-06-21T09:57:39.797Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
09:57:39 [2022-06-21T09:57:39.797Z] === RUN   TestTagOfficialNames
09:57:39 [2022-06-21T09:57:39.944Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
09:57:39 [2022-06-21T09:57:39.944Z] === RUN   TestCopyEmptyFile
09:57:39 [2022-06-21T09:57:39.944Z] --- PASS: TestCopyEmptyFile (0.18s)
09:57:39 [2022-06-21T09:57:39.944Z] === RUN   TestCopyToContainerPathIsNotDir
09:57:39 [2022-06-21T09:57:39.944Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
09:57:39 [2022-06-21T09:57:39.944Z] === RUN   TestCopyFromContainer
09:57:40 [2022-06-21T09:57:40.054Z] --- PASS: TestTagOfficialNames (0.08s)
09:57:40 [2022-06-21T09:57:40.054Z] === RUN   TestTagMatchesDigest
09:57:40 [2022-06-21T09:57:40.054Z] --- PASS: TestTagMatchesDigest (0.02s)
09:57:40 [2022-06-21T09:57:40.054Z] === CONT  TestImportExtremelyLargeImageWorks
09:57:40 [2022-06-21T09:57:40.054Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
09:57:40 [2022-06-21T09:57:40.615Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
09:57:40 [2022-06-21T09:57:40.615Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
09:57:41 [2022-06-21T09:57:41.545Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
09:57:41 [2022-06-21T09:57:41.545Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from config
09:57:41 [2022-06-21T09:57:41.546Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
09:57:41 [2022-06-21T09:57:41.546Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
09:57:41 [2022-06-21T09:57:41.802Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config
09:57:42 [2022-06-21T09:57:42.368Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from config
09:57:42 [2022-06-21T09:57:42.626Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
09:57:42 [2022-06-21T09:57:42.648Z] --- PASS: TestContainerKillOnDaemonStart (11.76s)
09:57:42 [2022-06-21T09:57:42.649Z] PASS
09:57:42 [2022-06-21T09:57:42.649Z] 
09:57:42 [2022-06-21T09:57:42.649Z] === Skipped
09:57:42 [2022-06-21T09:57:42.649Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
09:57:42 [2022-06-21T09:57:42.649Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:57:42 [2022-06-21T09:57:42.649Z] 
09:57:42 [2022-06-21T09:57:42.649Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
09:57:42 [2022-06-21T09:57:42.649Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
09:57:42 [2022-06-21T09:57:42.649Z] 
09:57:42 [2022-06-21T09:57:42.649Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:57:42 [2022-06-21T09:57:42.649Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:57:42 [2022-06-21T09:57:42.649Z] 
09:57:42 [2022-06-21T09:57:42.649Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
09:57:42 [2022-06-21T09:57:42.649Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
09:57:42 [2022-06-21T09:57:42.649Z] 
09:57:42 [2022-06-21T09:57:42.649Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
09:57:42 [2022-06-21T09:57:42.649Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:57:42 [2022-06-21T09:57:42.649Z] 
09:57:42 [2022-06-21T09:57:42.649Z] DONE 258 tests, 5 skipped in 124.395s
09:57:42 [2022-06-21T09:57:42.649Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
09:57:42 [2022-06-21T09:57:42.649Z] === RUN   TestConfigDaemonLibtrustID
09:57:42 [2022-06-21T09:57:42.649Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
09:57:42 [2022-06-21T09:57:42.649Z] === RUN   TestConfigDaemonID
09:57:42 [2022-06-21T09:57:42.884Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config
09:57:43 [2022-06-21T09:57:43.215Z]     daemon_test.go:83: [dcb4e7b5f9d90] daemon is not started
09:57:43 [2022-06-21T09:57:43.215Z] --- PASS: TestConfigDaemonID (1.04s)
09:57:43 [2022-06-21T09:57:43.215Z] === RUN   TestDaemonConfigValidation
09:57:43 [2022-06-21T09:57:43.215Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:57:43 [2022-06-21T09:57:43.215Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:57:43 [2022-06-21T09:57:43.215Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:57:43 [2022-06-21T09:57:43.215Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:57:43 [2022-06-21T09:57:43.215Z] === RUN   TestDaemonConfigValidation/invalid_config
09:57:43 [2022-06-21T09:57:43.215Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:57:43 [2022-06-21T09:57:43.215Z] === RUN   TestDaemonConfigValidation/malformed_config
09:57:43 [2022-06-21T09:57:43.215Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:57:43 [2022-06-21T09:57:43.215Z] === RUN   TestDaemonConfigValidation/valid_config
09:57:43 [2022-06-21T09:57:43.215Z] === PAUSE TestDaemonConfigValidation/valid_config
09:57:43 [2022-06-21T09:57:43.215Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:57:43 [2022-06-21T09:57:43.215Z] === CONT  TestDaemonConfigValidation/malformed_config
09:57:43 [2022-06-21T09:57:43.215Z] === CONT  TestDaemonConfigValidation/invalid_config
09:57:43 [2022-06-21T09:57:43.215Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:57:43 [2022-06-21T09:57:43.215Z] === CONT  TestDaemonConfigValidation/valid_config
09:57:43 [2022-06-21T09:57:43.447Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config
09:57:43 [2022-06-21T09:57:43.474Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:57:43 [2022-06-21T09:57:43.474Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
09:57:43 [2022-06-21T09:57:43.474Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
09:57:43 [2022-06-21T09:57:43.474Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
09:57:43 [2022-06-21T09:57:43.474Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
09:57:43 [2022-06-21T09:57:43.474Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
09:57:43 [2022-06-21T09:57:43.474Z] === RUN   TestConfigDaemonSeccompProfiles
09:57:43 [2022-06-21T09:57:43.474Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:57:44 [2022-06-21T09:57:44.012Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli
09:57:44 [2022-06-21T09:57:44.012Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
09:57:44 [2022-06-21T09:57:44.108Z] === RUN   TestCopyFromContainer//
09:57:44 [2022-06-21T09:57:44.108Z] === RUN   TestCopyFromContainer//bar/root
09:57:44 [2022-06-21T09:57:44.364Z] === RUN   TestCopyFromContainer//bar/root/
09:57:44 [2022-06-21T09:57:44.364Z] === RUN   TestCopyFromContainer/bar/quux
09:57:44 [2022-06-21T09:57:44.364Z] === RUN   TestCopyFromContainer/bar/quux/
09:57:44 [2022-06-21T09:57:44.364Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:57:44 [2022-06-21T09:57:44.364Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:57:44 [2022-06-21T09:57:44.408Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:57:44 [2022-06-21T09:57:44.575Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCopyFromContainer/bar/notarget
09:57:44 [2022-06-21T09:57:44.620Z] --- PASS: TestCopyFromContainer (4.66s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer// (0.06s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:57:44 [2022-06-21T09:57:44.620Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:57:44 [2022-06-21T09:57:44.620Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:57:44 [2022-06-21T09:57:44.620Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:57:44 [2022-06-21T09:57:44.620Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:57:44 [2022-06-21T09:57:44.620Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:57:44 [2022-06-21T09:57:44.620Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:57:44 [2022-06-21T09:57:44.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:57:44 [2022-06-21T09:57:44.620Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:57:44 [2022-06-21T09:57:44.620Z] === RUN   TestCreateLinkToNonExistingContainer
09:57:44 [2022-06-21T09:57:44.876Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
09:57:44 [2022-06-21T09:57:44.876Z] === RUN   TestCreateWithInvalidEnv
09:57:44 [2022-06-21T09:57:44.876Z] === RUN   TestCreateWithInvalidEnv/0
09:57:44 [2022-06-21T09:57:44.876Z] === PAUSE TestCreateWithInvalidEnv/0
09:57:44 [2022-06-21T09:57:44.876Z] === RUN   TestCreateWithInvalidEnv/1
09:57:44 [2022-06-21T09:57:44.876Z] === PAUSE TestCreateWithInvalidEnv/1
09:57:44 [2022-06-21T09:57:44.876Z] === RUN   TestCreateWithInvalidEnv/2
09:57:44 [2022-06-21T09:57:44.876Z] === PAUSE TestCreateWithInvalidEnv/2
09:57:44 [2022-06-21T09:57:44.876Z] === CONT  TestCreateWithInvalidEnv/0
09:57:44 [2022-06-21T09:57:44.876Z] === CONT  TestCreateWithInvalidEnv/2
09:57:44 [2022-06-21T09:57:44.876Z] === CONT  TestCreateWithInvalidEnv/1
09:57:44 [2022-06-21T09:57:44.876Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:57:44 [2022-06-21T09:57:44.876Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:57:44 [2022-06-21T09:57:44.876Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:57:44 [2022-06-21T09:57:44.876Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:57:44 [2022-06-21T09:57:44.876Z] === RUN   TestCreateTmpfsMountsTarget
09:57:44 [2022-06-21T09:57:44.876Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
09:57:44 [2022-06-21T09:57:44.876Z] === RUN   TestCreateWithCustomMaskedPaths
09:57:45 [2022-06-21T09:57:45.138Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli
09:57:45 [2022-06-21T09:57:45.138Z] === RUN   TestDockerSuite/TestBuildDockerignore
09:57:45 [2022-06-21T09:57:45.344Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:57:45 [2022-06-21T09:57:45.396Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli
09:57:45 [2022-06-21T09:57:45.958Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli
09:57:46 [2022-06-21T09:57:46.242Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s)
09:57:46 [2022-06-21T09:57:46.242Z] === RUN   TestCreateWithCustomReadonlyPaths
09:57:46 [2022-06-21T09:57:46.520Z]     check_test.go:307: [d58514acb3347] daemon is not started
09:57:46 [2022-06-21T09:57:46.520Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
09:57:46 [2022-06-21T09:57:46.719Z] === CONT  TestConfigDaemonSeccompProfiles
09:57:46 [2022-06-21T09:57:46.719Z]     daemon_test.go:197: [d46fd2e8f702c] daemon is not started
09:57:46 [2022-06-21T09:57:46.719Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
09:57:46 [2022-06-21T09:57:46.719Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:57:46 [2022-06-21T09:57:46.719Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
09:57:46 [2022-06-21T09:57:46.720Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s)
09:57:46 [2022-06-21T09:57:46.720Z] === RUN   TestDaemonProxy
09:57:46 [2022-06-21T09:57:46.720Z] === RUN   TestDaemonProxy/environment_variables
09:57:47 [2022-06-21T09:57:47.171Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.10s)
09:57:47 [2022-06-21T09:57:47.171Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:57:47 [2022-06-21T09:57:47.171Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:57:47 [2022-06-21T09:57:47.171Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:57:47 [2022-06-21T09:57:47.171Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:57:47 [2022-06-21T09:57:47.171Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:57:47 [2022-06-21T09:57:47.171Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:57:47 [2022-06-21T09:57:47.171Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:57:47 [2022-06-21T09:57:47.171Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:57:47 [2022-06-21T09:57:47.171Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:57:47 [2022-06-21T09:57:47.171Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
09:57:47 [2022-06-21T09:57:47.171Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
09:57:47 [2022-06-21T09:57:47.171Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
09:57:47 [2022-06-21T09:57:47.171Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
09:57:47 [2022-06-21T09:57:47.171Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
09:57:47 [2022-06-21T09:57:47.172Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:57:47 [2022-06-21T09:57:47.448Z]     check_test.go:307: [d26e8606a12f3] daemon is not started
09:57:47 [2022-06-21T09:57:47.448Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
09:57:47 [2022-06-21T09:57:47.733Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.45s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateDifferentPlatform
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateDifferentPlatform/different_os
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:57:47 [2022-06-21T09:57:47.733Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:57:47 [2022-06-21T09:57:47.733Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:57:47 [2022-06-21T09:57:47.733Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:57:47 [2022-06-21T09:57:47.733Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateInvalidHostConfig
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:57:47 [2022-06-21T09:57:47.733Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:57:47 [2022-06-21T09:57:47.733Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:57:47 [2022-06-21T09:57:47.733Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:57:47 [2022-06-21T09:57:47.733Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:57:47 [2022-06-21T09:57:47.733Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:57:47 [2022-06-21T09:57:47.733Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:57:47 [2022-06-21T09:57:47.733Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:57:47 [2022-06-21T09:57:47.733Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:57:47 [2022-06-21T09:57:47.733Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:57:47 [2022-06-21T09:57:47.733Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestContainerStartOnDaemonRestart
09:57:47 [2022-06-21T09:57:47.733Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
09:57:47 [2022-06-21T09:57:47.733Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestDaemonRestartIpcMode
09:57:47 [2022-06-21T09:57:47.733Z] === PAUSE TestDaemonRestartIpcMode
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestDaemonHostGatewayIP
09:57:47 [2022-06-21T09:57:47.733Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
09:57:47 [2022-06-21T09:57:47.733Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestRestartDaemonWithRestartingContainer
09:57:47 [2022-06-21T09:57:47.733Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestContainerKillOnDaemonStart
09:57:47 [2022-06-21T09:57:47.733Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
09:57:47 [2022-06-21T09:57:47.733Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
09:57:47 [2022-06-21T09:57:47.733Z] === RUN   TestDiff
09:57:47 [2022-06-21T09:57:47.988Z] --- PASS: TestDiff (0.38s)
09:57:47 [2022-06-21T09:57:47.988Z] === RUN   TestExecWithCloseStdin
09:57:48 [2022-06-21T09:57:48.011Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
09:57:48 [2022-06-21T09:57:48.094Z] === RUN   TestDaemonProxy/command-line_options
09:57:48 [2022-06-21T09:57:48.551Z] --- PASS: TestExecWithCloseStdin (0.51s)
09:57:48 [2022-06-21T09:57:48.551Z] === RUN   TestExec
09:57:49 [2022-06-21T09:57:49.112Z] --- PASS: TestExec (0.46s)
09:57:49 [2022-06-21T09:57:49.112Z] === RUN   TestExecUser
09:57:49 [2022-06-21T09:57:49.368Z] --- PASS: TestExecUser (0.45s)
09:57:49 [2022-06-21T09:57:49.368Z] === RUN   TestExportContainerAndImportImage
09:57:49 [2022-06-21T09:57:49.903Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
09:57:49 [2022-06-21T09:57:49.929Z] --- PASS: TestExportContainerAndImportImage (0.54s)
09:57:49 [2022-06-21T09:57:49.929Z] === RUN   TestExportContainerAfterDaemonRestart
09:57:49 [2022-06-21T09:57:49.994Z] === RUN   TestDaemonProxy/configuration_file
09:57:51 [2022-06-21T09:57:51.295Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
09:57:51 [2022-06-21T09:57:51.295Z] === RUN   TestHealthCheckWorkdir
09:57:51 [2022-06-21T09:57:51.858Z] --- PASS: TestHealthCheckWorkdir (0.53s)
09:57:51 [2022-06-21T09:57:51.858Z] === RUN   TestHealthKillContainer
09:57:51 [2022-06-21T09:57:51.897Z] === RUN   TestDaemonProxy/conflicting_options
09:57:52 [2022-06-21T09:57:52.135Z] tests/integration/models_containers_test.py ............................ [ 83%]
09:57:52 [2022-06-21T09:57:52.156Z] === RUN   TestDaemonProxy/reload_sanitized
09:57:52 [2022-06-21T09:57:52.742Z] --- PASS: TestDaemonProxy (6.18s)
09:57:52 [2022-06-21T09:57:52.742Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
09:57:52 [2022-06-21T09:57:52.742Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
09:57:52 [2022-06-21T09:57:52.742Z]     --- PASS: TestDaemonProxy/configuration_file (1.71s)
09:57:52 [2022-06-21T09:57:52.742Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:57:52 [2022-06-21T09:57:52.742Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
09:57:52 [2022-06-21T09:57:52.742Z] PASS
09:57:52 [2022-06-21T09:57:52.742Z] 
09:57:52 [2022-06-21T09:57:52.742Z] DONE 18 tests in 11.106s
09:57:52 [2022-06-21T09:57:52.742Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
09:57:52 [2022-06-21T09:57:52.742Z] INFO: Testing against a local daemon
09:57:52 [2022-06-21T09:57:52.742Z] === RUN   TestCommitInheritsEnv
09:57:53 [2022-06-21T09:57:53.002Z] --- PASS: TestCommitInheritsEnv (0.32s)
09:57:53 [2022-06-21T09:57:53.002Z] === RUN   TestImportExtremelyLargeImageWorks
09:57:53 [2022-06-21T09:57:53.002Z] === PAUSE TestImportExtremelyLargeImageWorks
09:57:53 [2022-06-21T09:57:53.002Z] === RUN   TestImportWithCustomPlatform
09:57:53 [2022-06-21T09:57:53.002Z] === RUN   TestImportWithCustomPlatform/#00
09:57:53 [2022-06-21T09:57:53.171Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
09:57:53 [2022-06-21T09:57:53.266Z] === RUN   TestImportWithCustomPlatform/_______
09:57:53 [2022-06-21T09:57:53.266Z] === RUN   TestImportWithCustomPlatform//
09:57:53 [2022-06-21T09:57:53.266Z] === RUN   TestImportWithCustomPlatform/linux
09:57:53 [2022-06-21T09:57:53.266Z] === RUN   TestImportWithCustomPlatform/LINUX
09:57:53 [2022-06-21T09:57:53.266Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:57:53 [2022-06-21T09:57:53.428Z]     check_test.go:307: [d8c23eafc5dbb] daemon is not started
09:57:53 [2022-06-21T09:57:53.428Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
09:57:53 [2022-06-21T09:57:53.527Z] === RUN   TestImportWithCustomPlatform/macos
09:57:53 [2022-06-21T09:57:53.527Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:57:53 [2022-06-21T09:57:53.527Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:57:53 [2022-06-21T09:57:53.527Z] --- PASS: TestImportWithCustomPlatform (0.34s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.09s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:57:53 [2022-06-21T09:57:53.527Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:57:53 [2022-06-21T09:57:53.527Z] === RUN   TestImagesFilterMultiReference
09:57:53 [2022-06-21T09:57:53.527Z] --- PASS: TestImagesFilterMultiReference (0.05s)
09:57:53 [2022-06-21T09:57:53.527Z] === RUN   TestImagePullPlatformInvalid
09:57:53 [2022-06-21T09:57:53.527Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
09:57:53 [2022-06-21T09:57:53.527Z] === RUN   TestRemoveImageOrphaning
09:57:53 [2022-06-21T09:57:53.789Z] --- PASS: TestRemoveImageOrphaning (0.29s)
09:57:53 [2022-06-21T09:57:53.789Z] === RUN   TestRemoveImageGarbageCollector
09:57:54 [2022-06-21T09:57:54.357Z] time="2022-06-21T09:57:54Z" level=info msg="[graphdriver] trying configured driver: overlay2"
09:57:55 [2022-06-21T09:57:55.319Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestRemoveImageGarbageCollector (1.83s)
09:57:55 [2022-06-21T09:57:55.732Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
09:57:55 [2022-06-21T09:57:55.732Z] === RUN   TestTagInvalidReference
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestTagInvalidReference (0.01s)
09:57:55 [2022-06-21T09:57:55.732Z] === RUN   TestTagValidPrefixedRepo
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
09:57:55 [2022-06-21T09:57:55.732Z] === RUN   TestTagExistedNameWithoutForce
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:57:55 [2022-06-21T09:57:55.732Z] === RUN   TestTagOfficialNames
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestTagOfficialNames (0.04s)
09:57:55 [2022-06-21T09:57:55.732Z] === RUN   TestTagMatchesDigest
09:57:55 [2022-06-21T09:57:55.732Z] --- PASS: TestTagMatchesDigest (0.02s)
09:57:55 [2022-06-21T09:57:55.732Z] === CONT  TestImportExtremelyLargeImageWorks
09:57:56 [2022-06-21T09:57:56.249Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
09:57:56 [2022-06-21T09:57:56.506Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
09:57:57 [2022-06-21T09:57:57.873Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
09:57:59 [2022-06-21T09:57:59.939Z] --- PASS: TestHealthKillContainer (7.85s)
09:57:59 [2022-06-21T09:57:59.939Z] === RUN   TestInspectCpusetInConfigPre120
09:57:59 [2022-06-21T09:57:59.939Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
09:57:59 [2022-06-21T09:57:59.939Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
09:57:59 [2022-06-21T09:57:59.939Z] === RUN   TestIpcModeNone
09:58:00 [2022-06-21T09:58:00.195Z] --- PASS: TestIpcModeNone (0.41s)
09:58:00 [2022-06-21T09:58:00.195Z] === RUN   TestIpcModePrivate
09:58:00 [2022-06-21T09:58:00.416Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
09:58:00 [2022-06-21T09:58:00.451Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
09:58:00 [2022-06-21T09:58:00.451Z] --- PASS: TestIpcModePrivate (0.44s)
09:58:00 [2022-06-21T09:58:00.451Z] === RUN   TestIpcModeShareable
09:58:00 [2022-06-21T09:58:00.451Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:00 [2022-06-21T09:58:00.451Z] --- SKIP: TestIpcModeShareable (0.00s)
09:58:00 [2022-06-21T09:58:00.451Z] === RUN   TestAPIIpcModeShareableAndContainer
09:58:01 [2022-06-21T09:58:01.818Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s)
09:58:01 [2022-06-21T09:58:01.818Z] === RUN   TestAPIIpcModeHost
09:58:01 [2022-06-21T09:58:01.818Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:01 [2022-06-21T09:58:01.818Z] --- SKIP: TestAPIIpcModeHost (0.00s)
09:58:01 [2022-06-21T09:58:01.818Z] === RUN   TestDaemonIpcModeShareable
09:58:01 [2022-06-21T09:58:01.818Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:01 [2022-06-21T09:58:01.818Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
09:58:01 [2022-06-21T09:58:01.818Z] === RUN   TestDaemonIpcModePrivate
09:58:02 [2022-06-21T09:58:02.307Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
09:58:02 [2022-06-21T09:58:02.755Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
09:58:03 [2022-06-21T09:58:03.015Z] --- PASS: TestDaemonIpcModePrivate (1.18s)
09:58:03 [2022-06-21T09:58:03.015Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:58:03 [2022-06-21T09:58:03.015Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:03 [2022-06-21T09:58:03.015Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
09:58:03 [2022-06-21T09:58:03.015Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:58:03 [2022-06-21T09:58:03.015Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:03 [2022-06-21T09:58:03.015Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
09:58:03 [2022-06-21T09:58:03.015Z] === RUN   TestIpcModeOlderClient
09:58:03 [2022-06-21T09:58:03.015Z] === PAUSE TestIpcModeOlderClient
09:58:03 [2022-06-21T09:58:03.015Z] === RUN   TestKillContainerInvalidSignal
09:58:03 [2022-06-21T09:58:03.237Z]     check_test.go:307: [dd843d865a104] daemon is not started
09:58:03 [2022-06-21T09:58:03.237Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
09:58:03 [2022-06-21T09:58:03.577Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
09:58:03 [2022-06-21T09:58:03.578Z] === RUN   TestKillContainer
09:58:03 [2022-06-21T09:58:03.578Z] === RUN   TestKillContainer/no_signal
09:58:03 [2022-06-21T09:58:03.835Z] === RUN   TestKillContainer/non_killing_signal
09:58:04 [2022-06-21T09:58:04.091Z] === RUN   TestKillContainer/killing_signal
09:58:05 [2022-06-21T09:58:05.019Z] --- PASS: TestKillContainer (1.23s)
09:58:05 [2022-06-21T09:58:05.019Z]     --- PASS: TestKillContainer/no_signal (0.40s)
09:58:05 [2022-06-21T09:58:05.019Z]     --- PASS: TestKillContainer/non_killing_signal (0.26s)
09:58:05 [2022-06-21T09:58:05.019Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
09:58:05 [2022-06-21T09:58:05.019Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:58:05 [2022-06-21T09:58:05.019Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:58:05 [2022-06-21T09:58:05.275Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:58:05 [2022-06-21T09:58:05.531Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.80s)
09:58:05 [2022-06-21T09:58:05.531Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
09:58:05 [2022-06-21T09:58:05.531Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
09:58:05 [2022-06-21T09:58:05.531Z] === RUN   TestKillStoppedContainer
09:58:05 [2022-06-21T09:58:05.531Z] --- PASS: TestKillStoppedContainer (0.05s)
09:58:05 [2022-06-21T09:58:05.531Z] === RUN   TestKillStoppedContainerAPIPre120
09:58:05 [2022-06-21T09:58:05.787Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
09:58:05 [2022-06-21T09:58:05.787Z] === RUN   TestKillDifferentUserContainer
09:58:06 [2022-06-21T09:58:06.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:58:06 [2022-06-21T09:58:06.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:58:06 [2022-06-21T09:58:06.043Z] --- PASS: TestKillDifferentUserContainer (0.38s)
09:58:06 [2022-06-21T09:58:06.043Z] === RUN   TestInspectOomKilledTrue
09:58:06 [2022-06-21T09:58:06.043Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:06 [2022-06-21T09:58:06.043Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
09:58:06 [2022-06-21T09:58:06.043Z] === RUN   TestInspectOomKilledFalse
09:58:06 [2022-06-21T09:58:06.043Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:58:06 [2022-06-21T09:58:06.043Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
09:58:06 [2022-06-21T09:58:06.043Z] === RUN   TestLinksEtcHostsContentMatch
09:58:06 [2022-06-21T09:58:06.043Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
09:58:06 [2022-06-21T09:58:06.043Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
09:58:06 [2022-06-21T09:58:06.043Z] === RUN   TestLinksContainerNames
09:58:06 [2022-06-21T09:58:06.970Z] --- PASS: TestLinksContainerNames (0.81s)
09:58:06 [2022-06-21T09:58:06.970Z] === RUN   TestLogsFollowTailEmpty
09:58:07 [2022-06-21T09:58:07.226Z] --- PASS: TestLogsFollowTailEmpty (0.39s)
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:58:07 [2022-06-21T09:58:07.226Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:58:07 [2022-06-21T09:58:07.226Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:58:07 [2022-06-21T09:58:07.226Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:58:07 [2022-06-21T09:58:07.226Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:58:07 [2022-06-21T09:58:07.410Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
09:58:07 [2022-06-21T09:58:07.788Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:58:08 [2022-06-21T09:58:08.044Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:58:08 [2022-06-21T09:58:08.362Z] .........                                                                [ 85%]
09:58:08 [2022-06-21T09:58:08.607Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:58:08 [2022-06-21T09:58:08.607Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:58:09 [2022-06-21T09:58:09.169Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:58:09 [2022-06-21T09:58:09.169Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:58:09 [2022-06-21T09:58:09.169Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:58:09 [2022-06-21T09:58:09.169Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:58:09 [2022-06-21T09:58:09.732Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:58:09 [2022-06-21T09:58:09.732Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:58:10 [2022-06-21T09:58:10.295Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:58:10 [2022-06-21T09:58:10.295Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:58:10 [2022-06-21T09:58:10.859Z] --- PASS: TestLogs (3.61s)
09:58:10 [2022-06-21T09:58:10.859Z]     --- PASS: TestLogs/driver_local (0.01s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.54s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.71s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.63s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.62s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.62s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.55s)
09:58:10 [2022-06-21T09:58:10.859Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.66s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.70s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.53s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.53s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.47s)
09:58:10 [2022-06-21T09:58:10.859Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.48s)
09:58:10 [2022-06-21T09:58:10.859Z] === RUN   TestContainerNetworkMountsNoChown
09:58:11 [2022-06-21T09:58:11.422Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/default
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/default
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/private
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/private
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rprivate
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rprivate
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/slave
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/slave
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rslave
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rslave
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/shared
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/shared
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rshared
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rshared
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/default
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/default/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/default/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/default/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rprivate
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/private
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/private/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/private/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/default/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/shared
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rshared
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rslave
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/slave
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/private/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/private/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:58:11 [2022-06-21T09:58:11.422Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:58:11 [2022-06-21T09:58:11.579Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
09:58:11 [2022-06-21T09:58:11.579Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
09:58:11 [2022-06-21T09:58:11.679Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:58:11 [2022-06-21T09:58:11.679Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:58:11 [2022-06-21T09:58:11.679Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:58:11 [2022-06-21T09:58:11.679Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:58:11 [2022-06-21T09:58:11.679Z] --- PASS: TestMountDaemonRoot (0.01s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.01s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.01s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s)
09:58:11 [2022-06-21T09:58:11.679Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s)
09:58:11 [2022-06-21T09:58:11.679Z] === RUN   TestContainerBindMountNonRecursive
09:58:11 [2022-06-21T09:58:11.679Z]     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)
09:58:11 [2022-06-21T09:58:11.679Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s)
09:58:11 [2022-06-21T09:58:11.679Z] === RUN   TestContainerVolumesMountedAsShared
09:58:11 [2022-06-21T09:58:11.679Z]     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)
09:58:11 [2022-06-21T09:58:11.679Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z] === RUN   TestContainerVolumesMountedAsSlave
09:58:11 [2022-06-21T09:58:11.679Z]     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)
09:58:11 [2022-06-21T09:58:11.679Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
09:58:11 [2022-06-21T09:58:11.679Z] === RUN   TestNetworkNat
09:58:12 [2022-06-21T09:58:12.241Z] --- PASS: TestNetworkNat (0.45s)
09:58:12 [2022-06-21T09:58:12.241Z] === RUN   TestNetworkLocalhostTCPNat
09:58:12 [2022-06-21T09:58:12.498Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s)
09:58:12 [2022-06-21T09:58:12.498Z] === RUN   TestNetworkLoopbackNat
09:58:12 [2022-06-21T09:58:12.508Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
09:58:12 [2022-06-21T09:58:12.763Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
09:58:13 [2022-06-21T09:58:13.401Z] tests/integration/models_images_test.py ...............                  [ 89%]
09:58:14 [2022-06-21T09:58:14.135Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
09:58:14 [2022-06-21T09:58:14.592Z] tests/integration/models_networks_test.py ....                           [ 90%]
09:58:15 [2022-06-21T09:58:15.012Z] --- PASS: TestNetworkLoopbackNat (2.54s)
09:58:15 [2022-06-21T09:58:15.012Z] === RUN   TestPause
09:58:15 [2022-06-21T09:58:15.012Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:15 [2022-06-21T09:58:15.012Z] --- SKIP: TestPause (0.00s)
09:58:15 [2022-06-21T09:58:15.012Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:58:15 [2022-06-21T09:58:15.012Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:58:15 [2022-06-21T09:58:15.012Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:58:15 [2022-06-21T09:58:15.012Z] === RUN   TestPauseStopPausedContainer
09:58:15 [2022-06-21T09:58:15.012Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:15 [2022-06-21T09:58:15.012Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
09:58:15 [2022-06-21T09:58:15.012Z] === RUN   TestPidHost
09:58:15 [2022-06-21T09:58:15.940Z] --- PASS: TestPidHost (0.84s)
09:58:15 [2022-06-21T09:58:15.940Z] === RUN   TestPsFilter
09:58:15 [2022-06-21T09:58:15.940Z] --- PASS: TestPsFilter (0.09s)
09:58:15 [2022-06-21T09:58:15.940Z] === RUN   TestRemoveContainerWithRemovedVolume
09:58:16 [2022-06-21T09:58:16.564Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
09:58:16 [2022-06-21T09:58:16.564Z] === RUN   TestRemoveContainerWithVolume
09:58:16 [2022-06-21T09:58:16.654Z]     check_test.go:307: [d8b22602668f4] daemon is not started
09:58:16 [2022-06-21T09:58:16.654Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
09:58:16 [2022-06-21T09:58:16.827Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
09:58:16 [2022-06-21T09:58:16.827Z] === RUN   TestRemoveContainerRunning
09:58:16 [2022-06-21T09:58:16.910Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
09:58:17 [2022-06-21T09:58:17.101Z] --- PASS: TestRemoveContainerRunning (0.37s)
09:58:17 [2022-06-21T09:58:17.101Z] === RUN   TestRemoveContainerForceRemoveRunning
09:58:17 [2022-06-21T09:58:17.166Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
09:58:17 [2022-06-21T09:58:17.664Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
09:58:17 [2022-06-21T09:58:17.664Z] === RUN   TestRemoveInvalidContainer
09:58:17 [2022-06-21T09:58:17.664Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:58:17 [2022-06-21T09:58:17.664Z] === RUN   TestRenameLinkedContainer
09:58:17 [2022-06-21T09:58:17.729Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
09:58:18 [2022-06-21T09:58:18.291Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
09:58:19 [2022-06-21T09:58:19.553Z] --- PASS: TestRenameLinkedContainer (1.61s)
09:58:19 [2022-06-21T09:58:19.553Z] === RUN   TestRenameStoppedContainer
09:58:19 [2022-06-21T09:58:19.553Z] --- PASS: TestRenameStoppedContainer (0.42s)
09:58:19 [2022-06-21T09:58:19.553Z] === RUN   TestRenameRunningContainerAndReuse
09:58:19 [2022-06-21T09:58:19.659Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
09:58:19 [2022-06-21T09:58:19.915Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
09:58:19 [2022-06-21T09:58:19.915Z]     check_test.go:307: [d9fa73d4262e3] daemon is not started
09:58:19 [2022-06-21T09:58:19.915Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
09:58:20 [2022-06-21T09:58:20.481Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s)
09:58:20 [2022-06-21T09:58:20.481Z] === RUN   TestRenameInvalidName
09:58:20 [2022-06-21T09:58:20.737Z] --- PASS: TestRenameInvalidName (0.40s)
09:58:20 [2022-06-21T09:58:20.737Z] === RUN   TestRenameAnonymousContainer
09:58:21 [2022-06-21T09:58:21.144Z] tests/integration/models_nodes_test.py .                                 [ 90%]
09:58:21 [2022-06-21T09:58:21.144Z] tests/integration/models_resources_test.py .                             [ 91%]
09:58:21 [2022-06-21T09:58:21.807Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
09:58:22 [2022-06-21T09:58:22.369Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
09:58:22 [2022-06-21T09:58:22.627Z] --- PASS: TestRenameAnonymousContainer (1.46s)
09:58:22 [2022-06-21T09:58:22.627Z] === RUN   TestRenameContainerWithSameName
09:58:22 [2022-06-21T09:58:22.627Z] --- PASS: TestRenameContainerWithSameName (0.39s)
09:58:22 [2022-06-21T09:58:22.627Z] === RUN   TestRenameContainerWithLinkedContainer
09:58:23 [2022-06-21T09:58:23.555Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s)
09:58:23 [2022-06-21T09:58:23.555Z] === RUN   TestResize
09:58:23 [2022-06-21T09:58:23.811Z] --- PASS: TestResize (0.39s)
09:58:23 [2022-06-21T09:58:23.811Z] === RUN   TestResizeWithInvalidSize
09:58:24 [2022-06-21T09:58:24.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:58:24 [2022-06-21T09:58:24.260Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
09:58:24 [2022-06-21T09:58:24.373Z] --- PASS: TestResizeWithInvalidSize (0.49s)
09:58:24 [2022-06-21T09:58:24.374Z] === RUN   TestResizeWhenContainerNotStarted
09:58:24 [2022-06-21T09:58:24.630Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
09:58:24 [2022-06-21T09:58:24.630Z] === RUN   TestDaemonRestartKillContainers
09:58:24 [2022-06-21T09:58:24.630Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
09:58:24 [2022-06-21T09:58:24.630Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
09:58:24 [2022-06-21T09:58:24.630Z] === RUN   TestCgroupNamespacesRun
09:58:25 [2022-06-21T09:58:25.997Z] --- PASS: TestCgroupNamespacesRun (1.14s)
09:58:25 [2022-06-21T09:58:25.997Z] === RUN   TestCgroupNamespacesRunPrivileged
09:58:26 [2022-06-21T09:58:26.925Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s)
09:58:26 [2022-06-21T09:58:26.925Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:58:27 [2022-06-21T09:58:27.489Z] tests/integration/models_services_test.py ................X.             [ 95%]
09:58:27 [2022-06-21T09:58:27.528Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
09:58:28 [2022-06-21T09:58:28.291Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s)
09:58:28 [2022-06-21T09:58:28.291Z] === RUN   TestCgroupNamespacesRunHostMode
09:58:28 [2022-06-21T09:58:28.468Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
09:58:29 [2022-06-21T09:58:29.220Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s)
09:58:29 [2022-06-21T09:58:29.220Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:58:29 [2022-06-21T09:58:29.833Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
09:58:29 [2022-06-21T09:58:29.833Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
09:58:30 [2022-06-21T09:58:30.585Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
09:58:30 [2022-06-21T09:58:30.586Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:58:30 [2022-06-21T09:58:30.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:58:31 [2022-06-21T09:58:31.513Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s)
09:58:31 [2022-06-21T09:58:31.513Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:58:31 [2022-06-21T09:58:31.722Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
09:58:31 [2022-06-21T09:58:31.979Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
09:58:32 [2022-06-21T09:58:32.075Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
09:58:32 [2022-06-21T09:58:32.075Z] === RUN   TestCgroupNamespacesRunOlderClient
09:58:33 [2022-06-21T09:58:33.442Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s)
09:58:33 [2022-06-21T09:58:33.442Z] === RUN   TestNISDomainname
09:58:33 [2022-06-21T09:58:33.442Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
09:58:33 [2022-06-21T09:58:33.442Z] --- SKIP: TestNISDomainname (0.02s)
09:58:33 [2022-06-21T09:58:33.442Z] === RUN   TestHostnameDnsResolution
09:58:34 [2022-06-21T09:58:34.005Z] --- PASS: TestHostnameDnsResolution (0.63s)
09:58:34 [2022-06-21T09:58:34.005Z] === RUN   TestUnprivilegedPortsAndPing
09:58:34 [2022-06-21T09:58:34.005Z]     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
09:58:34 [2022-06-21T09:58:34.005Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
09:58:34 [2022-06-21T09:58:34.005Z] === RUN   TestPrivilegedHostDevices
09:58:34 [2022-06-21T09:58:34.263Z] --- PASS: TestPrivilegedHostDevices (0.42s)
09:58:34 [2022-06-21T09:58:34.263Z] === RUN   TestConsoleSize
09:58:34 [2022-06-21T09:58:34.667Z] tests/integration/models_swarm_test.py ..                                [ 96%]
09:58:34 [2022-06-21T09:58:34.667Z] tests/integration/models_volumes_test.py ..                              [ 96%]
09:58:34 [2022-06-21T09:58:34.825Z] --- PASS: TestConsoleSize (0.39s)
09:58:34 [2022-06-21T09:58:34.825Z] === RUN   TestStats
09:58:34 [2022-06-21T09:58:34.825Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:34 [2022-06-21T09:58:34.825Z] --- SKIP: TestStats (0.00s)
09:58:34 [2022-06-21T09:58:34.825Z] === RUN   TestStopContainerWithTimeout
09:58:34 [2022-06-21T09:58:34.825Z] === RUN   TestStopContainerWithTimeout/0
09:58:34 [2022-06-21T09:58:34.825Z] === PAUSE TestStopContainerWithTimeout/0
09:58:34 [2022-06-21T09:58:34.825Z] === RUN   TestStopContainerWithTimeout/1
09:58:34 [2022-06-21T09:58:34.825Z] === PAUSE TestStopContainerWithTimeout/1
09:58:34 [2022-06-21T09:58:34.825Z] === RUN   TestStopContainerWithTimeout/3
09:58:34 [2022-06-21T09:58:34.825Z] === PAUSE TestStopContainerWithTimeout/3
09:58:34 [2022-06-21T09:58:34.825Z] === RUN   TestStopContainerWithTimeout/-1
09:58:34 [2022-06-21T09:58:34.825Z] === PAUSE TestStopContainerWithTimeout/-1
09:58:34 [2022-06-21T09:58:34.825Z] === CONT  TestStopContainerWithTimeout/0
09:58:34 [2022-06-21T09:58:34.825Z] === CONT  TestStopContainerWithTimeout/3
09:58:35 [2022-06-21T09:58:35.247Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
09:58:35 [2022-06-21T09:58:35.389Z] === CONT  TestStopContainerWithTimeout/-1
09:58:37 [2022-06-21T09:58:37.906Z] === CONT  TestStopContainerWithTimeout/1
09:58:38 [2022-06-21T09:58:38.330Z] tests/integration/regression_test.py ......                              [ 98%]
09:58:38 [2022-06-21T09:58:38.515Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
09:58:38 [2022-06-21T09:58:38.846Z] tests/integration/credentials/store_test.py ......                       [ 99%]
09:58:38 [2022-06-21T09:58:38.846Z] tests/integration/credentials/utils_test.py .                            [100%]
09:58:38 [2022-06-21T09:58:38.846Z] 
09:58:38 [2022-06-21T09:58:38.846Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
09:58:38 [2022-06-21T09:58:38.846Z] =========================== short test summary info ============================
09:58:38 [2022-06-21T09:58:38.846Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
09:58:38 [2022-06-21T09:58:38.846Z]   CONFIG_RT_GROUP_SCHED isn't enabled
09:58:38 [2022-06-21T09:58:38.846Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
09:58:38 [2022-06-21T09:58:38.846Z]   Not supported on most drivers
09:58:38 [2022-06-21T09:58:38.846Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
09:58:38 [2022-06-21T09:58:38.846Z]   Output of docker top depends on host distro, and is not formalized.
09:58:38 [2022-06-21T09:58:38.846Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
09:58:38 [2022-06-21T09:58:38.846Z]   Output of docker top depends on host distro, and is not formalized.
09:58:38 [2022-06-21T09:58:38.846Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
09:58:38 [2022-06-21T09:58:38.846Z]   Can fail if eth0 has multiple IP addresses
09:58:38 [2022-06-21T09:58:38.846Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
09:58:38 [2022-06-21T09:58:38.846Z]   This doesn't seem to be taken into account by the engine
09:58:38 [2022-06-21T09:58:38.846Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
09:58:38 [2022-06-21T09:58:38.846Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
09:58:38 [2022-06-21T09:58:38.846Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 291.28 seconds ==
09:58:38 [2022-06-21T09:58:38.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:58:38 [2022-06-21T09:58:38.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:58:38 [2022-06-21T09:58:38.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:58:39 [2022-06-21T09:58:39.103Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
09:58:39 [2022-06-21T09:58:39.271Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:58:39 [2022-06-21T09:58:39.271Z]     --- PASS: TestStopContainerWithTimeout/0 (0.71s)
09:58:39 [2022-06-21T09:58:39.271Z]     --- PASS: TestStopContainerWithTimeout/3 (2.70s)
09:58:39 [2022-06-21T09:58:39.271Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.37s)
09:58:39 [2022-06-21T09:58:39.271Z]     --- PASS: TestStopContainerWithTimeout/1 (1.48s)
09:58:39 [2022-06-21T09:58:39.271Z] === RUN   TestDeleteDevicemapper
09:58:39 [2022-06-21T09:58:39.271Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:58:39 [2022-06-21T09:58:39.271Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:58:39 [2022-06-21T09:58:39.271Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:58:39 [2022-06-21T09:58:39.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:58:40 [2022-06-21T09:58:40.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:58:40 [2022-06-21T09:58:40.200Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.24s)
09:58:40 [2022-06-21T09:58:40.200Z] === RUN   TestUpdateMemory
09:58:40 [2022-06-21T09:58:40.200Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:40 [2022-06-21T09:58:40.200Z] --- SKIP: TestUpdateMemory (0.00s)
09:58:40 [2022-06-21T09:58:40.200Z] === RUN   TestUpdateCPUQuota
09:58:40 [2022-06-21T09:58:40.200Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:40 [2022-06-21T09:58:40.200Z] --- SKIP: TestUpdateCPUQuota (0.00s)
09:58:40 [2022-06-21T09:58:40.200Z] === RUN   TestUpdatePidsLimit
09:58:40 [2022-06-21T09:58:40.200Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:40 [2022-06-21T09:58:40.200Z] --- SKIP: TestUpdatePidsLimit (0.00s)
09:58:40 [2022-06-21T09:58:40.200Z] === RUN   TestUpdateRestartPolicy
09:58:40 [2022-06-21T09:58:40.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:58:41 [2022-06-21T09:58:41.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:58:42 [2022-06-21T09:58:42.687Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
09:58:43 [2022-06-21T09:58:43.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:58:44 [2022-06-21T09:58:44.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:58:44 [2022-06-21T09:58:44.580Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
09:58:45 [2022-06-21T09:58:45.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:58:45 [2022-06-21T09:58:45.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:58:45 [2022-06-21T09:58:45.508Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
09:58:46 [2022-06-21T09:58:46.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:58:46 [2022-06-21T09:58:46.437Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
09:58:46 [2022-06-21T09:58:46.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:58:47 [2022-06-21T09:58:47.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:58:48 [2022-06-21T09:58:48.329Z] === RUN   TestDockerSuite/TestBuildDotDotFile
09:58:48 [2022-06-21T09:58:48.329Z] === RUN   TestDockerSuite/TestBuildEOLInLine
09:58:48 [2022-06-21T09:58:48.358Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:58:49 [2022-06-21T09:58:49.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:58:49 [2022-06-21T09:58:49.696Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
09:58:49 [2022-06-21T09:58:49.869Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:58:49 [2022-06-21T09:58:49.869Z] Using test binary docker
09:58:49 [2022-06-21T09:58:49.869Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:58:49 [2022-06-21T09:58:49.869Z] +++ /etc/init.d/apparmor start
09:58:49 [2022-06-21T09:58:49.869Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:58:49 [2022-06-21T09:58:49.869Z] INFO: Waiting for daemon to start...
09:58:49 [2022-06-21T09:58:49.869Z] Starting dockerd
09:58:49 [2022-06-21T09:58:49.869Z] +++ 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
09:58:51 [2022-06-21T09:58:51.293Z] Leaving: AppArmorNo profiles have been unloaded.
09:58:51 [2022-06-21T09:58:51.293Z] 
09:58:51 [2022-06-21T09:58:51.293Z] Unloading profiles will leave already running processes permanently
09:58:51 [2022-06-21T09:58:51.293Z] unconfined, which can lead to unexpected situations.
09:58:51 [2022-06-21T09:58:51.293Z] 
09:58:51 [2022-06-21T09:58:51.293Z] To set a process to complain mode, use the command line tool
09:58:51 [2022-06-21T09:58:51.293Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:58:51 [2022-06-21T09:58:51.293Z] 
Post stage
[Pipeline] junit
09:58:51 [2022-06-21T09:58:51.305Z] Recording test results
09:58:51 [2022-06-21T09:58:51.426Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
09:58:51 [2022-06-21T09:58:51.699Z] + echo Ensuring container killed.
09:58:51 [2022-06-21T09:58:51.699Z] Ensuring container killed.
09:58:51 [2022-06-21T09:58:51.699Z] + docker rm -vf docker-pr7
09:58:51 [2022-06-21T09:58:51.699Z] Error: No such container: docker-pr7
[Pipeline] sh
09:58:51 [2022-06-21T09:58:51.978Z] + echo Chowning /workspace to jenkins user
09:58:51 [2022-06-21T09:58:51.978Z] Chowning /workspace to jenkins user
09:58:51 [2022-06-21T09:58:51.978Z] + id -u
09:58:51 [2022-06-21T09:58:51.978Z] + id -g
09:58:51 [2022-06-21T09:58:51.978Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/workspace busybox chown -R 1000:1000 /workspace
09:58:52 [2022-06-21T09:58:52.368Z] --- PASS: TestUpdateRestartPolicy (10.86s)
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestUpdateRestartWithAutoRemove
09:58:52 [2022-06-21T09:58:52.368Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestWaitNonBlocked
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:58:52 [2022-06-21T09:58:52.368Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:58:52 [2022-06-21T09:58:52.368Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:58:52 [2022-06-21T09:58:52.368Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:58:52 [2022-06-21T09:58:52.368Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:58:52 [2022-06-21T09:58:52.368Z] --- PASS: TestWaitNonBlocked (0.01s)
09:58:52 [2022-06-21T09:58:52.368Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s)
09:58:52 [2022-06-21T09:58:52.368Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestWaitBlocked
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:58:52 [2022-06-21T09:58:52.368Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:58:52 [2022-06-21T09:58:52.368Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:58:52 [2022-06-21T09:58:52.368Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:58:52 [2022-06-21T09:58:52.368Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:58:52 [2022-06-21T09:58:52.368Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:58:52 [2022-06-21T09:58:52.933Z] --- PASS: TestWaitBlocked (0.01s)
09:58:52 [2022-06-21T09:58:52.933Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s)
09:58:52 [2022-06-21T09:58:52.933Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s)
09:58:52 [2022-06-21T09:58:52.933Z] === CONT  TestDaemonRestartIpcMode
09:58:52 [2022-06-21T09:58:52.933Z] === CONT  TestIpcModeOlderClient
09:58:52 [2022-06-21T09:58:52.933Z] --- PASS: TestIpcModeOlderClient (0.09s)
09:58:52 [2022-06-21T09:58:52.933Z] === CONT  TestRestartDaemonWithRestartingContainer
09:58:52 [2022-06-21T09:58:52.967Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
09:58:53 [2022-06-21T09:58:53.223Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:58:53 [2022-06-21T09:58:53.648Z] + bundleName=docker-py
09:58:53 [2022-06-21T09:58:53.649Z] + echo Creating docker-py-bundles.tar.gz
09:58:53 [2022-06-21T09:58:53.649Z] Creating docker-py-bundles.tar.gz
09:58:53 [2022-06-21T09:58:53.649Z] + 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
09:58:53 [2022-06-21T09:58:53.660Z] Archiving artifacts
09:58:53 [2022-06-21T09:58:53.786Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
09:58:53 [2022-06-21T09:58:53.943Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42379/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
09:58:54 [2022-06-21T09:58:54.282Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh binary
09:58:54 [2022-06-21T09:58:54.541Z] 
09:58:54 [2022-06-21T09:58:54.714Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
09:58:54 [2022-06-21T09:58:54.714Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
09:58:54 [2022-06-21T09:58:54.800Z] Removing bundles/
09:58:54 [2022-06-21T09:58:54.800Z] 
09:58:54 [2022-06-21T09:58:54.800Z] ---> Making bundle: binary (in bundles/binary)
09:58:54 [2022-06-21T09:58:54.800Z] Building: bundles/binary-daemon/dockerd-dev
09:58:54 [2022-06-21T09:58:54.800Z] GOOS="" GOARCH="" GOARM=""
09:58:54 [2022-06-21T09:58:54.970Z] === RUN   TestDockerSuite/TestBuildEntrypoint
09:58:55 [2022-06-21T09:58:55.227Z]     docker_cli_daemon_test.go:2503: [deac8f311fd70] daemon is not started
09:58:55 [2022-06-21T09:58:55.453Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.52s)
09:58:55 [2022-06-21T09:58:55.483Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
09:58:55 [2022-06-21T09:58:55.710Z] --- PASS: TestDaemonRestartIpcMode (2.87s)
09:58:55 [2022-06-21T09:58:55.710Z] PASS
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === Skipped
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s)
09:58:55 [2022-06-21T09:58:55.710Z]     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)
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     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)
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     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)
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestPause (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
09:58:55 [2022-06-21T09:58:55.710Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
09:58:55 [2022-06-21T09:58:55.710Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     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
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestStats (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
09:58:55 [2022-06-21T09:58:55.710Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
09:58:55 [2022-06-21T09:58:55.710Z] 
09:58:55 [2022-06-21T09:58:55.710Z] DONE 235 tests, 27 skipped in 76.298s
09:58:55 [2022-06-21T09:58:55.710Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
09:58:55 [2022-06-21T09:58:55.966Z] === RUN   TestConfigDaemonLibtrustID
09:58:56 [2022-06-21T09:58:56.528Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
09:58:56 [2022-06-21T09:58:56.528Z] === RUN   TestConfigDaemonID
09:58:56 [2022-06-21T09:58:56.707Z] .
09:58:56 [2022-06-21T09:58:56.707Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:58:56 [2022-06-21T09:58:56.707Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:58:56 [2022-06-21T09:58:56.707Z] Error: No such image: emptyfs
09:58:56 [2022-06-21T09:58:56.707Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:58:56 [2022-06-21T09:58:56.707Z] ++++ docker load
09:58:56 [2022-06-21T09:58:56.707Z] Running integration-test (iteration 1)
09:58:56 [2022-06-21T09:58:56.707Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
09:58:56 [2022-06-21T09:58:56.707Z] ++ 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
09:58:56 [2022-06-21T09:58:56.707Z] ++ set -e
09:58:56 [2022-06-21T09:58:56.707Z] ++ '[' -n 0 ']'
09:58:56 [2022-06-21T09:58:56.707Z] ++ set -x
09:58:56 [2022-06-21T09:58:56.707Z] ++ 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
09:58:56 [2022-06-21T09:58:56.880Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
09:58:56 [2022-06-21T09:58:56.967Z] Loaded image: busybox:latest
09:58:56 [2022-06-21T09:58:56.968Z] Loaded image: busybox:glibc
09:58:57 [2022-06-21T09:58:57.456Z]     daemon_test.go:83: [d9cbc2cced80b] daemon is not started
09:58:57 [2022-06-21T09:58:57.456Z] --- PASS: TestConfigDaemonID (1.08s)
09:58:57 [2022-06-21T09:58:57.456Z] === RUN   TestDaemonConfigValidation
09:58:57 [2022-06-21T09:58:57.456Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:58:57 [2022-06-21T09:58:57.456Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:58:57 [2022-06-21T09:58:57.456Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:58:57 [2022-06-21T09:58:57.456Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:58:57 [2022-06-21T09:58:57.456Z] === RUN   TestDaemonConfigValidation/invalid_config
09:58:57 [2022-06-21T09:58:57.456Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:58:57 [2022-06-21T09:58:57.456Z] === RUN   TestDaemonConfigValidation/malformed_config
09:58:57 [2022-06-21T09:58:57.456Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:58:57 [2022-06-21T09:58:57.456Z] === RUN   TestDaemonConfigValidation/valid_config
09:58:57 [2022-06-21T09:58:57.456Z] === PAUSE TestDaemonConfigValidation/valid_config
09:58:57 [2022-06-21T09:58:57.456Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:58:57 [2022-06-21T09:58:57.456Z] === CONT  TestDaemonConfigValidation/malformed_config
09:58:57 [2022-06-21T09:58:57.713Z] === CONT  TestDaemonConfigValidation/valid_config
09:58:57 [2022-06-21T09:58:57.713Z] === CONT  TestDaemonConfigValidation/invalid_config
09:58:57 [2022-06-21T09:58:57.713Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:58:57 [2022-06-21T09:58:57.713Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:58:57 [2022-06-21T09:58:57.713Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
09:58:57 [2022-06-21T09:58:57.713Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
09:58:57 [2022-06-21T09:58:57.713Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
09:58:57 [2022-06-21T09:58:57.713Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
09:58:57 [2022-06-21T09:58:57.713Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
09:58:57 [2022-06-21T09:58:57.713Z] === RUN   TestConfigDaemonSeccompProfiles
09:58:57 [2022-06-21T09:58:57.713Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:58:57 [2022-06-21T09:58:57.813Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
09:58:58 [2022-06-21T09:58:58.353Z] Loaded image: debian:bullseye-slim
09:58:58 [2022-06-21T09:58:58.353Z] Loaded image: hello-world:latest
09:58:58 [2022-06-21T09:58:58.353Z] Loaded image: arm32v7/hello-world:latest
09:58:58 [2022-06-21T09:58:58.353Z] INFO: Testing against a local daemon
09:58:58 [2022-06-21T09:58:58.353Z] === RUN   TestCgroupNamespacesBuild
09:58:59 [2022-06-21T09:58:59.078Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:58:59 [2022-06-21T09:58:59.295Z] --- PASS: TestCgroupNamespacesBuild (1.13s)
09:58:59 [2022-06-21T09:58:59.295Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:58:59 [2022-06-21T09:58:59.704Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
09:59:00 [2022-06-21T09:59:00.008Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:59:00 [2022-06-21T09:59:00.679Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s)
09:59:00 [2022-06-21T09:59:00.679Z] === RUN   TestBuildWithSession
09:59:00 [2022-06-21T09:59:00.679Z]     build_session_test.go:25: TODO: BuildKit
09:59:00 [2022-06-21T09:59:00.679Z] --- SKIP: TestBuildWithSession (0.00s)
09:59:00 [2022-06-21T09:59:00.679Z] === RUN   TestBuildSquashParent
09:59:00 [2022-06-21T09:59:00.936Z] === CONT  TestConfigDaemonSeccompProfiles
09:59:00 [2022-06-21T09:59:00.936Z]     daemon_test.go:197: [d9e9d1492281f] daemon is not started
09:59:00 [2022-06-21T09:59:00.936Z] --- PASS: TestConfigDaemonSeccompProfiles (3.22s)
09:59:00 [2022-06-21T09:59:00.936Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s)
09:59:00 [2022-06-21T09:59:00.936Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s)
09:59:00 [2022-06-21T09:59:00.936Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s)
09:59:00 [2022-06-21T09:59:00.936Z] === RUN   TestDaemonProxy
09:59:00 [2022-06-21T09:59:00.936Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
09:59:00 [2022-06-21T09:59:00.936Z] --- SKIP: TestDaemonProxy (0.00s)
09:59:00 [2022-06-21T09:59:00.936Z] PASS
09:59:00 [2022-06-21T09:59:00.936Z] 
09:59:00 [2022-06-21T09:59:00.936Z] === Skipped
09:59:00 [2022-06-21T09:59:00.936Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
09:59:00 [2022-06-21T09:59:00.936Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
09:59:00 [2022-06-21T09:59:00.936Z] 
09:59:00 [2022-06-21T09:59:00.936Z] DONE 13 tests, 1 skipped in 5.193s
09:59:00 [2022-06-21T09:59:00.936Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
09:59:01 [2022-06-21T09:59:01.069Z] === RUN   TestDockerSuite/TestBuildEnv
09:59:01 [2022-06-21T09:59:01.192Z] INFO: Testing against a local daemon
09:59:01 [2022-06-21T09:59:01.192Z] === RUN   TestCommitInheritsEnv
09:59:02 [2022-06-21T09:59:02.436Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
09:59:03 [2022-06-21T09:59:03.081Z] --- PASS: TestCommitInheritsEnv (2.01s)
09:59:03 [2022-06-21T09:59:03.081Z] === RUN   TestImportExtremelyLargeImageWorks
09:59:03 [2022-06-21T09:59:03.081Z] === PAUSE TestImportExtremelyLargeImageWorks
09:59:03 [2022-06-21T09:59:03.081Z] === RUN   TestImportWithCustomPlatform
09:59:03 [2022-06-21T09:59:03.081Z] === RUN   TestImportWithCustomPlatform/#00
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/_______
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform//
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/linux
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/LINUX
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/macos
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:59:03 [2022-06-21T09:59:03.337Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:59:03 [2022-06-21T09:59:03.593Z] --- PASS: TestImportWithCustomPlatform (0.31s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/linux (0.06s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.06s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:59:03 [2022-06-21T09:59:03.593Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:59:03 [2022-06-21T09:59:03.593Z] === RUN   TestImagesFilterMultiReference
09:59:03 [2022-06-21T09:59:03.593Z] --- PASS: TestImagesFilterMultiReference (0.07s)
09:59:03 [2022-06-21T09:59:03.593Z] === RUN   TestImagePullPlatformInvalid
09:59:03 [2022-06-21T09:59:03.593Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
09:59:03 [2022-06-21T09:59:03.593Z] === RUN   TestRemoveImageOrphaning
09:59:03 [2022-06-21T09:59:03.804Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
09:59:04 [2022-06-21T09:59:04.368Z] === RUN   TestDockerSuite/TestBuildEnvUsage
09:59:04 [2022-06-21T09:59:04.884Z] --- PASS: TestBuildSquashParent (3.72s)
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:59:04 [2022-06-21T09:59:04.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:59:04 [2022-06-21T09:59:04.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:59:04 [2022-06-21T09:59:04.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:59:04 [2022-06-21T09:59:04.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:59:04 [2022-06-21T09:59:04.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:59:04 [2022-06-21T09:59:04.884Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:59:04 [2022-06-21T09:59:04.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:59:04 [2022-06-21T09:59:04.884Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:59:04 [2022-06-21T09:59:04.884Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestRemoveImageOrphaning (1.60s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestRemoveImageGarbageCollector
09:59:05 [2022-06-21T09:59:05.482Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
09:59:05 [2022-06-21T09:59:05.482Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestTagInvalidReference
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestTagInvalidReference (0.01s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestTagValidPrefixedRepo
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestTagExistedNameWithoutForce
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestTagOfficialNames
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestTagOfficialNames (0.04s)
09:59:05 [2022-06-21T09:59:05.482Z] === RUN   TestTagMatchesDigest
09:59:05 [2022-06-21T09:59:05.482Z] --- PASS: TestTagMatchesDigest (0.01s)
09:59:05 [2022-06-21T09:59:05.482Z] === CONT  TestImportExtremelyLargeImageWorks
09:59:05 [2022-06-21T09:59:05.735Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
09:59:05 [2022-06-21T09:59:05.824Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:59:05 [2022-06-21T09:59:05.824Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:59:06 [2022-06-21T09:59:06.765Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:59:06 [2022-06-21T09:59:06.765Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:59:08 [2022-06-21T09:59:08.150Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
09:59:08 [2022-06-21T09:59:08.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.42s)
09:59:08 [2022-06-21T09:59:08.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.45s)
09:59:08 [2022-06-21T09:59:08.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.18s)
09:59:08 [2022-06-21T09:59:08.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.18s)
09:59:08 [2022-06-21T09:59:08.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.23s)
09:59:08 [2022-06-21T09:59:08.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.22s)
09:59:08 [2022-06-21T09:59:08.150Z] === RUN   TestBuildMultiStageCopy
09:59:08 [2022-06-21T09:59:08.150Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:59:08 [2022-06-21T09:59:08.252Z] === RUN   TestDockerDaemonSuite/TestShmSize
09:59:09 [2022-06-21T09:59:09.092Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:59:09 [2022-06-21T09:59:09.356Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:59:09 [2022-06-21T09:59:09.616Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:59:09 [2022-06-21T09:59:09.877Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:59:09 [2022-06-21T09:59:09.877Z] --- PASS: TestBuildMultiStageCopy (1.94s)
09:59:09 [2022-06-21T09:59:09.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s)
09:59:09 [2022-06-21T09:59:09.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
09:59:09 [2022-06-21T09:59:09.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
09:59:09 [2022-06-21T09:59:09.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
09:59:09 [2022-06-21T09:59:09.877Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
09:59:09 [2022-06-21T09:59:09.877Z] === RUN   TestBuildMultiStageParentConfig
09:59:10 [2022-06-21T09:59:10.145Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
09:59:10 [2022-06-21T09:59:10.448Z] --- PASS: TestBuildMultiStageParentConfig (0.58s)
09:59:10 [2022-06-21T09:59:10.448Z] === RUN   TestBuildLabelWithTargets
09:59:11 [2022-06-21T09:59:11.390Z] --- PASS: TestBuildLabelWithTargets (0.93s)
09:59:11 [2022-06-21T09:59:11.390Z] === RUN   TestBuildWithEmptyLayers
09:59:11 [2022-06-21T09:59:11.960Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
09:59:11 [2022-06-21T09:59:11.960Z] === RUN   TestBuildMultiStageOnBuild
09:59:12 [2022-06-21T09:59:12.039Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
09:59:12 [2022-06-21T09:59:12.968Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
09:59:12 [2022-06-21T09:59:12.968Z]     check_test.go:307: [da4516c8314ca] daemon is not started
09:59:12 [2022-06-21T09:59:12.968Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
09:59:13 [2022-06-21T09:59:13.345Z] --- PASS: TestBuildMultiStageOnBuild (1.29s)
09:59:13 [2022-06-21T09:59:13.345Z] === RUN   TestBuildUncleanTarFilenames
09:59:13 [2022-06-21T09:59:13.916Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
09:59:13 [2022-06-21T09:59:13.916Z] === RUN   TestBuildMultiStageLayerLeak
09:59:15 [2022-06-21T09:59:15.300Z] --- PASS: TestBuildMultiStageLayerLeak (1.56s)
09:59:15 [2022-06-21T09:59:15.300Z] === RUN   TestBuildWithHugeFile
09:59:19 [2022-06-21T09:59:19.504Z] --- PASS: TestDockerDaemonSuite (336.77s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.50s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.81s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.60s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.56s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.36s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.72s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.35s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.79s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.32s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.45s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.30s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.38s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.48s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.27s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.43s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.44s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.36s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.32s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.07s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.99s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.58s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.06s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.15s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.63s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.67s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.96s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.13s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.44s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.36s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.37s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.72s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.76s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.65s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.73s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.93s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.95s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.66s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.57s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.28s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.81s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.28s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.65s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.85s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.85s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.48s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.24s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.57s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.98s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.36s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.69s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.82s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.05s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.92s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.77s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.36s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.73s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.54s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.02s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.90s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.67s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.40s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.29s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.59s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.23s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.72s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.81s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.09s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.40s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.38s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.03s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.51s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.80s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.29s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.14s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.00s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.85s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.38s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.14s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.33s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.68s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.10s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.89s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.39s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.73s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.97s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.69s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s)
09:59:19 [2022-06-21T09:59:19.504Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.69s)
09:59:19 [2022-06-21T09:59:19.504Z] === RUN   TestDockerSwarmSuite
09:59:19 [2022-06-21T09:59:19.504Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
09:59:22 [2022-06-21T09:59:22.024Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
09:59:25 [2022-06-21T09:59:25.293Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
09:59:30 [2022-06-21T09:59:30.550Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
09:59:32 [2022-06-21T09:59:32.180Z] --- PASS: TestImportExtremelyLargeImageWorks (91.97s)
09:59:32 [2022-06-21T09:59:32.180Z] PASS
09:59:32 [2022-06-21T09:59:32.180Z] 
09:59:32 [2022-06-21T09:59:32.180Z] DONE 22 tests in 95.087s
09:59:32 [2022-06-21T09:59:32.180Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
09:59:32 [2022-06-21T09:59:32.180Z] === RUN   TestStripANSICommands
09:59:32 [2022-06-21T09:59:32.180Z] === RUN   TestStripANSICommands/#00
09:59:32 [2022-06-21T09:59:32.180Z] === RUN   TestStripANSICommands/#01
09:59:32 [2022-06-21T09:59:32.180Z] --- PASS: TestStripANSICommands (0.00s)
09:59:32 [2022-06-21T09:59:32.180Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:59:32 [2022-06-21T09:59:32.180Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:59:32 [2022-06-21T09:59:32.180Z] PASS
09:59:32 [2022-06-21T09:59:32.180Z] 
09:59:32 [2022-06-21T09:59:32.180Z] DONE 3 tests in 0.008s
09:59:32 [2022-06-21T09:59:32.180Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
09:59:32 [2022-06-21T09:59:32.180Z] INFO: Testing against a local daemon
09:59:32 [2022-06-21T09:59:32.180Z] === RUN   TestNetworkCreateDelete
09:59:32 [2022-06-21T09:59:32.180Z] --- PASS: TestNetworkCreateDelete (0.12s)
09:59:32 [2022-06-21T09:59:32.180Z] === RUN   TestDockerNetworkDeletePreferID
09:59:32 [2022-06-21T09:59:32.180Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s)
09:59:32 [2022-06-21T09:59:32.180Z] === RUN   TestDaemonDNSFallback
09:59:34 [2022-06-21T09:59:34.709Z] --- PASS: TestDaemonDNSFallback (6.33s)
09:59:34 [2022-06-21T09:59:34.709Z] === RUN   TestInspectNetwork
09:59:34 [2022-06-21T09:59:34.717Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
09:59:36 [2022-06-21T09:59:36.083Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
09:59:37 [2022-06-21T09:59:37.240Z] === RUN   TestInspectNetwork/full_network_id
09:59:37 [2022-06-21T09:59:37.241Z] === RUN   TestInspectNetwork/partial_network_id
09:59:37 [2022-06-21T09:59:37.241Z] === RUN   TestInspectNetwork/network_name
09:59:37 [2022-06-21T09:59:37.241Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:59:41 [2022-06-21T09:59:41.425Z] --- PASS: TestInspectNetwork (6.55s)
09:59:41 [2022-06-21T09:59:41.425Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:59:41 [2022-06-21T09:59:41.425Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:59:41 [2022-06-21T09:59:41.425Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:59:41 [2022-06-21T09:59:41.425Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:59:41 [2022-06-21T09:59:41.425Z] === RUN   TestRunContainerWithBridgeNone
09:59:42 [2022-06-21T09:59:42.803Z] --- PASS: TestRunContainerWithBridgeNone (1.59s)
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/create
09:59:42 [2022-06-21T09:59:42.803Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:59:42 [2022-06-21T09:59:42.803Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:59:42 [2022-06-21T09:59:42.803Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:59:42 [2022-06-21T09:59:42.803Z] === CONT  TestNetworkInvalidJSON/networks/create
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:59:42 [2022-06-21T09:59:42.803Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:59:42 [2022-06-21T09:59:42.803Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:59:42 [2022-06-21T09:59:42.803Z] --- PASS: TestNetworkInvalidJSON (0.01s)
09:59:42 [2022-06-21T09:59:42.803Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkList
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkList//networks
09:59:42 [2022-06-21T09:59:42.803Z] === PAUSE TestNetworkList//networks
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestNetworkList//networks/
09:59:42 [2022-06-21T09:59:42.803Z] === PAUSE TestNetworkList//networks/
09:59:42 [2022-06-21T09:59:42.803Z] === CONT  TestNetworkList//networks
09:59:42 [2022-06-21T09:59:42.803Z] === CONT  TestNetworkList//networks/
09:59:42 [2022-06-21T09:59:42.803Z] --- PASS: TestNetworkList (0.01s)
09:59:42 [2022-06-21T09:59:42.803Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z]     --- PASS: TestNetworkList//networks (0.00s)
09:59:42 [2022-06-21T09:59:42.803Z] === RUN   TestHostIPv4BridgeLabel
09:59:43 [2022-06-21T09:59:43.370Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
09:59:43 [2022-06-21T09:59:43.370Z] === RUN   TestDaemonRestartWithLiveRestore
09:59:44 [2022-06-21T09:59:44.173Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
09:59:44 [2022-06-21T09:59:44.173Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
09:59:44 [2022-06-21T09:59:44.173Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
09:59:44 [2022-06-21T09:59:44.305Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
09:59:44 [2022-06-21T09:59:44.305Z] === RUN   TestDaemonDefaultNetworkPools
09:59:44 [2022-06-21T09:59:44.735Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
09:59:44 [2022-06-21T09:59:44.992Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
09:59:45 [2022-06-21T09:59:45.239Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
09:59:45 [2022-06-21T09:59:45.239Z] === RUN   TestDaemonRestartWithExistingNetwork
09:59:45 [2022-06-21T09:59:45.555Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
09:59:46 [2022-06-21T09:59:46.175Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
09:59:46 [2022-06-21T09:59:46.175Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:59:47 [2022-06-21T09:59:47.445Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
09:59:47 [2022-06-21T09:59:47.446Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
09:59:47 [2022-06-21T09:59:47.446Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
09:59:47 [2022-06-21T09:59:47.446Z]     docker_api_swarm_test.go:563: [d76ac8cebfd24] joining swarm manager [da8f41dec956e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
09:59:47 [2022-06-21T09:59:47.550Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s)
09:59:47 [2022-06-21T09:59:47.550Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:59:47 [2022-06-21T09:59:47.702Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
09:59:48 [2022-06-21T09:59:48.116Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
09:59:48 [2022-06-21T09:59:48.116Z] === RUN   TestServiceWithPredefinedNetwork
09:59:50 [2022-06-21T09:59:50.648Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
09:59:50 [2022-06-21T09:59:50.648Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:59:50 [2022-06-21T09:59:50.648Z]     service_test.go:243: FLAKY_TEST
09:59:50 [2022-06-21T09:59:50.648Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:59:50 [2022-06-21T09:59:50.648Z] === RUN   TestServiceWithDataPathPortInit
09:59:54 [2022-06-21T09:59:54.061Z] --- PASS: TestBuildWithHugeFile (35.97s)
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildWCOWSandboxSize
09:59:54 [2022-06-21T09:59:54.061Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:59:54 [2022-06-21T09:59:54.061Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildWithEmptyDockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:59:54 [2022-06-21T09:59:54.061Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
09:59:54 [2022-06-21T09:59:54.061Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s)
09:59:54 [2022-06-21T09:59:54.061Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s)
09:59:54 [2022-06-21T09:59:54.061Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildPreserveOwnership
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildPreserveOwnership/copy_from
09:59:54 [2022-06-21T09:59:54.061Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:59:54 [2022-06-21T09:59:54.321Z] --- PASS: TestBuildPreserveOwnership (2.80s)
09:59:54 [2022-06-21T09:59:54.321Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.85s)
09:59:54 [2022-06-21T09:59:54.321Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.94s)
09:59:54 [2022-06-21T09:59:54.321Z] === RUN   TestBuildPlatformInvalid
09:59:54 [2022-06-21T09:59:54.321Z] --- PASS: TestBuildPlatformInvalid (0.08s)
09:59:54 [2022-06-21T09:59:54.321Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:59:55 [2022-06-21T09:59:55.262Z] Loaded image: busybox:latest
09:59:55 [2022-06-21T09:59:55.262Z] Loaded image: busybox:glibc
09:59:56 [2022-06-21T09:59:56.204Z] Loaded image: debian:bullseye-slim
09:59:56 [2022-06-21T09:59:56.465Z] Loaded image: hello-world:latest
09:59:56 [2022-06-21T09:59:56.465Z] Loaded image: arm32v7/hello-world:latest
09:59:57 [2022-06-21T09:59:57.654Z] === RUN   TestDockerSuite/TestBuildExpose
09:59:57 [2022-06-21T09:59:57.654Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
09:59:58 [2022-06-21T09:59:58.584Z] === RUN   TestDockerSuite/TestBuildExposeOrder
09:59:59 [2022-06-21T09:59:59.513Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
09:59:59 [2022-06-21T09:59:59.769Z] === RUN   TestDockerSuite/TestBuildFails
10:00:00 [2022-06-21T10:00:00.025Z]     docker_api_swarm_test.go:585: [d7b20ad84ad6d] joining swarm manager [da8f41dec956e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:00:00 [2022-06-21T10:00:00.587Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
10:00:00 [2022-06-21T10:00:00.844Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
10:00:03 [2022-06-21T10:00:03.368Z]     check_test.go:378: [d76ac8cebfd24] daemon is not started
10:00:03 [2022-06-21T10:00:03.624Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
10:00:04 [2022-06-21T10:00:04.602Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.40s)
10:00:04 [2022-06-21T10:00:04.602Z] PASS
10:00:04 [2022-06-21T10:00:04.602Z] 
10:00:04 [2022-06-21T10:00:04.602Z] === Skipped
10:00:04 [2022-06-21T10:00:04.602Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
10:00:04 [2022-06-21T10:00:04.602Z]     build_session_test.go:25: TODO: BuildKit
10:00:04 [2022-06-21T10:00:04.602Z] 
10:00:04 [2022-06-21T10:00:04.602Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
10:00:04 [2022-06-21T10:00:04.602Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
10:00:04 [2022-06-21T10:00:04.602Z] 
10:00:04 [2022-06-21T10:00:04.602Z] DONE 34 tests, 2 skipped in 67.173s
10:00:04 [2022-06-21T10:00:04.602Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
10:00:04 [2022-06-21T10:00:04.602Z] ++ 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
10:00:04 [2022-06-21T10:00:04.602Z] ++ set -e
10:00:04 [2022-06-21T10:00:04.602Z] ++ '[' -n 0 ']'
10:00:04 [2022-06-21T10:00:04.602Z] ++ set -x
10:00:04 [2022-06-21T10:00:04.602Z] ++ 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
10:00:04 [2022-06-21T10:00:04.602Z] INFO: Testing against a local daemon
10:00:04 [2022-06-21T10:00:04.602Z] === RUN   TestConfigInspect
10:00:05 [2022-06-21T10:00:05.522Z] === RUN   TestDockerSuite/TestBuildForceRm
10:00:05 [2022-06-21T10:00:05.523Z] --- PASS: TestServiceWithDataPathPortInit (13.95s)
10:00:05 [2022-06-21T10:00:05.523Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:00:06 [2022-06-21T10:00:06.516Z] --- PASS: TestConfigInspect (2.29s)
10:00:06 [2022-06-21T10:00:06.516Z] === RUN   TestConfigList
10:00:06 [2022-06-21T10:00:06.899Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:iwpwudx6e9i4bq9vqq8pup8y7 Created:2022-06-21 10:00:05.49994234 +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[eb1a4353fe7ff366e018736d9734ce76086e28663746a5c5b540b7f7ec2273f2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5zjjutrc9vqrdmz4r2dsgkojd EndpointID:a9ac89894a15a594a6d5f5244870ad301f342ba1662bd2afbd8f748f1c383bd7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:32947a3ae9565a621189075c8d416358efbf496aeb7a69c30cc038a67a527c21 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:84a64c1aff83 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5zjjutrc9vqrdmz4r2dsgkojd EndpointID:a9ac89894a15a594a6d5f5244870ad301f342ba1662bd2afbd8f748f1c383bd7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:00:06 [2022-06-21T10:00:06.911Z] === RUN   TestDockerSuite/TestBuildFromGit
10:00:08 [2022-06-21T10:00:08.275Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
10:00:08 [2022-06-21T10:00:08.428Z] --- PASS: TestConfigList (2.18s)
10:00:08 [2022-06-21T10:00:08.428Z] === RUN   TestConfigsCreateAndDelete
10:00:08 [2022-06-21T10:00:08.532Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
10:00:09 [2022-06-21T10:00:09.900Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
10:00:10 [2022-06-21T10:00:10.464Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
10:00:10 [2022-06-21T10:00:10.464Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
10:00:10 [2022-06-21T10:00:10.464Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
10:00:10 [2022-06-21T10:00:10.973Z] --- PASS: TestConfigsCreateAndDelete (2.17s)
10:00:10 [2022-06-21T10:00:10.973Z] === RUN   TestConfigsUpdate
10:00:11 [2022-06-21T10:00:11.832Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
10:00:12 [2022-06-21T10:00:12.161Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.19s)
10:00:12 [2022-06-21T10:00:12.161Z] PASS
10:00:12 [2022-06-21T10:00:12.161Z] 
10:00:12 [2022-06-21T10:00:12.161Z] === Skipped
10:00:12 [2022-06-21T10:00:12.161Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:00:12 [2022-06-21T10:00:12.161Z]     service_test.go:243: FLAKY_TEST
10:00:12 [2022-06-21T10:00:12.161Z] 
10:00:12 [2022-06-21T10:00:12.161Z] DONE 38 tests, 1 skipped in 43.639s
10:00:12 [2022-06-21T10:00:12.161Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:00:12 [2022-06-21T10:00:12.161Z] INFO: Testing against a local daemon
10:00:12 [2022-06-21T10:00:12.161Z] === RUN   TestDockerNetworkIpvlanPersistance
10:00:12 [2022-06-21T10:00:12.161Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:12 [2022-06-21T10:00:12.161Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
10:00:12 [2022-06-21T10:00:12.161Z] === RUN   TestDockerNetworkIpvlan
10:00:12 [2022-06-21T10:00:12.161Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:12 [2022-06-21T10:00:12.161Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:00:12 [2022-06-21T10:00:12.161Z] PASS
10:00:12 [2022-06-21T10:00:12.161Z] 
10:00:12 [2022-06-21T10:00:12.161Z] === Skipped
10:00:12 [2022-06-21T10:00:12.161Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
10:00:12 [2022-06-21T10:00:12.161Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:12 [2022-06-21T10:00:12.161Z] 
10:00:12 [2022-06-21T10:00:12.161Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:00:12 [2022-06-21T10:00:12.161Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:12 [2022-06-21T10:00:12.161Z] 
10:00:12 [2022-06-21T10:00:12.161Z] DONE 2 tests, 2 skipped in 0.023s
10:00:12 [2022-06-21T10:00:12.161Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:00:12 [2022-06-21T10:00:12.161Z] INFO: Testing against a local daemon
10:00:12 [2022-06-21T10:00:12.161Z] === RUN   TestDockerNetworkMacvlanPersistance
10:00:12 [2022-06-21T10:00:12.356Z] --- PASS: TestConfigsUpdate (1.79s)
10:00:12 [2022-06-21T10:00:12.356Z] === RUN   TestTemplatedConfig
10:00:12 [2022-06-21T10:00:12.728Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s)
10:00:12 [2022-06-21T10:00:12.728Z] === RUN   TestDockerNetworkMacvlan
10:00:13 [2022-06-21T10:00:13.200Z]     docker_api_swarm_test.go:46: [da3094cff1e46] joining swarm manager [dd8ebc36a6773]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:00:13 [2022-06-21T10:00:13.297Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:00:13 [2022-06-21T10:00:13.457Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
10:00:13 [2022-06-21T10:00:13.712Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
10:00:14 [2022-06-21T10:00:14.234Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:00:14 [2022-06-21T10:00:14.801Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:00:14 [2022-06-21T10:00:14.911Z] --- PASS: TestTemplatedConfig (2.44s)
10:00:14 [2022-06-21T10:00:14.911Z] === RUN   TestConfigCreateResolve
10:00:15 [2022-06-21T10:00:15.604Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
10:00:16 [2022-06-21T10:00:16.703Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:00:17 [2022-06-21T10:00:17.496Z] --- PASS: TestConfigCreateResolve (2.26s)
10:00:17 [2022-06-21T10:00:17.496Z] PASS
10:00:17 [2022-06-21T10:00:17.496Z] 
10:00:17 [2022-06-21T10:00:17.496Z] DONE 6 tests in 13.236s
10:00:17 [2022-06-21T10:00:17.496Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
10:00:17 [2022-06-21T10:00:17.496Z] ++ 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
10:00:17 [2022-06-21T10:00:17.496Z] ++ set -e
10:00:17 [2022-06-21T10:00:17.496Z] ++ '[' -n 0 ']'
10:00:17 [2022-06-21T10:00:17.496Z] ++ set -x
10:00:17 [2022-06-21T10:00:17.496Z] ++ 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
10:00:17 [2022-06-21T10:00:17.496Z] INFO: Testing against a local daemon
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestAttachWithTTY
10:00:17 [2022-06-21T10:00:17.496Z] --- PASS: TestAttachWithTTY (0.06s)
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestAttachWithoutTTy
10:00:17 [2022-06-21T10:00:17.496Z] --- PASS: TestAttachWithoutTTy (0.05s)
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestCheckpoint
10:00:17 [2022-06-21T10:00:17.496Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:00:17 [2022-06-21T10:00:17.496Z] --- SKIP: TestCheckpoint (0.00s)
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/commit
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/commit
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/containers/create
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/containers/create
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
10:00:17 [2022-06-21T10:00:17.496Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
10:00:17 [2022-06-21T10:00:17.496Z] === CONT  TestContainerInvalidJSON/commit
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
10:00:17 [2022-06-21T10:00:17.496Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/commit/empty_body
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
10:00:17 [2022-06-21T10:00:17.496Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
10:00:17 [2022-06-21T10:00:17.496Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
10:00:17 [2022-06-21T10:00:17.496Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
10:00:17 [2022-06-21T10:00:17.496Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
10:00:17 [2022-06-21T10:00:17.497Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
10:00:17 [2022-06-21T10:00:17.497Z] === CONT  TestContainerInvalidJSON/containers/create
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
10:00:17 [2022-06-21T10:00:17.497Z] --- PASS: TestContainerInvalidJSON (0.01s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestCopyFromContainerPathDoesNotExist
10:00:17 [2022-06-21T10:00:17.497Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestCopyFromContainerPathIsNotDir
10:00:17 [2022-06-21T10:00:17.497Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestCopyToContainerPathDoesNotExist
10:00:17 [2022-06-21T10:00:17.497Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestCopyEmptyFile
10:00:17 [2022-06-21T10:00:17.497Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
10:00:17 [2022-06-21T10:00:17.758Z] --- PASS: TestCopyEmptyFile (0.21s)
10:00:17 [2022-06-21T10:00:17.758Z] === RUN   TestCopyToContainerPathIsNotDir
10:00:17 [2022-06-21T10:00:17.758Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
10:00:17 [2022-06-21T10:00:17.758Z] === RUN   TestCopyFromContainer
10:00:18 [2022-06-21T10:00:18.605Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:00:18 [2022-06-21T10:00:18.699Z] === RUN   TestCopyFromContainer//
10:00:18 [2022-06-21T10:00:18.699Z] === RUN   TestCopyFromContainer//bar/root
10:00:18 [2022-06-21T10:00:18.864Z] === RUN   TestDockerSuite/TestBuildHistory
10:00:18 [2022-06-21T10:00:18.960Z] === RUN   TestCopyFromContainer//bar/root/
10:00:18 [2022-06-21T10:00:18.960Z] === RUN   TestCopyFromContainer/bar/quux
10:00:18 [2022-06-21T10:00:18.960Z] === RUN   TestCopyFromContainer/bar/quux/
10:00:18 [2022-06-21T10:00:18.960Z] === RUN   TestCopyFromContainer/bar/quux/baz
10:00:19 [2022-06-21T10:00:19.221Z] === RUN   TestCopyFromContainer/bar/filesymlink
10:00:19 [2022-06-21T10:00:19.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink
10:00:19 [2022-06-21T10:00:19.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
10:00:19 [2022-06-21T10:00:19.221Z] === RUN   TestCopyFromContainer/bar/notarget
10:00:19 [2022-06-21T10:00:19.221Z] --- PASS: TestCopyFromContainer (1.56s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer// (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
10:00:19 [2022-06-21T10:00:19.221Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
10:00:19 [2022-06-21T10:00:19.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:00:19 [2022-06-21T10:00:19.481Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:00:19 [2022-06-21T10:00:19.481Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
10:00:19 [2022-06-21T10:00:19.481Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
10:00:19 [2022-06-21T10:00:19.481Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
10:00:19 [2022-06-21T10:00:19.481Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
10:00:19 [2022-06-21T10:00:19.481Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
10:00:19 [2022-06-21T10:00:19.481Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
10:00:19 [2022-06-21T10:00:19.481Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
10:00:19 [2022-06-21T10:00:19.481Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
10:00:19 [2022-06-21T10:00:19.481Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateLinkToNonExistingContainer
10:00:19 [2022-06-21T10:00:19.481Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateWithInvalidEnv
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateWithInvalidEnv/0
10:00:19 [2022-06-21T10:00:19.481Z] === PAUSE TestCreateWithInvalidEnv/0
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateWithInvalidEnv/1
10:00:19 [2022-06-21T10:00:19.481Z] === PAUSE TestCreateWithInvalidEnv/1
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateWithInvalidEnv/2
10:00:19 [2022-06-21T10:00:19.481Z] === PAUSE TestCreateWithInvalidEnv/2
10:00:19 [2022-06-21T10:00:19.481Z] === CONT  TestCreateWithInvalidEnv/0
10:00:19 [2022-06-21T10:00:19.481Z] === CONT  TestCreateWithInvalidEnv/2
10:00:19 [2022-06-21T10:00:19.481Z] === CONT  TestCreateWithInvalidEnv/1
10:00:19 [2022-06-21T10:00:19.481Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
10:00:19 [2022-06-21T10:00:19.481Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
10:00:19 [2022-06-21T10:00:19.481Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
10:00:19 [2022-06-21T10:00:19.481Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateTmpfsMountsTarget
10:00:19 [2022-06-21T10:00:19.481Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
10:00:19 [2022-06-21T10:00:19.481Z] === RUN   TestCreateWithCustomMaskedPaths
10:00:20 [2022-06-21T10:00:20.865Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s)
10:00:20 [2022-06-21T10:00:20.865Z] === RUN   TestCreateWithCustomReadonlyPaths
10:00:21 [2022-06-21T10:00:21.807Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s)
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateWithInvalidHealthcheckParams
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:00:21 [2022-06-21T10:00:21.807Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:00:21 [2022-06-21T10:00:21.807Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
10:00:21 [2022-06-21T10:00:21.807Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
10:00:21 [2022-06-21T10:00:21.807Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
10:00:21 [2022-06-21T10:00:21.807Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
10:00:21 [2022-06-21T10:00:21.807Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
10:00:21 [2022-06-21T10:00:21.807Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
10:00:21 [2022-06-21T10:00:21.807Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
10:00:21 [2022-06-21T10:00:21.807Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
10:00:21 [2022-06-21T10:00:21.807Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
10:00:21 [2022-06-21T10:00:21.807Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
10:00:21 [2022-06-21T10:00:21.889Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:00:22 [2022-06-21T10:00:22.068Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
10:00:22 [2022-06-21T10:00:22.068Z] === RUN   TestCreateDifferentPlatform
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateDifferentPlatform/different_os
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
10:00:22 [2022-06-21T10:00:22.328Z] --- PASS: TestCreateDifferentPlatform (0.02s)
10:00:22 [2022-06-21T10:00:22.328Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
10:00:22 [2022-06-21T10:00:22.328Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateVolumesFromNonExistingContainer
10:00:22 [2022-06-21T10:00:22.328Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
10:00:22 [2022-06-21T10:00:22.328Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateInvalidHostConfig
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
10:00:22 [2022-06-21T10:00:22.328Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
10:00:22 [2022-06-21T10:00:22.328Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
10:00:22 [2022-06-21T10:00:22.328Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
10:00:22 [2022-06-21T10:00:22.328Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
10:00:22 [2022-06-21T10:00:22.328Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
10:00:22 [2022-06-21T10:00:22.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
10:00:22 [2022-06-21T10:00:22.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
10:00:22 [2022-06-21T10:00:22.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
10:00:22 [2022-06-21T10:00:22.328Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestContainerStartOnDaemonRestart
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestContainerStartOnDaemonRestart
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestDaemonRestartIpcMode
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestDaemonRestartIpcMode
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestDaemonHostGatewayIP
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestDaemonHostGatewayIP
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestRestartDaemonWithRestartingContainer
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestRestartDaemonWithRestartingContainer
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestContainerKillOnDaemonStart
10:00:22 [2022-06-21T10:00:22.328Z] === PAUSE TestContainerKillOnDaemonStart
10:00:22 [2022-06-21T10:00:22.328Z] === RUN   TestDiff
10:00:22 [2022-06-21T10:00:22.455Z] --- PASS: TestDockerNetworkMacvlan (9.72s)
10:00:22 [2022-06-21T10:00:22.455Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
10:00:22 [2022-06-21T10:00:22.455Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
10:00:22 [2022-06-21T10:00:22.455Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s)
10:00:22 [2022-06-21T10:00:22.455Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s)
10:00:22 [2022-06-21T10:00:22.455Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.17s)
10:00:22 [2022-06-21T10:00:22.455Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
10:00:22 [2022-06-21T10:00:22.455Z] PASS
10:00:22 [2022-06-21T10:00:22.455Z] 
10:00:22 [2022-06-21T10:00:22.455Z] DONE 8 tests in 11.009s
10:00:22 [2022-06-21T10:00:22.455Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
10:00:22 [2022-06-21T10:00:22.455Z] testing: warning: no tests to run
10:00:22 [2022-06-21T10:00:22.455Z] PASS
10:00:22 [2022-06-21T10:00:22.455Z] 
10:00:22 [2022-06-21T10:00:22.455Z] DONE 0 tests in 0.007s
10:00:22 [2022-06-21T10:00:22.455Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:00:22 [2022-06-21T10:00:22.455Z] INFO: Testing against a local daemon
10:00:22 [2022-06-21T10:00:22.455Z] === RUN   TestAuthZPluginAllowRequest
10:00:22 [2022-06-21T10:00:22.589Z] --- PASS: TestDiff (0.41s)
10:00:22 [2022-06-21T10:00:22.589Z] === RUN   TestExecWithCloseStdin
10:00:23 [2022-06-21T10:00:23.031Z] === RUN   TestDockerSuite/TestBuildIidFile
10:00:23 [2022-06-21T10:00:23.031Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
10:00:23 [2022-06-21T10:00:23.160Z] --- PASS: TestExecWithCloseStdin (0.48s)
10:00:23 [2022-06-21T10:00:23.160Z] === RUN   TestExec
10:00:23 [2022-06-21T10:00:23.594Z] === RUN   TestDockerSuite/TestBuildInheritance
10:00:23 [2022-06-21T10:00:23.734Z] --- PASS: TestExec (0.47s)
10:00:23 [2022-06-21T10:00:23.734Z] === RUN   TestExecUser
10:00:23 [2022-06-21T10:00:23.830Z] --- PASS: TestAuthZPluginAllowRequest (1.15s)
10:00:23 [2022-06-21T10:00:23.830Z] === RUN   TestAuthZPluginTLS
10:00:24 [2022-06-21T10:00:24.305Z] --- PASS: TestExecUser (0.49s)
10:00:24 [2022-06-21T10:00:24.305Z] === RUN   TestExportContainerAndImportImage
10:00:24 [2022-06-21T10:00:24.397Z] --- PASS: TestAuthZPluginTLS (0.56s)
10:00:24 [2022-06-21T10:00:24.397Z] === RUN   TestAuthZPluginDenyRequest
10:00:24 [2022-06-21T10:00:24.524Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
10:00:24 [2022-06-21T10:00:24.656Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
10:00:24 [2022-06-21T10:00:24.656Z] === RUN   TestAuthZPluginAPIDenyResponse
10:00:24 [2022-06-21T10:00:24.877Z] --- PASS: TestExportContainerAndImportImage (0.57s)
10:00:24 [2022-06-21T10:00:24.877Z] === RUN   TestExportContainerAfterDaemonRestart
10:00:25 [2022-06-21T10:00:25.223Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
10:00:25 [2022-06-21T10:00:25.223Z] === RUN   TestAuthZPluginDenyResponse
10:00:25 [2022-06-21T10:00:25.454Z] === RUN   TestDockerSuite/TestBuildInvalidTag
10:00:25 [2022-06-21T10:00:25.454Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
10:00:25 [2022-06-21T10:00:25.789Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
10:00:25 [2022-06-21T10:00:25.789Z] === RUN   TestAuthZPluginAllowEventStream
10:00:26 [2022-06-21T10:00:26.268Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
10:00:26 [2022-06-21T10:00:26.268Z] === RUN   TestHealthCheckWorkdir
10:00:26 [2022-06-21T10:00:26.826Z] === RUN   TestDockerSuite/TestBuildLabel
10:00:26 [2022-06-21T10:00:26.837Z] --- PASS: TestHealthCheckWorkdir (0.68s)
10:00:26 [2022-06-21T10:00:26.837Z] === RUN   TestHealthKillContainer
10:00:27 [2022-06-21T10:00:27.082Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
10:00:27 [2022-06-21T10:00:27.164Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s)
10:00:27 [2022-06-21T10:00:27.164Z] === RUN   TestAuthZPluginErrorResponse
10:00:27 [2022-06-21T10:00:27.423Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
10:00:27 [2022-06-21T10:00:27.423Z] === RUN   TestAuthZPluginErrorRequest
10:00:27 [2022-06-21T10:00:27.644Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
10:00:27 [2022-06-21T10:00:27.900Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
10:00:27 [2022-06-21T10:00:27.989Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
10:00:27 [2022-06-21T10:00:27.989Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:00:28 [2022-06-21T10:00:28.156Z] === RUN   TestDockerSuite/TestBuildLabels
10:00:28 [2022-06-21T10:00:28.556Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
10:00:28 [2022-06-21T10:00:28.556Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:00:28 [2022-06-21T10:00:28.718Z] === RUN   TestDockerSuite/TestBuildLabelsCache
10:00:29 [2022-06-21T10:00:29.930Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.38s)
10:00:29 [2022-06-21T10:00:29.930Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:00:30 [2022-06-21T10:00:30.086Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
10:00:31 [2022-06-21T10:00:31.465Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
10:00:31 [2022-06-21T10:00:31.892Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.54s)
10:00:31 [2022-06-21T10:00:31.892Z] === RUN   TestAuthZPluginHeader
10:00:32 [2022-06-21T10:00:32.164Z] --- PASS: TestAuthZPluginHeader (0.71s)
10:00:32 [2022-06-21T10:00:32.164Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:00:32 [2022-06-21T10:00:32.394Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
10:00:33 [2022-06-21T10:00:33.324Z] === RUN   TestDockerSuite/TestBuildLastModified
10:00:34 [2022-06-21T10:00:34.972Z] --- PASS: TestHealthKillContainer (7.85s)
10:00:34 [2022-06-21T10:00:34.972Z] === RUN   TestInspectCpusetInConfigPre120
10:00:34 [2022-06-21T10:00:34.972Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s)
10:00:34 [2022-06-21T10:00:34.972Z] === RUN   TestIpcModeNone
10:00:35 [2022-06-21T10:00:35.542Z] --- PASS: TestIpcModeNone (0.47s)
10:00:35 [2022-06-21T10:00:35.542Z] === RUN   TestIpcModePrivate
10:00:35 [2022-06-21T10:00:35.805Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
10:00:35 [2022-06-21T10:00:35.805Z] --- PASS: TestIpcModePrivate (0.45s)
10:00:35 [2022-06-21T10:00:35.805Z] === RUN   TestIpcModeShareable
10:00:36 [2022-06-21T10:00:36.348Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.98s)
10:00:36 [2022-06-21T10:00:36.349Z] === RUN   TestAuthZPluginV2Disable
10:00:36 [2022-06-21T10:00:36.376Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
10:00:36 [2022-06-21T10:00:36.376Z] --- PASS: TestIpcModeShareable (0.46s)
10:00:36 [2022-06-21T10:00:36.376Z] === RUN   TestAPIIpcModeShareableAndContainer
10:00:37 [2022-06-21T10:00:37.759Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s)
10:00:37 [2022-06-21T10:00:37.759Z] === RUN   TestAPIIpcModeHost
10:00:38 [2022-06-21T10:00:38.020Z] --- PASS: TestAPIIpcModeHost (0.36s)
10:00:38 [2022-06-21T10:00:38.020Z] === RUN   TestDaemonIpcModeShareable
10:00:38 [2022-06-21T10:00:38.571Z] === RUN   TestDockerSuite/TestBuildLineBreak
10:00:39 [2022-06-21T10:00:39.403Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
10:00:39 [2022-06-21T10:00:39.403Z] --- PASS: TestDaemonIpcModeShareable (1.16s)
10:00:39 [2022-06-21T10:00:39.403Z] === RUN   TestDaemonIpcModePrivate
10:00:39 [2022-06-21T10:00:39.631Z] --- PASS: TestAuthZPluginV2Disable (3.38s)
10:00:39 [2022-06-21T10:00:39.631Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:00:40 [2022-06-21T10:00:40.345Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
10:00:40 [2022-06-21T10:00:40.345Z] --- PASS: TestDaemonIpcModePrivate (1.14s)
10:00:40 [2022-06-21T10:00:40.345Z] === RUN   TestDaemonIpcModePrivateFromConfig
10:00:40 [2022-06-21T10:00:40.461Z] --- PASS: TestImportExtremelyLargeImageWorks (180.42s)
10:00:40 [2022-06-21T10:00:40.461Z] PASS
10:00:40 [2022-06-21T10:00:40.461Z] 
10:00:40 [2022-06-21T10:00:40.461Z] DONE 22 tests in 184.982s
10:00:40 [2022-06-21T10:00:40.461Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
10:00:40 [2022-06-21T10:00:40.461Z] ++ 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
10:00:40 [2022-06-21T10:00:40.461Z] ++ set -e
10:00:40 [2022-06-21T10:00:40.461Z] ++ '[' -n 0 ']'
10:00:40 [2022-06-21T10:00:40.461Z] ++ set -x
10:00:40 [2022-06-21T10:00:40.461Z] ++ 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
10:00:40 [2022-06-21T10:00:40.461Z] === RUN   TestStripANSICommands
10:00:40 [2022-06-21T10:00:40.461Z] === RUN   TestStripANSICommands/#00
10:00:40 [2022-06-21T10:00:40.461Z] === RUN   TestStripANSICommands/#01
10:00:40 [2022-06-21T10:00:40.461Z] --- PASS: TestStripANSICommands (0.00s)
10:00:40 [2022-06-21T10:00:40.461Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
10:00:40 [2022-06-21T10:00:40.461Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
10:00:40 [2022-06-21T10:00:40.461Z] PASS
10:00:40 [2022-06-21T10:00:40.461Z] 
10:00:40 [2022-06-21T10:00:40.461Z] DONE 3 tests in 0.038s
10:00:40 [2022-06-21T10:00:40.461Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
10:00:40 [2022-06-21T10:00:40.461Z] ++ 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
10:00:40 [2022-06-21T10:00:40.461Z] ++ set -e
10:00:40 [2022-06-21T10:00:40.461Z] ++ '[' -n 0 ']'
10:00:40 [2022-06-21T10:00:40.461Z] ++ set -x
10:00:40 [2022-06-21T10:00:40.461Z] ++ 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
10:00:40 [2022-06-21T10:00:40.461Z] INFO: Testing against a local daemon
10:00:40 [2022-06-21T10:00:40.461Z] === RUN   TestNetworkCreateDelete
10:00:40 [2022-06-21T10:00:40.720Z] --- PASS: TestNetworkCreateDelete (0.17s)
10:00:40 [2022-06-21T10:00:40.720Z] === RUN   TestDockerNetworkDeletePreferID
10:00:40 [2022-06-21T10:00:40.976Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
10:00:41 [2022-06-21T10:00:41.233Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
10:00:41 [2022-06-21T10:00:41.233Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s)
10:00:41 [2022-06-21T10:00:41.233Z] === RUN   TestDaemonDNSFallback
10:00:41 [2022-06-21T10:00:41.233Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
10:00:41 [2022-06-21T10:00:41.233Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
10:00:41 [2022-06-21T10:00:41.286Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
10:00:41 [2022-06-21T10:00:41.489Z] === RUN   TestDockerSuite/TestBuildMaintainer
10:00:41 [2022-06-21T10:00:41.489Z] === RUN   TestDockerSuite/TestBuildMissingArgs
10:00:41 [2022-06-21T10:00:41.547Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s)
10:00:41 [2022-06-21T10:00:41.547Z] === RUN   TestDaemonIpcModeShareableFromConfig
10:00:41 [2022-06-21T10:00:41.915Z] --- PASS: TestImportExtremelyLargeImageWorks (92.43s)
10:00:41 [2022-06-21T10:00:41.915Z] PASS
10:00:41 [2022-06-21T10:00:41.915Z] 
10:00:41 [2022-06-21T10:00:41.915Z] === Skipped
10:00:41 [2022-06-21T10:00:41.915Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
10:00:41 [2022-06-21T10:00:41.915Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
10:00:41 [2022-06-21T10:00:41.915Z] 
10:00:41 [2022-06-21T10:00:41.915Z] DONE 22 tests, 1 skipped in 96.771s
10:00:41 [2022-06-21T10:00:41.915Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
10:00:41 [2022-06-21T10:00:41.915Z] === RUN   TestStripANSICommands
10:00:41 [2022-06-21T10:00:41.915Z] === RUN   TestStripANSICommands/#00
10:00:41 [2022-06-21T10:00:41.915Z] === RUN   TestStripANSICommands/#01
10:00:41 [2022-06-21T10:00:41.915Z] --- PASS: TestStripANSICommands (0.00s)
10:00:41 [2022-06-21T10:00:41.915Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
10:00:41 [2022-06-21T10:00:41.915Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
10:00:41 [2022-06-21T10:00:41.915Z] PASS
10:00:41 [2022-06-21T10:00:41.915Z] 
10:00:41 [2022-06-21T10:00:41.915Z] DONE 3 tests in 0.039s
10:00:41 [2022-06-21T10:00:41.915Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
10:00:41 [2022-06-21T10:00:41.915Z] INFO: Testing against a local daemon
10:00:41 [2022-06-21T10:00:41.915Z] === RUN   TestNetworkCreateDelete
10:00:41 [2022-06-21T10:00:41.915Z] --- PASS: TestNetworkCreateDelete (0.13s)
10:00:41 [2022-06-21T10:00:41.915Z] === RUN   TestDockerNetworkDeletePreferID
10:00:41 [2022-06-21T10:00:41.915Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
10:00:41 [2022-06-21T10:00:41.915Z] === RUN   TestDaemonDNSFallback
10:00:42 [2022-06-21T10:00:42.487Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
10:00:42 [2022-06-21T10:00:42.748Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s)
10:00:42 [2022-06-21T10:00:42.748Z] === RUN   TestIpcModeOlderClient
10:00:42 [2022-06-21T10:00:42.748Z] === PAUSE TestIpcModeOlderClient
10:00:42 [2022-06-21T10:00:42.748Z] === RUN   TestKillContainerInvalidSignal
10:00:42 [2022-06-21T10:00:42.855Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
10:00:42 [2022-06-21T10:00:42.914Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.18s)
10:00:42 [2022-06-21T10:00:42.914Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:00:43 [2022-06-21T10:00:43.009Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
10:00:43 [2022-06-21T10:00:43.009Z] === RUN   TestKillContainer
10:00:43 [2022-06-21T10:00:43.009Z] === RUN   TestKillContainer/no_signal
10:00:43 [2022-06-21T10:00:43.581Z] === RUN   TestKillContainer/non_killing_signal
10:00:43 [2022-06-21T10:00:43.784Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
10:00:43 [2022-06-21T10:00:43.841Z] === RUN   TestKillContainer/killing_signal
10:00:44 [2022-06-21T10:00:44.412Z] --- PASS: TestKillContainer (1.22s)
10:00:44 [2022-06-21T10:00:44.412Z]     --- PASS: TestKillContainer/no_signal (0.37s)
10:00:44 [2022-06-21T10:00:44.412Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
10:00:44 [2022-06-21T10:00:44.412Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
10:00:44 [2022-06-21T10:00:44.412Z] === RUN   TestKillWithStopSignalAndRestartPolicies
10:00:44 [2022-06-21T10:00:44.412Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
10:00:44 [2022-06-21T10:00:44.672Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
10:00:45 [2022-06-21T10:00:45.180Z] --- PASS: TestDaemonDNSFallback (6.31s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestInspectNetwork
10:00:45 [2022-06-21T10:00:45.180Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestInspectNetwork (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestRunContainerWithBridgeNone
10:00:45 [2022-06-21T10:00:45.180Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/create
10:00:45 [2022-06-21T10:00:45.180Z] === PAUSE TestNetworkInvalidJSON/networks/create
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
10:00:45 [2022-06-21T10:00:45.180Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
10:00:45 [2022-06-21T10:00:45.180Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
10:00:45 [2022-06-21T10:00:45.180Z] === CONT  TestNetworkInvalidJSON/networks/create
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
10:00:45 [2022-06-21T10:00:45.180Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
10:00:45 [2022-06-21T10:00:45.180Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
10:00:45 [2022-06-21T10:00:45.180Z] --- PASS: TestNetworkInvalidJSON (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkList
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkList//networks
10:00:45 [2022-06-21T10:00:45.180Z] === PAUSE TestNetworkList//networks
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestNetworkList//networks/
10:00:45 [2022-06-21T10:00:45.180Z] === PAUSE TestNetworkList//networks/
10:00:45 [2022-06-21T10:00:45.180Z] === CONT  TestNetworkList//networks
10:00:45 [2022-06-21T10:00:45.180Z] === CONT  TestNetworkList//networks/
10:00:45 [2022-06-21T10:00:45.180Z] --- PASS: TestNetworkList (0.01s)
10:00:45 [2022-06-21T10:00:45.180Z]     --- PASS: TestNetworkList//networks (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestHostIPv4BridgeLabel
10:00:45 [2022-06-21T10:00:45.180Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDaemonRestartWithLiveRestore
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDaemonDefaultNetworkPools
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDaemonRestartWithExistingNetwork
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestServiceWithPredefinedNetwork
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:243: FLAKY_TEST
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestServiceWithDataPathPortInit
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] PASS
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === Skipped
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:243: FLAKY_TEST
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] DONE 34 tests, 12 skipped in 7.033s
10:00:45 [2022-06-21T10:00:45.180Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:00:45 [2022-06-21T10:00:45.180Z] INFO: Testing against a local daemon
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDockerNetworkIpvlanPersistance
10:00:45 [2022-06-21T10:00:45.180Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDockerNetworkIpvlan
10:00:45 [2022-06-21T10:00:45.180Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] PASS
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === Skipped
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] DONE 2 tests, 2 skipped in 0.087s
10:00:45 [2022-06-21T10:00:45.180Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:00:45 [2022-06-21T10:00:45.180Z] INFO: Testing against a local daemon
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDockerNetworkMacvlanPersistance
10:00:45 [2022-06-21T10:00:45.180Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] === RUN   TestDockerNetworkMacvlan
10:00:45 [2022-06-21T10:00:45.180Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.180Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
10:00:45 [2022-06-21T10:00:45.180Z] PASS
10:00:45 [2022-06-21T10:00:45.180Z] 
10:00:45 [2022-06-21T10:00:45.180Z] === Skipped
10:00:45 [2022-06-21T10:00:45.181Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.181Z] 
10:00:45 [2022-06-21T10:00:45.181Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
10:00:45 [2022-06-21T10:00:45.181Z] 
10:00:45 [2022-06-21T10:00:45.181Z] DONE 2 tests, 2 skipped in 0.085s
10:00:45 [2022-06-21T10:00:45.181Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
10:00:45 [2022-06-21T10:00:45.181Z] testing: warning: no tests to run
10:00:45 [2022-06-21T10:00:45.181Z] PASS
10:00:45 [2022-06-21T10:00:45.181Z] 
10:00:45 [2022-06-21T10:00:45.181Z] DONE 0 tests in 0.022s
10:00:45 [2022-06-21T10:00:45.181Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:00:45 [2022-06-21T10:00:45.181Z] INFO: Testing against a local daemon
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginAllowRequest
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginTLS
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginTLS (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginDenyRequest
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginAPIDenyResponse
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginDenyResponse
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginAllowEventStream
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginErrorResponse
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginErrorRequest
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginHeader
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginHeader (0.00s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginV2Disable
10:00:45 [2022-06-21T10:00:45.181Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.181Z] --- SKIP: TestAuthZPluginV2Disable (0.01s)
10:00:45 [2022-06-21T10:00:45.181Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:00:45 [2022-06-21T10:00:45.244Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s)
10:00:45 [2022-06-21T10:00:45.244Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s)
10:00:45 [2022-06-21T10:00:45.244Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s)
10:00:45 [2022-06-21T10:00:45.244Z] === RUN   TestKillStoppedContainer
10:00:45 [2022-06-21T10:00:45.244Z] --- PASS: TestKillStoppedContainer (0.05s)
10:00:45 [2022-06-21T10:00:45.244Z] === RUN   TestKillStoppedContainerAPIPre120
10:00:45 [2022-06-21T10:00:45.244Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
10:00:45 [2022-06-21T10:00:45.244Z] === RUN   TestKillDifferentUserContainer
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z] PASS
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === Skipped
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] DONE 17 tests, 17 skipped in 0.265s
10:00:45 [2022-06-21T10:00:45.438Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:00:45 [2022-06-21T10:00:45.438Z] INFO: Testing against a local daemon
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
10:00:45 [2022-06-21T10:00:45.438Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
10:00:45 [2022-06-21T10:00:45.438Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/pull
10:00:45 [2022-06-21T10:00:45.438Z] === PAUSE TestPluginInvalidJSON/plugins/pull
10:00:45 [2022-06-21T10:00:45.438Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
10:00:45 [2022-06-21T10:00:45.438Z] === CONT  TestPluginInvalidJSON/plugins/pull
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
10:00:45 [2022-06-21T10:00:45.438Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
10:00:45 [2022-06-21T10:00:45.438Z] --- PASS: TestPluginInvalidJSON (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginInstall
10:00:45 [2022-06-21T10:00:45.438Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] --- SKIP: TestPluginInstall (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginsWithRuntimes
10:00:45 [2022-06-21T10:00:45.438Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
10:00:45 [2022-06-21T10:00:45.438Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z] === RUN   TestPluginBackCompatMediaTypes
10:00:45 [2022-06-21T10:00:45.438Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
10:00:45 [2022-06-21T10:00:45.438Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z] PASS
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === Skipped
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
10:00:45 [2022-06-21T10:00:45.438Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
10:00:45 [2022-06-21T10:00:45.438Z] 
10:00:45 [2022-06-21T10:00:45.438Z] DONE 19 tests, 3 skipped in 0.126s
10:00:45 [2022-06-21T10:00:45.438Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:00:45 [2022-06-21T10:00:45.505Z] --- PASS: TestKillDifferentUserContainer (0.41s)
10:00:45 [2022-06-21T10:00:45.505Z] === RUN   TestInspectOomKilledTrue
10:00:45 [2022-06-21T10:00:45.694Z] INFO: Testing against a local daemon
10:00:45 [2022-06-21T10:00:45.694Z] === RUN   TestExternalGraphDriver
10:00:45 [2022-06-21T10:00:45.694Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
10:00:45 [2022-06-21T10:00:45.694Z] --- SKIP: TestExternalGraphDriver (0.03s)
10:00:45 [2022-06-21T10:00:45.694Z] === RUN   TestGraphdriverPluginV2
10:00:46 [2022-06-21T10:00:46.076Z] --- PASS: TestInspectOomKilledTrue (0.48s)
10:00:46 [2022-06-21T10:00:46.076Z] === RUN   TestInspectOomKilledFalse
10:00:46 [2022-06-21T10:00:46.280Z] Created binary: bundles/binary-daemon/dockerd-dev
10:00:46 [2022-06-21T10:00:46.305Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
10:00:46 [2022-06-21T10:00:46.561Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
10:00:46 [2022-06-21T10:00:46.646Z] --- PASS: TestInspectOomKilledFalse (0.39s)
10:00:46 [2022-06-21T10:00:46.646Z] === RUN   TestLinksEtcHostsContentMatch
10:00:46 [2022-06-21T10:00:46.818Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
10:00:46 [2022-06-21T10:00:46.847Z] Copying nested executables into bundles/binary-daemon
10:00:46 [2022-06-21T10:00:46.907Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
10:00:46 [2022-06-21T10:00:46.907Z] === RUN   TestLinksContainerNames
10:00:47 [2022-06-21T10:00:47.478Z] --- PASS: TestLinksContainerNames (0.80s)
10:00:47 [2022-06-21T10:00:47.478Z] === RUN   TestLogsFollowTailEmpty
10:00:47 [2022-06-21T10:00:47.745Z] --- PASS: TestDaemonDNSFallback (6.63s)
10:00:47 [2022-06-21T10:00:47.745Z] === RUN   TestInspectNetwork
10:00:48 [2022-06-21T10:00:48.048Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local/tty/only_stdout
10:00:48 [2022-06-21T10:00:48.048Z] === PAUSE TestLogs/driver_local/tty/only_stdout
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local/tty/only_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === PAUSE TestLogs/driver_local/tty/only_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
10:00:48 [2022-06-21T10:00:48.048Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
10:00:48 [2022-06-21T10:00:48.048Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
10:00:48 [2022-06-21T10:00:48.048Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
10:00:48 [2022-06-21T10:00:48.221Z] Building: bundles/binary-daemon/docker-proxy-dev
10:00:48 [2022-06-21T10:00:48.221Z] GOOS="" GOARCH="" GOARM=""
10:00:48 [2022-06-21T10:00:48.221Z] Created binary: bundles/binary-daemon/docker-proxy-dev
10:00:48 [2022-06-21T10:00:48.221Z] 
10:00:48 [2022-06-21T10:00:48.620Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
10:00:48 [2022-06-21T10:00:48.620Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
10:00:48 [2022-06-21T10:00:48.961Z] --- PASS: TestGraphdriverPluginV2 (3.40s)
10:00:48 [2022-06-21T10:00:48.961Z] PASS
10:00:48 [2022-06-21T10:00:48.961Z] 
10:00:48 [2022-06-21T10:00:48.961Z] === Skipped
10:00:48 [2022-06-21T10:00:48.961Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s)
10:00:48 [2022-06-21T10:00:48.961Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
10:00:48 [2022-06-21T10:00:48.961Z] 
10:00:48 [2022-06-21T10:00:48.961Z] DONE 2 tests, 1 skipped in 3.526s
10:00:48 [2022-06-21T10:00:48.961Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
10:00:49 [2022-06-21T10:00:49.190Z] === CONT  TestLogs/driver_local/tty/only_stderr
10:00:49 [2022-06-21T10:00:49.190Z] === CONT  TestLogs/driver_local/tty/only_stdout
[Pipeline] sh
10:00:49 [2022-06-21T10:00:49.217Z] INFO: Testing against a local daemon
10:00:49 [2022-06-21T10:00:49.217Z] === RUN   TestContinueAfterPluginCrash
10:00:49 [2022-06-21T10:00:49.217Z] === PAUSE TestContinueAfterPluginCrash
10:00:49 [2022-06-21T10:00:49.217Z] === RUN   TestReadPluginNoRead
10:00:49 [2022-06-21T10:00:49.217Z] === PAUSE TestReadPluginNoRead
10:00:49 [2022-06-21T10:00:49.217Z] === RUN   TestDaemonStartWithLogOpt
10:00:49 [2022-06-21T10:00:49.217Z] === PAUSE TestDaemonStartWithLogOpt
10:00:49 [2022-06-21T10:00:49.217Z] === CONT  TestContinueAfterPluginCrash
10:00:49 [2022-06-21T10:00:49.217Z] === CONT  TestDaemonStartWithLogOpt
10:00:49 [2022-06-21T10:00:49.490Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/make.sh cross
10:00:49 [2022-06-21T10:00:49.747Z] 
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
10:00:49 [2022-06-21T10:00:49.761Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
10:00:49 [2022-06-21T10:00:49.761Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
10:00:49 [2022-06-21T10:00:49.761Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
10:00:49 [2022-06-21T10:00:49.761Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
10:00:50 [2022-06-21T10:00:50.007Z] Removing bundles/
10:00:50 [2022-06-21T10:00:50.007Z] 
10:00:50 [2022-06-21T10:00:50.007Z] ---> Making bundle: cross (in bundles/cross)
10:00:50 [2022-06-21T10:00:50.007Z] Cross building: bundles/cross/linux/amd64
10:00:50 [2022-06-21T10:00:50.007Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev
10:00:50 [2022-06-21T10:00:50.007Z] GOOS="linux" GOARCH="amd64" GOARM=""
10:00:50 [2022-06-21T10:00:50.703Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
10:00:50 [2022-06-21T10:00:50.703Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
10:00:51 [2022-06-21T10:00:51.275Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
10:00:51 [2022-06-21T10:00:51.275Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
10:00:51 [2022-06-21T10:00:51.535Z] --- PASS: TestLogs (3.65s)
10:00:51 [2022-06-21T10:00:51.535Z]     --- PASS: TestLogs/driver_local (0.01s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.56s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.73s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.67s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.53s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.54s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.55s)
10:00:51 [2022-06-21T10:00:51.535Z]     --- PASS: TestLogs/driver_json-file (0.01s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.77s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.79s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.53s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.54s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.47s)
10:00:51 [2022-06-21T10:00:51.535Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.49s)
10:00:51 [2022-06-21T10:00:51.535Z] === RUN   TestContainerNetworkMountsNoChown
10:00:51 [2022-06-21T10:00:51.913Z] === RUN   TestInspectNetwork/full_network_id
10:00:51 [2022-06-21T10:00:51.913Z] === RUN   TestInspectNetwork/partial_network_id
10:00:51 [2022-06-21T10:00:51.913Z] === RUN   TestInspectNetwork/network_name
10:00:51 [2022-06-21T10:00:51.913Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
10:00:52 [2022-06-21T10:00:52.107Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/default
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/default
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/private
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/private
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rprivate
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rprivate
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/slave
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/slave
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rslave
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rslave
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/shared
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/shared
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rshared
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rshared
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/default
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/default/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/default/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/default/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/default/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/default/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/default/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rslave
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rslave/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rslave/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rshared
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rshared/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rshared/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/shared
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/shared/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/shared/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/shared/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/shared/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rprivate
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/slave
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/slave/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/slave/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/slave/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/slave/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/private
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/private/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/private/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/private/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/private/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/private/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === RUN   TestMountDaemonRoot/private/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/default/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rslave/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rshared/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/default/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/default/mount_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/default/bind_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/shared/bind_root
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
10:00:52 [2022-06-21T10:00:52.107Z] === CONT  TestMountDaemonRoot/rslave/mount_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rshared/bind_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/shared/mount_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/private/bind_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/slave/mount_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/slave/bind_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/private/mount_subpath
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/private/mount_root
10:00:52 [2022-06-21T10:00:52.367Z] === CONT  TestMountDaemonRoot/private/bind_subpath
10:00:52 [2022-06-21T10:00:52.367Z] --- PASS: TestMountDaemonRoot (0.02s)
10:00:52 [2022-06-21T10:00:52.367Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
10:00:52 [2022-06-21T10:00:52.367Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
10:00:52 [2022-06-21T10:00:52.367Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
10:00:52 [2022-06-21T10:00:52.368Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
10:00:52 [2022-06-21T10:00:52.368Z] === RUN   TestContainerBindMountNonRecursive
10:00:52 [2022-06-21T10:00:52.883Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.78s)
10:00:52 [2022-06-21T10:00:52.883Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:00:53 [2022-06-21T10:00:53.385Z] --- PASS: TestDaemonStartWithLogOpt (4.30s)
10:00:53 [2022-06-21T10:00:53.386Z] === CONT  TestReadPluginNoRead
10:00:53 [2022-06-21T10:00:53.752Z] --- PASS: TestContainerBindMountNonRecursive (1.31s)
10:00:53 [2022-06-21T10:00:53.752Z] === RUN   TestContainerVolumesMountedAsShared
10:00:53 [2022-06-21T10:00:53.803Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
10:00:54 [2022-06-21T10:00:54.322Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s)
10:00:54 [2022-06-21T10:00:54.322Z] === RUN   TestContainerVolumesMountedAsSlave
10:00:54 [2022-06-21T10:00:54.583Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
10:00:54 [2022-06-21T10:00:54.583Z] === RUN   TestNetworkNat
10:00:54 [2022-06-21T10:00:54.843Z] --- PASS: TestNetworkNat (0.45s)
10:00:54 [2022-06-21T10:00:54.843Z] === RUN   TestNetworkLocalhostTCPNat
10:00:55 [2022-06-21T10:00:55.415Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
10:00:55 [2022-06-21T10:00:55.415Z] === RUN   TestNetworkLoopbackNat
10:00:55 [2022-06-21T10:00:55.692Z] --- PASS: TestInspectNetwork (7.98s)
10:00:55 [2022-06-21T10:00:55.692Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
10:00:55 [2022-06-21T10:00:55.692Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
10:00:55 [2022-06-21T10:00:55.692Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
10:00:55 [2022-06-21T10:00:55.692Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
10:00:55 [2022-06-21T10:00:55.692Z] === RUN   TestRunContainerWithBridgeNone
10:00:55 [2022-06-21T10:00:55.903Z] === RUN   TestReadPluginNoRead/default
10:00:56 [2022-06-21T10:00:56.255Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
10:00:56 [2022-06-21T10:00:56.831Z] === RUN   TestReadPluginNoRead/disabled_caching
10:00:57 [2022-06-21T10:00:57.183Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
10:00:57 [2022-06-21T10:00:57.745Z] --- PASS: TestRunContainerWithBridgeNone (2.04s)
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/create
10:00:57 [2022-06-21T10:00:57.745Z] === PAUSE TestNetworkInvalidJSON/networks/create
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
10:00:57 [2022-06-21T10:00:57.745Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
10:00:57 [2022-06-21T10:00:57.745Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
10:00:57 [2022-06-21T10:00:57.745Z] === CONT  TestNetworkInvalidJSON/networks/create
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
10:00:57 [2022-06-21T10:00:57.745Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
10:00:57 [2022-06-21T10:00:57.745Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
10:00:57 [2022-06-21T10:00:57.745Z] --- PASS: TestNetworkInvalidJSON (0.04s)
10:00:57 [2022-06-21T10:00:57.745Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
10:00:57 [2022-06-21T10:00:57.745Z] === RUN   TestNetworkList
10:00:57 [2022-06-21T10:00:57.959Z] --- PASS: TestNetworkLoopbackNat (2.58s)
10:00:57 [2022-06-21T10:00:57.959Z] === RUN   TestPause
10:00:58 [2022-06-21T10:00:58.001Z] === RUN   TestNetworkList//networks
10:00:58 [2022-06-21T10:00:58.001Z] === PAUSE TestNetworkList//networks
10:00:58 [2022-06-21T10:00:58.001Z] === RUN   TestNetworkList//networks/
10:00:58 [2022-06-21T10:00:58.001Z] === PAUSE TestNetworkList//networks/
10:00:58 [2022-06-21T10:00:58.001Z] === CONT  TestNetworkList//networks
10:00:58 [2022-06-21T10:00:58.001Z] === CONT  TestNetworkList//networks/
10:00:58 [2022-06-21T10:00:58.001Z] --- PASS: TestNetworkList (0.02s)
10:00:58 [2022-06-21T10:00:58.001Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:00:58 [2022-06-21T10:00:58.001Z]     --- PASS: TestNetworkList//networks (0.00s)
10:00:58 [2022-06-21T10:00:58.001Z] === RUN   TestHostIPv4BridgeLabel
10:00:58 [2022-06-21T10:00:58.195Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:00:58 [2022-06-21T10:00:58.195Z] --- PASS: TestContinueAfterPluginCrash (9.03s)
10:00:58 [2022-06-21T10:00:58.542Z] --- PASS: TestPause (0.46s)
10:00:58 [2022-06-21T10:00:58.542Z] === RUN   TestPauseFailsOnWindowsServerContainers
10:00:58 [2022-06-21T10:00:58.542Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:00:58 [2022-06-21T10:00:58.542Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
10:00:58 [2022-06-21T10:00:58.542Z] === RUN   TestPauseStopPausedContainer
10:00:58 [2022-06-21T10:00:58.562Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
10:00:58 [2022-06-21T10:00:58.562Z] === RUN   TestDaemonRestartWithLiveRestore
10:00:58 [2022-06-21T10:00:58.811Z] --- PASS: TestPauseStopPausedContainer (0.46s)
10:00:58 [2022-06-21T10:00:58.811Z] === RUN   TestPidHost
10:00:59 [2022-06-21T10:00:59.138Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
10:00:59 [2022-06-21T10:00:59.138Z]     docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows
10:00:59 [2022-06-21T10:00:59.138Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
10:00:59 [2022-06-21T10:00:59.405Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
10:00:59 [2022-06-21T10:00:59.405Z] === RUN   TestDaemonDefaultNetworkPools
10:00:59 [2022-06-21T10:00:59.566Z] === CONT  TestReadPluginNoRead
10:00:59 [2022-06-21T10:00:59.566Z]     read_test.go:92: [d2dd9566cc8d7] daemon is not started
10:00:59 [2022-06-21T10:00:59.566Z] --- PASS: TestReadPluginNoRead (5.98s)
10:00:59 [2022-06-21T10:00:59.566Z]     --- PASS: TestReadPluginNoRead/default (1.24s)
10:00:59 [2022-06-21T10:00:59.566Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.29s)
10:00:59 [2022-06-21T10:00:59.566Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s)
10:00:59 [2022-06-21T10:00:59.566Z] PASS
10:00:59 [2022-06-21T10:00:59.566Z] 
10:00:59 [2022-06-21T10:00:59.566Z] DONE 6 tests in 10.380s
10:00:59 [2022-06-21T10:00:59.566Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:00:59 [2022-06-21T10:00:59.566Z] testing: warning: no tests to run
10:00:59 [2022-06-21T10:00:59.566Z] PASS
10:00:59 [2022-06-21T10:00:59.566Z] 
10:00:59 [2022-06-21T10:00:59.566Z] DONE 0 tests in 0.032s
10:00:59 [2022-06-21T10:00:59.566Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:00:59 [2022-06-21T10:00:59.566Z] INFO: Testing against a local daemon
10:00:59 [2022-06-21T10:00:59.566Z] === RUN   TestPluginWithDevMounts
10:00:59 [2022-06-21T10:00:59.566Z]     mounts_test.go:20: (*Execution).IsRootless-fm
10:00:59 [2022-06-21T10:00:59.566Z] --- SKIP: TestPluginWithDevMounts (0.00s)
10:00:59 [2022-06-21T10:00:59.566Z] PASS
10:00:59 [2022-06-21T10:00:59.566Z] 
10:00:59 [2022-06-21T10:00:59.566Z] === Skipped
10:00:59 [2022-06-21T10:00:59.566Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
10:00:59 [2022-06-21T10:00:59.566Z]     mounts_test.go:20: (*Execution).IsRootless-fm
10:00:59 [2022-06-21T10:00:59.566Z] 
10:00:59 [2022-06-21T10:00:59.566Z] DONE 1 tests, 1 skipped in 0.101s
10:00:59 [2022-06-21T10:00:59.566Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
10:00:59 [2022-06-21T10:00:59.566Z] INFO: Testing against a local daemon
10:00:59 [2022-06-21T10:00:59.566Z] === RUN   TestSecretInspect
10:00:59 [2022-06-21T10:00:59.566Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.566Z] --- SKIP: TestSecretInspect (0.02s)
10:00:59 [2022-06-21T10:00:59.566Z] === RUN   TestSecretList
10:00:59 [2022-06-21T10:00:59.566Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.790Z] --- PASS: TestPidHost (0.96s)
10:00:59 [2022-06-21T10:00:59.790Z] === RUN   TestPsFilter
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestSecretList (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestSecretsCreateAndDelete
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestSecretsUpdate
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestSecretsUpdate (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestTemplatedSecret
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestTemplatedSecret (0.00s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestSecretCreateResolve
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestSecretCreateResolve (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] PASS
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] === Skipped
10:00:59 [2022-06-21T10:00:59.823Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] 
10:00:59 [2022-06-21T10:00:59.823Z] DONE 6 tests, 6 skipped in 0.149s
10:00:59 [2022-06-21T10:00:59.823Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
10:00:59 [2022-06-21T10:00:59.823Z] INFO: Testing against a local daemon
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestServiceCreateInit
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- PASS: TestServiceCreateInit (0.02s)
10:00:59 [2022-06-21T10:00:59.823Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
10:00:59 [2022-06-21T10:00:59.823Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateServiceMultipleTimes
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateServiceConflict
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestCreateServiceConflict (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateServiceMaxReplicas
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateWithDuplicateNetworkNames
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateServiceSecretFileMode
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateServiceConfigFileMode
10:00:59 [2022-06-21T10:00:59.823Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:00:59 [2022-06-21T10:00:59.823Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
10:00:59 [2022-06-21T10:00:59.823Z] === RUN   TestCreateServiceSysctls
10:01:00 [2022-06-21T10:01:00.051Z] --- PASS: TestPsFilter (0.10s)
10:01:00 [2022-06-21T10:01:00.051Z] === RUN   TestRemoveContainerWithRemovedVolume
10:01:00 [2022-06-21T10:01:00.080Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestCreateServiceSysctls (0.03s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestCreateServiceCapabilities
10:01:00 [2022-06-21T10:01:00.080Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestInspect
10:01:00 [2022-06-21T10:01:00.080Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestInspect (0.01s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestCreateJob
10:01:00 [2022-06-21T10:01:00.080Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestCreateJob (0.01s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestReplicatedJob
10:01:00 [2022-06-21T10:01:00.080Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestReplicatedJob (0.01s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestUpdateReplicatedJob
10:01:00 [2022-06-21T10:01:00.080Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestServiceListWithStatuses
10:01:00 [2022-06-21T10:01:00.080Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestDockerNetworkConnectAlias
10:01:00 [2022-06-21T10:01:00.080Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestDockerNetworkReConnect
10:01:00 [2022-06-21T10:01:00.080Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:00 [2022-06-21T10:01:00.080Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
10:01:00 [2022-06-21T10:01:00.080Z] === RUN   TestServicePlugin
10:01:00 [2022-06-21T10:01:00.311Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
10:01:00 [2022-06-21T10:01:00.311Z] === RUN   TestRemoveContainerWithVolume
10:01:00 [2022-06-21T10:01:00.343Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s)
10:01:00 [2022-06-21T10:01:00.343Z] === RUN   TestDaemonRestartWithExistingNetwork
10:01:00 [2022-06-21T10:01:00.882Z] --- PASS: TestRemoveContainerWithVolume (0.39s)
10:01:00 [2022-06-21T10:01:00.882Z] === RUN   TestRemoveContainerRunning
10:01:01 [2022-06-21T10:01:01.142Z] --- PASS: TestRemoveContainerRunning (0.42s)
10:01:01 [2022-06-21T10:01:01.142Z] === RUN   TestRemoveContainerForceRemoveRunning
10:01:01 [2022-06-21T10:01:01.708Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
10:01:01 [2022-06-21T10:01:01.708Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:01:01 [2022-06-21T10:01:01.714Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
10:01:01 [2022-06-21T10:01:01.714Z] === RUN   TestRemoveInvalidContainer
10:01:01 [2022-06-21T10:01:01.714Z] --- PASS: TestRemoveInvalidContainer (0.01s)
10:01:01 [2022-06-21T10:01:01.714Z] === RUN   TestRenameLinkedContainer
10:01:01 [2022-06-21T10:01:01.969Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.969Z] --- SKIP: TestServicePlugin (1.95s)
10:01:01 [2022-06-21T10:01:01.969Z] === RUN   TestServiceUpdateLabel
10:01:01 [2022-06-21T10:01:01.969Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.969Z] --- SKIP: TestServiceUpdateLabel (0.01s)
10:01:01 [2022-06-21T10:01:01.969Z] === RUN   TestServiceUpdateSecrets
10:01:01 [2022-06-21T10:01:01.969Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.969Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
10:01:01 [2022-06-21T10:01:01.969Z] === RUN   TestServiceUpdateConfigs
10:01:01 [2022-06-21T10:01:01.969Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z] === RUN   TestServiceUpdateNetwork
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z] === RUN   TestServiceUpdatePidsLimit
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
10:01:01 [2022-06-21T10:01:01.970Z] PASS
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === Skipped
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
10:01:01 [2022-06-21T10:01:01.970Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestInspect (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
10:01:01 [2022-06-21T10:01:01.970Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServicePlugin (1.95s)
10:01:01 [2022-06-21T10:01:01.970Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
10:01:01 [2022-06-21T10:01:01.970Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:01:01 [2022-06-21T10:01:01.970Z] 
10:01:01 [2022-06-21T10:01:01.970Z] DONE 24 tests, 23 skipped in 2.349s
10:01:02 [2022-06-21T10:01:02.226Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
10:01:02 [2022-06-21T10:01:02.226Z] INFO: Testing against a local daemon
10:01:02 [2022-06-21T10:01:02.226Z] === RUN   TestSessionCreate
10:01:02 [2022-06-21T10:01:02.226Z] --- PASS: TestSessionCreate (0.04s)
10:01:02 [2022-06-21T10:01:02.226Z] === RUN   TestSessionCreateWithBadUpgrade
10:01:02 [2022-06-21T10:01:02.226Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
10:01:02 [2022-06-21T10:01:02.226Z] PASS
10:01:02 [2022-06-21T10:01:02.226Z] 
10:01:02 [2022-06-21T10:01:02.226Z] DONE 2 tests in 0.152s
10:01:02 [2022-06-21T10:01:02.226Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
10:01:02 [2022-06-21T10:01:02.482Z] INFO: Testing against a local daemon
10:01:02 [2022-06-21T10:01:02.482Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:01:02 [2022-06-21T10:01:02.482Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:01:02 [2022-06-21T10:01:02.482Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:01:02 [2022-06-21T10:01:02.482Z] === RUN   TestDiskUsage
10:01:02 [2022-06-21T10:01:02.482Z] === PAUSE TestDiskUsage
10:01:02 [2022-06-21T10:01:02.482Z] === RUN   TestEventsExecDie
10:01:02 [2022-06-21T10:01:02.637Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
10:01:02 [2022-06-21T10:01:02.893Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s)
10:01:02 [2022-06-21T10:01:02.893Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:01:02 [2022-06-21T10:01:02.893Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
10:01:03 [2022-06-21T10:01:03.043Z] --- PASS: TestEventsExecDie (0.51s)
10:01:03 [2022-06-21T10:01:03.043Z] === RUN   TestEventsBackwardsCompatible
10:01:03 [2022-06-21T10:01:03.043Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
10:01:03 [2022-06-21T10:01:03.043Z] === RUN   TestEventsVolumeCreate
10:01:03 [2022-06-21T10:01:03.043Z] --- PASS: TestEventsVolumeCreate (0.05s)
10:01:03 [2022-06-21T10:01:03.043Z] === RUN   TestInfoBinaryCommits
10:01:03 [2022-06-21T10:01:03.043Z] --- PASS: TestInfoBinaryCommits (0.03s)
10:01:03 [2022-06-21T10:01:03.043Z] === RUN   TestInfoAPIVersioned
10:01:03 [2022-06-21T10:01:03.043Z] --- PASS: TestInfoAPIVersioned (0.00s)
10:01:03 [2022-06-21T10:01:03.043Z] === RUN   TestInfoAPI
10:01:03 [2022-06-21T10:01:03.043Z] --- PASS: TestInfoAPI (0.02s)
10:01:03 [2022-06-21T10:01:03.043Z] === RUN   TestInfoAPIWarnings
10:01:03 [2022-06-21T10:01:03.454Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
10:01:03 [2022-06-21T10:01:03.454Z] === RUN   TestServiceWithPredefinedNetwork
10:01:03 [2022-06-21T10:01:03.625Z] --- PASS: TestRenameLinkedContainer (1.66s)
10:01:03 [2022-06-21T10:01:03.625Z] === RUN   TestRenameStoppedContainer
10:01:03 [2022-06-21T10:01:03.625Z] --- PASS: TestRenameStoppedContainer (0.40s)
10:01:03 [2022-06-21T10:01:03.625Z] === RUN   TestRenameRunningContainerAndReuse
10:01:04 [2022-06-21T10:01:04.383Z] === RUN   TestDockerSuite/TestBuildMultipleTags
10:01:04 [2022-06-21T10:01:04.567Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s)
10:01:04 [2022-06-21T10:01:04.567Z] === RUN   TestRenameInvalidName
10:01:04 [2022-06-21T10:01:04.639Z] === RUN   TestDockerSuite/TestBuildNetContainer
10:01:05 [2022-06-21T10:01:05.137Z] --- PASS: TestRenameInvalidName (0.41s)
10:01:05 [2022-06-21T10:01:05.137Z] === RUN   TestRenameAnonymousContainer
10:01:06 [2022-06-21T10:01:06.522Z] --- PASS: TestRenameAnonymousContainer (1.60s)
10:01:06 [2022-06-21T10:01:06.522Z] === RUN   TestRenameContainerWithSameName
10:01:06 [2022-06-21T10:01:06.529Z] --- PASS: TestServiceWithPredefinedNetwork (2.83s)
10:01:06 [2022-06-21T10:01:06.529Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:01:06 [2022-06-21T10:01:06.529Z]     service_test.go:243: FLAKY_TEST
10:01:06 [2022-06-21T10:01:06.529Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:01:06 [2022-06-21T10:01:06.529Z] === RUN   TestServiceWithDataPathPortInit
10:01:06 [2022-06-21T10:01:06.529Z] === RUN   TestDockerSuite/TestBuildNetNone
10:01:06 [2022-06-21T10:01:06.785Z] === RUN   TestDockerSuite/TestBuildNoContext
10:01:07 [2022-06-21T10:01:07.092Z] --- PASS: TestRenameContainerWithSameName (0.41s)
10:01:07 [2022-06-21T10:01:07.092Z] === RUN   TestRenameContainerWithLinkedContainer
10:01:07 [2022-06-21T10:01:07.663Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s)
10:01:07 [2022-06-21T10:01:07.663Z] === RUN   TestResize
10:01:07 [2022-06-21T10:01:07.715Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
10:01:08 [2022-06-21T10:01:08.234Z] --- PASS: TestResize (0.43s)
10:01:08 [2022-06-21T10:01:08.234Z] === RUN   TestResizeWithInvalidSize
10:01:08 [2022-06-21T10:01:08.495Z] --- PASS: TestResizeWithInvalidSize (0.42s)
10:01:08 [2022-06-21T10:01:08.495Z] === RUN   TestResizeWhenContainerNotStarted
10:01:08 [2022-06-21T10:01:08.643Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
10:01:09 [2022-06-21T10:01:09.066Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
10:01:09 [2022-06-21T10:01:09.066Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
10:01:09 [2022-06-21T10:01:09.067Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
10:01:10 [2022-06-21T10:01:10.009Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
10:01:10 [2022-06-21T10:01:10.009Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
10:01:10 [2022-06-21T10:01:10.265Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
10:01:10 [2022-06-21T10:01:10.451Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
10:01:10 [2022-06-21T10:01:10.522Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
10:01:10 [2022-06-21T10:01:10.522Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
10:01:10 [2022-06-21T10:01:10.711Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
10:01:10 [2022-06-21T10:01:10.956Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s)
10:01:10 [2022-06-21T10:01:10.956Z] PASS
10:01:10 [2022-06-21T10:01:10.956Z] 
10:01:10 [2022-06-21T10:01:10.956Z] DONE 17 tests in 46.608s
10:01:10 [2022-06-21T10:01:10.956Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:01:10 [2022-06-21T10:01:10.956Z] INFO: Testing against a local daemon
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
10:01:10 [2022-06-21T10:01:10.956Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
10:01:10 [2022-06-21T10:01:10.956Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/pull
10:01:10 [2022-06-21T10:01:10.956Z] === PAUSE TestPluginInvalidJSON/plugins/pull
10:01:10 [2022-06-21T10:01:10.956Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
10:01:10 [2022-06-21T10:01:10.956Z] === CONT  TestPluginInvalidJSON/plugins/pull
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
10:01:10 [2022-06-21T10:01:10.956Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
10:01:10 [2022-06-21T10:01:10.956Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
10:01:10 [2022-06-21T10:01:10.956Z] --- PASS: TestPluginInvalidJSON (0.03s)
10:01:10 [2022-06-21T10:01:10.956Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
10:01:10 [2022-06-21T10:01:10.956Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
10:01:10 [2022-06-21T10:01:10.957Z] === RUN   TestPluginInstall
10:01:10 [2022-06-21T10:01:10.957Z] === RUN   TestPluginInstall/no_auth
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e46f91867e966c107261b344468e8cfb8c98350c4cf563c9101ff9c36f48cde9" mediatype=application/vnd.docker.plugin.v1+json size=522
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e46f91867e966c107261b344468e8cfb8c98350c4cf563c9101ff9c36f48cde9" mediatype=application/vnd.docker.plugin.v1+json size=522
10:01:10 [2022-06-21T10:01:10.957Z] === RUN   TestPluginInstall/with_htpasswd
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da745509a6cd77b20ce9f267e60aa212619233d6152db7aa75c6b620886360ef" mediatype=application/vnd.docker.plugin.v1+json size=522
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:01:10 [2022-06-21T10:01:10.957Z] time="2022-06-21T10:01:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da745509a6cd77b20ce9f267e60aa212619233d6152db7aa75c6b620886360ef" mediatype=application/vnd.docker.plugin.v1+json size=522
10:01:10 [2022-06-21T10:01:10.957Z] === RUN   TestPluginInstall/with_insecure
10:01:11 [2022-06-21T10:01:11.083Z] === RUN   TestDockerSuite/TestBuildOnBuild
10:01:11 [2022-06-21T10:01:11.891Z] time="2022-06-21T10:01:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:01:11 [2022-06-21T10:01:11.891Z] time="2022-06-21T10:01:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59e401937c567b47626e8d27cfb6259e3212e69a6b8c361b67651dcb72c7aad5" mediatype=application/vnd.docker.plugin.v1+json size=522
10:01:11 [2022-06-21T10:01:11.891Z] time="2022-06-21T10:01:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:01:11 [2022-06-21T10:01:11.891Z] time="2022-06-21T10:01:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59e401937c567b47626e8d27cfb6259e3212e69a6b8c361b67651dcb72c7aad5" mediatype=application/vnd.docker.plugin.v1+json size=522
10:01:11 [2022-06-21T10:01:11.891Z]     plugin_test.go:195: [db73166aef698] daemon is not started
10:01:11 [2022-06-21T10:01:11.891Z] --- PASS: TestPluginInstall (2.80s)
10:01:11 [2022-06-21T10:01:11.891Z]     --- PASS: TestPluginInstall/no_auth (1.12s)
10:01:11 [2022-06-21T10:01:11.891Z]     --- PASS: TestPluginInstall/with_htpasswd (0.60s)
10:01:11 [2022-06-21T10:01:11.891Z]     --- PASS: TestPluginInstall/with_insecure (1.08s)
10:01:11 [2022-06-21T10:01:11.891Z] === RUN   TestPluginsWithRuntimes
10:01:12 [2022-06-21T10:01:12.095Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
10:01:12 [2022-06-21T10:01:12.095Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
10:01:12 [2022-06-21T10:01:12.448Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
10:01:12 [2022-06-21T10:01:12.704Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
10:01:13 [2022-06-21T10:01:13.037Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
10:01:13 [2022-06-21T10:01:13.298Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
10:01:13 [2022-06-21T10:01:13.791Z] === RUN   TestPluginsWithRuntimes/No_Args
10:01:14 [2022-06-21T10:01:14.358Z] === RUN   TestPluginsWithRuntimes/With_Args
10:01:14 [2022-06-21T10:01:14.597Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
10:01:15 [2022-06-21T10:01:15.291Z] --- PASS: TestPluginsWithRuntimes (3.33s)
10:01:15 [2022-06-21T10:01:15.291Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
10:01:15 [2022-06-21T10:01:15.291Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
10:01:15 [2022-06-21T10:01:15.291Z] === RUN   TestPluginBackCompatMediaTypes
10:01:15 [2022-06-21T10:01:15.858Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
10:01:15 [2022-06-21T10:01:15.858Z] PASS
10:01:15 [2022-06-21T10:01:15.858Z] 
10:01:15 [2022-06-21T10:01:15.858Z] DONE 24 tests in 6.757s
10:01:15 [2022-06-21T10:01:15.858Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:01:15 [2022-06-21T10:01:15.858Z] INFO: Testing against a local daemon
10:01:15 [2022-06-21T10:01:15.858Z] === RUN   TestExternalGraphDriver
10:01:15 [2022-06-21T10:01:15.858Z] === RUN   TestExternalGraphDriver/json
10:01:15 [2022-06-21T10:01:15.966Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
10:01:16 [2022-06-21T10:01:16.596Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
10:01:16 [2022-06-21T10:01:16.856Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
10:01:17 [2022-06-21T10:01:17.759Z] === RUN   TestExternalGraphDriver/spec
10:01:17 [2022-06-21T10:01:17.856Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
10:01:18 [2022-06-21T10:01:18.419Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
10:01:19 [2022-06-21T10:01:19.135Z] === RUN   TestExternalGraphDriver/pull
10:01:19 [2022-06-21T10:01:19.350Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
10:01:19 [2022-06-21T10:01:19.606Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
10:01:20 [2022-06-21T10:01:20.152Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
10:01:20 [2022-06-21T10:01:20.722Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
10:01:20 [2022-06-21T10:01:20.972Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
10:01:21 [2022-06-21T10:01:21.034Z] --- PASS: TestExternalGraphDriver (4.92s)
10:01:21 [2022-06-21T10:01:21.034Z]     --- PASS: TestExternalGraphDriver/json (1.65s)
10:01:21 [2022-06-21T10:01:21.034Z]     --- PASS: TestExternalGraphDriver/spec (1.62s)
10:01:21 [2022-06-21T10:01:21.034Z]     --- PASS: TestExternalGraphDriver/pull (1.61s)
10:01:21 [2022-06-21T10:01:21.034Z] === RUN   TestGraphdriverPluginV2
10:01:21 [2022-06-21T10:01:21.081Z] --- PASS: TestInfoAPIWarnings (16.56s)
10:01:21 [2022-06-21T10:01:21.081Z] === RUN   TestInfoDebug
10:01:21 [2022-06-21T10:01:21.081Z] --- PASS: TestInfoDebug (0.54s)
10:01:21 [2022-06-21T10:01:21.081Z] === RUN   TestInfoInsecureRegistries
10:01:21 [2022-06-21T10:01:21.081Z] --- PASS: TestInfoInsecureRegistries (0.54s)
10:01:21 [2022-06-21T10:01:21.081Z] === RUN   TestInfoRegistryMirrors
10:01:21 [2022-06-21T10:01:21.081Z] --- PASS: TestInfoRegistryMirrors (0.54s)
10:01:21 [2022-06-21T10:01:21.081Z] === RUN   TestLoginFailsWithBadCredentials
10:01:21 [2022-06-21T10:01:21.336Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
10:01:21 [2022-06-21T10:01:21.336Z] === RUN   TestPingCacheHeaders
10:01:21 [2022-06-21T10:01:21.336Z] --- PASS: TestPingCacheHeaders (0.03s)
10:01:21 [2022-06-21T10:01:21.336Z] === RUN   TestPingGet
10:01:21 [2022-06-21T10:01:21.336Z] --- PASS: TestPingGet (0.01s)
10:01:21 [2022-06-21T10:01:21.336Z] === RUN   TestPingHead
10:01:21 [2022-06-21T10:01:21.336Z] --- PASS: TestPingHead (0.03s)
10:01:21 [2022-06-21T10:01:21.336Z] === RUN   TestPingSwarmHeader
10:01:21 [2022-06-21T10:01:21.897Z] === RUN   TestPingSwarmHeader/before_swarm_init
10:01:22 [2022-06-21T10:01:22.107Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
10:01:22 [2022-06-21T10:01:22.343Z] --- PASS: TestServiceWithDataPathPortInit (15.85s)
10:01:22 [2022-06-21T10:01:22.343Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:01:22 [2022-06-21T10:01:22.343Z] === RUN   TestDockerSuite/TestBuildPATH
10:01:22 [2022-06-21T10:01:22.367Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
10:01:22 [2022-06-21T10:01:22.459Z] === RUN   TestPingSwarmHeader/after_swarm_init
10:01:23 [2022-06-21T10:01:23.274Z]     docker_api_swarm_test.go:304: [d263fcb339697] joining swarm manager [dfab55f578624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:01:23 [2022-06-21T10:01:23.388Z] === RUN   TestPingSwarmHeader/after_swarm_leave
10:01:23 [2022-06-21T10:01:23.388Z] --- PASS: TestPingSwarmHeader (2.07s)
10:01:23 [2022-06-21T10:01:23.388Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
10:01:23 [2022-06-21T10:01:23.388Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
10:01:23 [2022-06-21T10:01:23.388Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
10:01:23 [2022-06-21T10:01:23.388Z] === RUN   TestVersion
10:01:23 [2022-06-21T10:01:23.388Z] --- PASS: TestVersion (0.03s)
10:01:23 [2022-06-21T10:01:23.388Z] === CONT  TestDiskUsage
10:01:23 [2022-06-21T10:01:23.751Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/container_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/image_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/volume_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/build-cache_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/container,_volume_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
10:01:23 [2022-06-21T10:01:23.950Z] === RUN   TestDiskUsage/after_LoadBusybox
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
10:01:24 [2022-06-21T10:01:24.206Z] === RUN   TestDiskUsage/after_container.Run
10:01:24 [2022-06-21T10:01:24.321Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/container_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/image_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/volume_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
10:01:24 [2022-06-21T10:01:24.462Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
10:01:24 [2022-06-21T10:01:24.718Z] --- PASS: TestDiskUsage (1.23s)
10:01:24 [2022-06-21T10:01:24.718Z]     --- PASS: TestDiskUsage/empty (0.01s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]     --- PASS: TestDiskUsage/after_container.Run (0.38s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.02s)
10:01:24 [2022-06-21T10:01:24.718Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
10:01:24 [2022-06-21T10:01:24.718Z] PASS
10:01:24 [2022-06-21T10:01:24.718Z] 
10:01:24 [2022-06-21T10:01:24.718Z] === Skipped
10:01:24 [2022-06-21T10:01:24.718Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:01:24 [2022-06-21T10:01:24.718Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:01:24 [2022-06-21T10:01:24.718Z] 
10:01:24 [2022-06-21T10:01:24.718Z] DONE 54 tests, 1 skipped in 22.417s
10:01:24 [2022-06-21T10:01:24.718Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
10:01:24 [2022-06-21T10:01:24.718Z] INFO: Testing against a local daemon
10:01:24 [2022-06-21T10:01:24.718Z] === RUN   TestVolumesCreateAndList
10:01:24 [2022-06-21T10:01:24.718Z] --- PASS: TestVolumesCreateAndList (0.02s)
10:01:24 [2022-06-21T10:01:24.718Z] === RUN   TestVolumesRemove
10:01:24 [2022-06-21T10:01:24.718Z] --- PASS: TestVolumesRemove (0.05s)
10:01:24 [2022-06-21T10:01:24.718Z] === RUN   TestVolumesInspect
10:01:24 [2022-06-21T10:01:24.974Z] --- PASS: TestVolumesInspect (0.02s)
10:01:24 [2022-06-21T10:01:24.974Z] === RUN   TestVolumesInvalidJSON
10:01:24 [2022-06-21T10:01:24.974Z] === RUN   TestVolumesInvalidJSON/volumes/create
10:01:24 [2022-06-21T10:01:24.974Z] === PAUSE TestVolumesInvalidJSON/volumes/create
10:01:24 [2022-06-21T10:01:24.974Z] === CONT  TestVolumesInvalidJSON/volumes/create
10:01:24 [2022-06-21T10:01:24.974Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
10:01:24 [2022-06-21T10:01:24.974Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
10:01:24 [2022-06-21T10:01:24.974Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
10:01:24 [2022-06-21T10:01:24.974Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
10:01:24 [2022-06-21T10:01:24.974Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:01:24 [2022-06-21T10:01:24.974Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
10:01:24 [2022-06-21T10:01:24.974Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
10:01:24 [2022-06-21T10:01:24.974Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
10:01:24 [2022-06-21T10:01:24.974Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
10:01:24 [2022-06-21T10:01:24.974Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
10:01:24 [2022-06-21T10:01:24.974Z] PASS
10:01:24 [2022-06-21T10:01:24.974Z] 
10:01:24 [2022-06-21T10:01:24.974Z] DONE 9 tests in 0.175s
10:01:24 [2022-06-21T10:01:24.974Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:01:24 [2022-06-21T10:01:24.974Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14233 is not a child of this shell
10:01:24 [2022-06-21T10:01:24.974Z] warning: PID 14233 from bundles/test-integration/docker.pid had a nonzero exit code
10:01:24 [2022-06-21T10:01:24.974Z] Leaving: AppArmorNo profiles have been unloaded.
10:01:24 [2022-06-21T10:01:24.974Z] 
10:01:24 [2022-06-21T10:01:24.974Z] Unloading profiles will leave already running processes permanently
10:01:24 [2022-06-21T10:01:24.974Z] unconfined, which can lead to unexpected situations.
10:01:24 [2022-06-21T10:01:24.974Z] 
10:01:24 [2022-06-21T10:01:24.974Z] To set a process to complain mode, use the command line tool
10:01:24 [2022-06-21T10:01:24.974Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:01:24 [2022-06-21T10:01:24.974Z] Removing test suite binaries
10:01:24 [2022-06-21T10:01:24.974Z] exiting test-integration
10:01:24 [2022-06-21T10:01:24.974Z] ++ exit 0
10:01:24 [2022-06-21T10:01:24.974Z] 
10:01:25 [2022-06-21T10:01:25.164Z]     docker_api_swarm_test.go:305: [d619d58964504] joining swarm manager [dfab55f578624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:01:25 [2022-06-21T10:01:25.164Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
10:01:25 [2022-06-21T10:01:25.219Z] --- PASS: TestGraphdriverPluginV2 (3.85s)
10:01:25 [2022-06-21T10:01:25.219Z] PASS
10:01:25 [2022-06-21T10:01:25.219Z] 
10:01:25 [2022-06-21T10:01:25.219Z] DONE 5 tests in 8.816s
10:01:25 [2022-06-21T10:01:25.219Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:01:25 [2022-06-21T10:01:25.219Z] INFO: Testing against a local daemon
10:01:25 [2022-06-21T10:01:25.219Z] === RUN   TestContinueAfterPluginCrash
10:01:25 [2022-06-21T10:01:25.219Z] === PAUSE TestContinueAfterPluginCrash
10:01:25 [2022-06-21T10:01:25.219Z] === RUN   TestReadPluginNoRead
10:01:25 [2022-06-21T10:01:25.219Z] === PAUSE TestReadPluginNoRead
10:01:25 [2022-06-21T10:01:25.219Z] === RUN   TestDaemonStartWithLogOpt
10:01:25 [2022-06-21T10:01:25.219Z] === PAUSE TestDaemonStartWithLogOpt
10:01:25 [2022-06-21T10:01:25.219Z] === CONT  TestContinueAfterPluginCrash
10:01:25 [2022-06-21T10:01:25.219Z] === CONT  TestDaemonStartWithLogOpt
10:01:25 [2022-06-21T10:01:25.726Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
Post stage
[Pipeline] junit
10:01:25 [2022-06-21T10:01:25.911Z] Recording test results
10:01:25 [2022-06-21T10:01:25.983Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
10:01:25 [2022-06-21T10:01:25.983Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l896n0fleps2o4sa3gq80b0v4 Created:2022-06-21 10:01:23.746443634 +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[b7170e371225ef9eb5679d153e1d0e3eef8ce252afb825ded4382d61a2196208:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xcwyzkbj9jqv8k68ka8tdle2m EndpointID:6cd1bf150e55dd24f175a506ea8c10a7b33177dae1c8d3f87946e4c872efc55a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:94b8d35dc8623970f4b85d4318fdedc38d1753b01ff0892462bfe22263b91169 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:56c745e13cea IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xcwyzkbj9jqv8k68ka8tdle2m EndpointID:6cd1bf150e55dd24f175a506ea8c10a7b33177dae1c8d3f87946e4c872efc55a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:01:26 [2022-06-21T10:01:26.233Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.58s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.30s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.71s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.35s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.39s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.77s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.96s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.66s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.83s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.83s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
10:01:26 [2022-06-21T10:01:26.233Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s)
10:01:26 [2022-06-21T10:01:26.233Z] === RUN   TestCgroupNamespacesRun
10:01:26 [2022-06-21T10:01:26.546Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
10:01:27 [2022-06-21T10:01:27.173Z] --- PASS: TestCgroupNamespacesRun (1.14s)
10:01:27 [2022-06-21T10:01:27.173Z] === RUN   TestCgroupNamespacesRunPrivileged
10:01:27 [2022-06-21T10:01:27.675Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:01:28 [2022-06-21T10:01:28.046Z] + echo Ensuring container killed.
10:01:28 [2022-06-21T10:01:28.046Z] Ensuring container killed.
10:01:28 [2022-06-21T10:01:28.046Z] + docker rm -vf docker-pr7
10:01:28 [2022-06-21T10:01:28.046Z] Error: No such container: docker-pr7
[Pipeline] sh
10:01:28 [2022-06-21T10:01:28.115Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s)
10:01:28 [2022-06-21T10:01:28.115Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
10:01:28 [2022-06-21T10:01:28.322Z] + echo Chowning /workspace to jenkins user
10:01:28 [2022-06-21T10:01:28.322Z] Chowning /workspace to jenkins user
10:01:28 [2022-06-21T10:01:28.322Z] + id -u
10:01:28 [2022-06-21T10:01:28.322Z] + id -g
10:01:28 [2022-06-21T10:01:28.322Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/workspace busybox chown -R 1000:1000 /workspace
10:01:28 [2022-06-21T10:01:28.322Z] Unable to find image 'busybox:latest' locally
10:01:28 [2022-06-21T10:01:28.322Z] latest: Pulling from library/busybox
10:01:28 [2022-06-21T10:01:28.510Z] --- PASS: TestDaemonStartWithLogOpt (3.54s)
10:01:28 [2022-06-21T10:01:28.510Z] === CONT  TestReadPluginNoRead
10:01:28 [2022-06-21T10:01:28.583Z] 19d511225f94: Pulling fs layer
10:01:28 [2022-06-21T10:01:28.583Z] 19d511225f94: Download complete
10:01:28 [2022-06-21T10:01:28.583Z] 19d511225f94: Pull complete
10:01:28 [2022-06-21T10:01:28.583Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:01:28 [2022-06-21T10:01:28.583Z] Status: Downloaded newer image for busybox:latest
10:01:29 [2022-06-21T10:01:29.498Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
10:01:29 [2022-06-21T10:01:29.498Z] === RUN   TestCgroupNamespacesRunHostMode
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:01:30 [2022-06-21T10:01:30.298Z] + bundleName=amd64-rootless
10:01:30 [2022-06-21T10:01:30.298Z] + echo Creating amd64-rootless-bundles.tar.gz
10:01:30 [2022-06-21T10:01:30.298Z] Creating amd64-rootless-bundles.tar.gz
10:01:30 [2022-06-21T10:01:30.298Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
10:01:30 [2022-06-21T10:01:30.298Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
10:01:30 [2022-06-21T10:01:30.307Z] Archiving artifacts
10:01:30 [2022-06-21T10:01:30.411Z] === RUN   TestReadPluginNoRead/default
10:01:30 [2022-06-21T10:01:30.440Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
10:01:30 [2022-06-21T10:01:30.440Z] === RUN   TestCgroupNamespacesRunPrivateMode
10:01:30 [2022-06-21T10:01:30.717Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.39s)
10:01:30 [2022-06-21T10:01:30.717Z] PASS
10:01:30 [2022-06-21T10:01:30.717Z] 
10:01:30 [2022-06-21T10:01:30.717Z] === Skipped
10:01:30 [2022-06-21T10:01:30.717Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:01:30 [2022-06-21T10:01:30.717Z]     service_test.go:243: FLAKY_TEST
10:01:30 [2022-06-21T10:01:30.717Z] 
10:01:30 [2022-06-21T10:01:30.717Z] DONE 38 tests, 1 skipped in 49.997s
10:01:30 [2022-06-21T10:01:30.717Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:01:30 [2022-06-21T10:01:30.717Z] ++ 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
10:01:30 [2022-06-21T10:01:30.717Z] ++ set -e
10:01:30 [2022-06-21T10:01:30.717Z] ++ '[' -n 0 ']'
10:01:30 [2022-06-21T10:01:30.717Z] ++ set -x
10:01:30 [2022-06-21T10:01:30.717Z] ++ 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
10:01:30 [2022-06-21T10:01:30.717Z] INFO: Testing against a local daemon
10:01:30 [2022-06-21T10:01:30.717Z] === RUN   TestDockerNetworkIpvlanPersistance
10:01:30 [2022-06-21T10:01:30.717Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:01:30 [2022-06-21T10:01:30.717Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
10:01:30 [2022-06-21T10:01:30.717Z] === RUN   TestDockerNetworkIpvlan
10:01:30 [2022-06-21T10:01:30.717Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:01:30 [2022-06-21T10:01:30.717Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:01:30 [2022-06-21T10:01:30.717Z] PASS
10:01:30 [2022-06-21T10:01:30.717Z] 
10:01:30 [2022-06-21T10:01:30.717Z] === Skipped
10:01:30 [2022-06-21T10:01:30.717Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
10:01:30 [2022-06-21T10:01:30.717Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:01:30 [2022-06-21T10:01:30.717Z] 
10:01:30 [2022-06-21T10:01:30.717Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:01:30 [2022-06-21T10:01:30.717Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:01:30 [2022-06-21T10:01:30.717Z] 
10:01:30 [2022-06-21T10:01:30.717Z] DONE 2 tests, 2 skipped in 0.105s
10:01:30 [2022-06-21T10:01:30.717Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:01:30 [2022-06-21T10:01:30.717Z] ++ 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
10:01:30 [2022-06-21T10:01:30.717Z] ++ set -e
10:01:30 [2022-06-21T10:01:30.717Z] ++ '[' -n 0 ']'
10:01:30 [2022-06-21T10:01:30.717Z] ++ set -x
10:01:30 [2022-06-21T10:01:30.717Z] ++ 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
10:01:30 [2022-06-21T10:01:30.717Z] INFO: Testing against a local daemon
10:01:30 [2022-06-21T10:01:30.717Z] === RUN   TestDockerNetworkMacvlanPersistance
10:01:31 [2022-06-21T10:01:31.785Z] === RUN   TestReadPluginNoRead/disabled_caching
10:01:31 [2022-06-21T10:01:31.823Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s)
10:01:31 [2022-06-21T10:01:31.823Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
10:01:32 [2022-06-21T10:01:32.083Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
10:01:32 [2022-06-21T10:01:32.083Z] === RUN   TestDockerNetworkMacvlan
10:01:32 [2022-06-21T10:01:32.084Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42379/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:01:32 [2022-06-21T10:01:32.384Z] + make clean
10:01:32 [2022-06-21T10:01:32.640Z] docker volume rm -f docker-dev-cache docker-mod-cache
10:01:32 [2022-06-21T10:01:32.640Z] docker-dev-cache
10:01:32 [2022-06-21T10:01:32.640Z] docker-mod-cache
10:01:32 [2022-06-21T10:01:32.645Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
[Pipeline] deleteDir
10:01:32 [2022-06-21T10:01:32.764Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s)
10:01:32 [2022-06-21T10:01:32.764Z] === RUN   TestCgroupNamespacesRunInvalidMode
10:01:32 [2022-06-21T10:01:32.903Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:01:33 [2022-06-21T10:01:33.161Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:01:33 [2022-06-21T10:01:33.161Z] --- PASS: TestContinueAfterPluginCrash (8.38s)
10:01:33 [2022-06-21T10:01:33.336Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
10:01:33 [2022-06-21T10:01:33.336Z] === RUN   TestCgroupNamespacesRunOlderClient
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:01:33 [2022-06-21T10:01:33.832Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:01:34 [2022-06-21T10:01:34.096Z] === CONT  TestReadPluginNoRead
10:01:34 [2022-06-21T10:01:34.096Z]     read_test.go:92: [d0e3b2d0dbd46] daemon is not started
10:01:34 [2022-06-21T10:01:34.096Z] --- PASS: TestReadPluginNoRead (5.89s)
10:01:34 [2022-06-21T10:01:34.096Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
10:01:34 [2022-06-21T10:01:34.096Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
10:01:34 [2022-06-21T10:01:34.096Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s)
10:01:34 [2022-06-21T10:01:34.096Z] PASS
10:01:34 [2022-06-21T10:01:34.096Z] 
10:01:34 [2022-06-21T10:01:34.096Z] DONE 6 tests in 9.451s
10:01:34 [2022-06-21T10:01:34.096Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:01:34 [2022-06-21T10:01:34.096Z] testing: warning: no tests to run
10:01:34 [2022-06-21T10:01:34.096Z] PASS
10:01:34 [2022-06-21T10:01:34.096Z] 
10:01:34 [2022-06-21T10:01:34.096Z] DONE 0 tests in 0.007s
10:01:34 [2022-06-21T10:01:34.096Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:01:34 [2022-06-21T10:01:34.355Z] INFO: Testing against a local daemon
10:01:34 [2022-06-21T10:01:34.355Z] === RUN   TestPluginWithDevMounts
10:01:34 [2022-06-21T10:01:34.355Z] === PAUSE TestPluginWithDevMounts
10:01:34 [2022-06-21T10:01:34.355Z] === CONT  TestPluginWithDevMounts
10:01:34 [2022-06-21T10:01:34.719Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s)
10:01:34 [2022-06-21T10:01:34.720Z] === RUN   TestNISDomainname
10:01:34 [2022-06-21T10:01:34.759Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:01:34 [2022-06-21T10:01:34.980Z] --- PASS: TestNISDomainname (0.54s)
10:01:34 [2022-06-21T10:01:34.980Z] === RUN   TestHostnameDnsResolution
10:01:35 [2022-06-21T10:01:35.551Z] --- PASS: TestHostnameDnsResolution (0.68s)
10:01:35 [2022-06-21T10:01:35.551Z] === RUN   TestUnprivilegedPortsAndPing
10:01:35 [2022-06-21T10:01:35.731Z] --- PASS: TestPluginWithDevMounts (1.60s)
10:01:35 [2022-06-21T10:01:35.731Z] PASS
10:01:35 [2022-06-21T10:01:35.731Z] 
10:01:35 [2022-06-21T10:01:35.731Z] DONE 1 tests in 1.620s
10:01:35 [2022-06-21T10:01:35.731Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
10:01:35 [2022-06-21T10:01:35.731Z] INFO: Testing against a local daemon
10:01:35 [2022-06-21T10:01:35.731Z] === RUN   TestSecretInspect
10:01:36 [2022-06-21T10:01:36.121Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s)
10:01:36 [2022-06-21T10:01:36.121Z] === RUN   TestPrivilegedHostDevices
10:01:36 [2022-06-21T10:01:36.128Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
10:01:36 [2022-06-21T10:01:36.691Z] --- PASS: TestPrivilegedHostDevices (0.50s)
10:01:36 [2022-06-21T10:01:36.691Z] === RUN   TestConsoleSize
10:01:37 [2022-06-21T10:01:37.057Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:01:37 [2022-06-21T10:01:37.262Z] --- PASS: TestConsoleSize (0.42s)
10:01:37 [2022-06-21T10:01:37.262Z] === RUN   TestStats
10:01:37 [2022-06-21T10:01:37.988Z] === RUN   TestDockerSuite/TestBuildRm
10:01:38 [2022-06-21T10:01:38.259Z] --- PASS: TestSecretInspect (2.20s)
10:01:38 [2022-06-21T10:01:38.259Z] === RUN   TestSecretList
10:01:39 [2022-06-21T10:01:39.354Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:01:39 [2022-06-21T10:01:39.354Z]     docker_api_swarm_test.go:364: Waiting for possible election...
10:01:39 [2022-06-21T10:01:39.805Z] --- PASS: TestStats (2.41s)
10:01:39 [2022-06-21T10:01:39.805Z] === RUN   TestStopContainerWithTimeout
10:01:39 [2022-06-21T10:01:39.805Z] === RUN   TestStopContainerWithTimeout/0
10:01:39 [2022-06-21T10:01:39.805Z] === PAUSE TestStopContainerWithTimeout/0
10:01:39 [2022-06-21T10:01:39.805Z] === RUN   TestStopContainerWithTimeout/1
10:01:39 [2022-06-21T10:01:39.805Z] === PAUSE TestStopContainerWithTimeout/1
10:01:39 [2022-06-21T10:01:39.805Z] === RUN   TestStopContainerWithTimeout/3
10:01:39 [2022-06-21T10:01:39.805Z] === PAUSE TestStopContainerWithTimeout/3
10:01:39 [2022-06-21T10:01:39.805Z] === RUN   TestStopContainerWithTimeout/-1
10:01:39 [2022-06-21T10:01:39.805Z] === PAUSE TestStopContainerWithTimeout/-1
10:01:39 [2022-06-21T10:01:39.805Z] === CONT  TestStopContainerWithTimeout/0
10:01:39 [2022-06-21T10:01:39.805Z] === CONT  TestStopContainerWithTimeout/3
10:01:40 [2022-06-21T10:01:40.066Z] === CONT  TestStopContainerWithTimeout/-1
10:01:40 [2022-06-21T10:01:40.161Z] --- PASS: TestSecretList (2.18s)
10:01:40 [2022-06-21T10:01:40.161Z] === RUN   TestSecretsCreateAndDelete
10:01:40 [2022-06-21T10:01:40.825Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
10:01:41 [2022-06-21T10:01:41.753Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
10:01:41 [2022-06-21T10:01:41.977Z] === CONT  TestStopContainerWithTimeout/1
10:01:42 [2022-06-21T10:01:42.682Z] === RUN   TestDockerSuite/TestBuildScratchCopy
10:01:42 [2022-06-21T10:01:42.691Z] --- PASS: TestSecretsCreateAndDelete (2.17s)
10:01:42 [2022-06-21T10:01:42.691Z] === RUN   TestSecretsUpdate
10:01:43 [2022-06-21T10:01:43.244Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
10:01:43 [2022-06-21T10:01:43.806Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
10:01:43 [2022-06-21T10:01:43.888Z] --- PASS: TestStopContainerWithTimeout (0.01s)
10:01:43 [2022-06-21T10:01:43.888Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
10:01:43 [2022-06-21T10:01:43.888Z]     --- PASS: TestStopContainerWithTimeout/3 (2.57s)
10:01:43 [2022-06-21T10:01:43.888Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.37s)
10:01:43 [2022-06-21T10:01:43.888Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
10:01:43 [2022-06-21T10:01:43.888Z] === RUN   TestDeleteDevicemapper
10:01:43 [2022-06-21T10:01:43.888Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:01:43 [2022-06-21T10:01:43.888Z] --- SKIP: TestDeleteDevicemapper (0.00s)
10:01:43 [2022-06-21T10:01:43.888Z] === RUN   TestStopContainerWithRestartPolicyAlways
10:01:44 [2022-06-21T10:01:44.370Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:01:44 [2022-06-21T10:01:44.595Z] --- PASS: TestSecretsUpdate (2.19s)
10:01:44 [2022-06-21T10:01:44.595Z] === RUN   TestTemplatedSecret
10:01:44 [2022-06-21T10:01:44.932Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
10:01:45 [2022-06-21T10:01:45.287Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.87s)
10:01:45 [2022-06-21T10:01:45.287Z] === RUN   TestUpdateMemory
10:01:45 [2022-06-21T10:01:45.494Z] --- PASS: TestDockerNetworkMacvlan (13.29s)
10:01:45 [2022-06-21T10:01:45.494Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
10:01:45 [2022-06-21T10:01:45.494Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
10:01:45 [2022-06-21T10:01:45.494Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.35s)
10:01:45 [2022-06-21T10:01:45.494Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.13s)
10:01:45 [2022-06-21T10:01:45.494Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.53s)
10:01:45 [2022-06-21T10:01:45.494Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.84s)
10:01:45 [2022-06-21T10:01:45.494Z] PASS
10:01:45 [2022-06-21T10:01:45.494Z] 
10:01:45 [2022-06-21T10:01:45.494Z] DONE 8 tests in 14.778s
10:01:45 [2022-06-21T10:01:45.494Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
10:01:45 [2022-06-21T10:01:45.494Z] ++ 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
10:01:45 [2022-06-21T10:01:45.494Z] ++ set -e
10:01:45 [2022-06-21T10:01:45.494Z] ++ '[' -n 0 ']'
10:01:45 [2022-06-21T10:01:45.494Z] ++ set -x
10:01:45 [2022-06-21T10:01:45.494Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:01:45 [2022-06-21T10:01:45.494Z] testing: warning: no tests to run
10:01:45 [2022-06-21T10:01:45.494Z] PASS
10:01:45 [2022-06-21T10:01:45.494Z] 
10:01:45 [2022-06-21T10:01:45.494Z] DONE 0 tests in 0.029s
10:01:45 [2022-06-21T10:01:45.494Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:01:45 [2022-06-21T10:01:45.494Z] ++ 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
10:01:45 [2022-06-21T10:01:45.494Z] ++ set -e
10:01:45 [2022-06-21T10:01:45.494Z] ++ '[' -n 0 ']'
10:01:45 [2022-06-21T10:01:45.494Z] ++ set -x
10:01:45 [2022-06-21T10:01:45.494Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
10:01:45 [2022-06-21T10:01:45.494Z] INFO: Testing against a local daemon
10:01:45 [2022-06-21T10:01:45.494Z] === RUN   TestAuthZPluginAllowRequest
10:01:45 [2022-06-21T10:01:45.883Z] --- PASS: TestUpdateMemory (0.52s)
10:01:45 [2022-06-21T10:01:45.883Z] === RUN   TestUpdateCPUQuota
10:01:46 [2022-06-21T10:01:46.055Z] === RUN   TestDockerSuite/TestBuildShellInherited
10:01:46 [2022-06-21T10:01:46.841Z] --- PASS: TestUpdateCPUQuota (0.72s)
10:01:46 [2022-06-21T10:01:46.841Z] === RUN   TestUpdatePidsLimit
10:01:46 [2022-06-21T10:01:46.841Z] === RUN   TestUpdatePidsLimit/update_from_none
10:01:46 [2022-06-21T10:01:46.841Z] === RUN   TestUpdatePidsLimit/no_change
10:01:46 [2022-06-21T10:01:46.983Z] === RUN   TestDockerSuite/TestBuildShellMultiple
10:01:46 [2022-06-21T10:01:46.983Z] --- PASS: TestAuthZPluginAllowRequest (1.42s)
10:01:46 [2022-06-21T10:01:46.983Z] === RUN   TestAuthZPluginTLS
10:01:47 [2022-06-21T10:01:47.102Z] === RUN   TestUpdatePidsLimit/update_lower
10:01:47 [2022-06-21T10:01:47.102Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
10:01:47 [2022-06-21T10:01:47.127Z] --- PASS: TestTemplatedSecret (2.60s)
10:01:47 [2022-06-21T10:01:47.128Z] === RUN   TestSecretCreateResolve
10:01:47 [2022-06-21T10:01:47.362Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
10:01:47 [2022-06-21T10:01:47.545Z] --- PASS: TestAuthZPluginTLS (0.57s)
10:01:47 [2022-06-21T10:01:47.545Z] === RUN   TestAuthZPluginDenyRequest
10:01:47 [2022-06-21T10:01:47.623Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
10:01:47 [2022-06-21T10:01:47.883Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
10:01:48 [2022-06-21T10:01:48.106Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
10:01:48 [2022-06-21T10:01:48.106Z] === RUN   TestAuthZPluginAPIDenyResponse
10:01:48 [2022-06-21T10:01:48.453Z] --- PASS: TestUpdatePidsLimit (1.77s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.18s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
10:01:48 [2022-06-21T10:01:48.454Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
10:01:48 [2022-06-21T10:01:48.454Z] === RUN   TestUpdateRestartPolicy
10:01:48 [2022-06-21T10:01:48.669Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
10:01:48 [2022-06-21T10:01:48.669Z] === RUN   TestAuthZPluginDenyResponse
10:01:49 [2022-06-21T10:01:49.231Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
10:01:49 [2022-06-21T10:01:49.231Z] === RUN   TestAuthZPluginAllowEventStream
10:01:49 [2022-06-21T10:01:49.487Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
10:01:49 [2022-06-21T10:01:49.657Z] --- PASS: TestSecretCreateResolve (2.18s)
10:01:49 [2022-06-21T10:01:49.657Z] PASS
10:01:49 [2022-06-21T10:01:49.657Z] 
10:01:49 [2022-06-21T10:01:49.657Z] DONE 6 tests in 13.536s
10:01:49 [2022-06-21T10:01:49.657Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
10:01:49 [2022-06-21T10:01:49.657Z] INFO: Testing against a local daemon
10:01:49 [2022-06-21T10:01:49.657Z] === RUN   TestServiceCreateInit
10:01:49 [2022-06-21T10:01:49.657Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:01:49 [2022-06-21T10:01:49.743Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
10:01:49 [2022-06-21T10:01:49.999Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
10:01:49 [2022-06-21T10:01:49.999Z]     docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows
10:01:49 [2022-06-21T10:01:49.999Z] === RUN   TestDockerSuite/TestBuildSpaces
10:01:50 [2022-06-21T10:01:50.255Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
10:01:50 [2022-06-21T10:01:50.512Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s)
10:01:50 [2022-06-21T10:01:50.512Z] === RUN   TestAuthZPluginErrorResponse
10:01:51 [2022-06-21T10:01:51.076Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
10:01:51 [2022-06-21T10:01:51.076Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
10:01:51 [2022-06-21T10:01:51.076Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
10:01:51 [2022-06-21T10:01:51.076Z] === RUN   TestAuthZPluginErrorRequest
10:01:51 [2022-06-21T10:01:51.332Z] === RUN   TestDockerSuite/TestBuildStderr
10:01:51 [2022-06-21T10:01:51.589Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
10:01:51 [2022-06-21T10:01:51.589Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:01:52 [2022-06-21T10:01:52.151Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
10:01:52 [2022-06-21T10:01:52.151Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s)
10:01:52 [2022-06-21T10:01:52.151Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:01:53 [2022-06-21T10:01:53.519Z]     docker_api_swarm_test.go:272: [dcbbe23844211] joining swarm manager [de9ada0ed12a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:01:53 [2022-06-21T10:01:53.885Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:01:54 [2022-06-21T10:01:54.448Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.29s)
10:01:54 [2022-06-21T10:01:54.448Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:01:55 [2022-06-21T10:01:55.010Z]     docker_api_swarm_test.go:273: [d142e484dc0a6] joining swarm manager [de9ada0ed12a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:01:56 [2022-06-21T10:01:56.379Z] === RUN   TestDockerSuite/TestBuildStopSignal
10:01:56 [2022-06-21T10:01:56.379Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.90s)
10:01:56 [2022-06-21T10:01:56.379Z] === RUN   TestAuthZPluginHeader
10:01:56 [2022-06-21T10:01:56.943Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
10:01:57 [2022-06-21T10:01:57.185Z] --- PASS: TestServiceCreateInit (7.71s)
10:01:57 [2022-06-21T10:01:57.185Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s)
10:01:57 [2022-06-21T10:01:57.185Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.83s)
10:01:57 [2022-06-21T10:01:57.185Z] === RUN   TestCreateServiceMultipleTimes
10:01:57 [2022-06-21T10:01:57.200Z] --- PASS: TestAuthZPluginHeader (0.82s)
10:01:57 [2022-06-21T10:01:57.200Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:01:57 [2022-06-21T10:01:57.762Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
10:01:58 [2022-06-21T10:01:58.323Z] === RUN   TestDockerSuite/TestBuildTagEvent
10:01:58 [2022-06-21T10:01:58.885Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
10:01:59 [2022-06-21T10:01:59.813Z] === RUN   TestDockerSuite/TestBuildUser
10:02:00 [2022-06-21T10:02:00.678Z] --- PASS: TestUpdateRestartPolicy (10.87s)
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestUpdateRestartWithAutoRemove
10:02:00 [2022-06-21T10:02:00.678Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestWaitNonBlocked
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
10:02:00 [2022-06-21T10:02:00.678Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
10:02:00 [2022-06-21T10:02:00.678Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
10:02:00 [2022-06-21T10:02:00.678Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
10:02:00 [2022-06-21T10:02:00.678Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
10:02:00 [2022-06-21T10:02:00.678Z] --- PASS: TestWaitNonBlocked (0.01s)
10:02:00 [2022-06-21T10:02:00.678Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s)
10:02:00 [2022-06-21T10:02:00.678Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.78s)
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestWaitBlocked
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
10:02:00 [2022-06-21T10:02:00.678Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
10:02:00 [2022-06-21T10:02:00.678Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
10:02:00 [2022-06-21T10:02:00.678Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
10:02:00 [2022-06-21T10:02:00.678Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
10:02:00 [2022-06-21T10:02:00.678Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
10:02:01 [2022-06-21T10:02:01.181Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
10:02:01 [2022-06-21T10:02:01.250Z] --- PASS: TestWaitBlocked (0.01s)
10:02:01 [2022-06-21T10:02:01.250Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.79s)
10:02:01 [2022-06-21T10:02:01.250Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s)
10:02:01 [2022-06-21T10:02:01.250Z] === CONT  TestContainerStartOnDaemonRestart
10:02:01 [2022-06-21T10:02:01.250Z] === CONT  TestRestartDaemonWithRestartingContainer
10:02:01 [2022-06-21T10:02:01.743Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.37s)
10:02:01 [2022-06-21T10:02:01.743Z] === RUN   TestAuthZPluginV2Disable
10:02:03 [2022-06-21T10:02:03.661Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
10:02:03 [2022-06-21T10:02:03.795Z] --- PASS: TestContainerStartOnDaemonRestart (2.10s)
10:02:03 [2022-06-21T10:02:03.795Z] === CONT  TestIpcModeOlderClient
10:02:03 [2022-06-21T10:02:03.795Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.16s)
10:02:03 [2022-06-21T10:02:03.795Z] === CONT  TestContainerKillOnDaemonStart
10:02:03 [2022-06-21T10:02:03.795Z] --- PASS: TestIpcModeOlderClient (0.07s)
10:02:03 [2022-06-21T10:02:03.795Z] === CONT  TestDaemonHostGatewayIP
10:02:05 [2022-06-21T10:02:05.551Z] --- PASS: TestAuthZPluginV2Disable (3.80s)
10:02:05 [2022-06-21T10:02:05.551Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:02:06 [2022-06-21T10:02:06.339Z] --- PASS: TestDaemonHostGatewayIP (2.38s)
10:02:06 [2022-06-21T10:02:06.339Z] === CONT  TestDaemonRestartIpcMode
10:02:08 [2022-06-21T10:02:08.254Z] --- PASS: TestDaemonRestartIpcMode (2.26s)
10:02:09 [2022-06-21T10:02:09.717Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s)
10:02:09 [2022-06-21T10:02:09.717Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:02:12 [2022-06-21T10:02:12.988Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
10:02:15 [2022-06-21T10:02:15.262Z] --- PASS: TestCreateServiceMultipleTimes (16.13s)
10:02:15 [2022-06-21T10:02:15.262Z] === RUN   TestCreateServiceConflict
10:02:15 [2022-06-21T10:02:15.262Z] --- PASS: TestCreateServiceConflict (1.80s)
10:02:15 [2022-06-21T10:02:15.262Z] === RUN   TestCreateServiceMaxReplicas
10:02:16 [2022-06-21T10:02:16.389Z] --- PASS: TestContainerKillOnDaemonStart (11.67s)
10:02:16 [2022-06-21T10:02:16.389Z] PASS
10:02:16 [2022-06-21T10:02:16.389Z] 
10:02:16 [2022-06-21T10:02:16.389Z] === Skipped
10:02:16 [2022-06-21T10:02:16.389Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
10:02:16 [2022-06-21T10:02:16.389Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
10:02:16 [2022-06-21T10:02:16.389Z] 
10:02:16 [2022-06-21T10:02:16.389Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
10:02:16 [2022-06-21T10:02:16.389Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
10:02:16 [2022-06-21T10:02:16.389Z] 
10:02:16 [2022-06-21T10:02:16.389Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
10:02:16 [2022-06-21T10:02:16.389Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
10:02:16 [2022-06-21T10:02:16.389Z] 
10:02:16 [2022-06-21T10:02:16.389Z] DONE 258 tests, 3 skipped in 118.025s
10:02:16 [2022-06-21T10:02:16.389Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
10:02:16 [2022-06-21T10:02:16.389Z] ++ 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
10:02:16 [2022-06-21T10:02:16.389Z] ++ set -e
10:02:16 [2022-06-21T10:02:16.389Z] ++ '[' -n 0 ']'
10:02:16 [2022-06-21T10:02:16.389Z] ++ set -x
10:02:16 [2022-06-21T10:02:16.389Z] ++ 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
10:02:16 [2022-06-21T10:02:16.389Z] === RUN   TestConfigDaemonLibtrustID
10:02:16 [2022-06-21T10:02:16.389Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
10:02:16 [2022-06-21T10:02:16.389Z] === RUN   TestConfigDaemonID
10:02:16 [2022-06-21T10:02:16.963Z]     daemon_test.go:83: [d021581d50bdd] daemon is not started
10:02:16 [2022-06-21T10:02:16.963Z] --- PASS: TestConfigDaemonID (1.04s)
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestDaemonConfigValidation
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestDaemonConfigValidation/config_with_no_content
10:02:16 [2022-06-21T10:02:16.963Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestDaemonConfigValidation/config_with_{}
10:02:16 [2022-06-21T10:02:16.963Z] === PAUSE TestDaemonConfigValidation/config_with_{}
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestDaemonConfigValidation/invalid_config
10:02:16 [2022-06-21T10:02:16.963Z] === PAUSE TestDaemonConfigValidation/invalid_config
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestDaemonConfigValidation/malformed_config
10:02:16 [2022-06-21T10:02:16.963Z] === PAUSE TestDaemonConfigValidation/malformed_config
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestDaemonConfigValidation/valid_config
10:02:16 [2022-06-21T10:02:16.963Z] === PAUSE TestDaemonConfigValidation/valid_config
10:02:16 [2022-06-21T10:02:16.963Z] === CONT  TestDaemonConfigValidation/config_with_no_content
10:02:16 [2022-06-21T10:02:16.963Z] === CONT  TestDaemonConfigValidation/malformed_config
10:02:16 [2022-06-21T10:02:16.963Z] === CONT  TestDaemonConfigValidation/valid_config
10:02:16 [2022-06-21T10:02:16.963Z] === CONT  TestDaemonConfigValidation/invalid_config
10:02:16 [2022-06-21T10:02:16.963Z] === CONT  TestDaemonConfigValidation/config_with_{}
10:02:16 [2022-06-21T10:02:16.963Z] --- PASS: TestDaemonConfigValidation (0.00s)
10:02:16 [2022-06-21T10:02:16.963Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
10:02:16 [2022-06-21T10:02:16.963Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
10:02:16 [2022-06-21T10:02:16.963Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
10:02:16 [2022-06-21T10:02:16.963Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
10:02:16 [2022-06-21T10:02:16.963Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestConfigDaemonSeccompProfiles
10:02:16 [2022-06-21T10:02:16.963Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
10:02:17 [2022-06-21T10:02:17.159Z] === RUN   TestDockerSuite/TestBuildVerboseOut
10:02:17 [2022-06-21T10:02:17.722Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
10:02:17 [2022-06-21T10:02:17.791Z] --- PASS: TestCreateServiceMaxReplicas (2.75s)
10:02:17 [2022-06-21T10:02:17.791Z] === RUN   TestCreateWithDuplicateNetworkNames
10:02:17 [2022-06-21T10:02:17.978Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
10:02:18 [2022-06-21T10:02:18.345Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
10:02:18 [2022-06-21T10:02:18.906Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
10:02:19 [2022-06-21T10:02:19.286Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
10:02:19 [2022-06-21T10:02:19.835Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
10:02:20 [2022-06-21T10:02:20.226Z] === CONT  TestConfigDaemonSeccompProfiles
10:02:20 [2022-06-21T10:02:20.226Z]     daemon_test.go:197: [d8ead91acc4fb] daemon is not started
10:02:20 [2022-06-21T10:02:20.226Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
10:02:20 [2022-06-21T10:02:20.226Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
10:02:20 [2022-06-21T10:02:20.226Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
10:02:20 [2022-06-21T10:02:20.226Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
10:02:20 [2022-06-21T10:02:20.226Z] === RUN   TestDaemonProxy
10:02:20 [2022-06-21T10:02:20.226Z] === RUN   TestDaemonProxy/environment_variables
10:02:20 [2022-06-21T10:02:20.765Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
10:02:20 [2022-06-21T10:02:20.765Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
10:02:20 [2022-06-21T10:02:20.765Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
10:02:20 [2022-06-21T10:02:20.765Z]     docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows
10:02:20 [2022-06-21T10:02:20.765Z] === RUN   TestDockerSuite/TestBuildWindowsUser
10:02:20 [2022-06-21T10:02:20.765Z]     docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows
10:02:20 [2022-06-21T10:02:20.765Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
10:02:20 [2022-06-21T10:02:20.765Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
10:02:20 [2022-06-21T10:02:20.765Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
10:02:21 [2022-06-21T10:02:21.693Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.78s)
10:02:21 [2022-06-21T10:02:21.693Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:02:21 [2022-06-21T10:02:21.950Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
10:02:21 [2022-06-21T10:02:21.950Z] === RUN   TestDockerSuite/TestBuildWithFailure
10:02:22 [2022-06-21T10:02:22.137Z] === RUN   TestDaemonProxy/command-line_options
10:02:22 [2022-06-21T10:02:22.511Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
10:02:23 [2022-06-21T10:02:23.073Z] === RUN   TestDockerSuite/TestBuildWithTabs
10:02:23 [2022-06-21T10:02:23.520Z] === RUN   TestDaemonProxy/configuration_file
10:02:23 [2022-06-21T10:02:23.635Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
10:02:23 [2022-06-21T10:02:23.891Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
10:02:25 [2022-06-21T10:02:25.432Z] === RUN   TestDaemonProxy/conflicting_options
10:02:25 [2022-06-21T10:02:25.782Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
10:02:26 [2022-06-21T10:02:26.002Z] === RUN   TestDaemonProxy/reload_sanitized
10:02:26 [2022-06-21T10:02:26.574Z] --- PASS: TestDaemonProxy (6.23s)
10:02:26 [2022-06-21T10:02:26.574Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
10:02:26 [2022-06-21T10:02:26.574Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
10:02:26 [2022-06-21T10:02:26.574Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
10:02:26 [2022-06-21T10:02:26.574Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
10:02:26 [2022-06-21T10:02:26.574Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
10:02:26 [2022-06-21T10:02:26.574Z] PASS
10:02:26 [2022-06-21T10:02:26.574Z] 
10:02:26 [2022-06-21T10:02:26.574Z] DONE 18 tests in 11.251s
10:02:26 [2022-06-21T10:02:26.574Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
10:02:26 [2022-06-21T10:02:26.574Z] ++ 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
10:02:26 [2022-06-21T10:02:26.574Z] ++ set -e
10:02:26 [2022-06-21T10:02:26.574Z] ++ '[' -n 0 ']'
10:02:26 [2022-06-21T10:02:26.574Z] ++ set -x
10:02:26 [2022-06-21T10:02:26.574Z] ++ 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
10:02:26 [2022-06-21T10:02:26.574Z] INFO: Testing against a local daemon
10:02:26 [2022-06-21T10:02:26.574Z] === RUN   TestCommitInheritsEnv
10:02:26 [2022-06-21T10:02:26.710Z] === RUN   TestDockerSuite/TestBuildWithVolumes
10:02:26 [2022-06-21T10:02:26.835Z] --- PASS: TestCommitInheritsEnv (0.25s)
10:02:26 [2022-06-21T10:02:26.835Z] === RUN   TestImportExtremelyLargeImageWorks
10:02:26 [2022-06-21T10:02:26.835Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
10:02:26 [2022-06-21T10:02:26.835Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
10:02:26 [2022-06-21T10:02:26.835Z] === RUN   TestImportWithCustomPlatform
10:02:26 [2022-06-21T10:02:26.835Z] === RUN   TestImportWithCustomPlatform/#00
10:02:26 [2022-06-21T10:02:26.835Z] === RUN   TestImportWithCustomPlatform/_______
10:02:26 [2022-06-21T10:02:26.835Z] === RUN   TestImportWithCustomPlatform//
10:02:26 [2022-06-21T10:02:26.835Z] === RUN   TestImportWithCustomPlatform/linux
10:02:27 [2022-06-21T10:02:27.095Z] === RUN   TestImportWithCustomPlatform/LINUX
10:02:27 [2022-06-21T10:02:27.095Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
10:02:27 [2022-06-21T10:02:27.095Z] === RUN   TestImportWithCustomPlatform/macos
10:02:27 [2022-06-21T10:02:27.095Z] === RUN   TestImportWithCustomPlatform/macos/arm64
10:02:27 [2022-06-21T10:02:27.095Z] === RUN   TestImportWithCustomPlatform/nintendo64
10:02:27 [2022-06-21T10:02:27.095Z] --- PASS: TestImportWithCustomPlatform (0.33s)
10:02:27 [2022-06-21T10:02:27.095Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
10:02:27 [2022-06-21T10:02:27.095Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
10:02:27 [2022-06-21T10:02:27.096Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
10:02:27 [2022-06-21T10:02:27.096Z] === RUN   TestImagesFilterMultiReference
10:02:27 [2022-06-21T10:02:27.273Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
10:02:27 [2022-06-21T10:02:27.273Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
10:02:27 [2022-06-21T10:02:27.356Z] --- PASS: TestImagesFilterMultiReference (0.06s)
10:02:27 [2022-06-21T10:02:27.356Z] === RUN   TestImagePullPlatformInvalid
10:02:27 [2022-06-21T10:02:27.356Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
10:02:27 [2022-06-21T10:02:27.356Z] === RUN   TestRemoveImageOrphaning
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestRemoveImageOrphaning (0.25s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestRemoveImageGarbageCollector
10:02:27 [2022-06-21T10:02:27.617Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:02:27 [2022-06-21T10:02:27.617Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestTagUnprefixedRepoByNameOrName
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestTagInvalidReference
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestTagInvalidReference (0.01s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestTagValidPrefixedRepo
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestTagExistedNameWithoutForce
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestTagOfficialNames
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestTagOfficialNames (0.05s)
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestTagMatchesDigest
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestTagMatchesDigest (0.01s)
10:02:27 [2022-06-21T10:02:27.617Z] PASS
10:02:27 [2022-06-21T10:02:27.617Z] 
10:02:27 [2022-06-21T10:02:27.617Z] === Skipped
10:02:27 [2022-06-21T10:02:27.617Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
10:02:27 [2022-06-21T10:02:27.617Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
10:02:27 [2022-06-21T10:02:27.617Z] 
10:02:27 [2022-06-21T10:02:27.617Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
10:02:27 [2022-06-21T10:02:27.617Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:02:27 [2022-06-21T10:02:27.617Z] 
10:02:27 [2022-06-21T10:02:27.617Z] DONE 22 tests, 2 skipped in 1.249s
10:02:27 [2022-06-21T10:02:27.617Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
10:02:27 [2022-06-21T10:02:27.617Z] ++ 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
10:02:27 [2022-06-21T10:02:27.617Z] ++ set -e
10:02:27 [2022-06-21T10:02:27.617Z] ++ '[' -n 0 ']'
10:02:27 [2022-06-21T10:02:27.617Z] ++ set -x
10:02:27 [2022-06-21T10:02:27.617Z] ++ 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
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestStripANSICommands
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestStripANSICommands/#00
10:02:27 [2022-06-21T10:02:27.617Z] === RUN   TestStripANSICommands/#01
10:02:27 [2022-06-21T10:02:27.617Z] --- PASS: TestStripANSICommands (0.00s)
10:02:27 [2022-06-21T10:02:27.617Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
10:02:27 [2022-06-21T10:02:27.617Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
10:02:27 [2022-06-21T10:02:27.617Z] PASS
10:02:27 [2022-06-21T10:02:27.617Z] 
10:02:27 [2022-06-21T10:02:27.617Z] DONE 3 tests in 0.040s
10:02:27 [2022-06-21T10:02:27.617Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
10:02:27 [2022-06-21T10:02:27.617Z] ++ 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
10:02:27 [2022-06-21T10:02:27.617Z] ++ set -e
10:02:27 [2022-06-21T10:02:27.617Z] ++ '[' -n 0 ']'
10:02:27 [2022-06-21T10:02:27.617Z] ++ set -x
10:02:27 [2022-06-21T10:02:27.617Z] ++ 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
10:02:27 [2022-06-21T10:02:27.839Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
10:02:27 [2022-06-21T10:02:27.840Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
10:02:27 [2022-06-21T10:02:27.840Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
10:02:27 [2022-06-21T10:02:27.878Z] INFO: Testing against a local daemon
10:02:27 [2022-06-21T10:02:27.878Z] === RUN   TestNetworkCreateDelete
10:02:27 [2022-06-21T10:02:27.878Z] --- PASS: TestNetworkCreateDelete (0.13s)
10:02:27 [2022-06-21T10:02:27.878Z] === RUN   TestDockerNetworkDeletePreferID
10:02:28 [2022-06-21T10:02:28.400Z] === RUN   TestDockerSuite/TestBuildXZHost
10:02:28 [2022-06-21T10:02:28.449Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
10:02:28 [2022-06-21T10:02:28.449Z] === RUN   TestDaemonDNSFallback
10:02:29 [2022-06-21T10:02:29.766Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
10:02:29 [2022-06-21T10:02:29.766Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
10:02:29 [2022-06-21T10:02:29.766Z]     docker_cli_sni_test.go:18: Flakey test
10:02:29 [2022-06-21T10:02:29.766Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
10:02:30 [2022-06-21T10:02:30.021Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
10:02:30 [2022-06-21T10:02:30.582Z] === RUN   TestDockerSuite/TestCommitChange
10:02:31 [2022-06-21T10:02:31.510Z] === RUN   TestDockerSuite/TestCommitChangeLabels
10:02:31 [2022-06-21T10:02:31.766Z] === RUN   TestDockerSuite/TestCommitHardlink
10:02:32 [2022-06-21T10:02:32.662Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s)
10:02:32 [2022-06-21T10:02:32.662Z] === RUN   TestCreateServiceSecretFileMode
10:02:32 [2022-06-21T10:02:32.695Z] === RUN   TestDockerSuite/TestCommitNewFile
10:02:33 [2022-06-21T10:02:33.597Z] --- PASS: TestCreateServiceSecretFileMode (2.49s)
10:02:33 [2022-06-21T10:02:33.597Z] === RUN   TestCreateServiceConfigFileMode
10:02:33 [2022-06-21T10:02:33.624Z] === RUN   TestDockerSuite/TestCommitPausedContainer
10:02:34 [2022-06-21T10:02:34.550Z] === RUN   TestDockerSuite/TestCommitTTY
10:02:35 [2022-06-21T10:02:35.028Z] --- PASS: TestDaemonDNSFallback (6.26s)
10:02:35 [2022-06-21T10:02:35.028Z] === RUN   TestInspectNetwork
10:02:35 [2022-06-21T10:02:35.479Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
10:02:35 [2022-06-21T10:02:35.735Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
10:02:36 [2022-06-21T10:02:36.127Z] --- PASS: TestCreateServiceConfigFileMode (2.61s)
10:02:36 [2022-06-21T10:02:36.127Z] === RUN   TestCreateServiceSysctls
10:02:37 [2022-06-21T10:02:37.100Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
10:02:37 [2022-06-21T10:02:37.100Z] === RUN   TestDockerSuite/TestCommitWithoutPause
10:02:37 [2022-06-21T10:02:37.571Z] === RUN   TestInspectNetwork/full_network_id
10:02:37 [2022-06-21T10:02:37.571Z] === RUN   TestInspectNetwork/partial_network_id
10:02:37 [2022-06-21T10:02:37.571Z] === RUN   TestInspectNetwork/network_name
10:02:37 [2022-06-21T10:02:37.571Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
10:02:37 [2022-06-21T10:02:37.664Z] === RUN   TestDockerSuite/TestContainerAPICommit
10:02:38 [2022-06-21T10:02:38.594Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.69s)
10:02:38 [2022-06-21T10:02:38.594Z] PASS
10:02:38 [2022-06-21T10:02:38.594Z] 
10:02:38 [2022-06-21T10:02:38.594Z] DONE 17 tests in 52.953s
10:02:38 [2022-06-21T10:02:38.594Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:02:38 [2022-06-21T10:02:38.594Z] ++ 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
10:02:38 [2022-06-21T10:02:38.594Z] ++ set -e
10:02:38 [2022-06-21T10:02:38.594Z] ++ '[' -n 0 ']'
10:02:38 [2022-06-21T10:02:38.594Z] ++ set -x
10:02:38 [2022-06-21T10:02:38.594Z] ++ 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
10:02:38 [2022-06-21T10:02:38.594Z] INFO: Testing against a local daemon
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
10:02:38 [2022-06-21T10:02:38.594Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
10:02:38 [2022-06-21T10:02:38.594Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/pull
10:02:38 [2022-06-21T10:02:38.594Z] === PAUSE TestPluginInvalidJSON/plugins/pull
10:02:38 [2022-06-21T10:02:38.594Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
10:02:38 [2022-06-21T10:02:38.594Z] === CONT  TestPluginInvalidJSON/plugins/pull
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
10:02:38 [2022-06-21T10:02:38.594Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
10:02:38 [2022-06-21T10:02:38.594Z] --- PASS: TestPluginInvalidJSON (0.06s)
10:02:38 [2022-06-21T10:02:38.594Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInstall
10:02:38 [2022-06-21T10:02:38.594Z] === RUN   TestPluginInstall/no_auth
10:02:39 [2022-06-21T10:02:39.413Z] --- PASS: TestCreateServiceSysctls (3.08s)
10:02:39 [2022-06-21T10:02:39.413Z] === RUN   TestCreateServiceCapabilities
10:02:39 [2022-06-21T10:02:39.525Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
10:02:40 [2022-06-21T10:02:40.893Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
10:02:41 [2022-06-21T10:02:41.150Z] time="2022-06-21T10:02:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:02:41 [2022-06-21T10:02:41.150Z] time="2022-06-21T10:02:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae417168d6ceb2b8e53bfed9d8e154ee4425e1cff8e27da43b430fd241e53829" mediatype=application/vnd.docker.plugin.v1+json size=522
10:02:41 [2022-06-21T10:02:41.150Z] time="2022-06-21T10:02:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:02:41 [2022-06-21T10:02:41.150Z] time="2022-06-21T10:02:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae417168d6ceb2b8e53bfed9d8e154ee4425e1cff8e27da43b430fd241e53829" mediatype=application/vnd.docker.plugin.v1+json size=522
10:02:41 [2022-06-21T10:02:41.406Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
10:02:41 [2022-06-21T10:02:41.406Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
10:02:41 [2022-06-21T10:02:41.406Z] === RUN   TestPluginInstall/with_htpasswd
10:02:41 [2022-06-21T10:02:41.464Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev
10:02:41 [2022-06-21T10:02:41.721Z] Copying nested executables into bundles/cross/linux/amd64-daemon
10:02:41 [2022-06-21T10:02:41.772Z] --- PASS: TestInspectNetwork (6.97s)
10:02:41 [2022-06-21T10:02:41.772Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
10:02:41 [2022-06-21T10:02:41.772Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
10:02:41 [2022-06-21T10:02:41.772Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
10:02:41 [2022-06-21T10:02:41.772Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
10:02:41 [2022-06-21T10:02:41.772Z] === RUN   TestRunContainerWithBridgeNone
10:02:41 [2022-06-21T10:02:41.944Z] --- PASS: TestCreateServiceCapabilities (2.44s)
10:02:41 [2022-06-21T10:02:41.944Z] === RUN   TestInspect
10:02:41 [2022-06-21T10:02:41.968Z] time="2022-06-21T10:02:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:02:41 [2022-06-21T10:02:41.969Z] time="2022-06-21T10:02:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a9014a80b38441f5f213f853ada86340063d50ef8f7ccddc9e4451036e4a129" mediatype=application/vnd.docker.plugin.v1+json size=522
10:02:41 [2022-06-21T10:02:41.969Z] time="2022-06-21T10:02:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:02:41 [2022-06-21T10:02:41.969Z] time="2022-06-21T10:02:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a9014a80b38441f5f213f853ada86340063d50ef8f7ccddc9e4451036e4a129" mediatype=application/vnd.docker.plugin.v1+json size=522
10:02:42 [2022-06-21T10:02:42.225Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
10:02:42 [2022-06-21T10:02:42.482Z] === RUN   TestPluginInstall/with_insecure
10:02:43 [2022-06-21T10:02:43.044Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
10:02:43 [2022-06-21T10:02:43.096Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev
10:02:43 [2022-06-21T10:02:43.096Z] GOOS="linux" GOARCH="amd64" GOARM=""
10:02:43 [2022-06-21T10:02:43.096Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev
10:02:43 [2022-06-21T10:02:43.158Z] --- PASS: TestRunContainerWithBridgeNone (1.46s)
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/create
10:02:43 [2022-06-21T10:02:43.158Z] === PAUSE TestNetworkInvalidJSON/networks/create
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
10:02:43 [2022-06-21T10:02:43.158Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
10:02:43 [2022-06-21T10:02:43.158Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
10:02:43 [2022-06-21T10:02:43.158Z] === CONT  TestNetworkInvalidJSON/networks/create
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
10:02:43 [2022-06-21T10:02:43.158Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
10:02:43 [2022-06-21T10:02:43.158Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
10:02:43 [2022-06-21T10:02:43.158Z] --- PASS: TestNetworkInvalidJSON (0.01s)
10:02:43 [2022-06-21T10:02:43.158Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkList
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkList//networks
10:02:43 [2022-06-21T10:02:43.158Z] === PAUSE TestNetworkList//networks
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestNetworkList//networks/
10:02:43 [2022-06-21T10:02:43.158Z] === PAUSE TestNetworkList//networks/
10:02:43 [2022-06-21T10:02:43.158Z] === CONT  TestNetworkList//networks
10:02:43 [2022-06-21T10:02:43.158Z] === CONT  TestNetworkList//networks/
10:02:43 [2022-06-21T10:02:43.158Z] --- PASS: TestNetworkList (0.01s)
10:02:43 [2022-06-21T10:02:43.158Z]     --- PASS: TestNetworkList//networks (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z]     --- PASS: TestNetworkList//networks/ (0.00s)
10:02:43 [2022-06-21T10:02:43.158Z] === RUN   TestHostIPv4BridgeLabel
10:02:43 [2022-06-21T10:02:43.354Z] Cross building: bundles/cross/windows/amd64
10:02:43 [2022-06-21T10:02:43.354Z] +++++++ cat ./cli/winresources/dockerd/winres.json
10:02:43 [2022-06-21T10:02:43.354Z] {
10:02:43 [2022-06-21T10:02:43.354Z]   "RT_GROUP_ICON": {
10:02:43 [2022-06-21T10:02:43.354Z]     "#1": {
10:02:43 [2022-06-21T10:02:43.354Z]       "0409": "../../winresources/docker.ico"
10:02:43 [2022-06-21T10:02:43.354Z]     }
10:02:43 [2022-06-21T10:02:43.354Z]   },
10:02:43 [2022-06-21T10:02:43.354Z]   "RT_MANIFEST": {
10:02:43 [2022-06-21T10:02:43.354Z]     "#1": {
10:02:43 [2022-06-21T10:02:43.354Z]       "0409": {
10:02:43 [2022-06-21T10:02:43.354Z]         "identity": {},
10:02:43 [2022-06-21T10:02:43.354Z]         "description": "Docker Engine",
10:02:43 [2022-06-21T10:02:43.354Z]         "minimum-os": "vista",
10:02:43 [2022-06-21T10:02:43.354Z]         "execution-level": "",
10:02:43 [2022-06-21T10:02:43.354Z]         "ui-access": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "auto-elevate": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "dpi-awareness": "unaware",
10:02:43 [2022-06-21T10:02:43.354Z]         "disable-theming": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "disable-window-filtering": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "high-resolution-scrolling-aware": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "ultra-high-resolution-scrolling-aware": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "long-path-aware": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "printer-driver-isolation": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "gdi-scaling": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "segment-heap": false,
10:02:43 [2022-06-21T10:02:43.354Z]         "use-common-controls-v6": false
10:02:43 [2022-06-21T10:02:43.354Z]       }
10:02:43 [2022-06-21T10:02:43.354Z]     }
10:02:43 [2022-06-21T10:02:43.354Z]   },
10:02:43 [2022-06-21T10:02:43.354Z]   "RT_MESSAGETABLE": {
10:02:43 [2022-06-21T10:02:43.354Z]     "#1": {
10:02:43 [2022-06-21T10:02:43.354Z]       "0409": "../../winresources/event_messages.bin"
10:02:43 [2022-06-21T10:02:43.354Z]     }
10:02:43 [2022-06-21T10:02:43.354Z]   },
10:02:43 [2022-06-21T10:02:43.354Z]   "RT_VERSION": {
10:02:43 [2022-06-21T10:02:43.354Z]     "#1": {
10:02:43 [2022-06-21T10:02:43.354Z]       "0409": {
10:02:43 [2022-06-21T10:02:43.354Z]         "fixed": {
10:02:43 [2022-06-21T10:02:43.354Z]           "file_version": "0.0.0.0",
10:02:43 [2022-06-21T10:02:43.354Z]           "product_version": "0.0.0.0",
10:02:43 [2022-06-21T10:02:43.354Z]           "type": "Unknown"
10:02:43 [2022-06-21T10:02:43.354Z]         },
10:02:43 [2022-06-21T10:02:43.354Z]         "info": {
10:02:43 [2022-06-21T10:02:43.354Z]           "0000": {
10:02:43 [2022-06-21T10:02:43.354Z]             "CompanyName": "",
10:02:43 [2022-06-21T10:02:43.354Z]             "FileVersion": "dev",
10:02:43 [2022-06-21T10:02:43.354Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
10:02:43 [2022-06-21T10:02:43.354Z]             "OriginalFileName": "dockerd-dev.exe",
10:02:43 [2022-06-21T10:02:43.354Z]             "ProductName": "",
10:02:43 [2022-06-21T10:02:43.354Z]             "ProductVersion": "dev",
10:02:43 [2022-06-21T10:02:43.354Z]             "SpecialBuild": "8f64a1ec53121ef4a2750307613340b2c2eaafda"
10:02:43 [2022-06-21T10:02:43.354Z]           }
10:02:43 [2022-06-21T10:02:43.354Z]         }
10:02:43 [2022-06-21T10:02:43.354Z]       }
10:02:43 [2022-06-21T10:02:43.354Z]     }
10:02:43 [2022-06-21T10:02:43.354Z]   }
10:02:43 [2022-06-21T10:02:43.354Z] }
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/config.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/config_windows.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/daemon.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/daemon_test.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/daemon_windows.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/docker.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/docker_windows.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/genwinres_windows.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/metrics.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/options.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/options_test.go
10:02:43 [2022-06-21T10:02:43.354Z] cmd/dockerd/service_windows.go
10:02:43 [2022-06-21T10:02:43.354Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
10:02:43 [2022-06-21T10:02:43.354Z] GOOS="windows" GOARCH="amd64" GOARM=""
10:02:43 [2022-06-21T10:02:43.608Z] time="2022-06-21T10:02:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:02:43 [2022-06-21T10:02:43.608Z] time="2022-06-21T10:02:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c1f806385aa23f5da0460d028ccd79550d4927fb6ed117f379787da186b4b000" mediatype=application/vnd.docker.plugin.v1+json size=522
10:02:43 [2022-06-21T10:02:43.608Z] time="2022-06-21T10:02:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:02:43 [2022-06-21T10:02:43.608Z] time="2022-06-21T10:02:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c1f806385aa23f5da0460d028ccd79550d4927fb6ed117f379787da186b4b000" mediatype=application/vnd.docker.plugin.v1+json size=522
10:02:43 [2022-06-21T10:02:43.728Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
10:02:43 [2022-06-21T10:02:43.728Z] === RUN   TestDaemonRestartWithLiveRestore
10:02:43 [2022-06-21T10:02:43.864Z]     docker_api_swarm_node_test.go:20: [d16f6a0c0cd83] joining swarm manager [d0493d21f0c45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:02:44 [2022-06-21T10:02:44.121Z]     plugin_test.go:195: [d841d3dc1fd95] daemon is not started
10:02:44 [2022-06-21T10:02:44.121Z] --- PASS: TestPluginInstall (5.37s)
10:02:44 [2022-06-21T10:02:44.121Z]     --- PASS: TestPluginInstall/no_auth (2.75s)
10:02:44 [2022-06-21T10:02:44.121Z]     --- PASS: TestPluginInstall/with_htpasswd (0.99s)
10:02:44 [2022-06-21T10:02:44.121Z]     --- PASS: TestPluginInstall/with_insecure (1.63s)
10:02:44 [2022-06-21T10:02:44.121Z] === RUN   TestPluginsWithRuntimes
10:02:44 [2022-06-21T10:02:44.121Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
10:02:44 [2022-06-21T10:02:44.475Z] --- PASS: TestInspect (2.87s)
10:02:44 [2022-06-21T10:02:44.475Z] === RUN   TestCreateJob
10:02:44 [2022-06-21T10:02:44.669Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
10:02:44 [2022-06-21T10:02:44.669Z] === RUN   TestDaemonDefaultNetworkPools
10:02:44 [2022-06-21T10:02:44.682Z]     docker_api_swarm_node_test.go:21: [d053cdda0ccd8] joining swarm manager [d0493d21f0c45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:02:44 [2022-06-21T10:02:44.938Z] === RUN   TestDockerSuite/TestContainerAPICreate
10:02:45 [2022-06-21T10:02:45.499Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
10:02:45 [2022-06-21T10:02:45.499Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
10:02:45 [2022-06-21T10:02:45.499Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
10:02:45 [2022-06-21T10:02:45.609Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
10:02:45 [2022-06-21T10:02:45.609Z] === RUN   TestDaemonRestartWithExistingNetwork
10:02:45 [2022-06-21T10:02:45.755Z] === RUN   TestPluginsWithRuntimes/No_Args
10:02:46 [2022-06-21T10:02:46.011Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
10:02:46 [2022-06-21T10:02:46.011Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
10:02:46 [2022-06-21T10:02:46.011Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
10:02:46 [2022-06-21T10:02:46.011Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
10:02:46 [2022-06-21T10:02:46.267Z] === RUN   TestDockerSuite/TestContainerAPIDelete
10:02:46 [2022-06-21T10:02:46.551Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
10:02:46 [2022-06-21T10:02:46.551Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
10:02:46 [2022-06-21T10:02:46.830Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
10:02:46 [2022-06-21T10:02:46.830Z] === RUN   TestPluginsWithRuntimes/With_Args
10:02:47 [2022-06-21T10:02:47.391Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
10:02:47 [2022-06-21T10:02:47.649Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
10:02:47 [2022-06-21T10:02:47.649Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
10:02:47 [2022-06-21T10:02:47.757Z] --- PASS: TestCreateJob (3.04s)
10:02:47 [2022-06-21T10:02:47.757Z] === RUN   TestReplicatedJob
10:02:47 [2022-06-21T10:02:47.909Z] --- PASS: TestPluginsWithRuntimes (3.93s)
10:02:47 [2022-06-21T10:02:47.909Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.01s)
10:02:47 [2022-06-21T10:02:47.909Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.06s)
10:02:47 [2022-06-21T10:02:47.909Z] === RUN   TestPluginBackCompatMediaTypes
10:02:47 [2022-06-21T10:02:47.934Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
10:02:47 [2022-06-21T10:02:47.934Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
10:02:48 [2022-06-21T10:02:48.505Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
10:02:48 [2022-06-21T10:02:48.505Z] === RUN   TestServiceWithPredefinedNetwork
10:02:48 [2022-06-21T10:02:48.840Z] --- PASS: TestPluginBackCompatMediaTypes (0.79s)
10:02:48 [2022-06-21T10:02:48.840Z] PASS
10:02:48 [2022-06-21T10:02:48.840Z] 
10:02:48 [2022-06-21T10:02:48.840Z] DONE 24 tests in 10.319s
10:02:48 [2022-06-21T10:02:48.840Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:02:48 [2022-06-21T10:02:48.840Z] ++ 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
10:02:48 [2022-06-21T10:02:48.840Z] ++ set -e
10:02:48 [2022-06-21T10:02:48.840Z] ++ '[' -n 0 ']'
10:02:48 [2022-06-21T10:02:48.840Z] ++ set -x
10:02:48 [2022-06-21T10:02:48.840Z] ++ 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
10:02:48 [2022-06-21T10:02:48.840Z] INFO: Testing against a local daemon
10:02:48 [2022-06-21T10:02:48.840Z] === RUN   TestExternalGraphDriver
10:02:48 [2022-06-21T10:02:48.840Z] === RUN   TestExternalGraphDriver/json
10:02:49 [2022-06-21T10:02:49.096Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
10:02:49 [2022-06-21T10:02:49.658Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
10:02:49 [2022-06-21T10:02:49.658Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
10:02:50 [2022-06-21T10:02:50.222Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
10:02:50 [2022-06-21T10:02:50.442Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s)
10:02:50 [2022-06-21T10:02:50.442Z] === RUN   TestServiceRemoveKeepsIngressNetwork
10:02:50 [2022-06-21T10:02:50.442Z]     service_test.go:243: FLAKY_TEST
10:02:50 [2022-06-21T10:02:50.442Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
10:02:50 [2022-06-21T10:02:50.442Z] === RUN   TestServiceWithDataPathPortInit
10:02:50 [2022-06-21T10:02:50.786Z] === RUN   TestExternalGraphDriver/spec
10:02:50 [2022-06-21T10:02:50.787Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
10:02:51 [2022-06-21T10:02:51.714Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
10:02:52 [2022-06-21T10:02:52.279Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
10:02:52 [2022-06-21T10:02:52.279Z] === RUN   TestDockerSuite/TestContainerAPIKill
10:02:52 [2022-06-21T10:02:52.842Z] === RUN   TestExternalGraphDriver/pull
10:02:52 [2022-06-21T10:02:52.842Z] === RUN   TestDockerSuite/TestContainerAPIPause
10:02:53 [2022-06-21T10:02:53.024Z] --- PASS: TestReplicatedJob (5.20s)
10:02:53 [2022-06-21T10:02:53.024Z] === RUN   TestUpdateReplicatedJob
10:02:53 [2022-06-21T10:02:53.404Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
10:02:53 [2022-06-21T10:02:53.966Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
10:02:53 [2022-06-21T10:02:53.966Z] === RUN   TestDockerSuite/TestContainerAPIRename
10:02:54 [2022-06-21T10:02:54.527Z] --- PASS: TestExternalGraphDriver (5.57s)
10:02:54 [2022-06-21T10:02:54.527Z]     --- PASS: TestExternalGraphDriver/json (1.87s)
10:02:54 [2022-06-21T10:02:54.527Z]     --- PASS: TestExternalGraphDriver/spec (1.88s)
10:02:54 [2022-06-21T10:02:54.527Z]     --- PASS: TestExternalGraphDriver/pull (1.78s)
10:02:54 [2022-06-21T10:02:54.527Z] === RUN   TestGraphdriverPluginV2
10:02:54 [2022-06-21T10:02:54.527Z] === RUN   TestDockerSuite/TestContainerAPIRestart
10:02:55 [2022-06-21T10:02:55.455Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
10:02:55 [2022-06-21T10:02:55.455Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
10:02:56 [2022-06-21T10:02:56.308Z] --- PASS: TestUpdateReplicatedJob (3.25s)
10:02:56 [2022-06-21T10:02:56.308Z] === RUN   TestServiceListWithStatuses
10:02:56 [2022-06-21T10:02:56.308Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:02:56 [2022-06-21T10:02:56.308Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:02:56 [2022-06-21T10:02:56.308Z] === RUN   TestDockerNetworkConnectAlias
10:02:56 [2022-06-21T10:02:56.822Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
10:02:56 [2022-06-21T10:02:56.822Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
10:02:56 [2022-06-21T10:02:56.822Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
10:02:56 [2022-06-21T10:02:56.822Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
10:02:56 [2022-06-21T10:02:56.822Z] === RUN   TestDockerSuite/TestContainerAPIStart
10:02:57 [2022-06-21T10:02:57.384Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
10:02:59 [2022-06-21T10:02:59.273Z] --- PASS: TestGraphdriverPluginV2 (4.90s)
10:02:59 [2022-06-21T10:02:59.273Z] PASS
10:02:59 [2022-06-21T10:02:59.273Z] 
10:02:59 [2022-06-21T10:02:59.273Z] DONE 5 tests in 10.578s
10:02:59 [2022-06-21T10:02:59.273Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:02:59 [2022-06-21T10:02:59.273Z] ++ 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
10:02:59 [2022-06-21T10:02:59.273Z] ++ set -e
10:02:59 [2022-06-21T10:02:59.273Z] ++ '[' -n 0 ']'
10:02:59 [2022-06-21T10:02:59.273Z] ++ set -x
10:02:59 [2022-06-21T10:02:59.273Z] ++ 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
10:02:59 [2022-06-21T10:02:59.529Z] INFO: Testing against a local daemon
10:02:59 [2022-06-21T10:02:59.529Z] === RUN   TestContinueAfterPluginCrash
10:02:59 [2022-06-21T10:02:59.529Z] === PAUSE TestContinueAfterPluginCrash
10:02:59 [2022-06-21T10:02:59.529Z] === RUN   TestReadPluginNoRead
10:02:59 [2022-06-21T10:02:59.529Z] === PAUSE TestReadPluginNoRead
10:02:59 [2022-06-21T10:02:59.529Z] === RUN   TestDaemonStartWithLogOpt
10:02:59 [2022-06-21T10:02:59.529Z] === PAUSE TestDaemonStartWithLogOpt
10:02:59 [2022-06-21T10:02:59.529Z] === CONT  TestContinueAfterPluginCrash
10:02:59 [2022-06-21T10:02:59.529Z] === CONT  TestDaemonStartWithLogOpt
10:02:59 [2022-06-21T10:02:59.785Z]     docker_api_swarm_test.go:502: [de1109aba86fa] joining swarm manager [d6549b0d77cf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:03:00 [2022-06-21T10:03:00.494Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
10:03:00 [2022-06-21T10:03:00.494Z] === RUN   TestDockerNetworkReConnect
10:03:01 [2022-06-21T10:03:01.675Z] === RUN   TestDockerSuite/TestContainerAPIStop
10:03:02 [2022-06-21T10:03:02.605Z] === RUN   TestDockerSuite/TestContainerAPITop
10:03:03 [2022-06-21T10:03:03.173Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
10:03:03 [2022-06-21T10:03:03.173Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
10:03:03 [2022-06-21T10:03:03.173Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
10:03:03 [2022-06-21T10:03:03.173Z] === RUN   TestDockerSuite/TestContainerAPIWait
10:03:03 [2022-06-21T10:03:03.173Z] --- PASS: TestDaemonStartWithLogOpt (3.61s)
10:03:03 [2022-06-21T10:03:03.173Z] === CONT  TestReadPluginNoRead
10:03:03 [2022-06-21T10:03:03.777Z] --- PASS: TestDockerNetworkReConnect (3.48s)
10:03:03 [2022-06-21T10:03:03.778Z] === RUN   TestServicePlugin
10:03:05 [2022-06-21T10:03:05.343Z] --- PASS: TestServiceWithDataPathPortInit (13.61s)
10:03:05 [2022-06-21T10:03:05.343Z] === RUN   TestServiceWithDefaultAddressPoolInit
10:03:05 [2022-06-21T10:03:05.687Z] === RUN   TestReadPluginNoRead/default
10:03:05 [2022-06-21T10:03:05.687Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
10:03:06 [2022-06-21T10:03:06.249Z] === RUN   TestDockerSuite/TestContainerNetworkMode
10:03:06 [2022-06-21T10:03:06.728Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0rn65jqu5keud8pzf2t9s7p64 Created:2022-06-21 10:03:05.471717025 +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[f577c98c83cf58e6151dc91b0e1ffb9a1c03e4fb90fb2915b4060fb8d41a9bab:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.d7112jpm6isuyi4y30oem952c EndpointID:0b34c5917acf2fac80ac576e624022b08e57675decf6e4084106ec3ccc848772 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:be5de665348a1971b28fa6ee727a86b2c6359a59603902a21188a7e4d03684e3 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:61db701be12f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.d7112jpm6isuyi4y30oem952c EndpointID:0b34c5917acf2fac80ac576e624022b08e57675decf6e4084106ec3ccc848772 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
10:03:06 [2022-06-21T10:03:06.811Z] === RUN   TestReadPluginNoRead/disabled_caching
10:03:07 [2022-06-21T10:03:07.063Z]     plugin_test.go:61: [df5ca8dac520d] joining swarm manager [def638d3e5ecc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:03:07 [2022-06-21T10:03:07.066Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
10:03:08 [2022-06-21T10:03:08.433Z] --- PASS: TestContinueAfterPluginCrash (8.73s)
10:03:08 [2022-06-21T10:03:08.433Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:03:08 [2022-06-21T10:03:08.964Z]     plugin_test.go:64: [db1fd49e26344] joining swarm manager [def638d3e5ecc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:03:09 [2022-06-21T10:03:09.375Z]     docker_api_swarm_test.go:507: [d74c917ac8106] joining swarm manager [d6549b0d77cf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:03:10 [2022-06-21T10:03:10.302Z] === CONT  TestReadPluginNoRead
10:03:10 [2022-06-21T10:03:10.302Z]     read_test.go:92: [d9b83b2a66250] daemon is not started
10:03:10 [2022-06-21T10:03:10.302Z] --- PASS: TestReadPluginNoRead (6.96s)
10:03:10 [2022-06-21T10:03:10.302Z]     --- PASS: TestReadPluginNoRead/default (1.50s)
10:03:10 [2022-06-21T10:03:10.302Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.55s)
10:03:10 [2022-06-21T10:03:10.302Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.69s)
10:03:10 [2022-06-21T10:03:10.302Z] PASS
10:03:10 [2022-06-21T10:03:10.302Z] 
10:03:10 [2022-06-21T10:03:10.302Z] DONE 6 tests in 10.693s
10:03:10 [2022-06-21T10:03:10.302Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:03:10 [2022-06-21T10:03:10.302Z] ++ 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
10:03:10 [2022-06-21T10:03:10.302Z] ++ set -e
10:03:10 [2022-06-21T10:03:10.302Z] ++ '[' -n 0 ']'
10:03:10 [2022-06-21T10:03:10.302Z] ++ set -x
10:03:10 [2022-06-21T10:03:10.302Z] ++ 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
10:03:10 [2022-06-21T10:03:10.302Z] testing: warning: no tests to run
10:03:10 [2022-06-21T10:03:10.302Z] PASS
10:03:10 [2022-06-21T10:03:10.302Z] 
10:03:10 [2022-06-21T10:03:10.302Z] DONE 0 tests in 0.035s
10:03:10 [2022-06-21T10:03:10.302Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:03:10 [2022-06-21T10:03:10.302Z] ++ 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
10:03:10 [2022-06-21T10:03:10.302Z] ++ set -e
10:03:10 [2022-06-21T10:03:10.302Z] ++ '[' -n 0 ']'
10:03:10 [2022-06-21T10:03:10.302Z] ++ set -x
10:03:10 [2022-06-21T10:03:10.302Z] ++ 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
10:03:10 [2022-06-21T10:03:10.302Z] INFO: Testing against a local daemon
10:03:10 [2022-06-21T10:03:10.302Z] === RUN   TestPluginWithDevMounts
10:03:10 [2022-06-21T10:03:10.302Z] === PAUSE TestPluginWithDevMounts
10:03:10 [2022-06-21T10:03:10.302Z] === CONT  TestPluginWithDevMounts
10:03:10 [2022-06-21T10:03:10.558Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
10:03:10 [2022-06-21T10:03:10.815Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
10:03:10 [2022-06-21T10:03:10.930Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.76s)
10:03:10 [2022-06-21T10:03:10.930Z] PASS
10:03:10 [2022-06-21T10:03:10.930Z] 
10:03:10 [2022-06-21T10:03:10.930Z] === Skipped
10:03:10 [2022-06-21T10:03:10.930Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
10:03:10 [2022-06-21T10:03:10.930Z]     service_test.go:243: FLAKY_TEST
10:03:10 [2022-06-21T10:03:10.930Z] 
10:03:10 [2022-06-21T10:03:10.930Z] DONE 38 tests, 1 skipped in 43.199s
10:03:10 [2022-06-21T10:03:10.930Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
10:03:10 [2022-06-21T10:03:10.930Z] ++ 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
10:03:10 [2022-06-21T10:03:10.930Z] ++ set -e
10:03:10 [2022-06-21T10:03:10.930Z] ++ '[' -n 0 ']'
10:03:10 [2022-06-21T10:03:10.930Z] ++ set -x
10:03:10 [2022-06-21T10:03:10.930Z] ++ 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
10:03:10 [2022-06-21T10:03:10.930Z] INFO: Testing against a local daemon
10:03:10 [2022-06-21T10:03:10.930Z] === RUN   TestDockerNetworkIpvlanPersistance
10:03:10 [2022-06-21T10:03:10.930Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:03:10 [2022-06-21T10:03:10.930Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
10:03:10 [2022-06-21T10:03:10.930Z] === RUN   TestDockerNetworkIpvlan
10:03:10 [2022-06-21T10:03:10.930Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:03:10 [2022-06-21T10:03:10.930Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
10:03:10 [2022-06-21T10:03:10.930Z] PASS
10:03:10 [2022-06-21T10:03:10.930Z] 
10:03:10 [2022-06-21T10:03:10.930Z] === Skipped
10:03:10 [2022-06-21T10:03:10.930Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
10:03:10 [2022-06-21T10:03:10.930Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:03:10 [2022-06-21T10:03:10.930Z] 
10:03:10 [2022-06-21T10:03:10.930Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
10:03:10 [2022-06-21T10:03:10.930Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
10:03:10 [2022-06-21T10:03:10.930Z] 
10:03:10 [2022-06-21T10:03:10.930Z] DONE 2 tests, 2 skipped in 0.087s
10:03:10 [2022-06-21T10:03:10.930Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
10:03:10 [2022-06-21T10:03:10.930Z] ++ 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
10:03:10 [2022-06-21T10:03:10.930Z] ++ set -e
10:03:10 [2022-06-21T10:03:10.930Z] ++ '[' -n 0 ']'
10:03:11 [2022-06-21T10:03:11.191Z] ++ set -x
10:03:11 [2022-06-21T10:03:11.191Z] ++ 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
10:03:11 [2022-06-21T10:03:11.191Z] INFO: Testing against a local daemon
10:03:11 [2022-06-21T10:03:11.191Z] === RUN   TestDockerNetworkMacvlanPersistance
10:03:12 [2022-06-21T10:03:12.186Z] --- PASS: TestPluginWithDevMounts (1.76s)
10:03:12 [2022-06-21T10:03:12.186Z] PASS
10:03:12 [2022-06-21T10:03:12.186Z] 
10:03:12 [2022-06-21T10:03:12.186Z] DONE 1 tests in 1.860s
10:03:12 [2022-06-21T10:03:12.186Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
10:03:12 [2022-06-21T10:03:12.186Z] ++ 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
10:03:12 [2022-06-21T10:03:12.186Z] ++ set -e
10:03:12 [2022-06-21T10:03:12.186Z] ++ '[' -n 0 ']'
10:03:12 [2022-06-21T10:03:12.186Z] ++ set -x
10:03:12 [2022-06-21T10:03:12.186Z] ++ 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
10:03:12 [2022-06-21T10:03:12.186Z] INFO: Testing against a local daemon
10:03:12 [2022-06-21T10:03:12.186Z] === RUN   TestSecretInspect
10:03:12 [2022-06-21T10:03:12.186Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
10:03:12 [2022-06-21T10:03:12.575Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
10:03:12 [2022-06-21T10:03:12.575Z] === RUN   TestDockerNetworkMacvlan
10:03:13 [2022-06-21T10:03:13.113Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
10:03:13 [2022-06-21T10:03:13.145Z] === RUN   TestDockerNetworkMacvlan/Subinterface
10:03:14 [2022-06-21T10:03:14.042Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
10:03:14 [2022-06-21T10:03:14.085Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
10:03:14 [2022-06-21T10:03:14.656Z] === RUN   TestDockerNetworkMacvlan/NilParent
10:03:14 [2022-06-21T10:03:14.968Z] --- PASS: TestSecretInspect (2.61s)
10:03:14 [2022-06-21T10:03:14.968Z] === RUN   TestSecretList
10:03:15 [2022-06-21T10:03:15.530Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
10:03:16 [2022-06-21T10:03:16.569Z] === RUN   TestDockerNetworkMacvlan/InternalMode
10:03:16 [2022-06-21T10:03:16.895Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
10:03:16 [2022-06-21T10:03:16.895Z] --- PASS: TestSecretList (2.17s)
10:03:16 [2022-06-21T10:03:16.895Z] === RUN   TestSecretsCreateAndDelete
10:03:18 [2022-06-21T10:03:18.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
10:03:18 [2022-06-21T10:03:18.482Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
10:03:19 [2022-06-21T10:03:19.187Z] --- PASS: TestSecretsCreateAndDelete (2.36s)
10:03:19 [2022-06-21T10:03:19.187Z] === RUN   TestSecretsUpdate
10:03:19 [2022-06-21T10:03:19.749Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000eec360_<nil>_<nil>}
10:03:21 [2022-06-21T10:03:21.115Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12955368744_/foo_false__<nil>_<nil>_<nil>_<nil>}
10:03:21 [2022-06-21T10:03:21.782Z] === RUN   TestDockerNetworkMacvlan/Addressing
10:03:22 [2022-06-21T10:03:22.041Z] --- PASS: TestSecretsUpdate (2.74s)
10:03:22 [2022-06-21T10:03:22.041Z] === RUN   TestTemplatedSecret
10:03:22 [2022-06-21T10:03:22.043Z] --- PASS: TestDockerNetworkMacvlan (9.46s)
10:03:22 [2022-06-21T10:03:22.043Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
10:03:22 [2022-06-21T10:03:22.043Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
10:03:22 [2022-06-21T10:03:22.043Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s)
10:03:22 [2022-06-21T10:03:22.043Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.81s)
10:03:22 [2022-06-21T10:03:22.043Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s)
10:03:22 [2022-06-21T10:03:22.043Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s)
10:03:22 [2022-06-21T10:03:22.043Z] PASS
10:03:22 [2022-06-21T10:03:22.043Z] 
10:03:22 [2022-06-21T10:03:22.043Z] DONE 8 tests in 10.973s
10:03:22 [2022-06-21T10:03:22.043Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
10:03:22 [2022-06-21T10:03:22.043Z] ++ 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
10:03:22 [2022-06-21T10:03:22.043Z] ++ set -e
10:03:22 [2022-06-21T10:03:22.043Z] ++ '[' -n 0 ']'
10:03:22 [2022-06-21T10:03:22.043Z] ++ set -x
10:03:22 [2022-06-21T10:03:22.043Z] ++ 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
10:03:22 [2022-06-21T10:03:22.043Z] testing: warning: no tests to run
10:03:22 [2022-06-21T10:03:22.043Z] PASS
10:03:22 [2022-06-21T10:03:22.043Z] 
10:03:22 [2022-06-21T10:03:22.043Z] DONE 0 tests in 0.025s
10:03:22 [2022-06-21T10:03:22.043Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
10:03:22 [2022-06-21T10:03:22.043Z] ++ 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
10:03:22 [2022-06-21T10:03:22.043Z] ++ set -e
10:03:22 [2022-06-21T10:03:22.043Z] ++ '[' -n 0 ']'
10:03:22 [2022-06-21T10:03:22.043Z] ++ set -x
10:03:22 [2022-06-21T10:03:22.043Z] ++ 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
10:03:22 [2022-06-21T10:03:22.303Z] INFO: Testing against a local daemon
10:03:22 [2022-06-21T10:03:22.303Z] === RUN   TestAuthZPluginAllowRequest
10:03:22 [2022-06-21T10:03:22.602Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12955368744_/foo_true__<nil>_<nil>_<nil>_<nil>}
10:03:23 [2022-06-21T10:03:23.686Z] --- PASS: TestAuthZPluginAllowRequest (1.22s)
10:03:23 [2022-06-21T10:03:23.686Z] === RUN   TestAuthZPluginTLS
10:03:23 [2022-06-21T10:03:23.947Z] --- PASS: TestAuthZPluginTLS (0.55s)
10:03:23 [2022-06-21T10:03:23.947Z] === RUN   TestAuthZPluginDenyRequest
10:03:23 [2022-06-21T10:03:23.968Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32742861553_/foo_false__<nil>_<nil>_<nil>_<nil>}
10:03:24 [2022-06-21T10:03:24.518Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
10:03:24 [2022-06-21T10:03:24.518Z] === RUN   TestAuthZPluginAPIDenyResponse
10:03:24 [2022-06-21T10:03:24.529Z] --- PASS: TestTemplatedSecret (2.60s)
10:03:24 [2022-06-21T10:03:24.529Z] === RUN   TestSecretCreateResolve
10:03:25 [2022-06-21T10:03:25.089Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
10:03:25 [2022-06-21T10:03:25.089Z] === RUN   TestAuthZPluginDenyResponse
10:03:25 [2022-06-21T10:03:25.455Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32742861553_/foo_true__<nil>_<nil>_<nil>_<nil>}
10:03:25 [2022-06-21T10:03:25.660Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
10:03:25 [2022-06-21T10:03:25.660Z] === RUN   TestAuthZPluginAllowEventStream
10:03:26 [2022-06-21T10:03:26.603Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s)
10:03:26 [2022-06-21T10:03:26.603Z] === RUN   TestAuthZPluginErrorResponse
10:03:26 [2022-06-21T10:03:26.822Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32742861553_/foo_true__0xc000eec390_<nil>_<nil>_<nil>}
10:03:26 [2022-06-21T10:03:26.822Z] --- PASS: TestSecretCreateResolve (2.27s)
10:03:26 [2022-06-21T10:03:26.822Z] PASS
10:03:26 [2022-06-21T10:03:26.822Z] 
10:03:26 [2022-06-21T10:03:26.822Z] DONE 6 tests in 14.815s
10:03:26 [2022-06-21T10:03:26.822Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
10:03:26 [2022-06-21T10:03:26.822Z] ++ 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
10:03:26 [2022-06-21T10:03:26.822Z] ++ set -e
10:03:26 [2022-06-21T10:03:26.822Z] ++ '[' -n 0 ']'
10:03:26 [2022-06-21T10:03:26.822Z] ++ set -x
10:03:26 [2022-06-21T10:03:26.822Z] ++ 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
10:03:27 [2022-06-21T10:03:27.079Z] INFO: Testing against a local daemon
10:03:27 [2022-06-21T10:03:27.079Z] === RUN   TestServiceCreateInit
10:03:27 [2022-06-21T10:03:27.079Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:03:27 [2022-06-21T10:03:27.173Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
10:03:27 [2022-06-21T10:03:27.173Z] === RUN   TestAuthZPluginErrorRequest
10:03:27 [2022-06-21T10:03:27.744Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
10:03:27 [2022-06-21T10:03:27.744Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
10:03:28 [2022-06-21T10:03:28.315Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
10:03:28 [2022-06-21T10:03:28.315Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
10:03:28 [2022-06-21T10:03:28.444Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000eec3a8_<nil>_<nil>}
10:03:29 [2022-06-21T10:03:29.699Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s)
10:03:29 [2022-06-21T10:03:29.699Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
10:03:29 [2022-06-21T10:03:29.810Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000eec3c0_<nil>_<nil>}
10:03:31 [2022-06-21T10:03:31.083Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.40s)
10:03:31 [2022-06-21T10:03:31.083Z] === RUN   TestAuthZPluginHeader
10:03:31 [2022-06-21T10:03:31.207Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:03:31 [2022-06-21T10:03:31.207Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000eec3d8_<nil>_<nil>}
10:03:31 [2022-06-21T10:03:31.654Z] --- PASS: TestAuthZPluginHeader (0.69s)
10:03:31 [2022-06-21T10:03:31.654Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
10:03:31 [2022-06-21T10:03:31.654Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:31 [2022-06-21T10:03:31.654Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
10:03:31 [2022-06-21T10:03:31.654Z] === RUN   TestAuthZPluginV2Disable
10:03:31 [2022-06-21T10:03:31.654Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:31 [2022-06-21T10:03:31.654Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
10:03:31 [2022-06-21T10:03:31.654Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
10:03:31 [2022-06-21T10:03:31.654Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:31 [2022-06-21T10:03:31.654Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
10:03:31 [2022-06-21T10:03:31.654Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
10:03:31 [2022-06-21T10:03:31.654Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:31 [2022-06-21T10:03:31.654Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
10:03:31 [2022-06-21T10:03:31.654Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
10:03:32 [2022-06-21T10:03:32.136Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000eec3f0_<nil>_<nil>}
10:03:34 [2022-06-21T10:03:34.024Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
10:03:35 [2022-06-21T10:03:35.390Z] --- PASS: TestServiceCreateInit (8.08s)
10:03:35 [2022-06-21T10:03:35.390Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s)
10:03:35 [2022-06-21T10:03:35.390Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.20s)
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestCreateServiceMultipleTimes
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
10:03:35 [2022-06-21T10:03:35.390Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
10:03:35 [2022-06-21T10:03:35.498Z] --- PASS: TestServicePlugin (30.17s)
10:03:35 [2022-06-21T10:03:35.498Z] === RUN   TestServiceUpdateLabel
10:03:36 [2022-06-21T10:03:36.066Z] --- PASS: TestServiceUpdateLabel (2.19s)
10:03:36 [2022-06-21T10:03:36.066Z] === RUN   TestServiceUpdateSecrets
10:03:37 [2022-06-21T10:03:37.909Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
10:03:38 [2022-06-21T10:03:38.473Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
10:03:39 [2022-06-21T10:03:39.839Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
10:03:41 [2022-06-21T10:03:41.729Z]     docker_api_swarm_node_test.go:81: [d9ae55a919681] joining swarm manager [de5348a3f435c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:03:43 [2022-06-21T10:03:43.096Z] === RUN   TestDockerSuite/TestCopyAndRestart
10:03:44 [2022-06-21T10:03:44.464Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
10:03:44 [2022-06-21T10:03:44.720Z] === RUN   TestDockerSuite/TestCpAbsolutePath
10:03:45 [2022-06-21T10:03:45.648Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
10:03:46 [2022-06-21T10:03:46.210Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
10:03:47 [2022-06-21T10:03:47.139Z] === RUN   TestDockerSuite/TestCpFromCaseA
10:03:47 [2022-06-21T10:03:47.701Z] === RUN   TestDockerSuite/TestCpFromCaseB
10:03:48 [2022-06-21T10:03:48.631Z] === RUN   TestDockerSuite/TestCpFromCaseC
10:03:49 [2022-06-21T10:03:49.193Z] === RUN   TestDockerSuite/TestCpFromCaseD
10:03:49 [2022-06-21T10:03:49.762Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
10:03:49 [2022-06-21T10:03:49.762Z] PASS
10:03:49 [2022-06-21T10:03:49.762Z] 
10:03:49 [2022-06-21T10:03:49.762Z] === Skipped
10:03:49 [2022-06-21T10:03:49.762Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:49 [2022-06-21T10:03:49.762Z] 
10:03:49 [2022-06-21T10:03:49.762Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:49 [2022-06-21T10:03:49.762Z] 
10:03:49 [2022-06-21T10:03:49.762Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:49 [2022-06-21T10:03:49.762Z] 
10:03:49 [2022-06-21T10:03:49.762Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:49 [2022-06-21T10:03:49.762Z] 
10:03:49 [2022-06-21T10:03:49.762Z] DONE 17 tests, 4 skipped in 26.173s
10:03:49 [2022-06-21T10:03:49.762Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
10:03:49 [2022-06-21T10:03:49.762Z] ++ 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
10:03:49 [2022-06-21T10:03:49.762Z] ++ set -e
10:03:49 [2022-06-21T10:03:49.762Z] ++ '[' -n 0 ']'
10:03:49 [2022-06-21T10:03:49.762Z] ++ set -x
10:03:49 [2022-06-21T10:03:49.762Z] ++ 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
10:03:49 [2022-06-21T10:03:49.762Z] INFO: Testing against a local daemon
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
10:03:49 [2022-06-21T10:03:49.762Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
10:03:49 [2022-06-21T10:03:49.762Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/pull
10:03:49 [2022-06-21T10:03:49.762Z] === PAUSE TestPluginInvalidJSON/plugins/pull
10:03:49 [2022-06-21T10:03:49.762Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
10:03:49 [2022-06-21T10:03:49.762Z] === CONT  TestPluginInvalidJSON/plugins/pull
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
10:03:49 [2022-06-21T10:03:49.762Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
10:03:49 [2022-06-21T10:03:49.762Z] --- PASS: TestPluginInvalidJSON (0.02s)
10:03:49 [2022-06-21T10:03:49.762Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInstall
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInstall/no_auth
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:56b702f034b93850c5792784cf0a25e5ffbd79cb2c4825b44063972d2592f963" mediatype=application/vnd.docker.plugin.v1+json size=522
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:56b702f034b93850c5792784cf0a25e5ffbd79cb2c4825b44063972d2592f963" mediatype=application/vnd.docker.plugin.v1+json size=522
10:03:49 [2022-06-21T10:03:49.762Z] === RUN   TestPluginInstall/with_htpasswd
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:21656de38a9ebb001be2dfcf37e5bb6ed0e56bf30f31340355c543b4a2bb7f4a" mediatype=application/vnd.docker.plugin.v1+json size=522
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:03:49 [2022-06-21T10:03:49.762Z] time="2022-06-21T10:03:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:21656de38a9ebb001be2dfcf37e5bb6ed0e56bf30f31340355c543b4a2bb7f4a" mediatype=application/vnd.docker.plugin.v1+json size=522
10:03:50 [2022-06-21T10:03:50.023Z] === RUN   TestPluginInstall/with_insecure
10:03:50 [2022-06-21T10:03:50.121Z] === RUN   TestDockerSuite/TestCpFromCaseE
10:03:50 [2022-06-21T10:03:50.594Z] time="2022-06-21T10:03:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:03:50 [2022-06-21T10:03:50.594Z] time="2022-06-21T10:03:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3491e942c5a95c1a2bc922cb2f544ec15eeecd69c6aa0760f70ebad30f97a9ca" mediatype=application/vnd.docker.plugin.v1+json size=522
10:03:50 [2022-06-21T10:03:50.594Z] time="2022-06-21T10:03:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
10:03:50 [2022-06-21T10:03:50.594Z] time="2022-06-21T10:03:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3491e942c5a95c1a2bc922cb2f544ec15eeecd69c6aa0760f70ebad30f97a9ca" mediatype=application/vnd.docker.plugin.v1+json size=522
10:03:50 [2022-06-21T10:03:50.682Z] === RUN   TestDockerSuite/TestCpFromCaseF
10:03:50 [2022-06-21T10:03:50.855Z]     plugin_test.go:195: [d1a92d5779856] daemon is not started
10:03:50 [2022-06-21T10:03:50.855Z] --- PASS: TestPluginInstall (2.52s)
10:03:50 [2022-06-21T10:03:50.855Z]     --- PASS: TestPluginInstall/no_auth (0.93s)
10:03:50 [2022-06-21T10:03:50.855Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
10:03:50 [2022-06-21T10:03:50.855Z]     --- PASS: TestPluginInstall/with_insecure (1.02s)
10:03:50 [2022-06-21T10:03:50.855Z] === RUN   TestPluginsWithRuntimes
10:03:50 [2022-06-21T10:03:50.939Z] --- PASS: TestServiceUpdateSecrets (14.70s)
10:03:50 [2022-06-21T10:03:50.939Z] === RUN   TestServiceUpdateConfigs
10:03:51 [2022-06-21T10:03:51.245Z] === RUN   TestDockerSuite/TestCpFromCaseG
10:03:51 [2022-06-21T10:03:51.808Z] === RUN   TestDockerSuite/TestCpFromCaseH
10:03:52 [2022-06-21T10:03:52.370Z] === RUN   TestDockerSuite/TestCpFromCaseI
10:03:52 [2022-06-21T10:03:52.766Z] === RUN   TestPluginsWithRuntimes/No_Args
10:03:52 [2022-06-21T10:03:52.932Z] === RUN   TestDockerSuite/TestCpFromCaseJ
10:03:53 [2022-06-21T10:03:53.337Z] === RUN   TestPluginsWithRuntimes/With_Args
10:03:53 [2022-06-21T10:03:53.511Z] --- PASS: TestCreateServiceMultipleTimes (18.35s)
10:03:53 [2022-06-21T10:03:53.512Z] === RUN   TestCreateServiceConflict
10:03:53 [2022-06-21T10:03:53.512Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
10:03:54 [2022-06-21T10:03:54.278Z] --- PASS: TestPluginsWithRuntimes (3.23s)
10:03:54 [2022-06-21T10:03:54.278Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
10:03:54 [2022-06-21T10:03:54.278Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
10:03:54 [2022-06-21T10:03:54.278Z] === RUN   TestPluginBackCompatMediaTypes
10:03:54 [2022-06-21T10:03:54.444Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
10:03:54 [2022-06-21T10:03:54.849Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
10:03:54 [2022-06-21T10:03:54.849Z] PASS
10:03:54 [2022-06-21T10:03:54.849Z] 
10:03:54 [2022-06-21T10:03:54.849Z] DONE 24 tests in 6.431s
10:03:54 [2022-06-21T10:03:54.849Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
10:03:54 [2022-06-21T10:03:54.849Z] ++ 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
10:03:54 [2022-06-21T10:03:54.849Z] ++ set -e
10:03:54 [2022-06-21T10:03:54.849Z] ++ '[' -n 0 ']'
10:03:54 [2022-06-21T10:03:54.849Z] ++ set -x
10:03:54 [2022-06-21T10:03:54.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=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
10:03:54 [2022-06-21T10:03:54.849Z] INFO: Testing against a local daemon
10:03:54 [2022-06-21T10:03:54.849Z] === RUN   TestExternalGraphDriver
10:03:54 [2022-06-21T10:03:54.849Z] === RUN   TestExternalGraphDriver/json
10:03:55 [2022-06-21T10:03:55.007Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
10:03:55 [2022-06-21T10:03:55.263Z] === RUN   TestDockerSuite/TestCpGarbagePath
10:03:56 [2022-06-21T10:03:56.193Z] --- PASS: TestCreateServiceConflict (2.70s)
10:03:56 [2022-06-21T10:03:56.193Z] === RUN   TestCreateServiceMaxReplicas
10:03:56 [2022-06-21T10:03:56.193Z] === RUN   TestDockerSuite/TestCpLocalOnly
10:03:56 [2022-06-21T10:03:56.193Z] === RUN   TestDockerSuite/TestCpNameHasColon
10:03:56 [2022-06-21T10:03:56.761Z] === RUN   TestExternalGraphDriver/spec
10:03:57 [2022-06-21T10:03:57.124Z] === RUN   TestDockerSuite/TestCpRelativePath
10:03:57 [2022-06-21T10:03:57.381Z]     docker_api_swarm_node_test.go:53: [db639b51b9079] joining swarm manager [d0ba29808556f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:03:57 [2022-06-21T10:03:57.944Z] === RUN   TestDockerSuite/TestCpSpecialFiles
10:03:58 [2022-06-21T10:03:58.143Z] === RUN   TestExternalGraphDriver/pull
10:03:58 [2022-06-21T10:03:58.506Z]     docker_api_swarm_node_test.go:54: [da905d457fbf8] joining swarm manager [d0ba29808556f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:03:59 [2022-06-21T10:03:59.074Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
10:03:59 [2022-06-21T10:03:59.527Z] --- PASS: TestExternalGraphDriver (4.74s)
10:03:59 [2022-06-21T10:03:59.527Z]     --- PASS: TestExternalGraphDriver/json (1.55s)
10:03:59 [2022-06-21T10:03:59.527Z]     --- PASS: TestExternalGraphDriver/spec (1.56s)
10:03:59 [2022-06-21T10:03:59.527Z]     --- PASS: TestExternalGraphDriver/pull (1.59s)
10:03:59 [2022-06-21T10:03:59.527Z] === RUN   TestGraphdriverPluginV2
10:03:59 [2022-06-21T10:03:59.527Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:59 [2022-06-21T10:03:59.527Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
10:03:59 [2022-06-21T10:03:59.527Z] PASS
10:03:59 [2022-06-21T10:03:59.527Z] 
10:03:59 [2022-06-21T10:03:59.527Z] === Skipped
10:03:59 [2022-06-21T10:03:59.527Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
10:03:59 [2022-06-21T10:03:59.527Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:03:59 [2022-06-21T10:03:59.527Z] 
10:03:59 [2022-06-21T10:03:59.527Z] DONE 5 tests, 1 skipped in 4.849s
10:03:59 [2022-06-21T10:03:59.527Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
10:03:59 [2022-06-21T10:03:59.527Z] ++ 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
10:03:59 [2022-06-21T10:03:59.527Z] ++ set -e
10:03:59 [2022-06-21T10:03:59.527Z] ++ '[' -n 0 ']'
10:03:59 [2022-06-21T10:03:59.527Z] ++ set -x
10:03:59 [2022-06-21T10:03:59.527Z] ++ 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
10:03:59 [2022-06-21T10:03:59.800Z] INFO: Testing against a local daemon
10:03:59 [2022-06-21T10:03:59.800Z] === RUN   TestContinueAfterPluginCrash
10:03:59 [2022-06-21T10:03:59.800Z] === PAUSE TestContinueAfterPluginCrash
10:03:59 [2022-06-21T10:03:59.800Z] === RUN   TestReadPluginNoRead
10:03:59 [2022-06-21T10:03:59.800Z] === PAUSE TestReadPluginNoRead
10:03:59 [2022-06-21T10:03:59.800Z] === RUN   TestDaemonStartWithLogOpt
10:03:59 [2022-06-21T10:03:59.800Z] === PAUSE TestDaemonStartWithLogOpt
10:03:59 [2022-06-21T10:03:59.800Z] === CONT  TestContinueAfterPluginCrash
10:03:59 [2022-06-21T10:03:59.800Z] === CONT  TestDaemonStartWithLogOpt
10:04:00 [2022-06-21T10:04:00.004Z] --- PASS: TestCreateServiceMaxReplicas (3.79s)
10:04:00 [2022-06-21T10:04:00.004Z] === RUN   TestCreateWithDuplicateNetworkNames
10:04:00 [2022-06-21T10:04:00.004Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
10:04:00 [2022-06-21T10:04:00.933Z] === RUN   TestDockerSuite/TestCpToCaseA
10:04:01 [2022-06-21T10:04:01.862Z] === RUN   TestDockerSuite/TestCpToCaseB
10:04:02 [2022-06-21T10:04:02.790Z] === RUN   TestDockerSuite/TestCpToCaseC
10:04:03 [2022-06-21T10:04:03.128Z] --- PASS: TestDaemonStartWithLogOpt (3.06s)
10:04:03 [2022-06-21T10:04:03.128Z] === CONT  TestReadPluginNoRead
10:04:04 [2022-06-21T10:04:04.159Z] === RUN   TestDockerSuite/TestCpToCaseD
10:04:05 [2022-06-21T10:04:05.040Z] === RUN   TestReadPluginNoRead/disabled_caching
10:04:05 [2022-06-21T10:04:05.862Z] --- PASS: TestServiceUpdateConfigs (14.90s)
10:04:05 [2022-06-21T10:04:05.862Z] === RUN   TestServiceUpdateNetwork
10:04:05 [2022-06-21T10:04:05.981Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
10:04:07 [2022-06-21T10:04:07.364Z] === RUN   TestReadPluginNoRead/default
10:04:07 [2022-06-21T10:04:07.426Z] === RUN   TestDockerSuite/TestCpToCaseE
10:04:07 [2022-06-21T10:04:07.625Z] --- PASS: TestContinueAfterPluginCrash (8.05s)
10:04:08 [2022-06-21T10:04:08.566Z] === CONT  TestReadPluginNoRead
10:04:08 [2022-06-21T10:04:08.566Z]     read_test.go:92: [d334b370fc38c] daemon is not started
10:04:08 [2022-06-21T10:04:08.566Z] --- PASS: TestReadPluginNoRead (5.61s)
10:04:08 [2022-06-21T10:04:08.566Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.20s)
10:04:08 [2022-06-21T10:04:08.566Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s)
10:04:08 [2022-06-21T10:04:08.566Z]     --- PASS: TestReadPluginNoRead/default (1.15s)
10:04:08 [2022-06-21T10:04:08.566Z] PASS
10:04:08 [2022-06-21T10:04:08.566Z] 
10:04:08 [2022-06-21T10:04:08.566Z] DONE 6 tests in 8.769s
10:04:08 [2022-06-21T10:04:08.566Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
10:04:08 [2022-06-21T10:04:08.566Z] ++ 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
10:04:08 [2022-06-21T10:04:08.566Z] ++ set -e
10:04:08 [2022-06-21T10:04:08.566Z] ++ '[' -n 0 ']'
10:04:08 [2022-06-21T10:04:08.566Z] ++ set -x
10:04:08 [2022-06-21T10:04:08.566Z] ++ 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
10:04:08 [2022-06-21T10:04:08.566Z] testing: warning: no tests to run
10:04:08 [2022-06-21T10:04:08.566Z] PASS
10:04:08 [2022-06-21T10:04:08.566Z] 
10:04:08 [2022-06-21T10:04:08.566Z] DONE 0 tests in 0.030s
10:04:08 [2022-06-21T10:04:08.566Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
10:04:08 [2022-06-21T10:04:08.566Z] ++ 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
10:04:08 [2022-06-21T10:04:08.566Z] ++ set -e
10:04:08 [2022-06-21T10:04:08.566Z] ++ '[' -n 0 ']'
10:04:08 [2022-06-21T10:04:08.566Z] ++ set -x
10:04:08 [2022-06-21T10:04:08.566Z] ++ 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
10:04:08 [2022-06-21T10:04:08.566Z] INFO: Testing against a local daemon
10:04:08 [2022-06-21T10:04:08.566Z] === RUN   TestPluginWithDevMounts
10:04:08 [2022-06-21T10:04:08.566Z] === PAUSE TestPluginWithDevMounts
10:04:08 [2022-06-21T10:04:08.566Z] === CONT  TestPluginWithDevMounts
10:04:09 [2022-06-21T10:04:09.317Z] === RUN   TestDockerSuite/TestCpToCaseF
10:04:09 [2022-06-21T10:04:09.574Z] === RUN   TestDockerSuite/TestCpToCaseG
10:04:09 [2022-06-21T10:04:09.948Z] --- PASS: TestPluginWithDevMounts (1.53s)
10:04:09 [2022-06-21T10:04:09.948Z] PASS
10:04:09 [2022-06-21T10:04:09.948Z] 
10:04:09 [2022-06-21T10:04:09.948Z] DONE 1 tests in 1.625s
10:04:09 [2022-06-21T10:04:09.948Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
10:04:09 [2022-06-21T10:04:09.948Z] ++ 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
10:04:09 [2022-06-21T10:04:09.948Z] ++ set -e
10:04:09 [2022-06-21T10:04:09.948Z] ++ '[' -n 0 ']'
10:04:09 [2022-06-21T10:04:09.948Z] ++ set -x
10:04:09 [2022-06-21T10:04:09.948Z] ++ 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
10:04:10 [2022-06-21T10:04:10.209Z] INFO: Testing against a local daemon
10:04:10 [2022-06-21T10:04:10.209Z] === RUN   TestSecretInspect
10:04:12 [2022-06-21T10:04:12.751Z] --- PASS: TestSecretInspect (2.17s)
10:04:12 [2022-06-21T10:04:12.751Z] === RUN   TestSecretList
10:04:12 [2022-06-21T10:04:12.846Z] === RUN   TestDockerSuite/TestCpToCaseH
10:04:14 [2022-06-21T10:04:14.210Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.08s)
10:04:14 [2022-06-21T10:04:14.210Z] === RUN   TestCreateServiceSecretFileMode
10:04:14 [2022-06-21T10:04:14.466Z] === RUN   TestDockerSuite/TestCpToCaseI
10:04:14 [2022-06-21T10:04:14.661Z] --- PASS: TestSecretList (2.16s)
10:04:14 [2022-06-21T10:04:14.661Z] === RUN   TestSecretsCreateAndDelete
10:04:15 [2022-06-21T10:04:15.030Z] === RUN   TestDockerSuite/TestCpToCaseJ
10:04:17 [2022-06-21T10:04:17.204Z] --- PASS: TestSecretsCreateAndDelete (2.28s)
10:04:17 [2022-06-21T10:04:17.204Z] === RUN   TestSecretsUpdate
10:04:17 [2022-06-21T10:04:17.557Z] --- PASS: TestCreateServiceSecretFileMode (3.04s)
10:04:17 [2022-06-21T10:04:17.557Z] === RUN   TestCreateServiceConfigFileMode
10:04:18 [2022-06-21T10:04:18.063Z] --- PASS: TestServiceUpdateNetwork (12.42s)
10:04:18 [2022-06-21T10:04:18.063Z] === RUN   TestServiceUpdatePidsLimit
10:04:18 [2022-06-21T10:04:18.486Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
10:04:19 [2022-06-21T10:04:19.115Z] --- PASS: TestSecretsUpdate (2.17s)
10:04:19 [2022-06-21T10:04:19.115Z] === RUN   TestTemplatedSecret
10:04:19 [2022-06-21T10:04:19.413Z] === RUN   TestDockerSuite/TestCpToDot
10:04:19 [2022-06-21T10:04:19.437Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:04:20 [2022-06-21T10:04:20.005Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:04:20 [2022-06-21T10:04:20.341Z] --- PASS: TestCreateServiceConfigFileMode (3.13s)
10:04:20 [2022-06-21T10:04:20.341Z] === RUN   TestCreateServiceSysctls
10:04:20 [2022-06-21T10:04:20.341Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
10:04:21 [2022-06-21T10:04:21.270Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
10:04:21 [2022-06-21T10:04:21.657Z] --- PASS: TestTemplatedSecret (2.54s)
10:04:21 [2022-06-21T10:04:21.657Z] === RUN   TestSecretCreateResolve
10:04:22 [2022-06-21T10:04:22.635Z] === RUN   TestDockerSuite/TestCpToStdout
10:04:23 [2022-06-21T10:04:23.198Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
10:04:23 [2022-06-21T10:04:23.569Z] --- PASS: TestSecretCreateResolve (2.17s)
10:04:23 [2022-06-21T10:04:23.569Z] PASS
10:04:23 [2022-06-21T10:04:23.569Z] 
10:04:23 [2022-06-21T10:04:23.569Z] DONE 6 tests in 13.571s
10:04:23 [2022-06-21T10:04:23.569Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
10:04:23 [2022-06-21T10:04:23.569Z] ++ 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
10:04:23 [2022-06-21T10:04:23.569Z] ++ set -e
10:04:23 [2022-06-21T10:04:23.569Z] ++ '[' -n 0 ']'
10:04:23 [2022-06-21T10:04:23.569Z] ++ set -x
10:04:23 [2022-06-21T10:04:23.569Z] ++ 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
10:04:23 [2022-06-21T10:04:23.829Z] INFO: Testing against a local daemon
10:04:23 [2022-06-21T10:04:23.829Z] === RUN   TestServiceCreateInit
10:04:23 [2022-06-21T10:04:23.829Z] === RUN   TestServiceCreateInit/daemonInitDisabled
10:04:24 [2022-06-21T10:04:24.125Z] --- PASS: TestCreateServiceSysctls (3.73s)
10:04:24 [2022-06-21T10:04:24.125Z] === RUN   TestCreateServiceCapabilities
10:04:24 [2022-06-21T10:04:24.125Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
10:04:24 [2022-06-21T10:04:24.381Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
10:04:24 [2022-06-21T10:04:24.944Z] === RUN   TestDockerSuite/TestCpVolumePath
10:04:26 [2022-06-21T10:04:26.313Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
10:04:26 [2022-06-21T10:04:26.313Z] === RUN   TestDockerSuite/TestCreateArgs
10:04:26 [2022-06-21T10:04:26.572Z] === RUN   TestDockerSuite/TestCreateByImageID
10:04:26 [2022-06-21T10:04:26.828Z] === RUN   TestDockerSuite/TestCreateEchoStdout
10:04:27 [2022-06-21T10:04:27.084Z] --- PASS: TestCreateServiceCapabilities (3.19s)
10:04:27 [2022-06-21T10:04:27.084Z] === RUN   TestInspect
10:04:27 [2022-06-21T10:04:27.126Z] === RUN   TestServiceCreateInit/daemonInitEnabled
10:04:27 [2022-06-21T10:04:27.647Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
10:04:27 [2022-06-21T10:04:27.647Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
10:04:27 [2022-06-21T10:04:27.647Z] === RUN   TestDockerSuite/TestCreateHostConfig
10:04:27 [2022-06-21T10:04:27.647Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
10:04:28 [2022-06-21T10:04:28.112Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:04:28 [2022-06-21T10:04:28.209Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
10:04:28 [2022-06-21T10:04:28.466Z] === RUN   TestDockerSuite/TestCreateLabels
10:04:28 [2022-06-21T10:04:28.466Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
10:04:28 [2022-06-21T10:04:28.466Z] === RUN   TestDockerSuite/TestCreateRM
10:04:28 [2022-06-21T10:04:28.722Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
10:04:28 [2022-06-21T10:04:28.722Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
10:04:28 [2022-06-21T10:04:28.722Z] === RUN   TestDockerSuite/TestCreateStopSignal
10:04:28 [2022-06-21T10:04:28.722Z] === RUN   TestDockerSuite/TestCreateStopTimeout
10:04:28 [2022-06-21T10:04:28.979Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
10:04:30 [2022-06-21T10:04:30.871Z] --- PASS: TestInspect (3.38s)
10:04:30 [2022-06-21T10:04:30.871Z] === RUN   TestCreateJob
10:04:30 [2022-06-21T10:04:30.871Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
10:04:30 [2022-06-21T10:04:30.871Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
10:04:30 [2022-06-21T10:04:30.871Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
10:04:31 [2022-06-21T10:04:31.128Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
10:04:31 [2022-06-21T10:04:31.328Z] --- PASS: TestServiceCreateInit (7.04s)
10:04:31 [2022-06-21T10:04:31.329Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.48s)
10:04:31 [2022-06-21T10:04:31.329Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.54s)
10:04:31 [2022-06-21T10:04:31.329Z] === RUN   TestCreateServiceMultipleTimes
10:04:34 [2022-06-21T10:04:34.670Z] --- PASS: TestServiceUpdatePidsLimit (16.40s)
10:04:34 [2022-06-21T10:04:34.670Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
10:04:34 [2022-06-21T10:04:34.670Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
10:04:34 [2022-06-21T10:04:34.670Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
10:04:34 [2022-06-21T10:04:34.670Z] PASS
10:04:34 [2022-06-21T10:04:34.670Z] 
10:04:34 [2022-06-21T10:04:34.670Z] === Skipped
10:04:34 [2022-06-21T10:04:34.670Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
10:04:34 [2022-06-21T10:04:34.670Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:04:34 [2022-06-21T10:04:34.670Z] 
10:04:34 [2022-06-21T10:04:34.670Z] DONE 27 tests, 1 skipped in 165.077s
10:04:34 [2022-06-21T10:04:34.670Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
10:04:34 [2022-06-21T10:04:34.670Z] INFO: Testing against a local daemon
10:04:34 [2022-06-21T10:04:34.670Z] === RUN   TestSessionCreate
10:04:34 [2022-06-21T10:04:34.670Z] --- PASS: TestSessionCreate (0.04s)
10:04:34 [2022-06-21T10:04:34.670Z] === RUN   TestSessionCreateWithBadUpgrade
10:04:34 [2022-06-21T10:04:34.670Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
10:04:34 [2022-06-21T10:04:34.670Z] PASS
10:04:34 [2022-06-21T10:04:34.670Z] 
10:04:34 [2022-06-21T10:04:34.670Z] DONE 2 tests in 0.117s
10:04:34 [2022-06-21T10:04:34.670Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
10:04:34 [2022-06-21T10:04:34.670Z] INFO: Testing against a local daemon
10:04:34 [2022-06-21T10:04:34.670Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:04:34 [2022-06-21T10:04:34.670Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
10:04:34 [2022-06-21T10:04:34.670Z] === RUN   TestDiskUsage
10:04:34 [2022-06-21T10:04:34.670Z] === PAUSE TestDiskUsage
10:04:34 [2022-06-21T10:04:34.670Z] === RUN   TestEventsExecDie
10:04:34 [2022-06-21T10:04:34.826Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
10:04:34 [2022-06-21T10:04:34.826Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
10:04:34 [2022-06-21T10:04:34.826Z] {
10:04:34 [2022-06-21T10:04:34.826Z]   "RT_GROUP_ICON": {
10:04:34 [2022-06-21T10:04:34.826Z]     "#1": {
10:04:34 [2022-06-21T10:04:34.826Z]       "0409": "../../winresources/docker.ico"
10:04:34 [2022-06-21T10:04:34.826Z]     }
10:04:34 [2022-06-21T10:04:34.826Z]   },
10:04:34 [2022-06-21T10:04:34.826Z]   "RT_MANIFEST": {
10:04:34 [2022-06-21T10:04:34.826Z]     "#1": {
10:04:34 [2022-06-21T10:04:34.826Z]       "0409": {
10:04:34 [2022-06-21T10:04:34.826Z]         "identity": {},
10:04:34 [2022-06-21T10:04:34.826Z]         "description": "Docker Engine",
10:04:34 [2022-06-21T10:04:34.826Z]         "minimum-os": "vista",
10:04:34 [2022-06-21T10:04:34.826Z]         "execution-level": "",
10:04:34 [2022-06-21T10:04:34.826Z]         "ui-access": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "auto-elevate": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "dpi-awareness": "unaware",
10:04:34 [2022-06-21T10:04:34.826Z]         "disable-theming": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "disable-window-filtering": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "high-resolution-scrolling-aware": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "ultra-high-resolution-scrolling-aware": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "long-path-aware": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "printer-driver-isolation": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "gdi-scaling": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "segment-heap": false,
10:04:34 [2022-06-21T10:04:34.826Z]         "use-common-controls-v6": false
10:04:34 [2022-06-21T10:04:34.826Z]       }
10:04:34 [2022-06-21T10:04:34.826Z]     }
10:04:34 [2022-06-21T10:04:34.826Z]   },
10:04:34 [2022-06-21T10:04:34.826Z]   "RT_MESSAGETABLE": {
10:04:34 [2022-06-21T10:04:34.826Z]     "#1": {
10:04:34 [2022-06-21T10:04:34.826Z]       "0409": "../../winresources/event_messages.bin"
10:04:34 [2022-06-21T10:04:34.826Z]     }
10:04:34 [2022-06-21T10:04:34.826Z]   },
10:04:34 [2022-06-21T10:04:34.826Z]   "RT_VERSION": {
10:04:34 [2022-06-21T10:04:34.826Z]     "#1": {
10:04:34 [2022-06-21T10:04:34.826Z]       "0409": {
10:04:34 [2022-06-21T10:04:34.826Z]         "fixed": {
10:04:34 [2022-06-21T10:04:34.826Z]           "file_version": "0.0.0.0",
10:04:34 [2022-06-21T10:04:34.826Z]           "product_version": "0.0.0.0",
10:04:34 [2022-06-21T10:04:34.826Z]           "type": "Unknown"
10:04:34 [2022-06-21T10:04:34.826Z]         },
10:04:34 [2022-06-21T10:04:34.826Z]         "info": {
10:04:34 [2022-06-21T10:04:34.826Z]           "0000": {
10:04:34 [2022-06-21T10:04:34.826Z]             "CompanyName": "",
10:04:34 [2022-06-21T10:04:34.826Z]             "FileVersion": "dev",
10:04:34 [2022-06-21T10:04:34.826Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
10:04:34 [2022-06-21T10:04:34.826Z]             "OriginalFileName": "docker-proxy-dev.exe",
10:04:34 [2022-06-21T10:04:34.826Z]             "ProductName": "",
10:04:34 [2022-06-21T10:04:34.826Z]             "ProductVersion": "dev",
10:04:34 [2022-06-21T10:04:34.826Z]             "SpecialBuild": "8f64a1ec53121ef4a2750307613340b2c2eaafda"
10:04:34 [2022-06-21T10:04:34.826Z]           }
10:04:34 [2022-06-21T10:04:34.826Z]         }
10:04:34 [2022-06-21T10:04:34.826Z]       }
10:04:34 [2022-06-21T10:04:34.826Z]     }
10:04:34 [2022-06-21T10:04:34.826Z]   }
10:04:34 [2022-06-21T10:04:34.826Z] }
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/genwinres_windows.go
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/main.go
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/network_proxy_test.go
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/proxy.go
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/sctp_proxy.go
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/tcp_proxy.go
10:04:34 [2022-06-21T10:04:34.826Z] cmd/docker-proxy/udp_proxy.go
10:04:34 [2022-06-21T10:04:34.826Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
10:04:34 [2022-06-21T10:04:34.826Z] GOOS="windows" GOARCH="amd64" GOARM=""
10:04:34 [2022-06-21T10:04:34.826Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
10:04:34 [2022-06-21T10:04:34.826Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
10:04:34 [2022-06-21T10:04:34.826Z] remote: Enumerating objects: 23, done.
10:04:34 [2022-06-21T10:04:34.826Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
10:04:34 [2022-06-21T10:04:34.826Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
10:04:34 [2022-06-21T10:04:34.826Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
10:04:34 [2022-06-21T10:04:34.826Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
Receiving objects:  13% (3/23)
Receiving objects:  17% (4/23)
Receiving objects:  21% (5/23)
Receiving objects:  26% (6/23)
Receiving objects:  30% (7/23)
Receiving objects:  34% (8/23)
Receiving objects:  39% (9/23)
Receiving objects:  43% (10/23)
Receiving objects:  47% (11/23)
Receiving objects:  52% (12/23)
Receiving objects:  56% (13/23)
Receiving objects:  60% (14/23)
Receiving objects:  65% (15/23)
Receiving objects:  69% (16/23)
Receiving objects:  73% (17/23)
Receiving objects:  78% (18/23)
Receiving objects:  82% (19/23)
Receiving objects:  86% (20/23)
Receiving objects:  91% (21/23)
Receiving objects:  95% (22/23)
Receiving objects: 100% (23/23)
Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done.
10:04:34 [2022-06-21T10:04:34.826Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
10:04:34 [2022-06-21T10:04:34.826Z] Building: bundles/cross/windows/amd64/containerutility.exe
10:04:34 [2022-06-21T10:04:34.826Z] Cross building: bundles/cross/linux/ppc64le
10:04:34 [2022-06-21T10:04:34.826Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev
10:04:34 [2022-06-21T10:04:34.826Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
10:04:35 [2022-06-21T10:04:35.239Z] --- PASS: TestEventsExecDie (0.60s)
10:04:35 [2022-06-21T10:04:35.239Z] === RUN   TestEventsBackwardsCompatible
10:04:35 [2022-06-21T10:04:35.239Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
10:04:35 [2022-06-21T10:04:35.239Z] === RUN   TestEventsVolumeCreate
10:04:35 [2022-06-21T10:04:35.301Z] --- PASS: TestCreateJob (4.53s)
10:04:35 [2022-06-21T10:04:35.301Z] === RUN   TestReplicatedJob
10:04:35 [2022-06-21T10:04:35.301Z] === RUN   TestDockerSuite/TestCreateWithPortRange
10:04:35 [2022-06-21T10:04:35.301Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
10:04:35 [2022-06-21T10:04:35.301Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
10:04:35 [2022-06-21T10:04:35.497Z] --- PASS: TestEventsVolumeCreate (0.06s)
10:04:35 [2022-06-21T10:04:35.497Z] === RUN   TestInfoBinaryCommits
10:04:35 [2022-06-21T10:04:35.497Z] --- PASS: TestInfoBinaryCommits (0.02s)
10:04:35 [2022-06-21T10:04:35.497Z] === RUN   TestInfoAPIVersioned
10:04:35 [2022-06-21T10:04:35.497Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:04:35 [2022-06-21T10:04:35.497Z] === RUN   TestInfoAPI
10:04:35 [2022-06-21T10:04:35.497Z] --- PASS: TestInfoAPI (0.02s)
10:04:35 [2022-06-21T10:04:35.497Z] === RUN   TestInfoAPIWarnings
10:04:35 [2022-06-21T10:04:35.556Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
10:04:35 [2022-06-21T10:04:35.556Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
10:04:35 [2022-06-21T10:04:35.556Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
10:04:36 [2022-06-21T10:04:36.117Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
10:04:37 [2022-06-21T10:04:37.483Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
10:04:37 [2022-06-21T10:04:37.483Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
10:04:38 [2022-06-21T10:04:38.413Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
10:04:40 [2022-06-21T10:04:40.322Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
10:04:40 [2022-06-21T10:04:40.322Z]     docker_api_swarm_test.go:202: [dcda9da01f581] joining swarm manager [d196ae76c2946]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:04:41 [2022-06-21T10:04:41.691Z] --- PASS: TestReplicatedJob (6.69s)
10:04:41 [2022-06-21T10:04:41.691Z] === RUN   TestUpdateReplicatedJob
10:04:41 [2022-06-21T10:04:41.691Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
10:04:42 [2022-06-21T10:04:42.254Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
10:04:42 [2022-06-21T10:04:42.816Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
10:04:43 [2022-06-21T10:04:43.072Z] === RUN   TestDockerSuite/TestDevicePermissions
10:04:43 [2022-06-21T10:04:43.634Z] === RUN   TestDockerSuite/TestDockerFails
10:04:43 [2022-06-21T10:04:43.634Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
10:04:43 [2022-06-21T10:04:43.634Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
10:04:43 [2022-06-21T10:04:43.634Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
10:04:44 [2022-06-21T10:04:44.561Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
10:04:45 [2022-06-21T10:04:45.486Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
10:04:45 [2022-06-21T10:04:45.486Z] --- PASS: TestUpdateReplicatedJob (3.64s)
10:04:45 [2022-06-21T10:04:45.486Z] === RUN   TestServiceListWithStatuses
10:04:45 [2022-06-21T10:04:45.486Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:04:45 [2022-06-21T10:04:45.486Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:04:45 [2022-06-21T10:04:45.486Z] === RUN   TestDockerNetworkConnectAlias
10:04:46 [2022-06-21T10:04:46.234Z] --- PASS: TestCreateServiceMultipleTimes (14.79s)
10:04:46 [2022-06-21T10:04:46.234Z] === RUN   TestCreateServiceConflict
10:04:46 [2022-06-21T10:04:46.414Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
10:04:46 [2022-06-21T10:04:46.414Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
10:04:46 [2022-06-21T10:04:46.414Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
10:04:46 [2022-06-21T10:04:46.670Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
10:04:48 [2022-06-21T10:04:48.146Z] --- PASS: TestCreateServiceConflict (2.19s)
10:04:48 [2022-06-21T10:04:48.146Z] === RUN   TestCreateServiceMaxReplicas
10:04:50 [2022-06-21T10:04:50.688Z] --- PASS: TestCreateServiceMaxReplicas (2.59s)
10:04:50 [2022-06-21T10:04:50.688Z] === RUN   TestCreateWithDuplicateNetworkNames
10:04:50 [2022-06-21T10:04:50.837Z] --- PASS: TestDockerNetworkConnectAlias (4.81s)
10:04:50 [2022-06-21T10:04:50.837Z] === RUN   TestDockerNetworkReConnect
10:04:52 [2022-06-21T10:04:52.725Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestInfoAPIWarnings (16.54s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestInfoDebug
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestInfoDebug (0.52s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestInfoInsecureRegistries
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestInfoInsecureRegistries (0.52s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestInfoRegistryMirrors
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestInfoRegistryMirrors (0.52s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestLoginFailsWithBadCredentials
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestPingCacheHeaders
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestPingCacheHeaders (0.02s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestPingGet
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestPingGet (0.01s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestPingHead
10:04:53 [2022-06-21T10:04:53.573Z] --- PASS: TestPingHead (0.02s)
10:04:53 [2022-06-21T10:04:53.573Z] === RUN   TestPingSwarmHeader
10:04:53 [2022-06-21T10:04:53.651Z] --- PASS: TestDockerNetworkReConnect (3.54s)
10:04:53 [2022-06-21T10:04:53.651Z] === RUN   TestServicePlugin
10:04:54 [2022-06-21T10:04:54.139Z] === RUN   TestPingSwarmHeader/before_swarm_init
10:04:54 [2022-06-21T10:04:54.397Z] === RUN   TestPingSwarmHeader/after_swarm_init
10:04:55 [2022-06-21T10:04:55.020Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
10:04:55 [2022-06-21T10:04:55.332Z] === RUN   TestPingSwarmHeader/after_swarm_leave
10:04:55 [2022-06-21T10:04:55.332Z] --- PASS: TestPingSwarmHeader (1.64s)
10:04:55 [2022-06-21T10:04:55.332Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
10:04:55 [2022-06-21T10:04:55.332Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
10:04:55 [2022-06-21T10:04:55.332Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
10:04:55 [2022-06-21T10:04:55.332Z] === RUN   TestVersion
10:04:55 [2022-06-21T10:04:55.332Z] --- PASS: TestVersion (0.02s)
10:04:55 [2022-06-21T10:04:55.332Z] === CONT  TestCgroupDriverSystemdMemoryLimit
10:04:55 [2022-06-21T10:04:55.332Z] === CONT  TestDiskUsage
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/container_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/image_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/volume_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/build-cache_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/container,_volume_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
10:04:55 [2022-06-21T10:04:55.899Z] === RUN   TestDiskUsage/after_LoadBusybox
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
10:04:56 [2022-06-21T10:04:56.159Z] === RUN   TestDiskUsage/after_container.Run
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/container_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/image_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/volume_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
10:04:56 [2022-06-21T10:04:56.727Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
10:04:56 [2022-06-21T10:04:56.908Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
10:04:56 [2022-06-21T10:04:56.985Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.56s)
10:04:56 [2022-06-21T10:04:56.986Z] --- PASS: TestDiskUsage (1.57s)
10:04:56 [2022-06-21T10:04:56.986Z]     --- PASS: TestDiskUsage/empty (0.01s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.32s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]     --- PASS: TestDiskUsage/after_container.Run (0.51s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
10:04:56 [2022-06-21T10:04:56.986Z] PASS
10:04:56 [2022-06-21T10:04:56.986Z] 
10:04:56 [2022-06-21T10:04:56.986Z] DONE 54 tests in 22.276s
10:04:56 [2022-06-21T10:04:56.986Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
10:04:56 [2022-06-21T10:04:56.986Z] INFO: Testing against a local daemon
10:04:56 [2022-06-21T10:04:56.986Z] === RUN   TestVolumesCreateAndList
10:04:56 [2022-06-21T10:04:56.986Z] --- PASS: TestVolumesCreateAndList (0.02s)
10:04:56 [2022-06-21T10:04:56.986Z] === RUN   TestVolumesRemove
10:04:56 [2022-06-21T10:04:56.986Z] --- PASS: TestVolumesRemove (0.07s)
10:04:56 [2022-06-21T10:04:56.986Z] === RUN   TestVolumesInspect
10:04:56 [2022-06-21T10:04:56.986Z] --- PASS: TestVolumesInspect (0.02s)
10:04:56 [2022-06-21T10:04:56.986Z] === RUN   TestVolumesInvalidJSON
10:04:56 [2022-06-21T10:04:56.986Z] === RUN   TestVolumesInvalidJSON/volumes/create
10:04:56 [2022-06-21T10:04:56.986Z] === PAUSE TestVolumesInvalidJSON/volumes/create
10:04:57 [2022-06-21T10:04:57.244Z] === CONT  TestVolumesInvalidJSON/volumes/create
10:04:57 [2022-06-21T10:04:57.244Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
10:04:57 [2022-06-21T10:04:57.244Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
10:04:57 [2022-06-21T10:04:57.244Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
10:04:57 [2022-06-21T10:04:57.244Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
10:04:57 [2022-06-21T10:04:57.244Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:04:57 [2022-06-21T10:04:57.244Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
10:04:57 [2022-06-21T10:04:57.244Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
10:04:57 [2022-06-21T10:04:57.244Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
10:04:57 [2022-06-21T10:04:57.244Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
10:04:57 [2022-06-21T10:04:57.244Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
10:04:57 [2022-06-21T10:04:57.244Z] PASS
10:04:57 [2022-06-21T10:04:57.244Z] 
10:04:57 [2022-06-21T10:04:57.244Z] DONE 9 tests in 0.146s
10:04:57 [2022-06-21T10:04:57.244Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:04:57 [2022-06-21T10:04:57.810Z] Stopping apparmor (via systemctl): apparmor.service.
10:04:57 [2022-06-21T10:04:57.810Z] Removing test suite binaries
10:04:57 [2022-06-21T10:04:57.810Z] exiting test-integration
10:04:57 [2022-06-21T10:04:57.810Z] ++ exit 0
10:04:57 [2022-06-21T10:04:57.810Z] 
10:04:57 [2022-06-21T10:04:57.837Z]     plugin_test.go:61: [d6f020ff868cb] joining swarm manager [ddaf615c2f695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:04:58 [2022-06-21T10:04:58.400Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
10:04:58 [2022-06-21T10:04:58.655Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
Post stage
[Pipeline] junit
10:04:59 [2022-06-21T10:04:59.200Z] Recording test results
10:04:59 [2022-06-21T10:04:59.216Z]     plugin_test.go:64: [d9db39dc028f8] joining swarm manager [ddaf615c2f695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:04:59 [2022-06-21T10:04:59.216Z] === RUN   TestDockerSuite/TestEventsAttach
10:05:00 [2022-06-21T10:05:00.145Z] === RUN   TestDockerSuite/TestEventsCommit
10:05:00 [2022-06-21T10:05:00.685Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:05:01 [2022-06-21T10:05:01.013Z] + echo Ensuring container killed.
10:05:01 [2022-06-21T10:05:01.013Z] Ensuring container killed.
10:05:01 [2022-06-21T10:05:01.013Z] + docker rm -vf docker-pr7
10:05:01 [2022-06-21T10:05:01.013Z] Error: No such container: docker-pr7
[Pipeline] sh
10:05:01 [2022-06-21T10:05:01.074Z]     docker_api_swarm_test.go:384: [daef3360aae45] joining swarm manager [d79175cf55168]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:05:01 [2022-06-21T10:05:01.075Z] === RUN   TestDockerSuite/TestEventsContainerEvents
10:05:01 [2022-06-21T10:05:01.341Z] + echo Chowning /workspace to jenkins user
10:05:01 [2022-06-21T10:05:01.341Z] Chowning /workspace to jenkins user
10:05:01 [2022-06-21T10:05:01.341Z] + id -u
10:05:01 [2022-06-21T10:05:01.341Z] + id -g
10:05:01 [2022-06-21T10:05:01.341Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/workspace busybox chown -R 1000:1000 /workspace
10:05:01 [2022-06-21T10:05:01.341Z] Unable to find image 'busybox:latest' locally
10:05:01 [2022-06-21T10:05:01.602Z] latest: Pulling from library/busybox
10:05:01 [2022-06-21T10:05:01.602Z] 19d511225f94: Pulling fs layer
10:05:01 [2022-06-21T10:05:01.602Z] 19d511225f94: Download complete
10:05:01 [2022-06-21T10:05:01.861Z] 19d511225f94: Pull complete
10:05:01 [2022-06-21T10:05:01.861Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:05:01 [2022-06-21T10:05:01.861Z] Status: Downloaded newer image for busybox:latest
10:05:02 [2022-06-21T10:05:02.002Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
10:05:02 [2022-06-21T10:05:02.260Z]     docker_api_swarm_test.go:385: [dac92cf2fc3a4] joining swarm manager [d79175cf55168]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:05:02 [2022-06-21T10:05:02.260Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
10:05:02 [2022-06-21T10:05:02.827Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
10:05:02 [2022-06-21T10:05:02.915Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.58s)
10:05:02 [2022-06-21T10:05:02.915Z] === RUN   TestCreateServiceSecretFileMode
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:05:03 [2022-06-21T10:05:03.530Z] + bundleName=amd64-cgroup2
10:05:03 [2022-06-21T10:05:03.530Z] + echo Creating amd64-cgroup2-bundles.tar.gz
10:05:03 [2022-06-21T10:05:03.530Z] Creating amd64-cgroup2-bundles.tar.gz
10:05:03 [2022-06-21T10:05:03.530Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
10:05:03 [2022-06-21T10:05:03.530Z] + 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
10:05:03 [2022-06-21T10:05:03.802Z] Archiving artifacts
10:05:04 [2022-06-21T10:05:04.734Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
10:05:04 [2022-06-21T10:05:04.828Z] --- PASS: TestCreateServiceSecretFileMode (2.00s)
10:05:04 [2022-06-21T10:05:04.828Z] === RUN   TestCreateServiceConfigFileMode
10:05:05 [2022-06-21T10:05:05.661Z] === RUN   TestDockerSuite/TestEventsContainerRestart
10:05:06 [2022-06-21T10:05:06.179Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42379/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:05:06 [2022-06-21T10:05:06.483Z] + make clean
10:05:06 [2022-06-21T10:05:06.483Z] docker volume rm -f docker-dev-cache docker-mod-cache
10:05:06 [2022-06-21T10:05:06.741Z] docker-dev-cache
10:05:06 [2022-06-21T10:05:06.741Z] docker-mod-cache
[Pipeline] deleteDir
10:05:07 [2022-06-21T10:05:07.376Z] --- PASS: TestCreateServiceConfigFileMode (2.34s)
10:05:07 [2022-06-21T10:05:07.376Z] === RUN   TestCreateServiceSysctls
10:05:08 [2022-06-21T10:05:08.177Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:05:10 [2022-06-21T10:05:10.068Z] === RUN   TestDockerSuite/TestEventsCopy
10:05:10 [2022-06-21T10:05:10.630Z] === RUN   TestDockerSuite/TestEventsFilterContainer
10:05:10 [2022-06-21T10:05:10.673Z] --- PASS: TestCreateServiceSysctls (3.04s)
10:05:10 [2022-06-21T10:05:10.673Z] === RUN   TestCreateServiceCapabilities
10:05:11 [2022-06-21T10:05:11.559Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
10:05:12 [2022-06-21T10:05:12.604Z] --- PASS: TestCreateServiceCapabilities (1.95s)
10:05:12 [2022-06-21T10:05:12.604Z] === RUN   TestInspect
10:05:15 [2022-06-21T10:05:15.179Z] --- PASS: TestInspect (2.69s)
10:05:15 [2022-06-21T10:05:15.179Z] === RUN   TestCreateJob
10:05:16 [2022-06-21T10:05:16.802Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
10:05:17 [2022-06-21T10:05:17.058Z] === RUN   TestDockerSuite/TestEventsFilterImageName
10:05:17 [2022-06-21T10:05:17.987Z] === RUN   TestDockerSuite/TestEventsFilterLabels
10:05:18 [2022-06-21T10:05:18.243Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
10:05:18 [2022-06-21T10:05:18.243Z] === RUN   TestDockerSuite/TestEventsFilterType
10:05:18 [2022-06-21T10:05:18.480Z] --- PASS: TestCreateJob (2.98s)
10:05:18 [2022-06-21T10:05:18.481Z] === RUN   TestReplicatedJob
10:05:18 [2022-06-21T10:05:18.498Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
10:05:18 [2022-06-21T10:05:18.754Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
10:05:18 [2022-06-21T10:05:18.754Z] === RUN   TestDockerSuite/TestEventsFilters
10:05:19 [2022-06-21T10:05:19.681Z] === RUN   TestDockerSuite/TestEventsFormat
10:05:20 [2022-06-21T10:05:20.607Z] === RUN   TestDockerSuite/TestEventsFormatBadField
10:05:20 [2022-06-21T10:05:20.607Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
10:05:20 [2022-06-21T10:05:20.607Z] === RUN   TestDockerSuite/TestEventsImageImport
10:05:21 [2022-06-21T10:05:21.171Z] === RUN   TestDockerSuite/TestEventsImageLoad
10:05:21 [2022-06-21T10:05:21.171Z] === RUN   TestDockerSuite/TestEventsImagePull
10:05:22 [2022-06-21T10:05:22.098Z] === RUN   TestDockerSuite/TestEventsImageTag
10:05:23 [2022-06-21T10:05:23.025Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
10:05:23 [2022-06-21T10:05:23.281Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
10:05:23 [2022-06-21T10:05:23.281Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
10:05:23 [2022-06-21T10:05:23.281Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
10:05:23 [2022-06-21T10:05:23.281Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
10:05:23 [2022-06-21T10:05:23.281Z] === RUN   TestDockerSuite/TestEventsPluginOps
10:05:23 [2022-06-21T10:05:23.764Z] --- PASS: TestReplicatedJob (5.18s)
10:05:23 [2022-06-21T10:05:23.764Z] === RUN   TestUpdateReplicatedJob
10:05:25 [2022-06-21T10:05:25.795Z] --- PASS: TestServicePlugin (31.70s)
10:05:25 [2022-06-21T10:05:25.795Z] === RUN   TestServiceUpdateLabel
10:05:25 [2022-06-21T10:05:25.795Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
10:05:26 [2022-06-21T10:05:26.307Z] --- PASS: TestUpdateReplicatedJob (3.02s)
10:05:26 [2022-06-21T10:05:26.307Z] === RUN   TestServiceListWithStatuses
10:05:26 [2022-06-21T10:05:26.307Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:05:26 [2022-06-21T10:05:26.307Z] --- SKIP: TestServiceListWithStatuses (0.00s)
10:05:26 [2022-06-21T10:05:26.307Z] === RUN   TestDockerNetworkConnectAlias
10:05:26 [2022-06-21T10:05:26.357Z] === RUN   TestDockerSuite/TestEventsRename
10:05:26 [2022-06-21T10:05:26.922Z] === RUN   TestDockerSuite/TestEventsResize
10:05:27 [2022-06-21T10:05:27.484Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
10:05:28 [2022-06-21T10:05:28.059Z] --- PASS: TestServiceUpdateLabel (2.54s)
10:05:28 [2022-06-21T10:05:28.059Z] === RUN   TestServiceUpdateSecrets
10:05:30 [2022-06-21T10:05:30.512Z] --- PASS: TestDockerNetworkConnectAlias (3.90s)
10:05:30 [2022-06-21T10:05:30.512Z] === RUN   TestDockerNetworkReConnect
10:05:33 [2022-06-21T10:05:33.332Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
10:05:33 [2022-06-21T10:05:33.589Z] === RUN   TestDockerSuite/TestEventsStreaming
10:05:33 [2022-06-21T10:05:33.811Z] --- PASS: TestDockerNetworkReConnect (3.34s)
10:05:33 [2022-06-21T10:05:33.811Z] === RUN   TestServicePlugin
10:05:33 [2022-06-21T10:05:33.811Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:05:33 [2022-06-21T10:05:33.811Z] --- SKIP: TestServicePlugin (0.00s)
10:05:33 [2022-06-21T10:05:33.811Z] === RUN   TestServiceUpdateLabel
10:05:34 [2022-06-21T10:05:34.150Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
10:05:35 [2022-06-21T10:05:35.722Z] --- PASS: TestServiceUpdateLabel (2.17s)
10:05:35 [2022-06-21T10:05:35.722Z] === RUN   TestServiceUpdateSecrets
10:05:36 [2022-06-21T10:05:36.664Z] === RUN   TestDockerSuite/TestEventsTop
10:05:37 [2022-06-21T10:05:37.227Z] === RUN   TestDockerSuite/TestEventsUntag
10:05:39 [2022-06-21T10:05:39.741Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
10:05:43 [2022-06-21T10:05:43.008Z] --- PASS: TestServiceUpdateSecrets (14.59s)
10:05:43 [2022-06-21T10:05:43.008Z] === RUN   TestServiceUpdateConfigs
10:05:45 [2022-06-21T10:05:45.523Z] === RUN   TestDockerSuite/TestExec
10:05:46 [2022-06-21T10:05:46.455Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
10:05:47 [2022-06-21T10:05:47.019Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
10:05:47 [2022-06-21T10:05:47.581Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
10:05:48 [2022-06-21T10:05:48.142Z] === RUN   TestDockerSuite/TestExecAPIStart
10:05:49 [2022-06-21T10:05:49.072Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
10:05:49 [2022-06-21T10:05:49.634Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
10:05:50 [2022-06-21T10:05:50.196Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
10:05:50 [2022-06-21T10:05:50.625Z] --- PASS: TestServiceUpdateSecrets (14.28s)
10:05:50 [2022-06-21T10:05:50.625Z] === RUN   TestServiceUpdateConfigs
10:05:50 [2022-06-21T10:05:50.758Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
10:05:51 [2022-06-21T10:05:51.320Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
10:05:51 [2022-06-21T10:05:51.881Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
10:05:52 [2022-06-21T10:05:52.444Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
10:05:53 [2022-06-21T10:05:53.375Z] === RUN   TestDockerSuite/TestExecCgroup
10:05:53 [2022-06-21T10:05:53.954Z]     check_test.go:378: [dac92cf2fc3a4] daemon is not started
10:05:53 [2022-06-21T10:05:53.954Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
10:05:54 [2022-06-21T10:05:54.516Z] === RUN   TestDockerSuite/TestExecEnv
10:05:55 [2022-06-21T10:05:55.078Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
10:05:56 [2022-06-21T10:05:56.445Z]     docker_api_swarm_test.go:802: [db631581c8b6c] joining swarm manager [db4c0dd26922e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:05:56 [2022-06-21T10:05:56.701Z] === RUN   TestDockerSuite/TestExecExitStatus
10:05:57 [2022-06-21T10:05:57.263Z] --- PASS: TestServiceUpdateConfigs (14.61s)
10:05:57 [2022-06-21T10:05:57.263Z] === RUN   TestServiceUpdateNetwork
10:05:57 [2022-06-21T10:05:57.263Z] === RUN   TestDockerSuite/TestExecInspectID
10:05:57 [2022-06-21T10:05:57.825Z]     docker_api_swarm_test.go:802: [da3a782477a0b] joining swarm manager [db4c0dd26922e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:05:59 [2022-06-21T10:05:59.191Z]     docker_api_swarm_test.go:802: [d869cbf46883f] joining swarm manager [db4c0dd26922e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
10:05:59 [2022-06-21T10:05:59.191Z] === RUN   TestDockerSuite/TestExecInteractive
10:06:00 [2022-06-21T10:06:00.121Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
10:06:00 [2022-06-21T10:06:00.685Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
10:06:01 [2022-06-21T10:06:01.247Z] === RUN   TestDockerSuite/TestExecParseError
10:06:01 [2022-06-21T10:06:01.505Z]     docker_api_swarm_test.go:802: [dd8295bd730ed] joining swarm manager [db4c0dd26922e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
10:06:02 [2022-06-21T10:06:02.067Z] === RUN   TestDockerSuite/TestExecPausedContainer
10:06:02 [2022-06-21T10:06:02.629Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
10:06:02 [2022-06-21T10:06:02.886Z]     docker_api_swarm_test.go:810: [dbbc139bf7434] joining swarm manager [db4c0dd26922e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
10:06:03 [2022-06-21T10:06:03.143Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
10:06:04 [2022-06-21T10:06:04.508Z] === RUN   TestDockerSuite/TestExecSetEnv
10:06:05 [2022-06-21T10:06:05.070Z] === RUN   TestDockerSuite/TestExecStartFails
10:06:05 [2022-06-21T10:06:05.326Z] === RUN   TestDockerSuite/TestExecStateCleanup
10:06:05 [2022-06-21T10:06:05.527Z] --- PASS: TestServiceUpdateConfigs (14.30s)
10:06:05 [2022-06-21T10:06:05.527Z] === RUN   TestServiceUpdateNetwork
10:06:10 [2022-06-21T10:06:10.569Z] --- PASS: TestServiceUpdateNetwork (13.31s)
10:06:10 [2022-06-21T10:06:10.569Z] === RUN   TestServiceUpdatePidsLimit
10:06:11 [2022-06-21T10:06:11.936Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:06:12 [2022-06-21T10:06:12.192Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:06:16 [2022-06-21T10:06:16.356Z] === RUN   TestDockerSuite/TestExecStopNotHanging
10:06:16 [2022-06-21T10:06:16.612Z] === RUN   TestDockerSuite/TestExecTTY
10:06:17 [2022-06-21T10:06:17.175Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
10:06:17 [2022-06-21T10:06:17.736Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
10:06:17 [2022-06-21T10:06:17.753Z] --- PASS: TestServiceUpdateNetwork (12.26s)
10:06:17 [2022-06-21T10:06:17.753Z] === RUN   TestServiceUpdatePidsLimit
10:06:17 [2022-06-21T10:06:17.753Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
10:06:17 [2022-06-21T10:06:17.753Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
10:06:18 [2022-06-21T10:06:18.306Z] === RUN   TestDockerSuite/TestExecUlimits
10:06:18 [2022-06-21T10:06:18.875Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
10:06:18 [2022-06-21T10:06:18.875Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
10:06:18 [2022-06-21T10:06:18.875Z] === RUN   TestDockerSuite/TestExecWithImageUser
10:06:19 [2022-06-21T10:06:19.132Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:06:20 [2022-06-21T10:06:20.059Z] === RUN   TestDockerSuite/TestExecWithNoTERM
10:06:20 [2022-06-21T10:06:20.622Z] === RUN   TestDockerSuite/TestExecWithPrivileged
10:06:21 [2022-06-21T10:06:21.551Z] === RUN   TestDockerSuite/TestExecWithTERM
10:06:22 [2022-06-21T10:06:22.114Z] === RUN   TestDockerSuite/TestExecWithUser
10:06:22 [2022-06-21T10:06:22.676Z] === RUN   TestDockerSuite/TestGetContainerStats
10:06:25 [2022-06-21T10:06:25.886Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
10:06:26 [2022-06-21T10:06:26.282Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev
10:06:26 [2022-06-21T10:06:26.282Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
10:06:26 [2022-06-21T10:06:26.282Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
10:06:26 [2022-06-21T10:06:26.282Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
10:06:26 [2022-06-21T10:06:26.282Z] Cross building: bundles/cross/linux/s390x
10:06:26 [2022-06-21T10:06:26.282Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev
10:06:26 [2022-06-21T10:06:26.282Z] GOOS="linux" GOARCH="s390x" GOARM=""
10:06:26 [2022-06-21T10:06:26.841Z] --- PASS: TestServiceUpdatePidsLimit (16.19s)
10:06:26 [2022-06-21T10:06:26.841Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
10:06:26 [2022-06-21T10:06:26.841Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
10:06:26 [2022-06-21T10:06:26.841Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s)
10:06:26 [2022-06-21T10:06:26.841Z] PASS
10:06:26 [2022-06-21T10:06:26.841Z] 
10:06:26 [2022-06-21T10:06:26.841Z] === Skipped
10:06:26 [2022-06-21T10:06:26.841Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
10:06:26 [2022-06-21T10:06:26.841Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:06:26 [2022-06-21T10:06:26.841Z] 
10:06:26 [2022-06-21T10:06:26.841Z] DONE 27 tests, 1 skipped in 179.766s
10:06:26 [2022-06-21T10:06:26.841Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
10:06:26 [2022-06-21T10:06:26.841Z] ++ 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
10:06:26 [2022-06-21T10:06:26.841Z] ++ set -e
10:06:26 [2022-06-21T10:06:26.841Z] ++ '[' -n 0 ']'
10:06:26 [2022-06-21T10:06:26.841Z] ++ set -x
10:06:26 [2022-06-21T10:06:26.842Z] ++ 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
10:06:26 [2022-06-21T10:06:26.842Z] INFO: Testing against a local daemon
10:06:26 [2022-06-21T10:06:26.842Z] === RUN   TestSessionCreate
10:06:26 [2022-06-21T10:06:26.842Z] --- PASS: TestSessionCreate (0.02s)
10:06:26 [2022-06-21T10:06:26.842Z] === RUN   TestSessionCreateWithBadUpgrade
10:06:26 [2022-06-21T10:06:26.842Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
10:06:26 [2022-06-21T10:06:26.842Z] PASS
10:06:26 [2022-06-21T10:06:26.842Z] 
10:06:26 [2022-06-21T10:06:26.842Z] DONE 2 tests in 0.122s
10:06:26 [2022-06-21T10:06:26.842Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
10:06:26 [2022-06-21T10:06:26.842Z] ++ 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
10:06:26 [2022-06-21T10:06:26.842Z] ++ set -e
10:06:26 [2022-06-21T10:06:26.842Z] ++ '[' -n 0 ']'
10:06:26 [2022-06-21T10:06:26.842Z] ++ set -x
10:06:26 [2022-06-21T10:06:26.842Z] ++ 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
10:06:26 [2022-06-21T10:06:26.842Z] INFO: Testing against a local daemon
10:06:26 [2022-06-21T10:06:26.842Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:06:26 [2022-06-21T10:06:26.842Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:06:26 [2022-06-21T10:06:26.842Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:06:26 [2022-06-21T10:06:26.842Z] === RUN   TestDiskUsage
10:06:26 [2022-06-21T10:06:26.842Z] === PAUSE TestDiskUsage
10:06:26 [2022-06-21T10:06:26.842Z] === RUN   TestEventsExecDie
10:06:27 [2022-06-21T10:06:27.405Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
10:06:27 [2022-06-21T10:06:27.405Z] --- PASS: TestEventsExecDie (0.63s)
10:06:27 [2022-06-21T10:06:27.405Z] === RUN   TestEventsBackwardsCompatible
10:06:27 [2022-06-21T10:06:27.660Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
10:06:27 [2022-06-21T10:06:27.660Z] === RUN   TestEventsVolumeCreate
10:06:27 [2022-06-21T10:06:27.660Z] --- PASS: TestEventsVolumeCreate (0.07s)
10:06:27 [2022-06-21T10:06:27.660Z] === RUN   TestInfoBinaryCommits
10:06:27 [2022-06-21T10:06:27.660Z] --- PASS: TestInfoBinaryCommits (0.02s)
10:06:27 [2022-06-21T10:06:27.660Z] === RUN   TestInfoAPIVersioned
10:06:27 [2022-06-21T10:06:27.660Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:06:27 [2022-06-21T10:06:27.660Z] === RUN   TestInfoAPI
10:06:27 [2022-06-21T10:06:27.660Z] --- PASS: TestInfoAPI (0.03s)
10:06:27 [2022-06-21T10:06:27.660Z] === RUN   TestInfoAPIWarnings
10:06:32 [2022-06-21T10:06:32.468Z] --- PASS: TestServiceUpdatePidsLimit (15.56s)
10:06:32 [2022-06-21T10:06:32.468Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s)
10:06:32 [2022-06-21T10:06:32.468Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
10:06:32 [2022-06-21T10:06:32.468Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
10:06:32 [2022-06-21T10:06:32.468Z] PASS
10:06:32 [2022-06-21T10:06:32.468Z] 
10:06:32 [2022-06-21T10:06:32.468Z] === Skipped
10:06:32 [2022-06-21T10:06:32.468Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
10:06:32 [2022-06-21T10:06:32.468Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
10:06:32 [2022-06-21T10:06:32.468Z] 
10:06:32 [2022-06-21T10:06:32.468Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
10:06:32 [2022-06-21T10:06:32.468Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
10:06:32 [2022-06-21T10:06:32.468Z] 
10:06:32 [2022-06-21T10:06:32.468Z] DONE 27 tests, 2 skipped in 128.312s
10:06:32 [2022-06-21T10:06:32.468Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
10:06:32 [2022-06-21T10:06:32.468Z] ++ 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
10:06:32 [2022-06-21T10:06:32.468Z] ++ set -e
10:06:32 [2022-06-21T10:06:32.468Z] ++ '[' -n 0 ']'
10:06:32 [2022-06-21T10:06:32.468Z] ++ set -x
10:06:32 [2022-06-21T10:06:32.468Z] ++ 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
10:06:32 [2022-06-21T10:06:32.468Z] INFO: Testing against a local daemon
10:06:32 [2022-06-21T10:06:32.468Z] === RUN   TestSessionCreate
10:06:32 [2022-06-21T10:06:32.468Z] --- PASS: TestSessionCreate (0.02s)
10:06:32 [2022-06-21T10:06:32.468Z] === RUN   TestSessionCreateWithBadUpgrade
10:06:32 [2022-06-21T10:06:32.468Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
10:06:32 [2022-06-21T10:06:32.468Z] PASS
10:06:32 [2022-06-21T10:06:32.468Z] 
10:06:32 [2022-06-21T10:06:32.468Z] DONE 2 tests in 0.126s
10:06:32 [2022-06-21T10:06:32.468Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
10:06:32 [2022-06-21T10:06:32.468Z] ++ 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
10:06:32 [2022-06-21T10:06:32.468Z] ++ set -e
10:06:32 [2022-06-21T10:06:32.468Z] ++ '[' -n 0 ']'
10:06:32 [2022-06-21T10:06:32.468Z] ++ set -x
10:06:32 [2022-06-21T10:06:32.468Z] ++ 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
10:06:32 [2022-06-21T10:06:32.468Z] INFO: Testing against a local daemon
10:06:32 [2022-06-21T10:06:32.468Z] === RUN   TestCgroupDriverSystemdMemoryLimit
10:06:32 [2022-06-21T10:06:32.468Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:06:32 [2022-06-21T10:06:32.468Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
10:06:32 [2022-06-21T10:06:32.468Z] === RUN   TestDiskUsage
10:06:32 [2022-06-21T10:06:32.468Z] === PAUSE TestDiskUsage
10:06:32 [2022-06-21T10:06:32.468Z] === RUN   TestEventsExecDie
10:06:32 [2022-06-21T10:06:32.729Z] --- PASS: TestEventsExecDie (0.47s)
10:06:32 [2022-06-21T10:06:32.729Z] === RUN   TestEventsBackwardsCompatible
10:06:32 [2022-06-21T10:06:32.729Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
10:06:32 [2022-06-21T10:06:32.729Z] === RUN   TestEventsVolumeCreate
10:06:32 [2022-06-21T10:06:32.729Z] --- PASS: TestEventsVolumeCreate (0.05s)
10:06:32 [2022-06-21T10:06:32.729Z] === RUN   TestInfoBinaryCommits
10:06:32 [2022-06-21T10:06:32.729Z] --- PASS: TestInfoBinaryCommits (0.03s)
10:06:32 [2022-06-21T10:06:32.729Z] === RUN   TestInfoAPIVersioned
10:06:32 [2022-06-21T10:06:32.729Z] --- PASS: TestInfoAPIVersioned (0.01s)
10:06:32 [2022-06-21T10:06:32.729Z] === RUN   TestInfoAPI
10:06:32 [2022-06-21T10:06:32.729Z] --- PASS: TestInfoAPI (0.02s)
10:06:32 [2022-06-21T10:06:32.729Z] === RUN   TestInfoAPIWarnings
10:06:32 [2022-06-21T10:06:32.901Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
10:06:33 [2022-06-21T10:06:33.464Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
10:06:38 [2022-06-21T10:06:38.706Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
10:06:38 [2022-06-21T10:06:38.706Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
10:06:38 [2022-06-21T10:06:38.706Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
10:06:38 [2022-06-21T10:06:38.706Z] === RUN   TestDockerSuite/TestHealth
10:06:45 [2022-06-21T10:06:45.245Z] --- PASS: TestInfoAPIWarnings (16.55s)
10:06:45 [2022-06-21T10:06:45.245Z] === RUN   TestInfoDebug
10:06:45 [2022-06-21T10:06:45.245Z] --- PASS: TestInfoDebug (0.52s)
10:06:45 [2022-06-21T10:06:45.245Z] === RUN   TestInfoInsecureRegistries
10:06:45 [2022-06-21T10:06:45.245Z] --- PASS: TestInfoInsecureRegistries (0.52s)
10:06:45 [2022-06-21T10:06:45.245Z] === RUN   TestInfoRegistryMirrors
10:06:45 [2022-06-21T10:06:45.807Z] --- PASS: TestInfoRegistryMirrors (0.52s)
10:06:45 [2022-06-21T10:06:45.807Z] === RUN   TestLoginFailsWithBadCredentials
10:06:45 [2022-06-21T10:06:45.807Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
10:06:45 [2022-06-21T10:06:45.807Z] === RUN   TestPingCacheHeaders
10:06:45 [2022-06-21T10:06:45.807Z] --- PASS: TestPingCacheHeaders (0.02s)
10:06:45 [2022-06-21T10:06:45.807Z] === RUN   TestPingGet
10:06:45 [2022-06-21T10:06:45.807Z] --- PASS: TestPingGet (0.01s)
10:06:45 [2022-06-21T10:06:45.807Z] === RUN   TestPingHead
10:06:46 [2022-06-21T10:06:46.062Z] --- PASS: TestPingHead (0.02s)
10:06:46 [2022-06-21T10:06:46.062Z] === RUN   TestPingSwarmHeader
10:06:46 [2022-06-21T10:06:46.624Z] === RUN   TestPingSwarmHeader/before_swarm_init
10:06:47 [2022-06-21T10:06:47.189Z] === RUN   TestPingSwarmHeader/after_swarm_init
10:06:48 [2022-06-21T10:06:48.117Z] === RUN   TestPingSwarmHeader/after_swarm_leave
10:06:48 [2022-06-21T10:06:48.117Z] --- PASS: TestPingSwarmHeader (2.19s)
10:06:48 [2022-06-21T10:06:48.117Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
10:06:48 [2022-06-21T10:06:48.117Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
10:06:48 [2022-06-21T10:06:48.117Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
10:06:48 [2022-06-21T10:06:48.117Z] === RUN   TestVersion
10:06:48 [2022-06-21T10:06:48.117Z] --- PASS: TestVersion (0.02s)
10:06:48 [2022-06-21T10:06:48.117Z] === CONT  TestDiskUsage
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/container_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/image_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/volume_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/build-cache_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/container,_volume_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
10:06:48 [2022-06-21T10:06:48.693Z] === RUN   TestDiskUsage/after_LoadBusybox
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
10:06:48 [2022-06-21T10:06:48.967Z] === RUN   TestDiskUsage/after_container.Run
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/container_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/image_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/volume_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
10:06:49 [2022-06-21T10:06:49.226Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
10:06:49 [2022-06-21T10:06:49.482Z] --- PASS: TestDiskUsage (1.26s)
10:06:49 [2022-06-21T10:06:49.482Z]     --- PASS: TestDiskUsage/empty (0.01s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.21s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.482Z]     --- PASS: TestDiskUsage/after_container.Run (0.38s)
10:06:49 [2022-06-21T10:06:49.482Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z] PASS
10:06:49 [2022-06-21T10:06:49.483Z] 
10:06:49 [2022-06-21T10:06:49.483Z] === Skipped
10:06:49 [2022-06-21T10:06:49.483Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:06:49 [2022-06-21T10:06:49.483Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:06:49 [2022-06-21T10:06:49.483Z] 
10:06:49 [2022-06-21T10:06:49.483Z] DONE 54 tests, 1 skipped in 22.620s
10:06:49 [2022-06-21T10:06:49.483Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
10:06:49 [2022-06-21T10:06:49.483Z] ++ 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
10:06:49 [2022-06-21T10:06:49.483Z] ++ set -e
10:06:49 [2022-06-21T10:06:49.483Z] ++ '[' -n 0 ']'
10:06:49 [2022-06-21T10:06:49.483Z] ++ set -x
10:06:49 [2022-06-21T10:06:49.483Z] ++ 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
10:06:49 [2022-06-21T10:06:49.483Z] INFO: Testing against a local daemon
10:06:49 [2022-06-21T10:06:49.483Z] === RUN   TestVolumesCreateAndList
10:06:49 [2022-06-21T10:06:49.483Z] --- PASS: TestVolumesCreateAndList (0.02s)
10:06:49 [2022-06-21T10:06:49.483Z] === RUN   TestVolumesRemove
10:06:49 [2022-06-21T10:06:49.483Z] --- PASS: TestVolumesRemove (0.06s)
10:06:49 [2022-06-21T10:06:49.483Z] === RUN   TestVolumesInspect
10:06:49 [2022-06-21T10:06:49.739Z] --- PASS: TestVolumesInspect (0.02s)
10:06:49 [2022-06-21T10:06:49.739Z] === RUN   TestVolumesInvalidJSON
10:06:49 [2022-06-21T10:06:49.739Z] === RUN   TestVolumesInvalidJSON/volumes/create
10:06:49 [2022-06-21T10:06:49.739Z] === PAUSE TestVolumesInvalidJSON/volumes/create
10:06:49 [2022-06-21T10:06:49.739Z] === CONT  TestVolumesInvalidJSON/volumes/create
10:06:49 [2022-06-21T10:06:49.739Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
10:06:49 [2022-06-21T10:06:49.739Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
10:06:49 [2022-06-21T10:06:49.739Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
10:06:49 [2022-06-21T10:06:49.739Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
10:06:49 [2022-06-21T10:06:49.739Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:06:49 [2022-06-21T10:06:49.739Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
10:06:49 [2022-06-21T10:06:49.739Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
10:06:49 [2022-06-21T10:06:49.739Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
10:06:49 [2022-06-21T10:06:49.739Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
10:06:49 [2022-06-21T10:06:49.739Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
10:06:49 [2022-06-21T10:06:49.739Z] PASS
10:06:49 [2022-06-21T10:06:49.739Z] 
10:06:49 [2022-06-21T10:06:49.739Z] DONE 9 tests in 0.195s
10:06:49 [2022-06-21T10:06:49.739Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:06:49 [2022-06-21T10:06:49.739Z] ++++ cat bundles/test-integration/docker.pid
10:06:49 [2022-06-21T10:06:49.739Z] +++ kill 6702
10:06:49 [2022-06-21T10:06:49.995Z] +++ /etc/init.d/apparmor stop
10:06:49 [2022-06-21T10:06:49.995Z] Leaving: AppArmorNo profiles have been unloaded.
10:06:49 [2022-06-21T10:06:49.995Z] 
10:06:49 [2022-06-21T10:06:49.995Z] Unloading profiles will leave already running processes permanently
10:06:49 [2022-06-21T10:06:49.995Z] unconfined, which can lead to unexpected situations.
10:06:49 [2022-06-21T10:06:49.995Z] 
10:06:49 [2022-06-21T10:06:49.995Z] To set a process to complain mode, use the command line tool
10:06:49 [2022-06-21T10:06:49.995Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:06:49 [2022-06-21T10:06:49.995Z] +++ true
10:06:49 [2022-06-21T10:06:49.995Z] exiting test-integration
10:06:49 [2022-06-21T10:06:49.995Z] ++ exit 0
10:06:49 [2022-06-21T10:06:49.995Z] 
10:06:50 [2022-06-21T10:06:50.839Z] --- PASS: TestInfoAPIWarnings (16.54s)
10:06:50 [2022-06-21T10:06:50.840Z] === RUN   TestInfoDebug
10:06:50 [2022-06-21T10:06:50.840Z] --- PASS: TestInfoDebug (0.52s)
10:06:50 [2022-06-21T10:06:50.840Z] === RUN   TestInfoInsecureRegistries
10:06:50 [2022-06-21T10:06:50.840Z] --- PASS: TestInfoInsecureRegistries (0.52s)
10:06:50 [2022-06-21T10:06:50.840Z] === RUN   TestInfoRegistryMirrors
10:06:50 [2022-06-21T10:06:50.840Z] --- PASS: TestInfoRegistryMirrors (0.52s)
10:06:50 [2022-06-21T10:06:50.840Z] === RUN   TestLoginFailsWithBadCredentials
10:06:50 [2022-06-21T10:06:50.923Z] + for job in $(jobs -p)
10:06:50 [2022-06-21T10:06:50.923Z] + wait 2492
10:06:51 [2022-06-21T10:06:51.100Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
10:06:51 [2022-06-21T10:06:51.100Z] === RUN   TestPingCacheHeaders
10:06:51 [2022-06-21T10:06:51.100Z] --- PASS: TestPingCacheHeaders (0.02s)
10:06:51 [2022-06-21T10:06:51.100Z] === RUN   TestPingGet
10:06:51 [2022-06-21T10:06:51.100Z] --- PASS: TestPingGet (0.01s)
10:06:51 [2022-06-21T10:06:51.100Z] === RUN   TestPingHead
10:06:51 [2022-06-21T10:06:51.100Z] --- PASS: TestPingHead (0.02s)
10:06:51 [2022-06-21T10:06:51.100Z] === RUN   TestPingSwarmHeader
10:06:51 [2022-06-21T10:06:51.671Z] === RUN   TestPingSwarmHeader/before_swarm_init
10:06:52 [2022-06-21T10:06:52.241Z] === RUN   TestPingSwarmHeader/after_swarm_init
10:06:53 [2022-06-21T10:06:53.182Z] === RUN   TestPingSwarmHeader/after_swarm_leave
10:06:53 [2022-06-21T10:06:53.182Z] --- PASS: TestPingSwarmHeader (2.11s)
10:06:53 [2022-06-21T10:06:53.182Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
10:06:53 [2022-06-21T10:06:53.182Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
10:06:53 [2022-06-21T10:06:53.182Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
10:06:53 [2022-06-21T10:06:53.182Z] === RUN   TestVersion
10:06:53 [2022-06-21T10:06:53.182Z] --- PASS: TestVersion (0.02s)
10:06:53 [2022-06-21T10:06:53.182Z] === CONT  TestDiskUsage
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/container_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/image_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/volume_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/container,_volume_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
10:06:53 [2022-06-21T10:06:53.752Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
10:06:54 [2022-06-21T10:06:54.012Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
10:06:54 [2022-06-21T10:06:54.012Z] === RUN   TestDiskUsage/after_container.Run
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/container_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/image_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/volume_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
10:06:54 [2022-06-21T10:06:54.273Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
10:06:54 [2022-06-21T10:06:54.273Z] --- PASS: TestDiskUsage (1.14s)
10:06:54 [2022-06-21T10:06:54.273Z]     --- PASS: TestDiskUsage/empty (0.01s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z] PASS
10:06:54 [2022-06-21T10:06:54.273Z] 
10:06:54 [2022-06-21T10:06:54.273Z] === Skipped
10:06:54 [2022-06-21T10:06:54.273Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
10:06:54 [2022-06-21T10:06:54.273Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
10:06:54 [2022-06-21T10:06:54.273Z] 
10:06:54 [2022-06-21T10:06:54.273Z] DONE 54 tests, 1 skipped in 22.231s
10:06:54 [2022-06-21T10:06:54.273Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
10:06:54 [2022-06-21T10:06:54.273Z] ++ 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
10:06:54 [2022-06-21T10:06:54.273Z] ++ set -e
10:06:54 [2022-06-21T10:06:54.273Z] ++ '[' -n 0 ']'
10:06:54 [2022-06-21T10:06:54.273Z] ++ set -x
10:06:54 [2022-06-21T10:06:54.273Z] ++ 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
10:06:54 [2022-06-21T10:06:54.566Z] INFO: Testing against a local daemon
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesCreateAndList
10:06:54 [2022-06-21T10:06:54.566Z] --- PASS: TestVolumesCreateAndList (0.02s)
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesRemove
10:06:54 [2022-06-21T10:06:54.566Z] --- PASS: TestVolumesRemove (0.05s)
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInspect
10:06:54 [2022-06-21T10:06:54.566Z] --- PASS: TestVolumesInspect (0.02s)
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInvalidJSON
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create
10:06:54 [2022-06-21T10:06:54.566Z] === PAUSE TestVolumesInvalidJSON/volumes/create
10:06:54 [2022-06-21T10:06:54.566Z] === CONT  TestVolumesInvalidJSON/volumes/create
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
10:06:54 [2022-06-21T10:06:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
10:06:54 [2022-06-21T10:06:54.566Z] --- PASS: TestVolumesInvalidJSON (0.01s)
10:06:54 [2022-06-21T10:06:54.566Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
10:06:54 [2022-06-21T10:06:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
10:06:54 [2022-06-21T10:06:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
10:06:54 [2022-06-21T10:06:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
10:06:54 [2022-06-21T10:06:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
10:06:54 [2022-06-21T10:06:54.566Z] PASS
10:06:54 [2022-06-21T10:06:54.566Z] 
10:06:54 [2022-06-21T10:06:54.566Z] DONE 9 tests in 0.178s
10:06:54 [2022-06-21T10:06:54.566Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:06:54 [2022-06-21T10:06:54.566Z] ++++ cat bundles/test-integration/docker.pid
10:06:54 [2022-06-21T10:06:54.566Z] +++ kill 14251
10:06:54 [2022-06-21T10:06:54.837Z] +++ /etc/init.d/apparmor stop
10:06:54 [2022-06-21T10:06:54.837Z] Leaving: AppArmorNo profiles have been unloaded.
10:06:54 [2022-06-21T10:06:54.837Z] 
10:06:54 [2022-06-21T10:06:54.837Z] Unloading profiles will leave already running processes permanently
10:06:54 [2022-06-21T10:06:54.837Z] unconfined, which can lead to unexpected situations.
10:06:54 [2022-06-21T10:06:54.837Z] 
10:06:54 [2022-06-21T10:06:54.837Z] To set a process to complain mode, use the command line tool
10:06:54 [2022-06-21T10:06:54.837Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:06:54 [2022-06-21T10:06:54.837Z] +++ true
10:06:54 [2022-06-21T10:06:54.837Z] exiting test-integration
10:06:54 [2022-06-21T10:06:54.837Z] ++ exit 0
10:06:54 [2022-06-21T10:06:54.837Z] 
Post stage
[Pipeline] junit
10:06:55 [2022-06-21T10:06:55.451Z] Recording test results
10:06:55 [2022-06-21T10:06:55.684Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:06:56 [2022-06-21T10:06:56.015Z] + echo Ensuring container killed.
10:06:56 [2022-06-21T10:06:56.016Z] Ensuring container killed.
10:06:56 [2022-06-21T10:06:56.016Z] + docker rm -vf docker-pr7
10:06:56 [2022-06-21T10:06:56.016Z] Error: No such container: docker-pr7
[Pipeline] sh
10:06:56 [2022-06-21T10:06:56.301Z] + echo Chowning /workspace to jenkins user
10:06:56 [2022-06-21T10:06:56.301Z] Chowning /workspace to jenkins user
10:06:56 [2022-06-21T10:06:56.301Z] + id -u
10:06:56 [2022-06-21T10:06:56.301Z] + id -g
10:06:56 [2022-06-21T10:06:56.301Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/workspace busybox chown -R 1000:1000 /workspace
10:06:56 [2022-06-21T10:06:56.301Z] Unable to find image 'busybox:latest' locally
10:06:56 [2022-06-21T10:06:56.301Z] latest: Pulling from library/busybox
10:06:56 [2022-06-21T10:06:56.562Z] 87379020f3b6: Pulling fs layer
10:06:56 [2022-06-21T10:06:56.562Z] 87379020f3b6: Verifying Checksum
10:06:56 [2022-06-21T10:06:56.562Z] 87379020f3b6: Download complete
10:06:56 [2022-06-21T10:06:56.562Z] 87379020f3b6: Pull complete
10:06:56 [2022-06-21T10:06:56.562Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
10:06:56 [2022-06-21T10:06:56.562Z] Status: Downloaded newer image for busybox:latest
10:06:57 [2022-06-21T10:06:57.456Z] === RUN   TestDockerSuite/TestHistoryExistentImage
10:06:57 [2022-06-21T10:06:57.456Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
10:06:57 [2022-06-21T10:06:57.456Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
10:06:57 [2022-06-21T10:06:57.456Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:06:58 [2022-06-21T10:06:58.017Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
10:06:58 [2022-06-21T10:06:58.017Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
10:06:58 [2022-06-21T10:06:58.244Z] + bundleName=arm64-integration
10:06:58 [2022-06-21T10:06:58.244Z] + echo Creating arm64-integration-bundles.tar.gz
10:06:58 [2022-06-21T10:06:58.244Z] Creating arm64-integration-bundles.tar.gz
10:06:58 [2022-06-21T10:06:58.244Z] + xargs tar -czf arm64-integration-bundles.tar.gz
10:06:58 [2022-06-21T10:06:58.244Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
10:06:58 [2022-06-21T10:06:58.273Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
[Pipeline] archiveArtifacts
10:06:58 [2022-06-21T10:06:58.518Z] Archiving artifacts
10:06:58 [2022-06-21T10:06:58.834Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
10:06:58 [2022-06-21T10:06:58.834Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
10:06:58 [2022-06-21T10:06:58.834Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
10:06:58 [2022-06-21T10:06:58.834Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
10:06:59 [2022-06-21T10:06:59.090Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
10:06:59 [2022-06-21T10:06:59.346Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
10:06:59 [2022-06-21T10:06:59.603Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
10:06:59 [2022-06-21T10:06:59.603Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
10:07:00 [2022-06-21T10:07:00.165Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
10:07:00 [2022-06-21T10:07:00.165Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
10:07:00 [2022-06-21T10:07:00.413Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42379/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:07:00 [2022-06-21T10:07:00.723Z] + make clean
10:07:00 [2022-06-21T10:07:00.727Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
10:07:00 [2022-06-21T10:07:00.984Z] docker volume rm -f docker-dev-cache docker-mod-cache
10:07:00 [2022-06-21T10:07:00.984Z] docker-dev-cache
10:07:00 [2022-06-21T10:07:00.984Z] docker-mod-cache
[Pipeline] deleteDir
10:07:01 [2022-06-21T10:07:01.288Z] === RUN   TestDockerSuite/TestImagesFormat
10:07:01 [2022-06-21T10:07:01.288Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
10:07:01 [2022-06-21T10:07:01.852Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:07:04 [2022-06-21T10:07:04.367Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
10:07:04 [2022-06-21T10:07:04.367Z] === RUN   TestDockerSuite/TestImportBadURL
10:07:04 [2022-06-21T10:07:04.367Z] === RUN   TestDockerSuite/TestImportDisplay
10:07:05 [2022-06-21T10:07:05.732Z] === RUN   TestDockerSuite/TestImportFile
10:07:06 [2022-06-21T10:07:06.659Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
10:07:06 [2022-06-21T10:07:06.659Z] === RUN   TestDockerSuite/TestImportFileWithMessage
10:07:07 [2022-06-21T10:07:07.587Z] === RUN   TestDockerSuite/TestImportGzipped
10:07:08 [2022-06-21T10:07:08.951Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
10:07:09 [2022-06-21T10:07:09.877Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
10:07:10 [2022-06-21T10:07:10.133Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
10:07:10 [2022-06-21T10:07:10.694Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
10:07:11 [2022-06-21T10:07:11.257Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
10:07:11 [2022-06-21T10:07:11.257Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
10:07:11 [2022-06-21T10:07:11.257Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
10:07:11 [2022-06-21T10:07:11.818Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
10:07:12 [2022-06-21T10:07:12.074Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
10:07:12 [2022-06-21T10:07:12.636Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
10:07:13 [2022-06-21T10:07:13.207Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
10:07:13 [2022-06-21T10:07:13.468Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
10:07:14 [2022-06-21T10:07:14.030Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
10:07:14 [2022-06-21T10:07:14.030Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
10:07:14 [2022-06-21T10:07:14.957Z] === RUN   TestDockerSuite/TestInspectAmpersand
10:07:15 [2022-06-21T10:07:15.518Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
10:07:16 [2022-06-21T10:07:16.080Z] === RUN   TestDockerSuite/TestInspectByPrefix
10:07:16 [2022-06-21T10:07:16.080Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
10:07:16 [2022-06-21T10:07:16.337Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
10:07:16 [2022-06-21T10:07:16.337Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
10:07:16 [2022-06-21T10:07:16.337Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
10:07:17 [2022-06-21T10:07:17.264Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
10:07:17 [2022-06-21T10:07:17.520Z] === RUN   TestDockerSuite/TestInspectDefault
10:07:18 [2022-06-21T10:07:18.083Z] === RUN   TestDockerSuite/TestInspectHistory
10:07:18 [2022-06-21T10:07:18.646Z] === RUN   TestDockerSuite/TestInspectImage
10:07:18 [2022-06-21T10:07:18.646Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
10:07:18 [2022-06-21T10:07:18.646Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
10:07:18 [2022-06-21T10:07:18.646Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
10:07:18 [2022-06-21T10:07:18.646Z] === RUN   TestDockerSuite/TestInspectInt64
10:07:18 [2022-06-21T10:07:18.904Z] === RUN   TestDockerSuite/TestInspectJSONFields
10:07:19 [2022-06-21T10:07:19.466Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
10:07:19 [2022-06-21T10:07:19.466Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
10:07:19 [2022-06-21T10:07:19.466Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
10:07:20 [2022-06-21T10:07:20.030Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
10:07:20 [2022-06-21T10:07:20.592Z] === RUN   TestDockerSuite/TestInspectPlugin
10:07:23 [2022-06-21T10:07:23.111Z] === RUN   TestDockerSuite/TestInspectRootFS
10:07:23 [2022-06-21T10:07:23.111Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
10:07:23 [2022-06-21T10:07:23.672Z] === RUN   TestDockerSuite/TestInspectStatus
10:07:23 [2022-06-21T10:07:23.929Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
10:07:24 [2022-06-21T10:07:24.186Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
10:07:25 [2022-06-21T10:07:25.552Z] === RUN   TestDockerSuite/TestInspectTemplateError
10:07:26 [2022-06-21T10:07:26.114Z]     docker_api_swarm_service_test.go:395: [d68e320aef66f] joining swarm manager [de73d26bd8b33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:07:26 [2022-06-21T10:07:26.114Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
10:07:26 [2022-06-21T10:07:26.676Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
10:07:26 [2022-06-21T10:07:26.932Z]     docker_api_swarm_service_test.go:395: [dad7606b5bb08] joining swarm manager [de73d26bd8b33]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:07:27 [2022-06-21T10:07:27.190Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
10:07:27 [2022-06-21T10:07:27.754Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
10:07:28 [2022-06-21T10:07:28.315Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
10:07:29 [2022-06-21T10:07:29.244Z] === RUN   TestDockerSuite/TestInspectUnknownObject
10:07:29 [2022-06-21T10:07:29.244Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
10:07:31 [2022-06-21T10:07:31.135Z] === RUN   TestDockerSuite/TestLinkShortDefinition
10:07:32 [2022-06-21T10:07:32.501Z] === RUN   TestDockerSuite/TestLinksEnvs
10:07:33 [2022-06-21T10:07:33.430Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
10:07:33 [2022-06-21T10:07:33.685Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
10:07:34 [2022-06-21T10:07:34.641Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
10:07:36 [2022-06-21T10:07:36.005Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
10:07:37 [2022-06-21T10:07:37.370Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
10:07:37 [2022-06-21T10:07:37.370Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
10:07:38 [2022-06-21T10:07:38.735Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
10:07:38 [2022-06-21T10:07:38.991Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
10:07:39 [2022-06-21T10:07:39.555Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
10:07:42 [2022-06-21T10:07:42.822Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
10:07:44 [2022-06-21T10:07:44.190Z]     docker_api_swarm_service_test.go:343: [d34062d1d2bae] joining swarm manager [d4e2455cbfb0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:07:45 [2022-06-21T10:07:45.119Z]     docker_api_swarm_service_test.go:343: [dccc523a50a06] joining swarm manager [d4e2455cbfb0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:07:47 [2022-06-21T10:07:47.013Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
10:07:49 [2022-06-21T10:07:49.534Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
10:07:50 [2022-06-21T10:07:50.459Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
10:07:50 [2022-06-21T10:07:50.715Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
10:07:52 [2022-06-21T10:07:52.606Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
10:07:52 [2022-06-21T10:07:52.606Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
10:07:52 [2022-06-21T10:07:52.606Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
10:07:52 [2022-06-21T10:07:52.606Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
10:07:52 [2022-06-21T10:07:52.606Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
10:07:53 [2022-06-21T10:07:53.169Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
10:07:53 [2022-06-21T10:07:53.424Z] === RUN   TestDockerSuite/TestLogsAPIUntil
10:07:57 [2022-06-21T10:07:57.588Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
10:07:57 [2022-06-21T10:07:57.588Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
10:07:58 [2022-06-21T10:07:58.952Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
10:08:01 [2022-06-21T10:08:01.485Z]     docker_api_swarm_service_test.go:490: [d1f9aefd36a6f] joining swarm manager [d1c64bd7b4aac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:08:01 [2022-06-21T10:08:01.741Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
10:08:01 [2022-06-21T10:08:01.741Z]     docker_api_swarm_service_test.go:490: [d1db7c14d46ab] joining swarm manager [d1c64bd7b4aac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:08:02 [2022-06-21T10:08:02.305Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
10:08:02 [2022-06-21T10:08:02.305Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
10:08:03 [2022-06-21T10:08:03.672Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
10:08:04 [2022-06-21T10:08:04.599Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
10:08:05 [2022-06-21T10:08:05.528Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
10:08:06 [2022-06-21T10:08:06.455Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
10:08:07 [2022-06-21T10:08:07.017Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
10:08:08 [2022-06-21T10:08:08.906Z] === RUN   TestDockerSuite/TestLogsFollowStopped
10:08:09 [2022-06-21T10:08:09.163Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
10:08:09 [2022-06-21T10:08:09.724Z] === RUN   TestDockerSuite/TestLogsSince
10:08:14 [2022-06-21T10:08:14.967Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
10:08:16 [2022-06-21T10:08:16.332Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
10:08:17 [2022-06-21T10:08:17.746Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev
10:08:17 [2022-06-21T10:08:17.746Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev
10:08:17 [2022-06-21T10:08:17.746Z] GOOS="linux" GOARCH="s390x" GOARM=""
10:08:17 [2022-06-21T10:08:17.746Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev
10:08:17 [2022-06-21T10:08:17.746Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
10:08:18 [2022-06-21T10:08:18.064Z] + sudo modprobe ip6table_filter
[Pipeline] sh
10:08:18 [2022-06-21T10:08:18.351Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/test/unit
10:08:18 [2022-06-21T10:08:18.612Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
10:08:18 [2022-06-21T10:08:18.612Z] + TESTFLAGS+=' -test.timeout=5m'
10:08:18 [2022-06-21T10:08:18.612Z] + TESTDIRS=./...
10:08:18 [2022-06-21T10:08:18.612Z] + exclude_paths='/vendor/|/integration'
10:08:18 [2022-06-21T10:08:18.612Z] ++ go list ./...
10:08:18 [2022-06-21T10:08:18.612Z] ++ grep -vE '(/vendor/|/integration)'
10:08:19 [2022-06-21T10:08:19.548Z] + pkg_list='github.com/docker/docker/api
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/backend/build
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/httpstatus
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/httputils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/middleware
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/build
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/checkpoint
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/container
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/debug
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/distribution
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/grpc
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/image
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/network
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/plugin
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/session
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/swarm
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/system
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/server/router/volume
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/backend
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/blkiodev
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/container
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/events
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/filters
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/image
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/mount
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/network
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/plugins/logdriver
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/registry
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/strslice
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/swarm
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/swarm/runtime
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/time
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/versions
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/versions/v1p19
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/versions/v1p20
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/api/types/volume
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next/exporter
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/builder-next/worker
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/dockerfile
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/remotecontext
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/remotecontext/git
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/builder/remotecontext/urlutil
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cli
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cli/config
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cli/debug
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cli/winresources/docker-proxy
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cli/winresources/dockerd
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/client
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cmd/docker-proxy
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cmd/dockerd
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cmd/dockerd/trap
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/container
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/container/stream
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/contrib/apparmor
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/contrib/docker-device-tool
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/contrib/httpserver
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/cluster
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/cluster/convert
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/cluster/executor
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/cluster/executor/container
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/cluster/provider
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/config
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/events
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/events/testutils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/exec
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/aufs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/copy
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/overlay
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/register
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/vfs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/graphdriver/zfs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/images
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/initlayer
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/links
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/listeners
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/awslogs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/fluentd
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/gcplogs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/gelf
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/journald
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/local
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/logentries
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/loggertest
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/loggerutils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/splunk
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/syslog
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/logger/templates
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/names
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/network
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/daemon/stats
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/distribution
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/distribution/metadata
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/distribution/utils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/distribution/xfer
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/dockerversion
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/errdefs
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/image
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/image/cache
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/image/tarexport
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/image/v1
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/internal/test/suite
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/layer
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libcontainerd
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libcontainerd/queue
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libcontainerd/remote
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libcontainerd/supervisor
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libcontainerd/types
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/bitseq
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cluster
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/ovrouter
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/config
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/datastore
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/diagnostic
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/discoverapi
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/driverapi
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/host
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/null
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/overlay
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/remote
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/windows
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/drvregistry
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/etchosts
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/idm
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/internal/caller
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipam
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipamapi
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipams/builtin
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipams/null
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipams/remote
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ipamutils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/iptables
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/netlabel
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/netutils
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/networkdb
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/ns
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/options
10:08:19 [2022-06-21T10:08:19.548Z] github.com/docker/docker/libnetwork/osl
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/osl/kernel
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/portallocator
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/portmapper
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/resolvconf
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/testutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/types
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/oci
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/oci/caps
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/opts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/aaparser
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/archive
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/authorization
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/broadcaster
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/capabilities
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/chrootarchive
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/containerfs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/devicemapper
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/directory
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/dmesg
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/fileutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/fsutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/homedir
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/idtools
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/ioutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/jsonmessage
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/longpath
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/loopback
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/namesgenerator
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/parsers
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/parsers/kernel
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/pidfile
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/platform
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugingetter
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/transport
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/pools
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/progress
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/pubsub
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/reexec
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/signal
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/stack
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/stdcopy
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/streamformatter
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/stringid
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/sysinfo
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/system
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/tailfile
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/tarsum
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/truncindex
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/urlutil
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/useragent
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/plugin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/plugin/executor/containerd
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/plugin/v2
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/profiles/apparmor
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/profiles/seccomp
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/quota
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/reference
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/registry
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/registry/resumable
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/restartmanager
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/rootless
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/rootless/specconv
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/runconfig
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/runconfig/opts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/daemon
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/environment
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fakecontext
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fakegit
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fakestorage
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fixtures/load
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fixtures/plugin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/registry
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/request
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/drivers
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/local
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/mounts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/service
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/service/opts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/testutils'
10:08:19 [2022-06-21T10:08:19.549Z] ++ echo 'github.com/docker/docker/api
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/backend/build
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/httpstatus
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/httputils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/middleware
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/build
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/checkpoint
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/container
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/debug
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/distribution
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/grpc
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/image
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/network
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/plugin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/session
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/swarm
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/system
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/server/router/volume
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/backend
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/blkiodev
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/container
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/events
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/filters
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/image
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/mount
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/network
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/plugins/logdriver
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/registry
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/strslice
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/swarm
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/swarm/runtime
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/time
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/versions
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/versions/v1p19
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/versions/v1p20
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/api/types/volume
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next/exporter
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/builder-next/worker
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/dockerfile
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/remotecontext
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/remotecontext/git
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/builder/remotecontext/urlutil
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cli
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cli/config
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cli/debug
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cli/winresources/docker-proxy
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cli/winresources/dockerd
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/client
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cmd/docker-proxy
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cmd/dockerd
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cmd/dockerd/trap
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/container
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/container/stream
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/contrib/apparmor
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/contrib/docker-device-tool
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/contrib/httpserver
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/cluster
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/cluster/convert
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/cluster/executor
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/cluster/executor/container
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/cluster/provider
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/config
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/events
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/events/testutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/exec
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/aufs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/copy
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/overlay
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/register
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/vfs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/graphdriver/zfs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/images
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/initlayer
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/links
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/listeners
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/awslogs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/fluentd
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/gcplogs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/gelf
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/journald
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/local
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/logentries
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/loggertest
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/loggerutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/splunk
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/syslog
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/logger/templates
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/names
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/network
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/daemon/stats
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/distribution
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/distribution/metadata
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/distribution/utils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/distribution/xfer
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/dockerversion
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/errdefs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/image
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/image/cache
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/image/tarexport
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/image/v1
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/internal/test/suite
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/layer
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libcontainerd
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libcontainerd/queue
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libcontainerd/remote
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libcontainerd/supervisor
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libcontainerd/types
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/bitseq
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cluster
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/ovrouter
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/config
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/datastore
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/diagnostic
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/discoverapi
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/driverapi
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/host
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/null
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/overlay
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/remote
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/windows
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/drvregistry
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/etchosts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/idm
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/internal/caller
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipam
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipamapi
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipams/builtin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipams/null
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipams/remote
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ipamutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/iptables
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/netlabel
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/netutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/networkdb
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/ns
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/options
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/osl
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/osl/kernel
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/portallocator
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/portmapper
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/resolvconf
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/testutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/libnetwork/types
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/oci
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/oci/caps
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/opts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/aaparser
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/archive
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/authorization
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/broadcaster
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/capabilities
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/chrootarchive
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/containerfs
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/devicemapper
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/directory
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/dmesg
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/fileutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/fsutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/homedir
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/idtools
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/ioutils
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/jsonmessage
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/longpath
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/loopback
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/namesgenerator
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/parsers
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/parsers/kernel
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/pidfile
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/platform
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugingetter
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/plugins/transport
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/pools
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/progress
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/pubsub
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/reexec
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/signal
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/stack
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/stdcopy
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/streamformatter
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/stringid
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/sysinfo
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/system
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/tailfile
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/tarsum
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/truncindex
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/urlutil
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/pkg/useragent
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/plugin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/plugin/executor/containerd
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/plugin/v2
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/profiles/apparmor
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/profiles/seccomp
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/quota
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/reference
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/registry
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/registry/resumable
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/restartmanager
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/rootless
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/rootless/specconv
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/runconfig
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/runconfig/opts
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/daemon
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/environment
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fakecontext
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fakegit
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fakestorage
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fixtures/load
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fixtures/plugin
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/registry
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/testutil/request
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/drivers
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/local
10:08:19 [2022-06-21T10:08:19.549Z] github.com/docker/docker/volume/mounts
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/service
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/service/opts
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/testutils'
10:08:19 [2022-06-21T10:08:19.550Z] ++ grep --fixed-strings -v /libnetwork
10:08:19 [2022-06-21T10:08:19.550Z] + base_pkg_list='github.com/docker/docker/api
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/backend/build
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/httpstatus
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/httputils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/middleware
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/build
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/checkpoint
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/debug
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/distribution
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/grpc
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/image
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/network
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/plugin
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/session
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/swarm
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/system
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/volume
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/backend
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/blkiodev
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/events
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/filters
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/image
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/mount
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/network
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/plugins/logdriver
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/registry
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/strslice
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/swarm
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/swarm/runtime
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/time
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/versions
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/versions/v1p19
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/versions/v1p20
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/volume
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/exporter
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/worker
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/dockerfile
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/remotecontext
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/remotecontext/git
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/remotecontext/urlutil
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/config
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/debug
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/winresources/docker-proxy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/winresources/dockerd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/client
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/docker-proxy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/dockerd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/dockerd/trap
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/container/stream
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/contrib/apparmor
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/contrib/docker-device-tool
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/contrib/httpserver
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/convert
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/executor
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/executor/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/provider
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/config
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/events
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/events/testutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/exec
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/aufs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/copy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/overlay
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/register
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/vfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/zfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/images
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/initlayer
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/links
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/listeners
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/awslogs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/fluentd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/gcplogs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/gelf
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/journald
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/local
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/logentries
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/loggertest
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/loggerutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/splunk
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/syslog
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/templates
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/names
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/network
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/stats
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution/metadata
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution/utils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution/xfer
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/dockerversion
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/errdefs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/image
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/image/cache
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/image/tarexport
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/image/v1
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/internal/test/suite
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/layer
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/libcontainerd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/libcontainerd/queue
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/libcontainerd/remote
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/libcontainerd/supervisor
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/libcontainerd/types
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/oci
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/oci/caps
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/opts
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/aaparser
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/archive
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/authorization
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/broadcaster
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/capabilities
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/chrootarchive
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/containerfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/devicemapper
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/directory
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/dmesg
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/fileutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/fsutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/homedir
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/idtools
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/ioutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/jsonmessage
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/longpath
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/loopback
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/namesgenerator
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/parsers
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/parsers/kernel
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/pidfile
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/platform
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/plugingetter
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/plugins
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/plugins/transport
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/pools
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/progress
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/pubsub
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/reexec
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/signal
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/stack
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/stdcopy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/streamformatter
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/stringid
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/sysinfo
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/system
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/tailfile
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/tarsum
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/truncindex
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/urlutil
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/pkg/useragent
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/plugin
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/plugin/executor/containerd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/plugin/v2
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/profiles/apparmor
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/profiles/seccomp
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/quota
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/reference
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/registry
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/registry/resumable
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/restartmanager
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/rootless
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/rootless/specconv
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/runconfig
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/runconfig/opts
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/daemon
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/environment
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/fakecontext
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/fakegit
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/fakestorage
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/fixtures/load
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/fixtures/plugin
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/registry
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/testutil/request
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/drivers
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/local
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/mounts
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/service
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/service/opts
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/volume/testutils'
10:08:19 [2022-06-21T10:08:19.550Z] ++ echo 'github.com/docker/docker/api
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/backend/build
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/httpstatus
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/httputils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/middleware
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/build
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/checkpoint
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/debug
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/distribution
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/grpc
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/image
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/network
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/plugin
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/session
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/swarm
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/system
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/server/router/volume
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/backend
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/blkiodev
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/events
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/filters
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/image
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/mount
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/network
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/plugins/logdriver
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/registry
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/strslice
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/swarm
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/swarm/runtime
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/time
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/versions
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/versions/v1p19
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/versions/v1p20
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/api/types/volume
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/exporter
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/builder-next/worker
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/dockerfile
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/remotecontext
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/remotecontext/git
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/builder/remotecontext/urlutil
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/config
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/debug
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/winresources/docker-proxy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cli/winresources/dockerd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/client
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/docker-proxy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/dockerd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/dockerd/trap
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/container/stream
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/contrib/apparmor
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/contrib/docker-device-tool
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/contrib/httpserver
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/convert
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/executor
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/executor/container
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/cluster/provider
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/config
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/events
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/events/testutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/exec
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/aufs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/copy
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/overlay
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/register
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/vfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/graphdriver/zfs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/images
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/initlayer
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/links
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/listeners
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/awslogs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/fluentd
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/gcplogs
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/gelf
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/journald
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/local
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/logentries
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/loggertest
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/loggerutils
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/splunk
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/syslog
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/logger/templates
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/names
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/network
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/daemon/stats
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution/metadata
10:08:19 [2022-06-21T10:08:19.550Z] github.com/docker/docker/distribution/utils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/distribution/xfer
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/dockerversion
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/errdefs
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/image
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/image/cache
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/image/tarexport
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/image/v1
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/internal/test/suite
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/layer
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libcontainerd
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libcontainerd/queue
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libcontainerd/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libcontainerd/supervisor
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libcontainerd/types
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/bitseq
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cluster
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/ovrouter
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/config
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/datastore
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/diagnostic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/discoverapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/driverapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/host
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/null
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/windows
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drvregistry
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/etchosts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/idm
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/internal/caller
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipam
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipamapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/builtin
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/null
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipamutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/iptables
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/netlabel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/netutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/networkdb
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ns
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/options
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/osl
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/osl/kernel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/portallocator
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/portmapper
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/resolvconf
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/testutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/types
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/oci
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/oci/caps
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/opts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/aaparser
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/archive
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/authorization
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/broadcaster
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/capabilities
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/chrootarchive
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/containerfs
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/devicemapper
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/directory
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/dmesg
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/fileutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/fsutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/homedir
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/idtools
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/ioutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/jsonmessage
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/longpath
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/loopback
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/namesgenerator
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/parsers
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/parsers/kernel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/pidfile
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/platform
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/plugingetter
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/plugins
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/plugins/transport
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/pools
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/progress
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/pubsub
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/reexec
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/signal
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/stack
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/stdcopy
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/streamformatter
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/stringid
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/sysinfo
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/system
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/tailfile
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/tarsum
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/truncindex
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/urlutil
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/pkg/useragent
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/plugin
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/plugin/executor/containerd
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/plugin/v2
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/profiles/apparmor
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/profiles/seccomp
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/quota
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/reference
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/registry
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/registry/resumable
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/restartmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/rootless
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/rootless/specconv
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/runconfig
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/runconfig/opts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/daemon
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/environment
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/fakecontext
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/fakegit
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/fakestorage
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/fixtures/load
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/fixtures/plugin
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/registry
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/testutil/request
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume/drivers
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume/local
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume/mounts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume/service
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume/service/opts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/volume/testutils'
10:08:19 [2022-06-21T10:08:19.551Z] ++ grep --fixed-strings /libnetwork
10:08:19 [2022-06-21T10:08:19.551Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/bitseq
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cluster
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/ovrouter
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/config
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/datastore
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/diagnostic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/discoverapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/driverapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/host
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/null
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/windows
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drvregistry
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/etchosts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/idm
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/internal/caller
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipam
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipamapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/builtin
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/null
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipamutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/iptables
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/netlabel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/netutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/networkdb
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ns
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/options
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/osl
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/osl/kernel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/portallocator
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/portmapper
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/resolvconf
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/testutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/types'
10:08:19 [2022-06-21T10:08:19.551Z] + echo 'github.com/docker/docker/libnetwork
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/bitseq
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cluster
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/ovrouter
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/config
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/datastore
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/diagnostic
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/discoverapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/driverapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/host
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/null
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/windows
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drvregistry
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/etchosts
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/idm
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/internal/caller
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipam
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipamapi
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/builtin
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/null
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/remote
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ipamutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/iptables
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/netlabel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/netutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/networkdb
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/ns
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/options
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/osl
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/osl/kernel
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/portallocator
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/portmapper
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/resolvconf
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/testutils
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/types'
10:08:19 [2022-06-21T10:08:19.551Z] + grep --fixed-strings libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge
10:08:19 [2022-06-21T10:08:19.551Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:08:19 [2022-06-21T10:08:19.551Z] + type docker-proxy
10:08:19 [2022-06-21T10:08:19.551Z] hack/test/unit: line 25: type: docker-proxy: not found
10:08:19 [2022-06-21T10:08:19.551Z] + hack/make.sh binary-proxy install-proxy
10:08:19 [2022-06-21T10:08:19.551Z] 
10:08:19 [2022-06-21T10:08:19.810Z] Removing bundles/
10:08:19 [2022-06-21T10:08:19.810Z] 
10:08:19 [2022-06-21T10:08:19.810Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
10:08:19 [2022-06-21T10:08:19.810Z] Building: bundles/binary-proxy/docker-proxy-dev
10:08:19 [2022-06-21T10:08:19.810Z] GOOS="" GOARCH="" GOARM=""
10:08:20 [2022-06-21T10:08:20.501Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
10:08:22 [2022-06-21T10:08:22.390Z]     docker_api_swarm_service_test.go:128: [d1756d99539f8] joining swarm manager [d7d1188105b18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:08:22 [2022-06-21T10:08:22.390Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
10:08:22 [2022-06-21T10:08:22.646Z] === RUN   TestDockerSuite/TestLogsTail
10:08:22 [2022-06-21T10:08:22.902Z]     docker_api_swarm_service_test.go:129: [d4dbace518c1d] joining swarm manager [d7d1188105b18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:08:23 [2022-06-21T10:08:23.158Z] === RUN   TestDockerSuite/TestLogsTimestamps
10:08:24 [2022-06-21T10:08:24.088Z] === RUN   TestDockerSuite/TestLogsWithDetails
10:08:24 [2022-06-21T10:08:24.651Z] === RUN   TestDockerSuite/TestMountIntoProc
10:08:24 [2022-06-21T10:08:24.907Z] === RUN   TestDockerSuite/TestMountIntoSys
10:08:24 [2022-06-21T10:08:24.908Z]     docker_api_swarm_service_test.go:137: [d1f3e14a9854d] joining swarm manager [d7d1188105b18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
10:08:25 [2022-06-21T10:08:25.492Z] === RUN   TestDockerSuite/TestNetHostname
10:08:26 [2022-06-21T10:08:26.056Z]     docker_api_swarm_service_test.go:138: [de1f7cd669a3f] joining swarm manager [d7d1188105b18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
10:08:26 [2022-06-21T10:08:26.987Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
10:08:27 [2022-06-21T10:08:27.244Z] === RUN   TestDockerSuite/TestNetworkEvents
10:08:27 [2022-06-21T10:08:27.928Z] Created binary: bundles/binary-proxy/docker-proxy-dev
10:08:27 [2022-06-21T10:08:27.928Z] 
10:08:27 [2022-06-21T10:08:27.928Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
10:08:27 [2022-06-21T10:08:27.928Z] Installing docker-proxy to /usr/local/bin/
10:08:27 [2022-06-21T10:08:27.928Z] 
10:08:27 [2022-06-21T10:08:27.928Z] + mkdir -p bundles
10:08:27 [2022-06-21T10:08:27.928Z] + '[' -n 'github.com/docker/docker/api
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/backend/build
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/httpstatus
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/httputils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/middleware
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/build
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/checkpoint
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/container
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/debug
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/distribution
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/grpc
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/image
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/network
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/plugin
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/session
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/swarm
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/system
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/server/router/volume
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/backend
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/blkiodev
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/container
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/events
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/filters
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/image
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/mount
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/network
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/plugins/logdriver
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/registry
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/strslice
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/swarm
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/swarm/runtime
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/time
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/versions
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/versions/v1p19
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/versions/v1p20
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/api/types/volume
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next/exporter
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next/imagerefchecker
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/builder-next/worker
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/dockerfile
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/remotecontext
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/remotecontext/git
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/builder/remotecontext/urlutil
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cli
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cli/config
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cli/debug
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cli/winresources/docker-proxy
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cli/winresources/dockerd
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/client
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cmd/docker-proxy
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cmd/dockerd
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cmd/dockerd/trap
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/container
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/container/stream
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/contrib/apparmor
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/contrib/docker-device-tool
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/contrib/httpserver
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/cluster
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/cluster/controllers/plugin
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/cluster/convert
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/cluster/executor
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/cluster/executor/container
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/cluster/provider
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/config
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/events
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/events/testutils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/exec
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/aufs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/btrfs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/copy
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/devmapper
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/graphtest
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/overlay
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/overlay2
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/overlayutils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/register
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/vfs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/graphdriver/zfs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/images
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/initlayer
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/links
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/listeners
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/awslogs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/fluentd
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/gcplogs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/gelf
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/journald
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/jsonfilelog
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/local
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/logentries
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/loggertest
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/loggerutils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/loggerutils/cache
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/splunk
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/syslog
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/logger/templates
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/names
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/network
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/daemon/stats
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/distribution
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/distribution/metadata
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/distribution/utils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/distribution/xfer
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/dockerversion
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/errdefs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/image
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/image/cache
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/image/tarexport
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/image/v1
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/internal/test/suite
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/layer
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/libcontainerd
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/libcontainerd/queue
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/libcontainerd/remote
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/libcontainerd/supervisor
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/libcontainerd/types
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/oci
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/oci/caps
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/opts
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/aaparser
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/archive
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/authorization
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/broadcaster
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/capabilities
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/chrootarchive
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/containerfs
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/devicemapper
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/directory
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/dmesg
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/fileutils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/fsutils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/homedir
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/idtools
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/ioutils
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/jsonmessage
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/longpath
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/loopback
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/namesgenerator
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/parsers
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/parsers/kernel
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/parsers/operatingsystem
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/pidfile
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/platform
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/plugingetter
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/plugins
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/plugins/transport
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/pools
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/progress
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/pubsub
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/reexec
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/signal
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/stack
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/stdcopy
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/streamformatter
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/stringid
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/sysinfo
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/system
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/tailfile
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/tarsum
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/truncindex
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/urlutil
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/pkg/useragent
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/plugin
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/plugin/executor/containerd
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/plugin/v2
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/profiles/apparmor
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/profiles/seccomp
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/quota
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/reference
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/registry
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/registry/resumable
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/restartmanager
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/rootless
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/rootless/specconv
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/runconfig
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/runconfig/opts
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/daemon
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/environment
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/fakecontext
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/fakegit
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/fakestorage
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/fixtures/load
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/fixtures/plugin
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/fixtures/plugin/basic
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/registry
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/testutil/request
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume/drivers
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume/local
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume/mounts
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume/service
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume/service/opts
10:08:27 [2022-06-21T10:08:27.928Z] github.com/docker/docker/volume/testutils' ']'
10:08:27 [2022-06-21T10:08:27.929Z] + 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
10:08:27 [2022-06-21T10:08:27.929Z] ?   	github.com/docker/docker/api	[no test files]
10:08:33 [2022-06-21T10:08:33.778Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
10:08:34 [2022-06-21T10:08:34.340Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
10:08:34 [2022-06-21T10:08:34.595Z] === RUN   TestDockerSuite/TestPluginActive
10:08:36 [2022-06-21T10:08:36.523Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
10:08:43 [2022-06-21T10:08:43.058Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
10:08:43 [2022-06-21T10:08:43.058Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
10:08:43 [2022-06-21T10:08:43.058Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
10:08:43 [2022-06-21T10:08:43.314Z] === RUN   TestDockerSuite/TestPluginLogDriver
10:08:46 [2022-06-21T10:08:46.015Z] ok  	github.com/docker/docker/api/server	0.017s	coverage: 7.9% of statements
10:08:46 [2022-06-21T10:08:46.580Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
10:08:47 [2022-06-21T10:08:47.944Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
10:08:48 [2022-06-21T10:08:48.200Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
10:08:50 [2022-06-21T10:08:50.713Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
10:08:50 [2022-06-21T10:08:50.713Z] === RUN   TestDockerSuite/TestPluginUpgrade
10:08:52 [2022-06-21T10:08:52.602Z]     docker_api_swarm_service_test.go:304: [d430457379fee] joining swarm manager [d4d1e560f234e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:08:53 [2022-06-21T10:08:53.531Z]     docker_api_swarm_service_test.go:304: [d0c6841c45574] joining swarm manager [d4d1e560f234e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:08:56 [2022-06-21T10:08:56.053Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
10:08:57 [2022-06-21T10:08:57.426Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
10:08:58 [2022-06-21T10:08:58.358Z] === RUN   TestDockerSuite/TestPortHostBinding
10:08:58 [2022-06-21T10:08:58.919Z] === RUN   TestDockerSuite/TestPortList
10:09:07 [2022-06-21T10:09:07.008Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
10:09:07 [2022-06-21T10:09:07.008Z] === RUN   TestDockerSuite/TestPostContainersAttach
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
10:09:13 [2022-06-21T10:09:13.542Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
10:09:14 [2022-06-21T10:09:14.104Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
10:09:14 [2022-06-21T10:09:14.104Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
10:09:15 [2022-06-21T10:09:15.034Z]     docker_api_swarm_service_test.go:100: [d395b60472226] joining swarm manager [dcc523f9fc16a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:09:15 [2022-06-21T10:09:15.291Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
10:09:15 [2022-06-21T10:09:15.291Z] === RUN   TestDockerSuite/TestPruneContainerLabel
10:09:15 [2022-06-21T10:09:15.853Z]     docker_api_swarm_service_test.go:101: [dbc5448135cdb] joining swarm manager [dcc523f9fc16a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:09:17 [2022-06-21T10:09:17.744Z] === RUN   TestDockerSuite/TestPruneContainerUntil
10:09:19 [2022-06-21T10:09:19.115Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
10:09:19 [2022-06-21T10:09:19.678Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
10:09:19 [2022-06-21T10:09:19.935Z] === RUN   TestDockerSuite/TestPsByOrder
10:09:21 [2022-06-21T10:09:21.827Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
10:09:22 [2022-06-21T10:09:22.756Z] === RUN   TestDockerSuite/TestPsListContainersBase
10:09:24 [2022-06-21T10:09:24.648Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
10:09:27 [2022-06-21T10:09:27.926Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
10:09:27 [2022-06-21T10:09:27.926Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
10:09:31 [2022-06-21T10:09:31.196Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
10:09:33 [2022-06-21T10:09:33.714Z]     check_test.go:378: [d395b60472226] daemon is not started
10:09:37 [2022-06-21T10:09:37.880Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
10:09:38 [2022-06-21T10:09:38.443Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
10:09:38 [2022-06-21T10:09:38.700Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
10:09:40 [2022-06-21T10:09:40.066Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
10:09:40 [2022-06-21T10:09:40.995Z]     docker_api_swarm_service_test.go:533: [d74ec987eb1cc] joining swarm manager [dfd73eec14831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:09:40 [2022-06-21T10:09:40.995Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
10:09:42 [2022-06-21T10:09:42.362Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
10:09:42 [2022-06-21T10:09:42.362Z]     docker_api_swarm_service_test.go:534: [dfe860fe53c90] joining swarm manager [dfd73eec14831]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:09:43 [2022-06-21T10:09:43.728Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
10:09:47 [2022-06-21T10:09:47.004Z] === RUN   TestDockerSuite/TestPsListContainersSize
10:09:47 [2022-06-21T10:09:47.567Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
10:09:48 [2022-06-21T10:09:48.130Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
10:09:48 [2022-06-21T10:09:48.694Z] === RUN   TestDockerSuite/TestPsRightTagName
10:09:50 [2022-06-21T10:09:50.595Z] === RUN   TestDockerSuite/TestPsShowMounts
10:09:52 [2022-06-21T10:09:52.487Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
10:09:52 [2022-06-21T10:09:52.744Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
10:09:52 [2022-06-21T10:09:52.744Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
10:09:52 [2022-06-21T10:09:52.744Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
10:09:52 [2022-06-21T10:09:52.744Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
10:09:53 [2022-06-21T10:09:53.006Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
10:09:53 [2022-06-21T10:09:53.006Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
10:09:53 [2022-06-21T10:09:53.262Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
10:09:54 [2022-06-21T10:09:54.628Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
10:09:55 [2022-06-21T10:09:55.554Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
10:09:55 [2022-06-21T10:09:55.810Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
10:10:02 [2022-06-21T10:10:02.348Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
10:10:02 [2022-06-21T10:10:02.605Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
10:10:03 [2022-06-21T10:10:03.981Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
10:10:03 [2022-06-21T10:10:03.981Z] === RUN   TestDockerSuite/TestRestartPolicyNO
10:10:03 [2022-06-21T10:10:03.981Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
10:10:04 [2022-06-21T10:10:04.237Z] === RUN   TestDockerSuite/TestRestartRunningContainer
10:10:05 [2022-06-21T10:10:05.602Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
10:10:06 [2022-06-21T10:10:06.530Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
10:10:07 [2022-06-21T10:10:07.459Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
10:10:07 [2022-06-21T10:10:07.459Z]     docker_api_swarm_service_test.go:148: [d0d3075dff981] joining swarm manager [dad526ae29f0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:10:08 [2022-06-21T10:10:08.387Z]     docker_api_swarm_service_test.go:148: [d244cf980000c] joining swarm manager [dad526ae29f0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:10:10 [2022-06-21T10:10:10.277Z] === RUN   TestDockerSuite/TestRestartWithVolumes
10:10:11 [2022-06-21T10:10:11.210Z] === RUN   TestDockerSuite/TestRmiBlank
10:10:11 [2022-06-21T10:10:11.210Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
10:10:11 [2022-06-21T10:10:11.466Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
10:10:13 [2022-06-21T10:10:13.993Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
10:10:14 [2022-06-21T10:10:14.555Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
10:10:14 [2022-06-21T10:10:14.811Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
10:10:15 [2022-06-21T10:10:15.742Z] === RUN   TestDockerSuite/TestRmiImgIDForce
10:10:16 [2022-06-21T10:10:16.670Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
10:10:17 [2022-06-21T10:10:17.601Z] === RUN   TestDockerSuite/TestRmiParentImageFail
10:10:18 [2022-06-21T10:10:18.531Z] === RUN   TestDockerSuite/TestRmiTag
10:10:18 [2022-06-21T10:10:18.531Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
10:10:19 [2022-06-21T10:10:19.096Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
10:10:21 [2022-06-21T10:10:21.615Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
10:10:22 [2022-06-21T10:10:22.181Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
10:10:22 [2022-06-21T10:10:22.469Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 31.9% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/server/middleware	0.014s	coverage: 37.7% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 67.9% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/container	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/types/strslice	0.009s	coverage: 90.0% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/api/types/versions	0.013s	coverage: 77.3% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/builder/remotecontext	0.126s	coverage: 13.7% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/builder/dockerfile	0.535s	coverage: 49.3% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.866s	coverage: 86.3% of statements
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/cli	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/cli/config	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
10:10:22 [2022-06-21T10:10:22.474Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
10:10:22 [2022-06-21T10:10:22.743Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
10:10:23 [2022-06-21T10:10:23.000Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
10:10:23 [2022-06-21T10:10:23.413Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.266s	coverage: 67.6% of statements
10:10:23 [2022-06-21T10:10:23.928Z] === RUN   TestDockerSuite/TestRunAddHost
10:10:24 [2022-06-21T10:10:24.490Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
10:10:24 [2022-06-21T10:10:24.490Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
10:10:25 [2022-06-21T10:10:25.054Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
10:10:25 [2022-06-21T10:10:25.054Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
10:10:25 [2022-06-21T10:10:25.617Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
10:10:27 [2022-06-21T10:10:27.510Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
10:10:27 [2022-06-21T10:10:27.602Z] ok  	github.com/docker/docker/client	0.181s	coverage: 75.7% of statements
10:10:27 [2022-06-21T10:10:27.767Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
10:10:28 [2022-06-21T10:10:28.329Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
10:10:28 [2022-06-21T10:10:28.890Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
10:10:29 [2022-06-21T10:10:29.818Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
10:10:30 [2022-06-21T10:10:30.748Z] === RUN   TestDockerSuite/TestRunAttachDetach
10:10:31 [2022-06-21T10:10:31.017Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
10:10:31 [2022-06-21T10:10:31.944Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
10:10:32 [2022-06-21T10:10:32.506Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
10:10:33 [2022-06-21T10:10:33.073Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
10:10:34 [2022-06-21T10:10:34.015Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
10:10:34 [2022-06-21T10:10:34.945Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
10:10:35 [2022-06-21T10:10:35.507Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
10:10:36 [2022-06-21T10:10:36.070Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
10:10:36 [2022-06-21T10:10:36.326Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
10:10:36 [2022-06-21T10:10:36.888Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
10:10:36 [2022-06-21T10:10:36.888Z] === RUN   TestDockerSuite/TestRunBindMounts
10:10:38 [2022-06-21T10:10:38.258Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
10:10:38 [2022-06-21T10:10:38.820Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
10:10:39 [2022-06-21T10:10:39.076Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
10:10:39 [2022-06-21T10:10:39.639Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
10:10:40 [2022-06-21T10:10:40.202Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
10:10:40 [2022-06-21T10:10:40.202Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
10:10:40 [2022-06-21T10:10:40.463Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
10:10:41 [2022-06-21T10:10:41.024Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
10:10:41 [2022-06-21T10:10:41.281Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
10:10:41 [2022-06-21T10:10:41.844Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
10:10:42 [2022-06-21T10:10:42.100Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
10:10:42 [2022-06-21T10:10:42.357Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
10:10:42 [2022-06-21T10:10:42.613Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
10:10:42 [2022-06-21T10:10:42.613Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
10:10:43 [2022-06-21T10:10:43.542Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
10:10:44 [2022-06-21T10:10:44.104Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
10:10:44 [2022-06-21T10:10:44.360Z] === RUN   TestDockerSuite/TestRunContainerNetwork
10:10:44 [2022-06-21T10:10:44.615Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
10:10:44 [2022-06-21T10:10:44.871Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
10:10:44 [2022-06-21T10:10:44.871Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
10:10:45 [2022-06-21T10:10:45.433Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
10:10:46 [2022-06-21T10:10:46.801Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
10:10:48 [2022-06-21T10:10:48.168Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
10:10:49 [2022-06-21T10:10:49.540Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
10:10:49 [2022-06-21T10:10:49.796Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
10:10:50 [2022-06-21T10:10:50.357Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
10:10:50 [2022-06-21T10:10:50.613Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
10:10:51 [2022-06-21T10:10:51.176Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
10:10:51 [2022-06-21T10:10:51.737Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
10:10:52 [2022-06-21T10:10:52.666Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
10:10:55 [2022-06-21T10:10:55.201Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
10:10:55 [2022-06-21T10:10:55.201Z] === RUN   TestDockerSuite/TestRunCreateVolume
10:10:55 [2022-06-21T10:10:55.764Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
10:10:57 [2022-06-21T10:10:57.134Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
10:10:58 [2022-06-21T10:10:58.501Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
10:11:00 [2022-06-21T10:11:00.391Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
10:11:02 [2022-06-21T10:11:02.325Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
10:11:02 [2022-06-21T10:11:02.325Z]     docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows
10:11:02 [2022-06-21T10:11:02.325Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
10:11:02 [2022-06-21T10:11:02.325Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
10:11:02 [2022-06-21T10:11:02.325Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
10:11:02 [2022-06-21T10:11:02.585Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
10:11:04 [2022-06-21T10:11:04.478Z] === RUN   TestDockerSuite/TestRunDNSOptions
10:11:05 [2022-06-21T10:11:05.406Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
10:11:06 [2022-06-21T10:11:06.773Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
10:11:07 [2022-06-21T10:11:07.029Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
10:11:07 [2022-06-21T10:11:07.958Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
10:11:08 [2022-06-21T10:11:08.891Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
10:11:08 [2022-06-21T10:11:08.891Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
10:11:08 [2022-06-21T10:11:08.891Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
10:11:09 [2022-06-21T10:11:09.820Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
10:11:09 [2022-06-21T10:11:09.820Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
10:11:11 [2022-06-21T10:11:11.190Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
10:11:11 [2022-06-21T10:11:11.190Z] === RUN   TestDockerSuite/TestRunDuplicateMount
10:11:11 [2022-06-21T10:11:11.447Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
10:11:12 [2022-06-21T10:11:12.376Z] === RUN   TestDockerSuite/TestRunEchoStdout
10:11:12 [2022-06-21T10:11:12.633Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
10:11:13 [2022-06-21T10:11:13.562Z] === RUN   TestDockerSuite/TestRunEmptyEnv
10:11:13 [2022-06-21T10:11:13.562Z] === RUN   TestDockerSuite/TestRunEntrypoint
10:11:14 [2022-06-21T10:11:14.283Z] ok  	github.com/docker/docker/cmd/dockerd	0.097s	coverage: 29.7% of statements
10:11:14 [2022-06-21T10:11:14.285Z] ok  	github.com/docker/docker/container	0.118s	coverage: 34.8% of statements
10:11:14 [2022-06-21T10:11:14.285Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.523s	coverage: 0.0% of statements
10:11:14 [2022-06-21T10:11:14.285Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
10:11:14 [2022-06-21T10:11:14.285Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:11:14 [2022-06-21T10:11:14.285Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:11:14 [2022-06-21T10:11:14.285Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:11:14 [2022-06-21T10:11:14.285Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:11:14 [2022-06-21T10:11:14.490Z] === RUN   TestDockerSuite/TestRunEnvironment
10:11:14 [2022-06-21T10:11:14.761Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
10:11:15 [2022-06-21T10:11:15.044Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
10:11:15 [2022-06-21T10:11:15.300Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
10:11:15 [2022-06-21T10:11:15.862Z] === RUN   TestDockerSuite/TestRunExitCode
10:11:16 [2022-06-21T10:11:16.424Z] === RUN   TestDockerSuite/TestRunExitCodeOne
10:11:16 [2022-06-21T10:11:16.986Z] === RUN   TestDockerSuite/TestRunExitCodeZero
10:11:17 [2022-06-21T10:11:17.242Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
10:11:17 [2022-06-21T10:11:17.498Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
10:11:18 [2022-06-21T10:11:18.061Z] === RUN   TestDockerSuite/TestRunExposePort
10:11:18 [2022-06-21T10:11:18.061Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
10:11:18 [2022-06-21T10:11:18.477Z] ok  	github.com/docker/docker/daemon/cluster	0.095s	coverage: 0.5% of statements
10:11:18 [2022-06-21T10:11:18.626Z] === RUN   TestDockerSuite/TestRunGroupAdd
10:11:19 [2022-06-21T10:11:19.188Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
10:11:19 [2022-06-21T10:11:19.851Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
10:11:20 [2022-06-21T10:11:20.554Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
10:11:20 [2022-06-21T10:11:20.554Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
10:11:20 [2022-06-21T10:11:20.811Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
10:11:20 [2022-06-21T10:11:20.811Z]     docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows
10:11:20 [2022-06-21T10:11:20.811Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
10:11:21 [2022-06-21T10:11:21.230Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 36.9% of statements
10:11:27 [2022-06-21T10:11:27.058Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
10:11:27 [2022-06-21T10:11:27.058Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
10:11:27 [2022-06-21T10:11:27.058Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
10:11:27 [2022-06-21T10:11:27.058Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
10:11:28 [2022-06-21T10:11:28.425Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
10:11:28 [2022-06-21T10:11:28.715Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.441s	coverage: 13.4% of statements
10:11:29 [2022-06-21T10:11:29.649Z] ok  	github.com/docker/docker/daemon/config	0.031s	coverage: 81.5% of statements
10:11:30 [2022-06-21T10:11:30.215Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
10:11:30 [2022-06-21T10:11:30.473Z] ok  	github.com/docker/docker/daemon	10.139s	coverage: 16.1% of statements
10:11:30 [2022-06-21T10:11:30.473Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:11:30 [2022-06-21T10:11:30.473Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:11:30 [2022-06-21T10:11:30.473Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:11:30 [2022-06-21T10:11:30.473Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
10:11:30 [2022-06-21T10:11:30.732Z] ok  	github.com/docker/docker/daemon/graphdriver	0.019s	coverage: 2.2% of statements
10:11:31 [2022-06-21T10:11:31.689Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
10:11:32 [2022-06-21T10:11:32.635Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.712s	coverage: 74.8% of statements
10:11:32 [2022-06-21T10:11:32.894Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.021s	coverage: 3.0% of statements
10:11:33 [2022-06-21T10:11:33.832Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.436s	coverage: 56.2% of statements
10:11:35 [2022-06-21T10:11:35.209Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.011s	coverage: 1.9% of statements
10:11:35 [2022-06-21T10:11:35.855Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
10:11:35 [2022-06-21T10:11:35.855Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
10:11:35 [2022-06-21T10:11:35.855Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
10:11:37 [2022-06-21T10:11:37.130Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.346s	coverage: 50.6% of statements
10:11:37 [2022-06-21T10:11:37.221Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
10:11:37 [2022-06-21T10:11:37.221Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
10:11:37 [2022-06-21T10:11:37.221Z] === RUN   TestDockerSuite/TestRunInvalidReference
10:11:37 [2022-06-21T10:11:37.221Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
10:11:37 [2022-06-21T10:11:37.391Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.492s	coverage: 45.9% of statements
10:11:37 [2022-06-21T10:11:37.391Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:11:37 [2022-06-21T10:11:37.477Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
10:11:38 [2022-06-21T10:11:38.769Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.012s	coverage: 58.5% of statements
10:11:39 [2022-06-21T10:11:39.027Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.744s	coverage: 58.5% of statements
10:11:39 [2022-06-21T10:11:39.027Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
10:11:39 [2022-06-21T10:11:39.027Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
10:11:39 [2022-06-21T10:11:39.365Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
10:11:39 [2022-06-21T10:11:39.593Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
10:11:40 [2022-06-21T10:11:40.160Z] ok  	github.com/docker/docker/daemon/links	0.006s	coverage: 93.0% of statements
10:11:40 [2022-06-21T10:11:40.293Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
10:11:41 [2022-06-21T10:11:41.233Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
10:11:42 [2022-06-21T10:11:42.061Z] ok  	github.com/docker/docker/daemon/images	0.041s	coverage: 6.6% of statements
10:11:42 [2022-06-21T10:11:42.061Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:11:42 [2022-06-21T10:11:42.061Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:11:42 [2022-06-21T10:11:42.061Z] ok  	github.com/docker/docker/daemon/logger	0.237s	coverage: 43.2% of statements
10:11:42 [2022-06-21T10:11:42.995Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.027s	coverage: 53.6% of statements
10:11:43 [2022-06-21T10:11:43.253Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.162s	coverage: 80.2% of statements
10:11:43 [2022-06-21T10:11:43.253Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:11:43 [2022-06-21T10:11:43.820Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.006s	coverage: 68.2% of statements
10:11:43 [2022-06-21T10:11:43.820Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.4% of statements
10:11:44 [2022-06-21T10:11:44.387Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
10:11:45 [2022-06-21T10:11:45.339Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.198s	coverage: 76.8% of statements
10:11:45 [2022-06-21T10:11:45.598Z] ok  	github.com/docker/docker/daemon/logger/local	0.058s	coverage: 79.4% of statements
10:11:45 [2022-06-21T10:11:45.598Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:11:45 [2022-06-21T10:11:45.598Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
10:11:46 [2022-06-21T10:11:46.533Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.020s	coverage: 62.0% of statements
10:11:46 [2022-06-21T10:11:46.533Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.033s	coverage: 31.5% of statements
10:11:47 [2022-06-21T10:11:47.468Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.017s	coverage: 46.8% of statements
10:11:47 [2022-06-21T10:11:47.765Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
10:11:47 [2022-06-21T10:11:47.765Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
10:11:47 [2022-06-21T10:11:47.765Z] === RUN   TestDockerSuite/TestRunModeHostname
10:11:48 [2022-06-21T10:11:48.022Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
10:11:48 [2022-06-21T10:11:48.022Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
10:11:48 [2022-06-21T10:11:48.022Z] === RUN   TestDockerSuite/TestRunModeIpcHost
10:11:48 [2022-06-21T10:11:48.034Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
10:11:48 [2022-06-21T10:11:48.600Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
10:11:49 [2022-06-21T10:11:49.168Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.591s	coverage: 82.5% of statements
10:11:49 [2022-06-21T10:11:49.168Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:11:49 [2022-06-21T10:11:49.168Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
10:11:49 [2022-06-21T10:11:49.388Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
10:11:49 [2022-06-21T10:11:49.949Z] === RUN   TestDockerSuite/TestRunModePIDContainer
10:11:50 [2022-06-21T10:11:50.104Z] ok  	github.com/docker/docker/distribution/metadata	0.021s	coverage: 44.4% of statements
10:11:50 [2022-06-21T10:11:50.671Z] ok  	github.com/docker/docker/distribution	0.630s	coverage: 28.0% of statements
10:11:50 [2022-06-21T10:11:50.671Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:11:50 [2022-06-21T10:11:50.879Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
10:11:50 [2022-06-21T10:11:50.879Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
10:11:50 [2022-06-21T10:11:50.879Z] === RUN   TestDockerSuite/TestRunModeUTSHost
10:11:50 [2022-06-21T10:11:50.930Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.0% of statements
10:11:51 [2022-06-21T10:11:51.496Z] ok  	github.com/docker/docker/image	0.022s	coverage: 86.9% of statements
10:11:51 [2022-06-21T10:11:51.806Z] === RUN   TestDockerSuite/TestRunMount
10:11:52 [2022-06-21T10:11:52.063Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
10:11:52 [2022-06-21T10:11:52.629Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.7% of statements
10:11:52 [2022-06-21T10:11:52.629Z] ok  	github.com/docker/docker/distribution/xfer	1.903s	coverage: 84.9% of statements
10:11:52 [2022-06-21T10:11:52.629Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:11:52 [2022-06-21T10:11:52.629Z] ?   	github.com/docker/docker/image/v1	[no test files]
10:11:52 [2022-06-21T10:11:52.629Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:11:52 [2022-06-21T10:11:52.888Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
10:11:54 [2022-06-21T10:11:54.264Z] ok  	github.com/docker/docker/oci	0.011s	coverage: 46.0% of statements
10:11:54 [2022-06-21T10:11:54.522Z] ok  	github.com/docker/docker/opts	0.026s	coverage: 66.0% of statements
10:11:54 [2022-06-21T10:11:54.780Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
10:11:55 [2022-06-21T10:11:55.971Z] === RUN   TestDockerSuite/TestRunMountOrdering
10:11:55 [2022-06-21T10:11:55.971Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
10:11:56 [2022-06-21T10:11:56.535Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
10:11:56 [2022-06-21T10:11:56.682Z] ok  	github.com/docker/docker/pkg/archive	0.306s	coverage: 82.3% of statements
10:11:57 [2022-06-21T10:11:57.249Z] ok  	github.com/docker/docker/pkg/authorization	0.307s	coverage: 68.3% of statements
10:11:57 [2022-06-21T10:11:57.463Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
10:11:57 [2022-06-21T10:11:57.508Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
10:11:57 [2022-06-21T10:11:57.508Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
10:11:58 [2022-06-21T10:11:58.830Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
10:11:59 [2022-06-21T10:11:59.086Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
10:12:00 [2022-06-21T10:12:00.792Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.478s	coverage: 42.7% of statements
10:12:00 [2022-06-21T10:12:00.792Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
10:12:01 [2022-06-21T10:12:01.051Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
10:12:01 [2022-06-21T10:12:01.310Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
10:12:01 [2022-06-21T10:12:01.568Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 87.2% of statements
10:12:01 [2022-06-21T10:12:01.602Z] === RUN   TestDockerSuite/TestRunNamedVolume
10:12:02 [2022-06-21T10:12:02.134Z] ok  	github.com/docker/docker/pkg/fsutils	0.131s	coverage: 85.1% of statements
10:12:02 [2022-06-21T10:12:02.134Z] ok  	github.com/docker/docker/layer	7.902s	coverage: 69.0% of statements
10:12:02 [2022-06-21T10:12:02.134Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:12:02 [2022-06-21T10:12:02.134Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:12:02 [2022-06-21T10:12:02.134Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:12:02 [2022-06-21T10:12:02.134Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:12:02 [2022-06-21T10:12:02.134Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:12:02 [2022-06-21T10:12:02.134Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:12:02 [2022-06-21T10:12:02.134Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
10:12:03 [2022-06-21T10:12:03.491Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
10:12:03 [2022-06-21T10:12:03.512Z] ok  	github.com/docker/docker/pkg/idtools	0.477s	coverage: 67.9% of statements
10:12:03 [2022-06-21T10:12:03.512Z] ok  	github.com/docker/docker/pkg/ioutils	0.437s	coverage: 70.1% of statements
10:12:03 [2022-06-21T10:12:03.770Z] ok  	github.com/docker/docker/pkg/longpath	0.020s	coverage: 100.0% of statements
10:12:03 [2022-06-21T10:12:03.770Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.007s	coverage: 91.7% of statements
10:12:03 [2022-06-21T10:12:03.770Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
10:12:04 [2022-06-21T10:12:04.029Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
10:12:04 [2022-06-21T10:12:04.029Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
10:12:04 [2022-06-21T10:12:04.288Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
10:12:04 [2022-06-21T10:12:04.547Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.008s	coverage: 90.5% of statements
10:12:04 [2022-06-21T10:12:04.806Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
10:12:04 [2022-06-21T10:12:04.806Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:12:04 [2022-06-21T10:12:04.806Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:12:04 [2022-06-21T10:12:04.857Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
10:12:05 [2022-06-21T10:12:05.399Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.019s	coverage: 56.8% of statements
10:12:05 [2022-06-21T10:12:05.784Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
10:12:05 [2022-06-21T10:12:05.966Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
10:12:06 [2022-06-21T10:12:06.224Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
10:12:06 [2022-06-21T10:12:06.224Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
10:12:07 [2022-06-21T10:12:07.149Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
10:12:07 [2022-06-21T10:12:07.149Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
10:12:07 [2022-06-21T10:12:07.405Z] === RUN   TestDockerSuite/TestRunNetHost
10:12:07 [2022-06-21T10:12:07.597Z] ok  	github.com/docker/docker/pkg/pubsub	1.034s	coverage: 75.0% of statements
10:12:07 [2022-06-21T10:12:07.662Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
10:12:07 [2022-06-21T10:12:07.855Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
10:12:08 [2022-06-21T10:12:08.114Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
10:12:08 [2022-06-21T10:12:08.114Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
10:12:08 [2022-06-21T10:12:08.245Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
10:12:08 [2022-06-21T10:12:08.373Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
10:12:08 [2022-06-21T10:12:08.632Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
10:12:08 [2022-06-21T10:12:08.817Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
10:12:09 [2022-06-21T10:12:09.199Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.1% of statements
10:12:09 [2022-06-21T10:12:09.379Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
10:12:09 [2022-06-21T10:12:09.457Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
10:12:09 [2022-06-21T10:12:09.715Z] ok  	github.com/docker/docker/pkg/tailfile	0.058s	coverage: 88.6% of statements
10:12:10 [2022-06-21T10:12:10.282Z] ok  	github.com/docker/docker/pkg/tarsum	0.040s	coverage: 89.3% of statements
10:12:10 [2022-06-21T10:12:10.540Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
10:12:10 [2022-06-21T10:12:10.799Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
10:12:11 [2022-06-21T10:12:11.271Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
10:12:11 [2022-06-21T10:12:11.526Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
10:12:12 [2022-06-21T10:12:12.701Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
10:12:12 [2022-06-21T10:12:12.894Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
10:12:12 [2022-06-21T10:12:12.959Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
10:12:13 [2022-06-21T10:12:13.217Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
10:12:14 [2022-06-21T10:12:14.591Z] ok  	github.com/docker/docker/quota	0.269s	coverage: 71.4% of statements
10:12:14 [2022-06-21T10:12:14.591Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
10:12:14 [2022-06-21T10:12:14.783Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
10:12:15 [2022-06-21T10:12:15.526Z] ok  	github.com/docker/docker/registry	0.052s	coverage: 58.6% of statements
10:12:16 [2022-06-21T10:12:16.093Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
10:12:16 [2022-06-21T10:12:16.093Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
10:12:16 [2022-06-21T10:12:16.148Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
10:12:16 [2022-06-21T10:12:16.404Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
10:12:16 [2022-06-21T10:12:16.660Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
10:12:16 [2022-06-21T10:12:16.661Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
10:12:16 [2022-06-21T10:12:16.919Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
10:12:17 [2022-06-21T10:12:17.225Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
10:12:17 [2022-06-21T10:12:17.225Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
10:12:17 [2022-06-21T10:12:17.482Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
10:12:18 [2022-06-21T10:12:18.043Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
10:12:18 [2022-06-21T10:12:18.299Z] === RUN   TestDockerSuite/TestRunNonExistingImage
10:12:18 [2022-06-21T10:12:18.556Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
10:12:18 [2022-06-21T10:12:18.819Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
10:12:19 [2022-06-21T10:12:19.119Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
10:12:19 [2022-06-21T10:12:19.385Z] ok  	github.com/docker/docker/volume/local	0.114s	coverage: 76.8% of statements
10:12:19 [2022-06-21T10:12:19.644Z] ok  	github.com/docker/docker/volume/mounts	0.010s	coverage: 67.7% of statements
10:12:20 [2022-06-21T10:12:20.485Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
10:12:21 [2022-06-21T10:12:21.019Z] ok  	github.com/docker/docker/volume/service	0.017s	coverage: 72.3% of statements
10:12:22 [2022-06-21T10:12:22.373Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
10:12:24 [2022-06-21T10:12:24.889Z] === RUN   TestDockerSuite/TestRunOOMExitCode
10:12:24 [2022-06-21T10:12:24.889Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
10:12:24 [2022-06-21T10:12:24.889Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
10:12:25 [2022-06-21T10:12:25.145Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
10:12:25 [2022-06-21T10:12:25.403Z] === RUN   TestDockerSuite/TestRunPIDsLimit
10:12:25 [2022-06-21T10:12:25.965Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
10:12:27 [2022-06-21T10:12:27.336Z] === RUN   TestDockerSuite/TestRunPortInUse
10:12:27 [2022-06-21T10:12:27.898Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
10:12:28 [2022-06-21T10:12:28.154Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
10:12:28 [2022-06-21T10:12:28.410Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
10:12:28 [2022-06-21T10:12:28.410Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
10:12:28 [2022-06-21T10:12:28.973Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
10:12:29 [2022-06-21T10:12:29.546Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
10:12:30 [2022-06-21T10:12:30.109Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
10:12:30 [2022-06-21T10:12:30.672Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
10:12:30 [2022-06-21T10:12:30.672Z]     docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows
10:12:30 [2022-06-21T10:12:30.672Z] === RUN   TestDockerSuite/TestRunPublishPort
10:12:31 [2022-06-21T10:12:31.234Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
10:12:31 [2022-06-21T10:12:31.490Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
10:12:31 [2022-06-21T10:12:31.747Z] === RUN   TestDockerSuite/TestRunReadProcLatency
10:12:31 [2022-06-21T10:12:31.747Z]     docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured
10:12:31 [2022-06-21T10:12:31.747Z] === RUN   TestDockerSuite/TestRunReadProcTimer
10:12:32 [2022-06-21T10:12:32.309Z] === RUN   TestDockerSuite/TestRunRedirectStdout
10:12:33 [2022-06-21T10:12:33.677Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
10:12:33 [2022-06-21T10:12:33.677Z]     docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved
10:12:33 [2022-06-21T10:12:33.677Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
10:12:33 [2022-06-21T10:12:33.933Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
10:12:35 [2022-06-21T10:12:35.824Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
10:12:37 [2022-06-21T10:12:37.188Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
10:12:37 [2022-06-21T10:12:37.188Z] === RUN   TestDockerSuite/TestRunRm
10:12:37 [2022-06-21T10:12:37.751Z] === RUN   TestDockerSuite/TestRunRmAndWait
10:12:39 [2022-06-21T10:12:39.123Z] ok  	github.com/docker/docker/pkg/plugins	33.637s	coverage: 76.3% of statements
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/rootless	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/volume	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === Skipped
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     network_proxy_test.go:208: No support for dual stack yet
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver btrfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver btrfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver btrfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver btrfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver btrfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:71: No driver to put!
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z] time="2022-06-21T10:11:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z] time="2022-06-21T10:11:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z] time="2022-06-21T10:11:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z] time="2022-06-21T10:11:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z] time="2022-06-21T10:11:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:42: graphdriver: driver not supported
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     graphtest_unix.go:71: No driver to put!
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.123Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
10:12:39 [2022-06-21T10:12:39.123Z]     overlay_test.go:50: Fails to compute changes intermittently
10:12:39 [2022-06-21T10:12:39.123Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     overlay_test.go:65: Cannot run test with naive change algorithm
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:44: Driver zfs not supported
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:44: Driver zfs not supported
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:44: Driver zfs not supported
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:44: Driver zfs not supported
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:44: Driver zfs not supported
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     graphtest_unix.go:71: No driver to put!
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
10:12:39 [2022-06-21T10:12:39.395Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
10:12:39 [2022-06-21T10:12:39.395Z] 
10:12:39 [2022-06-21T10:12:39.395Z] DONE 2785 tests, 28 skipped in 252.386s
10:12:39 [2022-06-21T10:12:39.395Z] + '[' -n 'github.com/docker/docker/libnetwork
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/bitseq
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cluster
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/diagnostic
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/ovrouter
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/cmd/readme_test
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/config
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/datastore
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/diagnostic
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/discoverapi
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/driverapi
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/bridge
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/host
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/ipvlan
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/macvlan
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/null
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/overlay
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/remote
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/remote/api
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/windows
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/drvregistry
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/etchosts
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/idm
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/internal/caller
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/internal/setmatrix
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipam
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipamapi
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipams/builtin
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipams/null
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipams/remote
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipams/remote/api
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipams/windowsipam
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ipamutils
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/iptables
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/netlabel
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/netutils
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/networkdb
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/ns
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/options
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/osl
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/osl/kernel
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/portallocator
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/portmapper
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/resolvconf
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/testutils
10:12:39 [2022-06-21T10:12:39.395Z] github.com/docker/docker/libnetwork/types' ']'
10:12:39 [2022-06-21T10:12:39.396Z] + 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
10:12:41 [2022-06-21T10:12:41.917Z] === RUN   TestDockerSuite/TestRunRmPre125Api
10:12:41 [2022-06-21T10:12:41.917Z] === RUN   TestDockerSuite/TestRunRootWorkdir
10:12:42 [2022-06-21T10:12:42.173Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
10:12:42 [2022-06-21T10:12:42.429Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
10:12:43 [2022-06-21T10:12:43.798Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
10:12:44 [2022-06-21T10:12:44.362Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
10:12:47 [2022-06-21T10:12:47.630Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
10:12:47 [2022-06-21T10:12:47.887Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
10:12:50 [2022-06-21T10:12:50.404Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
10:12:51 [2022-06-21T10:12:51.332Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
10:12:51 [2022-06-21T10:12:51.332Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
10:12:51 [2022-06-21T10:12:51.893Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
10:12:52 [2022-06-21T10:12:52.455Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
10:12:52 [2022-06-21T10:12:52.711Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
10:12:53 [2022-06-21T10:12:53.310Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
10:12:54 [2022-06-21T10:12:54.244Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
10:12:54 [2022-06-21T10:12:54.805Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
10:12:54 [2022-06-21T10:12:54.805Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
10:12:55 [2022-06-21T10:12:55.062Z] === RUN   TestDockerSuite/TestRunSetMacAddress
10:12:55 [2022-06-21T10:12:55.990Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
10:12:57 [2022-06-21T10:12:57.358Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
10:12:58 [2022-06-21T10:12:58.285Z] === RUN   TestDockerSuite/TestRunState
10:12:59 [2022-06-21T10:12:59.657Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
10:13:00 [2022-06-21T10:13:00.220Z] === RUN   TestDockerSuite/TestRunStdinPipe
10:13:00 [2022-06-21T10:13:00.476Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
10:13:00 [2022-06-21T10:13:00.732Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
10:13:00 [2022-06-21T10:13:00.988Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
10:13:00 [2022-06-21T10:13:00.988Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
10:13:00 [2022-06-21T10:13:00.988Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
10:13:01 [2022-06-21T10:13:01.549Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
10:13:02 [2022-06-21T10:13:02.113Z] === RUN   TestDockerSuite/TestRunSysctls
10:13:03 [2022-06-21T10:13:03.042Z] === RUN   TestDockerSuite/TestRunTLSVerify
10:13:03 [2022-06-21T10:13:03.042Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
10:13:03 [2022-06-21T10:13:03.042Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
10:13:03 [2022-06-21T10:13:03.604Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
10:13:05 [2022-06-21T10:13:05.496Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
10:13:05 [2022-06-21T10:13:05.496Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
10:13:05 [2022-06-21T10:13:05.752Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
10:13:07 [2022-06-21T10:13:07.118Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
10:13:08 [2022-06-21T10:13:08.484Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
10:13:09 [2022-06-21T10:13:09.849Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
10:13:11 [2022-06-21T10:13:11.740Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
10:13:13 [2022-06-21T10:13:13.105Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
10:13:13 [2022-06-21T10:13:13.668Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
10:13:14 [2022-06-21T10:13:14.237Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
10:13:14 [2022-06-21T10:13:14.493Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
10:13:14 [2022-06-21T10:13:14.749Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
10:13:16 [2022-06-21T10:13:16.639Z] === RUN   TestDockerSuite/TestRunUnshareProc
10:13:16 [2022-06-21T10:13:16.896Z]     docker_cli_service_logs_test.go:246: checking task 46n3fjkl1e39
10:13:16 [2022-06-21T10:13:16.896Z]     docker_cli_service_logs_test.go:251: checking messages for 46n3fjkl1e39
10:13:16 [2022-06-21T10:13:16.896Z]     docker_cli_service_logs_test.go:246: checking task 484pd38mfd18
10:13:17 [2022-06-21T10:13:17.153Z]     docker_cli_service_logs_test.go:251: checking messages for 484pd38mfd18
10:13:18 [2022-06-21T10:13:18.081Z] === RUN   TestDockerSuite/TestRunUserByID
10:13:18 [2022-06-21T10:13:18.336Z] === RUN   TestDockerSwarmSuite/TestServiceScale
10:13:18 [2022-06-21T10:13:18.593Z] === RUN   TestDockerSuite/TestRunUserByIDBig
10:13:18 [2022-06-21T10:13:18.849Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
10:13:18 [2022-06-21T10:13:18.849Z] === RUN   TestDockerSuite/TestRunUserByIDZero
10:13:19 [2022-06-21T10:13:19.410Z] === RUN   TestDockerSuite/TestRunUserByName
10:13:19 [2022-06-21T10:13:19.972Z] === RUN   TestDockerSuite/TestRunUserDefaults
10:13:20 [2022-06-21T10:13:20.535Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
10:13:20 [2022-06-21T10:13:20.535Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
10:13:20 [2022-06-21T10:13:20.535Z] === RUN   TestDockerSuite/TestRunUserNotFound
10:13:20 [2022-06-21T10:13:20.791Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
10:13:20 [2022-06-21T10:13:20.791Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
10:13:21 [2022-06-21T10:13:21.353Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
10:13:24 [2022-06-21T10:13:24.624Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
10:13:24 [2022-06-21T10:13:24.624Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
10:13:25 [2022-06-21T10:13:25.186Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
10:13:26 [2022-06-21T10:13:26.052Z] ok  	github.com/docker/docker/libnetwork	37.294s	coverage: 40.6% of statements
10:13:26 [2022-06-21T10:13:26.052Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.121s	coverage: 84.4% of statements
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
10:13:26 [2022-06-21T10:13:26.052Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
10:13:26 [2022-06-21T10:13:26.052Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
10:13:26 [2022-06-21T10:13:26.052Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
10:13:26 [2022-06-21T10:13:26.053Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
10:13:26 [2022-06-21T10:13:26.053Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
10:13:26 [2022-06-21T10:13:26.552Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
10:13:26 [2022-06-21T10:13:26.991Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.401s	coverage: 59.9% of statements
10:13:26 [2022-06-21T10:13:26.992Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
10:13:27 [2022-06-21T10:13:27.251Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
10:13:27 [2022-06-21T10:13:27.481Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
10:13:27 [2022-06-21T10:13:27.820Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.083s	coverage: 4.0% of statements
10:13:27 [2022-06-21T10:13:27.820Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
10:13:28 [2022-06-21T10:13:28.388Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
10:13:28 [2022-06-21T10:13:28.388Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
10:13:28 [2022-06-21T10:13:28.646Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
10:13:29 [2022-06-21T10:13:29.372Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
10:13:31 [2022-06-21T10:13:31.262Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
10:13:31 [2022-06-21T10:13:31.518Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
10:13:31 [2022-06-21T10:13:31.518Z]     docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows
10:13:31 [2022-06-21T10:13:31.518Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
10:13:31 [2022-06-21T10:13:31.518Z]     docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows
10:13:31 [2022-06-21T10:13:31.518Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
10:13:31 [2022-06-21T10:13:31.518Z]     docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows
10:13:31 [2022-06-21T10:13:31.518Z] === RUN   TestDockerSuite/TestRunWithBadDevice
10:13:31 [2022-06-21T10:13:31.518Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
10:13:31 [2022-06-21T10:13:31.518Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
10:13:31 [2022-06-21T10:13:31.518Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
10:13:32 [2022-06-21T10:13:32.079Z] === RUN   TestDockerSuite/TestRunWithCPUShares
10:13:32 [2022-06-21T10:13:32.642Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
10:13:33 [2022-06-21T10:13:33.573Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
10:13:33 [2022-06-21T10:13:33.829Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
10:13:34 [2022-06-21T10:13:34.390Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
10:13:34 [2022-06-21T10:13:34.390Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
10:13:34 [2022-06-21T10:13:34.647Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
10:13:34 [2022-06-21T10:13:34.647Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
10:13:34 [2022-06-21T10:13:34.647Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
10:13:34 [2022-06-21T10:13:34.903Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
10:13:34 [2022-06-21T10:13:34.903Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
10:13:34 [2022-06-21T10:13:34.903Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
10:13:34 [2022-06-21T10:13:34.903Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
10:13:34 [2022-06-21T10:13:34.903Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
10:13:34 [2022-06-21T10:13:34.903Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
10:13:35 [2022-06-21T10:13:35.465Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
10:13:36 [2022-06-21T10:13:36.044Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
10:13:36 [2022-06-21T10:13:36.044Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
10:13:36 [2022-06-21T10:13:36.608Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
10:13:36 [2022-06-21T10:13:36.608Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
10:13:37 [2022-06-21T10:13:37.171Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
10:13:37 [2022-06-21T10:13:37.171Z] === RUN   TestDockerSuite/TestRunWithShmSize
10:13:37 [2022-06-21T10:13:37.733Z] === RUN   TestDockerSuite/TestRunWithSwappiness
10:13:38 [2022-06-21T10:13:38.295Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
10:13:38 [2022-06-21T10:13:38.551Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
10:13:38 [2022-06-21T10:13:38.551Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
10:13:38 [2022-06-21T10:13:38.551Z] === RUN   TestDockerSuite/TestRunWithUlimits
10:13:38 [2022-06-21T10:13:38.612Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.476s	coverage: 7.2% of statements
10:13:38 [2022-06-21T10:13:38.612Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
10:13:38 [2022-06-21T10:13:38.612Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
10:13:38 [2022-06-21T10:13:38.612Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.015s	coverage: 57.4% of statements
10:13:38 [2022-06-21T10:13:38.612Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
10:13:38 [2022-06-21T10:13:38.612Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
10:13:38 [2022-06-21T10:13:38.612Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
10:13:38 [2022-06-21T10:13:38.612Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
10:13:38 [2022-06-21T10:13:38.870Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
10:13:39 [2022-06-21T10:13:39.113Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
10:13:39 [2022-06-21T10:13:39.128Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
10:13:39 [2022-06-21T10:13:39.386Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
10:13:40 [2022-06-21T10:13:40.040Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
10:13:40 [2022-06-21T10:13:40.603Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
10:13:40 [2022-06-21T10:13:40.603Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
10:13:40 [2022-06-21T10:13:40.603Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
10:13:41 [2022-06-21T10:13:41.165Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
10:13:41 [2022-06-21T10:13:41.165Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
10:13:41 [2022-06-21T10:13:41.165Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
10:13:42 [2022-06-21T10:13:42.098Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
10:13:42 [2022-06-21T10:13:42.662Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
10:13:43 [2022-06-21T10:13:43.591Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
10:13:44 [2022-06-21T10:13:44.152Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
10:13:44 [2022-06-21T10:13:44.713Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
10:13:44 [2022-06-21T10:13:44.713Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
10:13:44 [2022-06-21T10:13:44.713Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
10:13:45 [2022-06-21T10:13:45.642Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
10:13:45 [2022-06-21T10:13:45.898Z]     docker_cli_swarm_test.go:1895: [dc5eb71a3668a] joining swarm manager [d1ec2840eeb5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:13:46 [2022-06-21T10:13:46.461Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
10:13:47 [2022-06-21T10:13:47.391Z]     docker_cli_swarm_test.go:1896: [dc85345c4d5f1] joining swarm manager [d1ec2840eeb5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:13:47 [2022-06-21T10:13:47.647Z] === RUN   TestDockerSuite/TestSaveCheckTimes
10:13:47 [2022-06-21T10:13:47.647Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
10:13:49 [2022-06-21T10:13:49.014Z] === RUN   TestDockerSuite/TestSaveImageId
10:13:49 [2022-06-21T10:13:49.014Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
10:13:49 [2022-06-21T10:13:49.576Z] === RUN   TestDockerSuite/TestSaveLoadParents
10:13:50 [2022-06-21T10:13:50.505Z]     docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents419439217
10:13:50 [2022-06-21T10:13:50.761Z] === RUN   TestDockerSuite/TestSaveMultipleNames
10:13:50 [2022-06-21T10:13:50.761Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
10:13:51 [2022-06-21T10:13:51.585Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.002s	coverage: 100.0% of statements
10:13:51 [2022-06-21T10:13:51.690Z] === RUN   TestDockerSuite/TestSaveSingleTag
10:13:51 [2022-06-21T10:13:51.946Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
10:13:51 [2022-06-21T10:13:51.946Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
10:13:53 [2022-06-21T10:13:53.314Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
10:13:54 [2022-06-21T10:13:54.242Z] === RUN   TestDockerSuite/TestSearchCmdOptions
10:13:54 [2022-06-21T10:13:54.498Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
10:13:54 [2022-06-21T10:13:54.498Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
10:13:54 [2022-06-21T10:13:54.754Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
10:13:54 [2022-06-21T10:13:54.754Z] === RUN   TestDockerSuite/TestSearchWithLimit
10:13:55 [2022-06-21T10:13:55.331Z] === RUN   TestDockerSuite/TestSlowStdinClosing
10:13:55 [2022-06-21T10:13:55.331Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
10:13:55 [2022-06-21T10:13:55.896Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
10:13:56 [2022-06-21T10:13:56.457Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
10:13:57 [2022-06-21T10:13:57.385Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
10:14:02 [2022-06-21T10:14:02.626Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
10:14:03 [2022-06-21T10:14:03.554Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
10:14:03 [2022-06-21T10:14:03.554Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
10:14:04 [2022-06-21T10:14:04.482Z] === RUN   TestDockerSuite/TestStartAttachSilent
10:14:05 [2022-06-21T10:14:05.411Z] === RUN   TestDockerSuite/TestStartAttachWithRename
10:14:06 [2022-06-21T10:14:06.470Z] ok  	github.com/docker/docker/libnetwork/ipam	14.351s	coverage: 85.3% of statements
10:14:06 [2022-06-21T10:14:06.470Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
10:14:06 [2022-06-21T10:14:06.470Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
10:14:06 [2022-06-21T10:14:06.470Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
10:14:06 [2022-06-21T10:14:06.470Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
10:14:06 [2022-06-21T10:14:06.470Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
10:14:06 [2022-06-21T10:14:06.470Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
10:14:06 [2022-06-21T10:14:06.470Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.254s	coverage: 74.0% of statements
10:14:06 [2022-06-21T10:14:06.470Z] ok  	github.com/docker/docker/libnetwork/iptables	0.161s	coverage: 45.1% of statements
10:14:06 [2022-06-21T10:14:06.728Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
10:14:06 [2022-06-21T10:14:06.986Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
10:14:07 [2022-06-21T10:14:07.927Z] === RUN   TestDockerSuite/TestStartMultipleContainers
10:14:09 [2022-06-21T10:14:09.816Z] === RUN   TestDockerSuite/TestStartPausedContainer
10:14:09 [2022-06-21T10:14:09.816Z] === RUN   TestDockerSuite/TestStartRecordError
10:14:11 [2022-06-21T10:14:11.182Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
10:14:11 [2022-06-21T10:14:11.743Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
10:14:12 [2022-06-21T10:14:12.304Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
10:14:13 [2022-06-21T10:14:13.669Z] === RUN   TestDockerSuite/TestStatsAllNoStream
10:14:14 [2022-06-21T10:14:14.231Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
10:14:16 [2022-06-21T10:14:16.756Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
10:14:20 [2022-06-21T10:14:20.921Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
10:14:23 [2022-06-21T10:14:23.443Z] === RUN   TestDockerSuite/TestStatsFormatAll
10:14:28 [2022-06-21T10:14:28.687Z] === RUN   TestDockerSuite/TestStatsNoStream
10:14:29 [2022-06-21T10:14:29.249Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
10:14:30 [2022-06-21T10:14:30.614Z] === RUN   TestDockerSuite/TestStopContainerSignal
10:14:31 [2022-06-21T10:14:31.545Z]     docker_cli_swarm_test.go:1796: [d0b37dd27b265] joining swarm manager [d7fb98c824031]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:14:31 [2022-06-21T10:14:31.800Z] === RUN   TestDockerSuite/TestTopMultipleArgs
10:14:32 [2022-06-21T10:14:32.364Z] === RUN   TestDockerSuite/TestTopNonPrivileged
10:14:32 [2022-06-21T10:14:32.926Z]     docker_cli_swarm_test.go:1797: [d1551fea083e7] joining swarm manager [d7fb98c824031]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:14:33 [2022-06-21T10:14:33.183Z] === RUN   TestDockerSuite/TestTopPrivileged
10:14:33 [2022-06-21T10:14:33.746Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
10:14:33 [2022-06-21T10:14:33.746Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
10:14:33 [2022-06-21T10:14:33.746Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
10:14:34 [2022-06-21T10:14:34.307Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
10:14:36 [2022-06-21T10:14:36.821Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
10:14:40 [2022-06-21T10:14:40.088Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
10:14:40 [2022-06-21T10:14:40.088Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
10:14:40 [2022-06-21T10:14:40.649Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
10:14:40 [2022-06-21T10:14:40.649Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
10:14:40 [2022-06-21T10:14:40.649Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
10:14:40 [2022-06-21T10:14:40.649Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
10:14:40 [2022-06-21T10:14:40.649Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
10:14:41 [2022-06-21T10:14:41.578Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
10:14:42 [2022-06-21T10:14:42.140Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
10:14:42 [2022-06-21T10:14:42.702Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
10:14:43 [2022-06-21T10:14:43.630Z] === RUN   TestDockerSuite/TestUpdateStats
10:14:47 [2022-06-21T10:14:47.807Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
10:14:48 [2022-06-21T10:14:48.063Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
10:14:48 [2022-06-21T10:14:48.063Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
10:14:48 [2022-06-21T10:14:48.063Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
10:14:48 [2022-06-21T10:14:48.625Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
10:14:48 [2022-06-21T10:14:48.625Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
10:14:49 [2022-06-21T10:14:49.187Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
10:14:52 [2022-06-21T10:14:52.457Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
10:14:54 [2022-06-21T10:14:54.345Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
10:14:56 [2022-06-21T10:14:56.238Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
10:14:56 [2022-06-21T10:14:56.495Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
10:14:57 [2022-06-21T10:14:57.864Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
10:14:58 [2022-06-21T10:14:58.426Z]     docker_cli_swarm_test.go:1315: [d5438f9e8c833] joining swarm manager [dcd549ccad5b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:15:00 [2022-06-21T10:15:00.319Z]     docker_cli_swarm_test.go:1316: [d6f6b3f075d37] joining swarm manager [dcd549ccad5b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:15:00 [2022-06-21T10:15:00.319Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
10:15:03 [2022-06-21T10:15:03.590Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
10:15:04 [2022-06-21T10:15:04.518Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
10:15:05 [2022-06-21T10:15:05.882Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
10:15:06 [2022-06-21T10:15:06.810Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
10:15:07 [2022-06-21T10:15:07.738Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
10:15:09 [2022-06-21T10:15:09.104Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
10:15:10 [2022-06-21T10:15:10.469Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
10:15:11 [2022-06-21T10:15:11.840Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
10:15:13 [2022-06-21T10:15:13.205Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
10:15:14 [2022-06-21T10:15:14.573Z] === RUN   TestDockerSuite/TestVolumeCLICreate
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLILs
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
10:15:32 [2022-06-21T10:15:32.610Z] === RUN   TestDockerSuite/TestVolumeCLIRm
10:15:33 [2022-06-21T10:15:33.172Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
10:15:33 [2022-06-21T10:15:33.172Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
10:15:33 [2022-06-21T10:15:33.172Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
10:15:33 [2022-06-21T10:15:33.172Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
10:15:33 [2022-06-21T10:15:33.427Z] === RUN   TestDockerSuite/TestVolumeEvents
10:15:33 [2022-06-21T10:15:33.988Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
10:15:35 [2022-06-21T10:15:35.351Z] === RUN   TestDockerSuite/TestVolumeLsFormat
10:15:35 [2022-06-21T10:15:35.351Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
10:15:35 [2022-06-21T10:15:35.351Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
10:15:37 [2022-06-21T10:15:37.240Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
10:15:39 [2022-06-21T10:15:39.760Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
10:15:39 [2022-06-21T10:15:39.760Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows
10:15:39 [2022-06-21T10:15:39.760Z] --- PASS: TestDockerSuite (1316.44s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (2.31s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.45s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.74s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.39s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.07s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.08s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.22s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.79s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.02s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.17s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.04s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.62s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.66s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.78s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.63s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.81s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.91s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.82s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.90s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.95s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.37s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.41s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.69s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.68s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
10:15:39 [2022-06-21T10:15:39.760Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.78s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.50s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.35s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.51s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.17s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.60s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.43s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.27s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.97s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.67s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.28s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.23s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.75s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.20s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddScript (3.07s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.20s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.56s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.83s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.93s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.06s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.32s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.75s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.65s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.31s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.68s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.71s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.90s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.67s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.69s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.29s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.05s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.29s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.35s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.92s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.19s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.39s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.83s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.27s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.32s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.19s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.91s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.80s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.50s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.09s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.84s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.96s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.56s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.37s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.80s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.54s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.37s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.49s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.24s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.64s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.84s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.59s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.50s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.26s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.82s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.00s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.14s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.75s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.53s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.99s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.91s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.27s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.99s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.89s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.05s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.02s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.68s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.16s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.30s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.25s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (9.78s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.61s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.55s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.26s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.22s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.09s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.32s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.14s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.86s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.20s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.30s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.06s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.68s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.82s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.49s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.67s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.57s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.05s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.86s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.66s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.18s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.68s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.19s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.08s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.75s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.66s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.60s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.51s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.48s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.40s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.97s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.72s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFails (0.94s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.78s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.95s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.46s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.30s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.22s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.93s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.58s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.43s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.75s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.70s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.41s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.82s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.48s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.73s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.83s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.90s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.06s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.10s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.45s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.44s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.29s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.11s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.73s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.21s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.33s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.92s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.31s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.81s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.65s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.02s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.81s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.47s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.38s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.45s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.78s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.39s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.87s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.91s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.27s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.42s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.29s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.78s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.11s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.87s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.77s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.88s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.78s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.97s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.81s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.58s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.04s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.33s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.76s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildRm (2.93s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.88s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.22s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.53s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.47s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.16s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.00s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.77s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.27s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.44s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.77s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.81s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.18s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.79s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.84s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.58s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.04s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildUser (1.45s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.42s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.90s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.09s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.40s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.87s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.73s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.92s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.28s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.61s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.59s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.67s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.08s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.63s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.33s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestCommitChange (0.65s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s)
10:15:39 [2022-06-21T10:15:39.761Z]     --- PASS: TestDockerSuite/TestCommitHardlink (0.94s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.96s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.58s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCommitTTY (0.98s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.52s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.11s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.62s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.89s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.77s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.82s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.84s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.98s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.74s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.68s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.48s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.47s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.61s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.48s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.44s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.53s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.60s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.62s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.67s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.56s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.62s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.51s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.57s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (0.98s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.21s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.63s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.36s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.61s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.65s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.46s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.90s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.44s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.41s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.34s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.98s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.60s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.43s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.32s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.44s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.51s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000eec360_<nil>_<nil>} (1.44s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12955368744_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.61s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12955368744_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.31s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32742861553_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.45s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32742861553_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.31s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32742861553_/foo_true__0xc000eec390_<nil>_<nil>_<nil>} (1.40s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000eec3a8_<nil>_<nil>} (1.39s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000eec3c0_<nil>_<nil>} (1.35s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000eec3d8_<nil>_<nil>} (1.36s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000eec3f0_<nil>_<nil>} (1.51s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.31s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.14s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.33s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.30s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.38s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.27s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.66s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.59s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.91s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.81s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.66s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.72s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.89s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.56s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.51s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.57s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.59s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.84s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.92s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.81s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.85s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.89s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.24s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.77s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.79s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.13s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.70s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.71s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseE (1.80s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.47s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseG (2.77s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.59s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.84s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToDot (0.81s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.14s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.69s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.13s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.65s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.27s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.11s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.40s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.57s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.58s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateRM (0.16s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.99s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.26s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.52s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.20s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.96s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.78s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.71s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.54s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.14s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.59s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerFails (0.04s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.61s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.12s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.09s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.12s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.56s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.83s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.78s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsCommit (1.21s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.64s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.53s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.04s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.20s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.80s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.92s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.33s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.99s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.11s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.25s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.89s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.87s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.62s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.67s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.50s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.56s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsRename (0.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsResize (0.69s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.58s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.56s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.43s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsTop (0.53s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.55s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.80s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExec (0.71s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.75s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.50s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.05s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.50s)
10:15:39 [2022-06-21T10:15:39.762Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.51s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.18s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecEnv (0.64s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.44s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.72s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.97s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.81s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.65s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecParseError (0.66s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.61s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.19s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.63s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.51s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.69s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecTTY (0.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.19s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.85s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.67s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.80s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.69s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestHealth (18.98s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.63s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.12s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.25s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportDisplay (0.95s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportFile (1.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.13s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.06s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.46s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.03s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.43s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.54s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectImage (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.43s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.51s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.58s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.13s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.93s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.65s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.71s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.57s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.67s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.60s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.70s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.71s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.86s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.03s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.43s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.31s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.50s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.66s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.18s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.08s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.46s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.43s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.40s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.59s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.29s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.98s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.76s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.73s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.41s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsSince (6.65s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.71s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsTail (0.66s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.81s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.57s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.27s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.47s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestNetHostname (1.74s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.28s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.60s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.21s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.42s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginActive (2.03s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.35s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.27s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.85s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.88s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.64s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.26s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.41s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.86s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.85s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPortList (6.76s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.86s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (5.89s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.50s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.56s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.19s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.09s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.58s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.73s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.25s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.97s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.69s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.13s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.18s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.75s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.61s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.93s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.49s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.29s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.72s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.70s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.14s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.33s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.82s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.77s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.55s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.55s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.12s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.45s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.93s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.09s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.89s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.81s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.34s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
10:15:39 [2022-06-21T10:15:39.763Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.09s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.12s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.88s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.94s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.61s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.61s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.64s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.88s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiTag (0.21s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.55s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.57s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.25s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.42s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.67s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.55s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.91s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.69s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.69s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.80s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.88s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.75s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.41s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.38s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.43s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.42s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.41s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.75s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.49s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.53s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.11s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.58s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.11s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.59s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.07s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.40s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.31s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.62s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.86s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.56s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.15s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.30s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.05s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.66s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.99s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.19s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.76s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.59s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.71s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.09s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.81s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.58s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.49s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.50s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.56s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.62s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.50s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.50s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.72s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.28s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.70s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.06s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.62s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.22s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.51s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.92s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.90s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.88s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.46s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.31s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.30s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.64s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.15s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.03s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.70s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.92s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.92s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunMount (3.74s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.41s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.88s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.70s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.53s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.79s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.95s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.27s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.76s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.57s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.76s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.53s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.33s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.57s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.66s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.55s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.73s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.66s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.53s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.23s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.76s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.53s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.72s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.67s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.65s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.10s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.31s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunRm (0.49s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.60s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.58s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.66s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.58s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.39s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.79s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.50s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.54s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.38s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.62s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.73s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.69s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.58s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunState (1.28s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.71s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.61s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.50s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.13s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.62s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.56s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.29s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.81s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.24s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.62s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.65s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.46s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.78s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.49s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.51s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.58s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.65s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.87s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.43s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.64s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.26s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.90s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.74s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.85s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.44s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.87s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.45s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.48s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.52s)
10:15:39 [2022-06-21T10:15:39.764Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.55s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.60s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.49s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.60s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.64s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.46s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.98s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.60s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.45s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.02s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.69s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.51s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.85s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.93s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.00s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.23s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.19s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.27s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.10s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.54s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.93s)
10:15:39 [2022-06-21T10:15:39.765Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s)
10:15:39 [2022-06-21T10:15:39.765Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.64s)
10:15:39 [2022-06-21T10:15:39.765Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.88s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.41s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.74s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.94s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.72s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.52s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.09s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.38s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.24s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.73s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.93s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.47s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.51s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.51s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.57s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.70s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.58s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.54s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.87s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.60s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.97s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.52s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.91s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.64s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.62s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.20s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.02s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.82s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.51s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.71s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.31s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.32s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.99s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.96s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.31s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.36s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.36s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.41s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.37s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.44s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.51s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.52s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.40s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.75s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.36s)
10:15:39 [2022-06-21T10:15:39.765Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
10:15:39 [2022-06-21T10:15:39.765Z] === RUN   TestDockerRegistrySuite
10:15:39 [2022-06-21T10:15:39.765Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
10:15:40 [2022-06-21T10:15:40.692Z]     check_test.go:194: [dd95ca8bfa881] daemon is not started
10:15:40 [2022-06-21T10:15:40.692Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
10:15:41 [2022-06-21T10:15:41.620Z]     check_test.go:194: [d16ccec08d71f] daemon is not started
10:15:41 [2022-06-21T10:15:41.620Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
10:15:42 [2022-06-21T10:15:42.985Z]     check_test.go:194: [d755924fb3d1e] daemon is not started
10:15:42 [2022-06-21T10:15:42.985Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
10:15:42 [2022-06-21T10:15:42.985Z]     check_test.go:194: [d5001ee00cdfd] daemon is not started
10:15:42 [2022-06-21T10:15:42.985Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
10:15:46 [2022-06-21T10:15:46.254Z]     check_test.go:194: [dadb994c3779a] daemon is not started
10:15:46 [2022-06-21T10:15:46.254Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
10:15:51 [2022-06-21T10:15:51.525Z]     check_test.go:194: [d19b97af2ed9e] daemon is not started
10:15:51 [2022-06-21T10:15:51.525Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
10:15:54 [2022-06-21T10:15:54.793Z]     check_test.go:194: [dd09e67c2b9cf] daemon is not started
10:15:54 [2022-06-21T10:15:54.793Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
10:15:55 [2022-06-21T10:15:55.356Z]     check_test.go:194: [d5e6aac295122] daemon is not started
10:15:55 [2022-06-21T10:15:55.356Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
10:15:56 [2022-06-21T10:15:56.284Z]     check_test.go:194: [d0d51364e9eac] daemon is not started
10:15:56 [2022-06-21T10:15:56.284Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
10:15:57 [2022-06-21T10:15:57.212Z]     check_test.go:194: [de6482f0536cc] daemon is not started
10:15:57 [2022-06-21T10:15:57.212Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
10:15:58 [2022-06-21T10:15:58.140Z]     check_test.go:194: [df363e550c31c] daemon is not started
10:15:58 [2022-06-21T10:15:58.140Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.149s	coverage: 60.1% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/osl	4.322s	coverage: 39.7% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.014s	coverage: 80.7% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.558s	coverage: 48.6% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
10:15:58 [2022-06-21T10:15:58.415Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
10:15:58 [2022-06-21T10:15:58.415Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
10:15:58 [2022-06-21T10:15:58.415Z] 
10:15:58 [2022-06-21T10:15:58.415Z] === Skipped
10:15:58 [2022-06-21T10:15:58.415Z] === SKIP: libnetwork TestParallel1 (0.00s)
10:15:58 [2022-06-21T10:15:58.415Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
10:15:58 [2022-06-21T10:15:58.415Z] 
10:15:58 [2022-06-21T10:15:58.415Z] === SKIP: libnetwork TestParallel3 (0.00s)
10:15:58 [2022-06-21T10:15:58.415Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
10:15:58 [2022-06-21T10:15:58.415Z] 
10:15:58 [2022-06-21T10:15:58.415Z] === SKIP: libnetwork TestParallel2 (0.00s)
10:15:58 [2022-06-21T10:15:58.415Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
10:15:58 [2022-06-21T10:15:58.415Z] 
10:15:58 [2022-06-21T10:15:58.415Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
10:15:58 [2022-06-21T10:15:58.415Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
10:15:58 [2022-06-21T10:15:58.415Z] 
10:15:58 [2022-06-21T10:15:58.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
10:15:58 [2022-06-21T10:15:58.416Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
10:15:58 [2022-06-21T10:15:58.416Z] 
10:15:58 [2022-06-21T10:15:58.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
10:15:58 [2022-06-21T10:15:58.416Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
10:15:58 [2022-06-21T10:15:58.416Z] 
10:15:58 [2022-06-21T10:15:58.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
10:15:58 [2022-06-21T10:15:58.416Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
10:15:58 [2022-06-21T10:15:58.416Z] 
10:15:58 [2022-06-21T10:15:58.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
10:15:58 [2022-06-21T10:15:58.416Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
10:15:58 [2022-06-21T10:15:58.416Z] 
10:15:58 [2022-06-21T10:15:58.416Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
10:15:58 [2022-06-21T10:15:58.416Z]     firewalld_test.go:14: firewalld is not running
10:15:58 [2022-06-21T10:15:58.416Z] 
10:15:58 [2022-06-21T10:15:58.416Z] DONE 326 tests, 9 skipped in 199.255s
Post stage
[Pipeline] junit
10:15:59 [2022-06-21T10:15:59.007Z] Recording test results
10:15:59 [2022-06-21T10:15:59.304Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
10:15:59 [2022-06-21T10:15:59.504Z]     check_test.go:194: [dfe48cb3ba6a1] daemon is not started
10:15:59 [2022-06-21T10:15:59.504Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
10:15:59 [2022-06-21T10:15:59.640Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42379/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8f64a1ec53121ef4a2750307613340b2c2eaafda -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8f64a1ec53121ef4a2750307613340b2c2eaafda hack/validate/vendor
10:16:00 [2022-06-21T10:16:00.066Z]     check_test.go:194: [dbeb7441e81dc] daemon is not started
10:16:00 [2022-06-21T10:16:00.066Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
10:16:00 [2022-06-21T10:16:00.205Z] No vendor changes in diff.
10:16:00 [2022-06-21T10:16:00.205Z] WARNING: could not find copyright information for github.com/coreos/go-systemd
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:16:00 [2022-06-21T10:16:00.766Z] + echo Ensuring container killed.
10:16:00 [2022-06-21T10:16:00.766Z] Ensuring container killed.
10:16:00 [2022-06-21T10:16:00.766Z] + docker rm -vf docker-pr7
10:16:00 [2022-06-21T10:16:00.766Z] Error: No such container: docker-pr7
[Pipeline] sh
10:16:00 [2022-06-21T10:16:00.992Z]     check_test.go:194: [dd887c477110f] daemon is not started
10:16:00 [2022-06-21T10:16:00.992Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
10:16:01 [2022-06-21T10:16:01.045Z] + echo Chowning /workspace to jenkins user
10:16:01 [2022-06-21T10:16:01.045Z] Chowning /workspace to jenkins user
10:16:01 [2022-06-21T10:16:01.045Z] + id -u
10:16:01 [2022-06-21T10:16:01.045Z] + id -g
10:16:01 [2022-06-21T10:16:01.045Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/workspace busybox chown -R 1000:1000 /workspace
10:16:01 [2022-06-21T10:16:01.920Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ced6d8507755b3ff44f2afd2c882ba7b428dc39a870697b641b4ed99914d9f56
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:16:02 [2022-06-21T10:16:02.714Z] + bundleName=unit
10:16:02 [2022-06-21T10:16:02.714Z] + echo Creating unit-bundles.tar.gz
10:16:02 [2022-06-21T10:16:02.714Z] Creating unit-bundles.tar.gz
10:16:02 [2022-06-21T10:16:02.714Z] + 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
10:16:02 [2022-06-21T10:16:02.714Z] bundles/junit-report-libnetwork.xml
10:16:02 [2022-06-21T10:16:02.714Z] bundles/junit-report.xml
10:16:02 [2022-06-21T10:16:02.714Z] bundles/go-test-report-libnetwork.json
10:16:02 [2022-06-21T10:16:02.714Z] bundles/go-test-report.json
10:16:02 [2022-06-21T10:16:02.714Z] bundles/profile-libnetwork.out
10:16:02 [2022-06-21T10:16:02.714Z] bundles/profile.out
[Pipeline] archiveArtifacts
10:16:02 [2022-06-21T10:16:02.725Z] Archiving artifacts
10:16:02 [2022-06-21T10:16:02.846Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:79e9f3a85cbd3b4da40c83e3f859673430d5c2964384789425e95cd15587a2ab
10:16:02 [2022-06-21T10:16:02.847Z]     check_test.go:194: [dc94cf04cff9c] daemon is not started
10:16:02 [2022-06-21T10:16:02.847Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
10:16:03 [2022-06-21T10:16:03.549Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42379/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:16:03 [2022-06-21T10:16:03.774Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:13c3848e9ef4ee1f5abca80486eccd166ae07332ff882186a14a50522c53f0b4
10:16:03 [2022-06-21T10:16:03.858Z] + make clean
10:16:03 [2022-06-21T10:16:03.858Z] docker volume rm -f docker-dev-cache docker-mod-cache
10:16:03 [2022-06-21T10:16:03.858Z] docker-dev-cache
10:16:03 [2022-06-21T10:16:03.858Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
10:16:04 [2022-06-21T10:16:04.701Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b576de95f181f68c4a9d2df22f6c2fb305b4c9404167a9a6e1e6e1b4d11767f5
10:16:04 [2022-06-21T10:16:04.701Z]     check_test.go:194: [ddb4dd0c0da1e] daemon is not started
10:16:04 [2022-06-21T10:16:04.701Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
10:16:05 [2022-06-21T10:16:05.630Z]     check_test.go:194: [d40f3f0b29233] daemon is not started
10:16:05 [2022-06-21T10:16:05.630Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
10:16:08 [2022-06-21T10:16:08.148Z]     check_test.go:194: [dee60757c002b] daemon is not started
10:16:08 [2022-06-21T10:16:08.148Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
10:16:08 [2022-06-21T10:16:08.709Z]     check_test.go:194: [d29fdcc08434c] daemon is not started
10:16:08 [2022-06-21T10:16:08.709Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
10:16:08 [2022-06-21T10:16:08.966Z]     check_test.go:194: [de078ca15fbc7] daemon is not started
10:16:08 [2022-06-21T10:16:08.966Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
10:16:09 [2022-06-21T10:16:09.894Z]     check_test.go:194: [dde6c92344fe5] daemon is not started
10:16:09 [2022-06-21T10:16:09.894Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
10:16:10 [2022-06-21T10:16:10.150Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
10:16:10 [2022-06-21T10:16:10.713Z]     check_test.go:194: [de1463c6974c4] daemon is not started
10:16:10 [2022-06-21T10:16:10.713Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
10:16:12 [2022-06-21T10:16:12.099Z]     check_test.go:194: [d637ca286feea] daemon is not started
10:16:12 [2022-06-21T10:16:12.099Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
10:16:14 [2022-06-21T10:16:14.620Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
10:16:14 [2022-06-21T10:16:14.876Z]     check_test.go:194: [d1f561a99db7c] daemon is not started
10:16:14 [2022-06-21T10:16:14.876Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
10:16:15 [2022-06-21T10:16:15.132Z]     check_test.go:194: [d8825ed65e398] daemon is not started
10:16:15 [2022-06-21T10:16:15.132Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
10:16:16 [2022-06-21T10:16:16.497Z]     check_test.go:194: [dbc33fe8d04e4] daemon is not started
10:16:16 [2022-06-21T10:16:16.497Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
10:16:17 [2022-06-21T10:16:17.060Z]     check_test.go:194: [dd5158e9c3bf0] daemon is not started
10:16:17 [2022-06-21T10:16:17.060Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
10:16:17 [2022-06-21T10:16:17.316Z]     check_test.go:194: [d9a5260bd41d1] daemon is not started
10:16:17 [2022-06-21T10:16:17.316Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
10:16:17 [2022-06-21T10:16:17.573Z]     check_test.go:194: [d23e77c61642f] daemon is not started
10:16:17 [2022-06-21T10:16:17.573Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
10:16:17 [2022-06-21T10:16:17.829Z]     check_test.go:194: [dd8214faed9c4] daemon is not started
10:16:17 [2022-06-21T10:16:17.829Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
10:16:18 [2022-06-21T10:16:18.086Z]     check_test.go:194: [d4e34c0e8cbba] daemon is not started
10:16:18 [2022-06-21T10:16:18.086Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
10:16:18 [2022-06-21T10:16:18.343Z]     check_test.go:194: [dce53d33b9681] daemon is not started
10:16:18 [2022-06-21T10:16:18.343Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
10:16:19 [2022-06-21T10:16:19.710Z]     check_test.go:194: [dbb30fa9d9e8a] daemon is not started
10:16:19 [2022-06-21T10:16:19.710Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
10:16:21 [2022-06-21T10:16:21.602Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
10:16:21 [2022-06-21T10:16:21.602Z]     check_test.go:194: [d0dc7e86abdac] daemon is not started
10:16:21 [2022-06-21T10:16:21.602Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
10:16:22 [2022-06-21T10:16:22.530Z]     check_test.go:194: [dc9b30a1b0190] daemon is not started
10:16:22 [2022-06-21T10:16:22.530Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
10:16:23 [2022-06-21T10:16:23.897Z]     check_test.go:194: [dc20cec6591f5] daemon is not started
10:16:23 [2022-06-21T10:16:23.897Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
10:16:24 [2022-06-21T10:16:24.825Z] === RUN   TestDockerRegistrySuite/TestV2Only
10:16:25 [2022-06-21T10:16:25.754Z] --- PASS: TestDockerRegistrySuite (46.25s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.20s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.99s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.23s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.71s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.78s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.76s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.85s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.09s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.01s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.86s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.81s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.98s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.04s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.92s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.10s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.97s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.42s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.35s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.52s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.46s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.80s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.91s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.42s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.07s)
10:16:25 [2022-06-21T10:16:25.754Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.85s)
10:16:25 [2022-06-21T10:16:25.754Z] === RUN   TestDockerSchema1RegistrySuite
10:16:25 [2022-06-21T10:16:25.754Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
10:16:26 [2022-06-21T10:16:26.010Z]     check_test.go:221: [d561925e54f32] daemon is not started
10:16:26 [2022-06-21T10:16:26.010Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
10:16:28 [2022-06-21T10:16:28.532Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
10:16:29 [2022-06-21T10:16:29.461Z]     check_test.go:221: [db32652610225] daemon is not started
10:16:29 [2022-06-21T10:16:29.461Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
10:16:30 [2022-06-21T10:16:30.828Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
10:16:34 [2022-06-21T10:16:34.994Z]     check_test.go:221: [de01d791252ce] daemon is not started
10:16:34 [2022-06-21T10:16:34.994Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
10:16:35 [2022-06-21T10:16:35.250Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
10:16:36 [2022-06-21T10:16:36.203Z]     check_test.go:221: [d036b0d55e15d] daemon is not started
10:16:36 [2022-06-21T10:16:36.203Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
10:16:36 [2022-06-21T10:16:36.203Z]     check_test.go:221: [dee0b08b06241] daemon is not started
10:16:36 [2022-06-21T10:16:36.203Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
10:16:37 [2022-06-21T10:16:37.568Z]     check_test.go:221: [dbb6b209a931f] daemon is not started
10:16:37 [2022-06-21T10:16:37.568Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
10:16:38 [2022-06-21T10:16:38.496Z]     check_test.go:221: [de37608e0c445] daemon is not started
10:16:38 [2022-06-21T10:16:38.496Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
10:16:39 [2022-06-21T10:16:39.423Z]     check_test.go:221: [d3e85676af1a6] daemon is not started
10:16:39 [2022-06-21T10:16:39.423Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
10:16:41 [2022-06-21T10:16:41.940Z]     check_test.go:221: [dd98fab0f7c76] daemon is not started
10:16:41 [2022-06-21T10:16:41.940Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
10:16:42 [2022-06-21T10:16:42.197Z]     check_test.go:221: [d5abb39a96e0d] daemon is not started
10:16:42 [2022-06-21T10:16:42.197Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
10:16:42 [2022-06-21T10:16:42.758Z]     check_test.go:221: [d3f6c7ffe9930] daemon is not started
10:16:42 [2022-06-21T10:16:42.758Z] --- PASS: TestDockerSchema1RegistrySuite (16.85s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.46s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.52s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.21s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.15s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.32s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.99s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.35s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s)
10:16:42 [2022-06-21T10:16:42.758Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s)
10:16:42 [2022-06-21T10:16:42.758Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
10:16:42 [2022-06-21T10:16:42.758Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
10:16:42 [2022-06-21T10:16:42.758Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
10:16:43 [2022-06-21T10:16:43.686Z]     check_test.go:250: [d21be9715d925] daemon is not started
10:16:43 [2022-06-21T10:16:43.686Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
10:16:43 [2022-06-21T10:16:43.941Z]     check_test.go:250: [db1bc5fa7a907] daemon is not started
10:16:43 [2022-06-21T10:16:43.941Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
10:16:44 [2022-06-21T10:16:44.197Z]     check_test.go:250: [d6e473256a68e] daemon is not started
10:16:44 [2022-06-21T10:16:44.197Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
10:16:45 [2022-06-21T10:16:45.565Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
10:16:46 [2022-06-21T10:16:46.126Z]     check_test.go:250: [d5ad62b8af545] daemon is not started
10:16:46 [2022-06-21T10:16:46.126Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
10:16:46 [2022-06-21T10:16:46.688Z]     check_test.go:250: [d20dbc5748511] daemon is not started
10:16:46 [2022-06-21T10:16:46.688Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
10:16:47 [2022-06-21T10:16:47.021Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
10:16:47 [2022-06-21T10:16:47.021Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
10:16:47 [2022-06-21T10:16:47.021Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
10:16:47 [2022-06-21T10:16:47.983Z]     check_test.go:250: [d78f8d2f1b59c] daemon is not started
10:16:47 [2022-06-21T10:16:47.983Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
10:16:47 [2022-06-21T10:16:47.983Z]     check_test.go:250: [dbf7abf2829b6] daemon is not started
10:16:47 [2022-06-21T10:16:47.983Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.45s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.88s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.21s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.28s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.67s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.57s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (1.12s)
10:16:47 [2022-06-21T10:16:47.983Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
10:16:47 [2022-06-21T10:16:47.983Z] === RUN   TestDockerRegistryAuthTokenSuite
10:16:47 [2022-06-21T10:16:47.983Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
10:16:53 [2022-06-21T10:16:53.226Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
10:16:53 [2022-06-21T10:16:53.226Z]     check_test.go:277: [d3472acd0334c] daemon is not started
10:16:53 [2022-06-21T10:16:53.226Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
10:16:53 [2022-06-21T10:16:53.482Z]     check_test.go:277: [d55d0fcd2fd8e] daemon is not started
10:16:53 [2022-06-21T10:16:53.482Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
10:16:53 [2022-06-21T10:16:53.482Z]     check_test.go:277: [da09b489335fe] daemon is not started
10:16:53 [2022-06-21T10:16:53.482Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
10:16:53 [2022-06-21T10:16:53.738Z]     check_test.go:277: [d69da5006a0fd] daemon is not started
10:16:53 [2022-06-21T10:16:53.738Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
10:16:53 [2022-06-21T10:16:53.738Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
10:16:53 [2022-06-21T10:16:53.995Z]     check_test.go:277: [df89d4dd0c6ed] daemon is not started
10:16:53 [2022-06-21T10:16:53.995Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.84s)
10:16:53 [2022-06-21T10:16:53.995Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
10:16:53 [2022-06-21T10:16:53.995Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
10:16:53 [2022-06-21T10:16:53.995Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
10:16:53 [2022-06-21T10:16:53.995Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.21s)
10:16:53 [2022-06-21T10:16:53.995Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
10:16:53 [2022-06-21T10:16:53.995Z] === RUN   TestDockerNetworkSuite
10:16:53 [2022-06-21T10:16:53.995Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
10:16:54 [2022-06-21T10:16:54.557Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
10:16:54 [2022-06-21T10:16:54.813Z]     docker_cli_network_unix_test.go:46: [db6c8d2260036] daemon is not started
10:16:55 [2022-06-21T10:16:55.069Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
10:16:55 [2022-06-21T10:16:55.630Z]     docker_cli_network_unix_test.go:46: [d8d84b0b8dc02] daemon is not started
10:16:55 [2022-06-21T10:16:55.886Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
10:16:57 [2022-06-21T10:16:57.252Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
10:16:58 [2022-06-21T10:16:58.620Z]     docker_cli_network_unix_test.go:46: [dde7b1e27a64c] daemon is not started
10:16:59 [2022-06-21T10:16:59.549Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
10:17:00 [2022-06-21T10:17:00.913Z]     docker_cli_network_unix_test.go:46: [d3aecbd9317ca] daemon is not started
10:17:01 [2022-06-21T10:17:01.170Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
10:17:01 [2022-06-21T10:17:01.170Z]     docker_cli_network_unix_test.go:1233: [dc9c307cdf27f] daemon is not started
10:17:03 [2022-06-21T10:17:03.687Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
10:17:04 [2022-06-21T10:17:04.616Z]     docker_cli_network_unix_test.go:46: [dff9a65118c8f] daemon is not started
10:17:05 [2022-06-21T10:17:05.179Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
10:17:09 [2022-06-21T10:17:09.347Z]     docker_cli_network_unix_test.go:46: [d636c70030f57] daemon is not started
10:17:10 [2022-06-21T10:17:10.276Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
10:17:12 [2022-06-21T10:17:12.164Z]     docker_cli_network_unix_test.go:46: [d2fde962e03ab] daemon is not started
10:17:12 [2022-06-21T10:17:12.726Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
10:17:13 [2022-06-21T10:17:13.653Z]     docker_cli_network_unix_test.go:46: [d878fedc1ac26] daemon is not started
10:17:13 [2022-06-21T10:17:13.653Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
10:17:14 [2022-06-21T10:17:14.215Z]     docker_cli_network_unix_test.go:46: [de1f437e363c0] daemon is not started
10:17:14 [2022-06-21T10:17:14.215Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
10:17:14 [2022-06-21T10:17:14.472Z]     docker_cli_network_unix_test.go:46: [dcc6d5bff5247] daemon is not started
10:17:14 [2022-06-21T10:17:14.472Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
10:17:15 [2022-06-21T10:17:15.034Z]     docker_cli_network_unix_test.go:46: [d60ce8eda03a1] daemon is not started
10:17:15 [2022-06-21T10:17:15.596Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
10:17:16 [2022-06-21T10:17:16.172Z]     docker_cli_network_unix_test.go:46: [d758ed7d1837f] daemon is not started
10:17:16 [2022-06-21T10:17:16.438Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
10:17:16 [2022-06-21T10:17:16.699Z]     docker_cli_network_unix_test.go:46: [dde10cb61efd0] daemon is not started
10:17:16 [2022-06-21T10:17:16.699Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
10:17:16 [2022-06-21T10:17:16.957Z]     docker_cli_network_unix_test.go:46: [d4d9e651a8aba] daemon is not started
10:17:16 [2022-06-21T10:17:16.957Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
10:17:17 [2022-06-21T10:17:17.518Z]     docker_cli_network_unix_test.go:46: [d0e2c9ad74d36] daemon is not started
10:17:17 [2022-06-21T10:17:17.774Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
10:17:17 [2022-06-21T10:17:17.774Z]     docker_cli_network_unix_test.go:46: [d87d6919f92fa] daemon is not started
10:17:17 [2022-06-21T10:17:17.774Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
10:17:17 [2022-06-21T10:17:17.774Z]     docker_cli_network_unix_test.go:46: [d735eceb7034a] daemon is not started
10:17:17 [2022-06-21T10:17:17.774Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
10:17:18 [2022-06-21T10:17:18.030Z]     docker_cli_network_unix_test.go:46: [d5129219a8923] daemon is not started
10:17:18 [2022-06-21T10:17:18.030Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
10:17:18 [2022-06-21T10:17:18.958Z]     docker_cli_network_unix_test.go:46: [d669c3776f433] daemon is not started
10:17:18 [2022-06-21T10:17:18.958Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
10:17:19 [2022-06-21T10:17:19.520Z]     docker_cli_network_unix_test.go:46: [daeb7029edf9e] daemon is not started
10:17:19 [2022-06-21T10:17:19.776Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
10:17:20 [2022-06-21T10:17:20.032Z]     docker_cli_network_unix_test.go:46: [d205f62e4dc0a] daemon is not started
10:17:20 [2022-06-21T10:17:20.032Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
10:17:20 [2022-06-21T10:17:20.032Z]     docker_cli_network_unix_test.go:46: [d871f117bde30] daemon is not started
10:17:20 [2022-06-21T10:17:20.288Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
10:17:20 [2022-06-21T10:17:20.288Z]     docker_cli_network_unix_test.go:46: [dfb65cf09ef99] daemon is not started
10:17:20 [2022-06-21T10:17:20.288Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
10:17:21 [2022-06-21T10:17:21.653Z]     docker_cli_network_unix_test.go:968: [d1beb0fed8f17] daemon is not started
10:17:22 [2022-06-21T10:17:22.581Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
10:17:23 [2022-06-21T10:17:23.948Z]     docker_cli_network_unix_test.go:46: [dd0fbd25a0dce] daemon is not started
10:17:23 [2022-06-21T10:17:23.948Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
10:17:26 [2022-06-21T10:17:26.468Z]     docker_cli_network_unix_test.go:1116: [d9a18cf90c4e6] daemon is not started
10:17:29 [2022-06-21T10:17:29.739Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
10:17:29 [2022-06-21T10:17:29.739Z]     docker_cli_network_unix_test.go:46: [da311ea11951c] daemon is not started
10:17:29 [2022-06-21T10:17:29.739Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
10:17:30 [2022-06-21T10:17:30.301Z]     docker_cli_network_unix_test.go:46: [d74da0288f1e7] daemon is not started
10:17:30 [2022-06-21T10:17:30.301Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
10:17:30 [2022-06-21T10:17:30.301Z]     docker_cli_network_unix_test.go:46: [df5b59e58be2b] daemon is not started
10:17:30 [2022-06-21T10:17:30.301Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
10:17:30 [2022-06-21T10:17:30.301Z]     docker_cli_network_unix_test.go:46: [d118a915ec909] daemon is not started
10:17:30 [2022-06-21T10:17:30.301Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
10:17:30 [2022-06-21T10:17:30.557Z]     docker_cli_network_unix_test.go:46: [d03803a177c20] daemon is not started
10:17:30 [2022-06-21T10:17:30.557Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
10:17:30 [2022-06-21T10:17:30.813Z]     docker_cli_network_unix_test.go:46: [d748e20e0e262] daemon is not started
10:17:30 [2022-06-21T10:17:30.813Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
10:17:30 [2022-06-21T10:17:30.813Z]     docker_cli_network_unix_test.go:46: [d96c4191609ab] daemon is not started
10:17:30 [2022-06-21T10:17:30.813Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
10:17:32 [2022-06-21T10:17:32.702Z]     docker_cli_network_unix_test.go:46: [d61a43e378f54] daemon is not started
10:17:33 [2022-06-21T10:17:33.263Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
10:17:33 [2022-06-21T10:17:33.263Z]     docker_cli_network_unix_test.go:46: [d31c6c3a8a080] daemon is not started
10:17:33 [2022-06-21T10:17:33.263Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
10:17:33 [2022-06-21T10:17:33.263Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
10:17:33 [2022-06-21T10:17:33.263Z]     docker_cli_network_unix_test.go:46: [d96c0558ef5a6] daemon is not started
10:17:33 [2022-06-21T10:17:33.263Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
10:17:33 [2022-06-21T10:17:33.824Z]     docker_cli_network_unix_test.go:46: [d5d9ff8eaa933] daemon is not started
10:17:34 [2022-06-21T10:17:34.079Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
10:17:38 [2022-06-21T10:17:38.264Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
10:17:38 [2022-06-21T10:17:38.826Z]     docker_cli_network_unix_test.go:1084: [d815095ef21b7] daemon is not started
10:17:40 [2022-06-21T10:17:40.715Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
10:17:40 [2022-06-21T10:17:40.715Z]     docker_cli_network_unix_test.go:46: [d2a07125e2778] daemon is not started
10:17:40 [2022-06-21T10:17:40.715Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
10:17:40 [2022-06-21T10:17:40.971Z]     docker_cli_network_unix_test.go:46: [dcbc70d545044] daemon is not started
10:17:41 [2022-06-21T10:17:41.532Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
10:17:42 [2022-06-21T10:17:42.460Z]     docker_cli_network_unix_test.go:46: [d4dec9d805619] daemon is not started
10:17:43 [2022-06-21T10:17:43.022Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
10:17:43 [2022-06-21T10:17:43.022Z]     docker_cli_network_unix_test.go:46: [dbe17d5f9ff67] daemon is not started
10:17:43 [2022-06-21T10:17:43.022Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
10:17:43 [2022-06-21T10:17:43.278Z]     docker_cli_network_unix_test.go:46: [d980563ef2f00] daemon is not started
10:17:43 [2022-06-21T10:17:43.534Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
10:17:44 [2022-06-21T10:17:44.096Z]     docker_cli_network_unix_test.go:46: [d25f9d66b6422] daemon is not started
10:17:44 [2022-06-21T10:17:44.096Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
10:17:44 [2022-06-21T10:17:44.658Z]     docker_cli_network_unix_test.go:46: [d1ae26277910e] daemon is not started
10:17:44 [2022-06-21T10:17:44.915Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
10:17:50 [2022-06-21T10:17:50.163Z]     docker_cli_network_unix_test.go:46: [dd2d347825f8b] daemon is not started
10:17:50 [2022-06-21T10:17:50.164Z] --- PASS: TestDockerNetworkSuite (56.35s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.22s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.79s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.57s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.58s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.57s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.47s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.16s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.31s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.93s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.07s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.28s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.29s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.17s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.38s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.47s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.52s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.01s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.52s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s)
10:17:50 [2022-06-21T10:17:50.164Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.23s)
10:17:50 [2022-06-21T10:17:50.164Z] === RUN   TestDockerHubPullSuite
10:17:50 [2022-06-21T10:17:50.164Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
10:17:51 [2022-06-21T10:17:51.090Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
10:17:52 [2022-06-21T10:17:52.021Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
10:17:53 [2022-06-21T10:17:53.388Z]     docker_cli_swarm_test.go:1180: [d9499980cf50d] joining swarm manager [dd95b42a01568]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:17:54 [2022-06-21T10:17:54.314Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
10:17:54 [2022-06-21T10:17:54.875Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
10:17:56 [2022-06-21T10:17:56.239Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
10:17:56 [2022-06-21T10:17:56.495Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
10:17:56 [2022-06-21T10:17:56.495Z] --- PASS: TestDockerHubPullSuite (6.30s)
10:17:56 [2022-06-21T10:17:56.495Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.68s)
10:17:56 [2022-06-21T10:17:56.495Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s)
10:17:56 [2022-06-21T10:17:56.495Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.67s)
10:17:56 [2022-06-21T10:17:56.495Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.42s)
10:17:56 [2022-06-21T10:17:56.495Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s)
10:17:56 [2022-06-21T10:17:56.495Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
10:17:56 [2022-06-21T10:17:56.495Z] PASS
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === Skipped
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z]     docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.495Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
10:17:56 [2022-06-21T10:17:56.495Z] 
10:17:56 [2022-06-21T10:17:56.495Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_sni_test.go:18: Flakey test
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
10:17:56 [2022-06-21T10:17:56.496Z]     docker_cli_network_unix_test.go:46: [d96c0558ef5a6] daemon is not started
10:17:56 [2022-06-21T10:17:56.496Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] DONE 1265 tests, 51 skipped in 1460.032s
10:17:56 [2022-06-21T10:17:56.496Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:17:56 [2022-06-21T10:17:56.496Z] ++++ cat bundles/test-integration/docker.pid
10:17:56 [2022-06-21T10:17:56.496Z] +++ kill 9365
10:17:56 [2022-06-21T10:17:56.496Z] +++ /etc/init.d/apparmor stop
10:17:56 [2022-06-21T10:17:56.496Z] Leaving: AppArmorNo profiles have been unloaded.
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] Unloading profiles will leave already running processes permanently
10:17:56 [2022-06-21T10:17:56.496Z] unconfined, which can lead to unexpected situations.
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:56 [2022-06-21T10:17:56.496Z] To set a process to complain mode, use the command line tool
10:17:56 [2022-06-21T10:17:56.496Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:17:56 [2022-06-21T10:17:56.496Z] +++ true
10:17:56 [2022-06-21T10:17:56.496Z] exiting test-integration
10:17:56 [2022-06-21T10:17:56.496Z] ++ exit 0
10:17:56 [2022-06-21T10:17:56.496Z] 
10:17:57 [2022-06-21T10:17:57.058Z] + for job in $(jobs -p)
10:17:57 [2022-06-21T10:17:57.058Z] + wait 2493
10:17:59 [2022-06-21T10:17:59.571Z]     docker_cli_swarm_test.go:1189: [d307b9f5b5e45] joining swarm manager [dd95b42a01568]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:18:38 [2022-06-21T10:18:38.245Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
10:18:43 [2022-06-21T10:18:43.486Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
10:18:47 [2022-06-21T10:18:47.652Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
10:18:49 [2022-06-21T10:18:49.018Z]     docker_cli_swarm_test.go:1112: [d1eb2f7836090] joining swarm manager [d9a75dc461d84]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:18:50 [2022-06-21T10:18:50.381Z]     docker_cli_swarm_test.go:1113: [d73406f63e0bf] joining swarm manager [d9a75dc461d84]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:20:26 [2022-06-21T10:20:26.758Z]     docker_cli_swarm_test.go:1166: [d8893c4671082] joining swarm manager [d9a75dc461d84]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
10:20:58 [2022-06-21T10:20:58.779Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
10:20:58 [2022-06-21T10:20:58.779Z]     docker_cli_swarm_test.go:1447: [d429a145e428e] joining swarm manager [da7329de57885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:20:58 [2022-06-21T10:20:58.779Z]     docker_cli_swarm_test.go:1448: [df916ee16d1ef] joining swarm manager [da7329de57885]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
10:21:08 [2022-06-21T10:21:08.716Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
10:21:08 [2022-06-21T10:21:08.716Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
10:21:08 [2022-06-21T10:21:08.716Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
10:21:08 [2022-06-21T10:21:08.973Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
10:21:08 [2022-06-21T10:21:08.973Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
10:21:09 [2022-06-21T10:21:09.534Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
10:21:12 [2022-06-21T10:21:12.048Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
10:21:15 [2022-06-21T10:21:15.317Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
10:21:17 [2022-06-21T10:21:17.208Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
10:21:19 [2022-06-21T10:21:19.098Z]     docker_cli_swarm_unix_test.go:63: [d374f36979f91] joining swarm manager [db02d77e2b7e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:22:15 [2022-06-21T10:22:15.287Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
10:22:15 [2022-06-21T10:22:15.287Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
10:22:15 [2022-06-21T10:22:15.287Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
10:22:17 [2022-06-21T10:22:17.176Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
10:22:20 [2022-06-21T10:22:20.441Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
10:22:22 [2022-06-21T10:22:22.957Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
10:22:24 [2022-06-21T10:22:24.846Z]     docker_api_swarm_test.go:962: [d79d4158d4dcf] joining swarm manager [d916049687cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
10:22:42 [2022-06-21T10:22:42.886Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
10:22:55 [2022-06-21T10:22:55.056Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
10:22:56 [2022-06-21T10:22:56.428Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
10:22:58 [2022-06-21T10:22:58.317Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
10:23:01 [2022-06-21T10:23:01.584Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
10:23:08 [2022-06-21T10:23:08.121Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
10:23:13 [2022-06-21T10:23:13.364Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
10:23:15 [2022-06-21T10:23:15.254Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
10:23:17 [2022-06-21T10:23:17.771Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
10:23:20 [2022-06-21T10:23:20.286Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
10:23:22 [2022-06-21T10:23:22.801Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
10:23:25 [2022-06-21T10:23:25.330Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
10:23:27 [2022-06-21T10:23:27.853Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
10:24:24 [2022-06-21T10:24:24.013Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
10:24:38 [2022-06-21T10:24:38.848Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
10:24:56 [2022-06-21T10:24:56.886Z] --- PASS: TestDockerSwarmSuite (1535.24s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.31s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.27s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.13s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.16s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.63s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.95s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.97s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.69s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (29.98s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.51s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.44s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.08s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.38s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.27s)
10:24:56 [2022-06-21T10:24:56.886Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.44s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.73s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.60s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.19s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (55.53s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.09s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.31s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.52s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.70s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.45s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.53s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.08s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.37s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.19s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.94s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.66s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.35s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.22s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.88s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.54s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.97s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.10s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.61s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.34s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.33s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.48s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.72s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.71s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.93s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.04s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.97s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.77s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.16s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.72s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.91s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.15s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.62s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.10s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.51s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.56s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.42s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.27s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.78s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.98s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.96s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.10s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.92s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.91s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.90s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.56s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.54s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.71s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.60s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.92s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.08s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.52s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.11s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.24s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.94s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (73.73s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.10s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.99s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.98s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.65s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.36s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.37s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.40s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.99s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.76s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.77s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.58s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.93s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.14s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.04s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.19s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.05s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (12.87s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s)
10:24:56 [2022-06-21T10:24:56.887Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s)
10:24:56 [2022-06-21T10:24:56.887Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s)
10:24:56 [2022-06-21T10:24:56.887Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
10:24:56 [2022-06-21T10:24:56.887Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.25s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.15s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.28s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.12s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.09s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.48s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.23s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.18s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.73s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.92s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.49s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.49s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.48s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.48s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.93s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.30s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.89s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s)
10:24:56 [2022-06-21T10:24:56.887Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.26s)
10:24:56 [2022-06-21T10:24:56.887Z] === RUN   TestDockerExternalVolumeSuite
10:24:56 [2022-06-21T10:24:56.887Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
10:24:56 [2022-06-21T10:24:56.887Z]     docker_cli_external_volume_driver_test.go:53: [dc4774d752812] daemon is not started
10:25:11 [2022-06-21T10:25:11.738Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
10:26:19 [2022-06-21T10:26:19.351Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
10:26:27 [2022-06-21T10:26:27.432Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
10:26:42 [2022-06-21T10:26:42.264Z]     docker_cli_external_volume_driver_test.go:53: [da7cf734991ba] daemon is not started
10:26:57 [2022-06-21T10:26:57.099Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
10:27:11 [2022-06-21T10:27:11.931Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
10:27:29 [2022-06-21T10:27:29.967Z]     docker_cli_external_volume_driver_test.go:53: [d29f6968e37d6] daemon is not started
10:27:42 [2022-06-21T10:27:42.130Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
10:27:42 [2022-06-21T10:27:42.130Z]     docker_cli_external_volume_driver_test.go:53: [d5f5a836c61e4] daemon is not started
10:28:00 [2022-06-21T10:28:00.169Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
10:28:32 [2022-06-21T10:28:32.203Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
10:28:44 [2022-06-21T10:28:44.369Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
10:29:02 [2022-06-21T10:29:02.408Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
10:29:49 [2022-06-21T10:29:49.019Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
10:30:07 [2022-06-21T10:30:07.070Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
10:30:39 [2022-06-21T10:30:39.087Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
10:31:11 [2022-06-21T10:31:11.106Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
10:31:23 [2022-06-21T10:31:23.271Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
10:31:41 [2022-06-21T10:31:41.328Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
10:31:41 [2022-06-21T10:31:41.328Z]     docker_cli_external_volume_driver_test.go:485: [d0a55996b1b18] daemon is not started
10:31:56 [2022-06-21T10:31:56.161Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
10:31:56 [2022-06-21T10:31:56.161Z]     docker_cli_external_volume_driver_test.go:53: [d91cb8eb9755c] daemon is not started
10:32:10 [2022-06-21T10:32:10.994Z] --- PASS: TestDockerExternalVolumeSuite (436.89s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.61s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.96s)
10:32:10 [2022-06-21T10:32:10.994Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
10:32:10 [2022-06-21T10:32:10.994Z] PASS
10:32:10 [2022-06-21T10:32:10.994Z] 
10:32:10 [2022-06-21T10:32:10.994Z] === Skipped
10:32:10 [2022-06-21T10:32:10.994Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
10:32:10 [2022-06-21T10:32:10.994Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
10:32:10 [2022-06-21T10:32:10.994Z]     check_test.go:307: [d37600eee79eb] daemon is not started
10:32:10 [2022-06-21T10:32:10.994Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
10:32:10 [2022-06-21T10:32:10.994Z] 
10:32:10 [2022-06-21T10:32:10.994Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
10:32:10 [2022-06-21T10:32:10.994Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
10:32:10 [2022-06-21T10:32:10.994Z]     check_test.go:307: [da55898672cd5] daemon is not started
10:32:10 [2022-06-21T10:32:10.994Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
10:32:10 [2022-06-21T10:32:10.994Z] 
10:32:10 [2022-06-21T10:32:10.994Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
10:32:10 [2022-06-21T10:32:10.994Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
10:32:10 [2022-06-21T10:32:10.995Z]     check_test.go:307: [d260c25c3bbc5] daemon is not started
10:32:10 [2022-06-21T10:32:10.995Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
10:32:10 [2022-06-21T10:32:10.995Z] 
10:32:10 [2022-06-21T10:32:10.995Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
10:32:10 [2022-06-21T10:32:10.995Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
10:32:10 [2022-06-21T10:32:10.995Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
10:32:10 [2022-06-21T10:32:10.995Z] 
10:32:10 [2022-06-21T10:32:10.995Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
10:32:10 [2022-06-21T10:32:10.995Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
10:32:10 [2022-06-21T10:32:10.995Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
10:32:10 [2022-06-21T10:32:10.995Z] 
10:32:10 [2022-06-21T10:32:10.995Z] DONE 269 tests, 5 skipped in 2314.986s
10:32:10 [2022-06-21T10:32:10.995Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
10:32:10 [2022-06-21T10:32:10.995Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d616665e75781/docker.pid
10:32:10 [2022-06-21T10:32:10.995Z] +++ kill 7144
10:32:10 [2022-06-21T10:32:10.995Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7144 is not a child of this shell
10:32:10 [2022-06-21T10:32:10.995Z] warning: PID 7144 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d616665e75781/docker.pid had a nonzero exit code
10:32:10 [2022-06-21T10:32:10.995Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d616665e75781/root: target is busy.
10:32:10 [2022-06-21T10:32:10.995Z] ++++ cat bundles/test-integration/docker.pid
10:32:10 [2022-06-21T10:32:10.995Z] +++ kill 9365
10:32:10 [2022-06-21T10:32:10.995Z] +++ /etc/init.d/apparmor stop
10:32:10 [2022-06-21T10:32:10.995Z] Leaving: AppArmorNo profiles have been unloaded.
10:32:10 [2022-06-21T10:32:10.995Z] 
10:32:10 [2022-06-21T10:32:10.995Z] Unloading profiles will leave already running processes permanently
10:32:10 [2022-06-21T10:32:10.995Z] unconfined, which can lead to unexpected situations.
10:32:10 [2022-06-21T10:32:10.995Z] 
10:32:10 [2022-06-21T10:32:10.995Z] To set a process to complain mode, use the command line tool
10:32:10 [2022-06-21T10:32:10.995Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
10:32:10 [2022-06-21T10:32:10.995Z] +++ true
10:32:10 [2022-06-21T10:32:10.995Z] exiting test-integration
10:32:10 [2022-06-21T10:32:10.995Z] ++ exit 0
10:32:10 [2022-06-21T10:32:10.995Z] 
10:32:11 [2022-06-21T10:32:11.558Z] + exit 0
10:32:11 [2022-06-21T10:32:11.558Z] ++ jobs -p
10:32:11 [2022-06-21T10:32:11.558Z] + pids=
10:32:11 [2022-06-21T10:32:11.558Z] + echo 'Remaining pids to kill: []'
10:32:11 [2022-06-21T10:32:11.558Z] Remaining pids to kill: []
10:32:11 [2022-06-21T10:32:11.558Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
10:32:11 [2022-06-21T10:32:11.570Z] Recording test results
10:32:12 [2022-06-21T10:32:12.051Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
10:32:12 [2022-06-21T10:32:12.363Z] + echo Ensuring container killed.
10:32:12 [2022-06-21T10:32:12.363Z] Ensuring container killed.
10:32:12 [2022-06-21T10:32:12.363Z] + docker ps -aq -f name=docker-pr7-*
10:32:12 [2022-06-21T10:32:12.363Z] + cids=1bdd52851418
10:32:12 [2022-06-21T10:32:12.363Z] bec345cd049c
10:32:12 [2022-06-21T10:32:12.363Z] 76ce9baa0201
10:32:12 [2022-06-21T10:32:12.363Z] + [ -n 1bdd52851418
10:32:12 [2022-06-21T10:32:12.363Z] bec345cd049c
10:32:12 [2022-06-21T10:32:12.363Z] 76ce9baa0201 ]
10:32:12 [2022-06-21T10:32:12.363Z] + docker rm -vf 1bdd52851418 bec345cd049c 76ce9baa0201
10:32:12 [2022-06-21T10:32:12.926Z] 1bdd52851418
10:32:12 [2022-06-21T10:32:12.926Z] bec345cd049c
10:32:13 [2022-06-21T10:32:13.182Z] 76ce9baa0201
[Pipeline] sh
10:32:13 [2022-06-21T10:32:13.500Z] + echo Chowning /workspace to jenkins user
10:32:13 [2022-06-21T10:32:13.500Z] Chowning /workspace to jenkins user
10:32:13 [2022-06-21T10:32:13.501Z] + id -u
10:32:13 [2022-06-21T10:32:13.501Z] + id -g
10:32:13 [2022-06-21T10:32:13.501Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42379:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
10:32:16 [2022-06-21T10:32:16.343Z] + bundleName=amd64
10:32:16 [2022-06-21T10:32:16.343Z] + echo Creating amd64-bundles.tar.gz
10:32:16 [2022-06-21T10:32:16.343Z] Creating amd64-bundles.tar.gz
10:32:16 [2022-06-21T10:32:16.343Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
10:32:16 [2022-06-21T10:32:16.343Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
10:32:17 [2022-06-21T10:32:17.485Z] Archiving artifacts
10:32:18 [2022-06-21T10:32:18.081Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42379/7/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
10:32:18 [2022-06-21T10:32:18.378Z] + make clean
10:32:18 [2022-06-21T10:32:18.378Z] docker volume rm -f docker-dev-cache docker-mod-cache
10:32:18 [2022-06-21T10:32:18.378Z] docker-dev-cache
10:32:18 [2022-06-21T10:32:18.378Z] 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