Pull request #43688 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at cf4595265e7703e1e9745a30f1dd265acbc075d3 rather than 1db286c5e855a91df446a76c6d79122dad498d8e Obtained Jenkinsfile from cf4595265e7703e1e9745a30f1dd265acbc075d3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43688@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-06-03T14:14:44.628Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-03T14:14:44.631Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-03T14:14:59.833Z] Still waiting to schedule task [2022-06-03T14:14:59.834Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-06-03T14:15:53.892Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07959eec43238c028) in /home/ubuntu/workspace/moby_PR-43688 [Pipeline] { [Pipeline] checkout [2022-06-03T14:15:54.004Z] The recommended git tool is: git [2022-06-03T14:15:56.778Z] using credential docker-jenkins-github-credentials [2022-06-03T14:15:56.795Z] Cloning the remote Git repository [2022-06-03T14:15:56.795Z] Cloning with configured refspecs honoured and without tags [2022-06-03T14:15:56.642Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T14:15:56.716Z] > git init /home/ubuntu/workspace/moby_PR-43688 # timeout=10 [2022-06-03T14:15:57.186Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:15:57.186Z] > git --version # timeout=10 [2022-06-03T14:15:57.216Z] > git --version # 'git version 2.17.1' [2022-06-03T14:15:57.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:15:57.218Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:16:19.750Z] Fetching without tags [2022-06-03T14:16:19.639Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:16:19.661Z] > git config --add remote.origin.fetch +refs/pull/43688/head:refs/remotes/origin/PR-43688 # timeout=10 [2022-06-03T14:16:19.680Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:16:19.712Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:16:19.744Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:16:19.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:16:19.745Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:16:20.026Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:16:20.987Z] Merge succeeded, producing 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:16:20.987Z] Checking out Revision 1db286c5e855a91df446a76c6d79122dad498d8e (PR-43688) [2022-06-03T14:16:20.023Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:16:20.060Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:16:20.882Z] > git remote # timeout=10 [2022-06-03T14:16:20.904Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T14:16:20.932Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:16:20.933Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T14:16:20.963Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T14:16:20.984Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:16:21.012Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:16:25.884Z] Commit message: "Fix alphabetisation of possible names" [2022-06-03T14:16:25.884Z] First time build. Skipping changelog. [2022-06-03T14:16:25.897Z] > git --version # timeout=10 [2022-06-03T14:16:25.922Z] > git --version # 'git version 2.17.1' [2022-06-03T14:16:25.948Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T14:16:27.018Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/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 [2022-06-03T14:16:35.116Z] Unable to find image 'alpine:latest' locally [2022-06-03T14:16:35.116Z] latest: Pulling from library/alpine [2022-06-03T14:16:35.116Z] 2408cc74d12b: Pulling fs layer [2022-06-03T14:16:35.116Z] 2408cc74d12b: Verifying Checksum [2022-06-03T14:16:35.116Z] 2408cc74d12b: Download complete [2022-06-03T14:16:35.374Z] 2408cc74d12b: Pull complete [2022-06-03T14:16:35.374Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-03T14:16:35.374Z] Status: Downloaded newer image for alpine:latest [2022-06-03T14:16:43.492Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [Pipeline] node [2022-06-03T14:16:43.704Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07959eec43238c028) in /home/ubuntu/workspace/moby_PR-43688 [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-06-03T14:16:43.753Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-06-03T14:16:43.804Z] using credential docker-jenkins-github-credentials [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] } [2022-06-03T14:16:43.825Z] Fetching changes from the remote Git repository [2022-06-03T14:16:43.838Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-06-03T14:16:44.135Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:16:43.811Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43688/.git # timeout=10 [2022-06-03T14:16:43.825Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:16:43.881Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:16:43.881Z] > git --version # timeout=10 [2022-06-03T14:16:43.889Z] > git --version # 'git version 2.17.1' [2022-06-03T14:16:43.889Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:16:43.890Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:16:44.135Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:16:44.144Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:16:44.267Z] Merge succeeded, producing 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:16:44.267Z] Checking out Revision 1db286c5e855a91df446a76c6d79122dad498d8e (PR-43688) [2022-06-03T14:16:44.483Z] Commit message: "Fix alphabetisation of possible names" [2022-06-03T14:16:44.492Z] > git --version # timeout=10 [2022-06-03T14:16:44.529Z] > git --version # 'git version 2.17.1' [2022-06-03T14:16:44.553Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-03T14:16:44.217Z] > git remote # timeout=10 [2022-06-03T14:16:44.226Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T14:16:44.236Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:16:44.237Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T14:16:44.250Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T14:16:44.267Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:16:44.274Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T14:16:45.125Z] + [ PR != PR ] [2022-06-03T14:16:45.125Z] + [ master != master ] [2022-06-03T14:16:45.125Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T14:16:45.562Z] + docker version [2022-06-03T14:16:45.562Z] Client: Docker Engine - Community [2022-06-03T14:16:45.562Z] Version: 20.10.14 [2022-06-03T14:16:45.562Z] API version: 1.41 [2022-06-03T14:16:45.562Z] Go version: go1.16.15 [2022-06-03T14:16:45.562Z] Git commit: a224086 [2022-06-03T14:16:45.562Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T14:16:45.562Z] OS/Arch: linux/amd64 [2022-06-03T14:16:45.562Z] Context: default [2022-06-03T14:16:45.562Z] Experimental: true [2022-06-03T14:16:45.562Z] [2022-06-03T14:16:45.562Z] Server: Docker Engine - Community [2022-06-03T14:16:45.562Z] Engine: [2022-06-03T14:16:45.562Z] Version: 20.10.14 [2022-06-03T14:16:45.562Z] API version: 1.41 (minimum version 1.12) [2022-06-03T14:16:45.562Z] Go version: go1.16.15 [2022-06-03T14:16:45.562Z] Git commit: 87a90dc [2022-06-03T14:16:45.562Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T14:16:45.562Z] OS/Arch: linux/amd64 [2022-06-03T14:16:45.562Z] Experimental: true [2022-06-03T14:16:45.562Z] containerd: [2022-06-03T14:16:45.562Z] Version: 1.5.11 [2022-06-03T14:16:45.562Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:16:45.562Z] runc: [2022-06-03T14:16:45.562Z] Version: 1.0.3 [2022-06-03T14:16:45.562Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T14:16:45.562Z] docker-init: [2022-06-03T14:16:45.562Z] Version: 0.19.0 [2022-06-03T14:16:45.562Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T14:16:45.866Z] + docker info [2022-06-03T14:16:58.704Z] Still waiting to schedule task [2022-06-03T14:16:58.704Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-06-03T14:16:58.705Z] Still waiting to schedule task [2022-06-03T14:16:58.705Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-06-03T14:16:58.705Z] Still waiting to schedule task [2022-06-03T14:16:58.705Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-06-03T14:16:58.708Z] Still waiting to schedule task [2022-06-03T14:16:58.708Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-06-03T14:17:07.789Z] Client: [2022-06-03T14:17:07.789Z] Context: default [2022-06-03T14:17:07.789Z] Debug Mode: false [2022-06-03T14:17:07.789Z] Plugins: [2022-06-03T14:17:07.789Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T14:17:07.789Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T14:17:07.789Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T14:17:07.789Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T14:17:07.789Z] [2022-06-03T14:17:07.789Z] Server: [2022-06-03T14:17:07.789Z] Containers: 0 [2022-06-03T14:17:07.789Z] Running: 0 [2022-06-03T14:17:07.789Z] Paused: 0 [2022-06-03T14:17:07.789Z] Stopped: 0 [2022-06-03T14:17:07.789Z] Images: 1 [2022-06-03T14:17:07.789Z] Server Version: 20.10.14 [2022-06-03T14:17:07.789Z] Storage Driver: overlay2 [2022-06-03T14:17:07.789Z] Backing Filesystem: extfs [2022-06-03T14:17:07.789Z] Supports d_type: true [2022-06-03T14:17:07.789Z] Native Overlay Diff: true [2022-06-03T14:17:07.789Z] userxattr: false [2022-06-03T14:17:07.789Z] Logging Driver: json-file [2022-06-03T14:17:07.789Z] Cgroup Driver: cgroupfs [2022-06-03T14:17:07.789Z] Cgroup Version: 1 [2022-06-03T14:17:07.789Z] Plugins: [2022-06-03T14:17:07.789Z] Volume: local [2022-06-03T14:17:07.789Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T14:17:07.789Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T14:17:07.789Z] Swarm: inactive [2022-06-03T14:17:07.789Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-03T14:17:07.789Z] Default Runtime: runc [2022-06-03T14:17:07.789Z] Init Binary: docker-init [2022-06-03T14:17:07.789Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:17:07.789Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T14:17:07.789Z] init version: de40ad0 [2022-06-03T14:17:07.789Z] Security Options: [2022-06-03T14:17:07.789Z] apparmor [2022-06-03T14:17:07.789Z] seccomp [2022-06-03T14:17:07.789Z] Profile: default [2022-06-03T14:17:07.789Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T14:17:07.789Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T14:17:07.789Z] OSType: linux [2022-06-03T14:17:07.789Z] Architecture: x86_64 [2022-06-03T14:17:07.789Z] CPUs: 2 [2022-06-03T14:17:07.789Z] Total Memory: 7.565GiB [2022-06-03T14:17:07.789Z] Name: ip-10-100-67-210 [2022-06-03T14:17:07.789Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T14:17:07.789Z] Docker Root Dir: /var/lib/docker [2022-06-03T14:17:07.789Z] Debug Mode: false [2022-06-03T14:17:07.789Z] Registry: https://index.docker.io/v1/ [2022-06-03T14:17:07.789Z] Labels: [2022-06-03T14:17:07.789Z] Experimental: true [2022-06-03T14:17:07.789Z] Insecure Registries: [2022-06-03T14:17:07.789Z] 127.0.0.0/8 [2022-06-03T14:17:07.789Z] Live Restore Enabled: true [2022-06-03T14:17:07.789Z] [2022-06-03T14:17:07.789Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T14:17:08.104Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:17:08.105Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:17:08.105Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43688/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T14:17:08.105Z] + bash /home/ubuntu/workspace/moby_PR-43688/check-config.sh [2022-06-03T14:17:08.105Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T14:17:08.105Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T14:17:08.105Z] [2022-06-03T14:17:08.105Z] Generally Necessary: [2022-06-03T14:17:08.105Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T14:17:08.105Z] - apparmor: enabled and tools installed [2022-06-03T14:17:08.105Z] - CONFIG_NAMESPACES: enabled [2022-06-03T14:17:08.105Z] - CONFIG_NET_NS: enabled [2022-06-03T14:17:08.105Z] - CONFIG_PID_NS: enabled [2022-06-03T14:17:08.105Z] - CONFIG_IPC_NS: enabled [2022-06-03T14:17:08.105Z] - CONFIG_UTS_NS: enabled [2022-06-03T14:17:08.105Z] - CONFIG_CGROUPS: enabled [2022-06-03T14:17:08.105Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CPUSETS: enabled [2022-06-03T14:17:08.377Z] - CONFIG_MEMCG: enabled [2022-06-03T14:17:08.377Z] - CONFIG_KEYS: enabled [2022-06-03T14:17:08.377Z] - CONFIG_VETH: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T14:17:08.377Z] [2022-06-03T14:17:08.377Z] Optional Features: [2022-06-03T14:17:08.377Z] - CONFIG_USER_NS: enabled [2022-06-03T14:17:08.377Z] - CONFIG_SECCOMP: enabled [2022-06-03T14:17:08.377Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T14:17:08.377Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T14:17:08.377Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T14:17:08.377Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T14:17:08.377Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T14:17:08.377Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T14:17:08.377Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T14:17:08.377Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T14:17:08.377Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T14:17:08.377Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T14:17:08.377Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T14:17:08.377Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T14:17:08.377Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T14:17:08.377Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T14:17:08.377Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T14:17:08.634Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T14:17:08.634Z] - CONFIG_EXT4_FS: enabled [2022-06-03T14:17:08.634Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T14:17:08.634Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T14:17:08.634Z] - Network Drivers: [2022-06-03T14:17:08.634Z] - "overlay": [2022-06-03T14:17:08.634Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T14:17:08.634Z] Optional (for encrypted networks): [2022-06-03T14:17:08.634Z] - CONFIG_CRYPTO: enabled [2022-06-03T14:17:08.634Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T14:17:08.634Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T14:17:08.634Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T14:17:08.634Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T14:17:08.634Z] - CONFIG_XFRM: enabled [2022-06-03T14:17:08.634Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T14:17:08.634Z] - "ipvlan": [2022-06-03T14:17:08.634Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T14:17:08.634Z] - "macvlan": [2022-06-03T14:17:08.634Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T14:17:08.634Z] - "ftp,tftp client in container": [2022-06-03T14:17:08.634Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T14:17:08.634Z] - Storage Drivers: [2022-06-03T14:17:08.634Z] - "aufs": [2022-06-03T14:17:08.634Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T14:17:08.634Z] - "btrfs": [2022-06-03T14:17:08.634Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T14:17:08.634Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T14:17:08.634Z] - "devicemapper": [2022-06-03T14:17:08.634Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T14:17:08.634Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T14:17:08.634Z] - "overlay": [2022-06-03T14:17:08.634Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T14:17:08.634Z] - "zfs": [2022-06-03T14:17:08.634Z] - /dev/zfs: present [2022-06-03T14:17:08.634Z] - zfs command: missing [2022-06-03T14:17:08.634Z] - zpool command: missing [2022-06-03T14:17:08.634Z] [2022-06-03T14:17:08.634Z] Limits: [2022-06-03T14:17:08.634Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T14:17:08.634Z] [2022-06-03T14:17:08.634Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T14:17:08.959Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:1db286c5e855a91df446a76c6d79122dad498d8e . [2022-06-03T14:17:08.959Z] #1 [internal] load build definition from Dockerfile [2022-06-03T14:17:08.959Z] #1 sha256:c21826e15b0c8abf17e21bd319aa30b4490bf82ac0365300c3350ad5c8d9d8ee [2022-06-03T14:17:09.216Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T14:17:09.216Z] #1 DONE 0.1s [2022-06-03T14:17:09.216Z] [2022-06-03T14:17:09.216Z] #2 [internal] load .dockerignore [2022-06-03T14:17:09.216Z] #2 sha256:d9f4603583d433bb3b57d72139611b88a4bbb94136f82481741e3710edb9c7d9 [2022-06-03T14:17:09.216Z] #2 transferring context: 145B done [2022-06-03T14:17:09.216Z] #2 DONE 0.0s [2022-06-03T14:17:09.216Z] [2022-06-03T14:17:09.216Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T14:17:09.216Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T14:17:09.473Z] #3 DONE 0.3s [2022-06-03T14:17:09.473Z] [2022-06-03T14:17:09.473Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T14:17:09.473Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T14:17:09.473Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T14:17:09.473Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T14:17:09.473Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-03T14:17:09.473Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-03T14:17:09.473Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-06-03T14:17:09.730Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.44MB / 9.67MB 0.2s [2022-06-03T14:17:09.730Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-06-03T14:17:09.730Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-03T14:17:10.294Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-03T14:17:10.294Z] #4 DONE 0.8s [2022-06-03T14:17:10.550Z] [2022-06-03T14:17:10.551Z] #5 [internal] load .dockerignore [2022-06-03T14:17:10.551Z] #5 sha256:6d116f5420bc3ad6830af2b413c2dee3adfb8ac677b0c55aa27bb1c5378aca89 [2022-06-03T14:17:10.551Z] #5 DONE 0.0s [2022-06-03T14:17:10.551Z] [2022-06-03T14:17:10.551Z] #6 [internal] load build definition from Dockerfile [2022-06-03T14:17:10.551Z] #6 sha256:2723b43409114fd4d37c8cfe2019f7b14404984ef0b6c6f1ecbecc925babcf90 [2022-06-03T14:17:10.551Z] #6 DONE 0.0s [2022-06-03T14:17:10.551Z] [2022-06-03T14:17:10.551Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T14:17:10.551Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T14:17:12.442Z] #10 DONE 1.5s [2022-06-03T14:17:12.442Z] [2022-06-03T14:17:12.442Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:17:12.442Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T14:17:12.442Z] #9 DONE 1.5s [2022-06-03T14:17:12.442Z] [2022-06-03T14:17:12.442Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T14:17:12.442Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T14:17:12.442Z] #8 DONE 1.5s [2022-06-03T14:17:12.442Z] [2022-06-03T14:17:12.442Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:17:12.442Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T14:17:12.442Z] #7 DONE 1.6s [2022-06-03T14:17:13.385Z] [2022-06-03T14:17:13.385Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T14:17:13.385Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T14:17:13.956Z] #56 DONE 0.0s [2022-06-03T14:17:13.956Z] [2022-06-03T14:17:13.956Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:13.956Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:13.956Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-03T14:17:13.956Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T14:17:13.956Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-03T14:17:13.956Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-03T14:17:13.956Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s [2022-06-03T14:17:13.956Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 17.46MB / 55.01MB 0.4s [2022-06-03T14:17:13.956Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 23.07MB / 55.01MB 0.5s [2022-06-03T14:17:14.218Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s done [2022-06-03T14:17:14.218Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 28.31MB / 55.01MB 0.6s [2022-06-03T14:17:14.218Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 34.72MB / 55.01MB 0.7s [2022-06-03T14:17:14.218Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 37.75MB / 55.01MB 0.8s [2022-06-03T14:17:14.218Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0B / 54.58MB 0.8s [2022-06-03T14:17:14.218Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 2.10MB / 10.88MB 0.8s [2022-06-03T14:17:14.476Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 45.09MB / 55.01MB 1.0s [2022-06-03T14:17:14.476Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 9.44MB / 10.88MB 1.0s [2022-06-03T14:17:14.476Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 51.38MB / 55.01MB 1.1s [2022-06-03T14:17:14.476Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 9.44MB / 54.58MB 1.1s [2022-06-03T14:17:14.476Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.1s [2022-06-03T14:17:14.744Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.2s [2022-06-03T14:17:14.744Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 17.83MB / 54.58MB 1.2s [2022-06-03T14:17:14.744Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.1s done [2022-06-03T14:17:14.744Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 1.2s [2022-06-03T14:17:14.744Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 23.07MB / 54.58MB 1.4s [2022-06-03T14:17:14.744Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 10.49MB / 85.87MB 1.4s [2022-06-03T14:17:15.020Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 27.13MB / 54.58MB 1.5s [2022-06-03T14:17:15.020Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.6s done [2022-06-03T14:17:15.020Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 31.46MB / 54.58MB 1.6s [2022-06-03T14:17:15.020Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 17.83MB / 85.87MB 1.6s [2022-06-03T14:17:15.278Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 34.60MB / 54.58MB 1.7s [2022-06-03T14:17:15.278Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 1.7s [2022-06-03T14:17:15.278Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 39.85MB / 54.58MB 1.9s [2022-06-03T14:17:15.278Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 32.51MB / 85.87MB 1.9s [2022-06-03T14:17:15.539Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 7.34MB / 141.75MB 2.0s [2022-06-03T14:17:15.539Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 46.14MB / 54.58MB 2.1s [2022-06-03T14:17:15.539Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 38.80MB / 85.87MB 2.1s [2022-06-03T14:17:15.539Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-03T14:17:15.796Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 50.33MB / 54.58MB 2.2s [2022-06-03T14:17:15.796Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.4s [2022-06-03T14:17:15.796Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 50.33MB / 85.87MB 2.4s [2022-06-03T14:17:15.796Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 15.73MB / 141.75MB 2.4s [2022-06-03T14:17:16.054Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 57.67MB / 85.87MB 2.7s [2022-06-03T14:17:16.054Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 23.07MB / 141.75MB 2.7s [2022-06-03T14:17:16.316Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.8s done [2022-06-03T14:17:16.316Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 68.11MB / 85.87MB 3.0s [2022-06-03T14:17:16.316Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 30.41MB / 141.75MB 3.0s [2022-06-03T14:17:16.316Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 0B / 155B 3.0s [2022-06-03T14:17:16.573Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 73.40MB / 85.87MB 3.2s [2022-06-03T14:17:16.573Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 38.80MB / 141.75MB 3.2s [2022-06-03T14:17:16.573Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.2s [2022-06-03T14:17:16.830Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 3.2s done [2022-06-03T14:17:17.087Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 80.74MB / 85.87MB 3.6s [2022-06-03T14:17:17.087Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 49.28MB / 141.75MB 3.7s [2022-06-03T14:17:17.344Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.8s [2022-06-03T14:17:17.344Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 65.01MB / 141.75MB 4.0s [2022-06-03T14:17:17.601Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 73.40MB / 141.75MB 4.2s [2022-06-03T14:17:18.208Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 4.5s done [2022-06-03T14:17:18.208Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 82.08MB / 141.75MB 4.5s [2022-06-03T14:17:18.208Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 92.27MB / 141.75MB 4.7s [2022-06-03T14:17:18.466Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 100.66MB / 141.75MB 5.1s [2022-06-03T14:17:18.723Z] #11 ... [2022-06-03T14:17:18.723Z] [2022-06-03T14:17:18.723Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:17:18.723Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T14:17:18.723Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-03T14:17:18.723Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:17:18.723Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-03T14:17:18.723Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-03T14:17:18.723Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-06-03T14:17:18.723Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.0s done [2022-06-03T14:17:18.723Z] #78 DONE 5.3s [2022-06-03T14:17:18.723Z] [2022-06-03T14:17:18.723Z] #31 [internal] load build context [2022-06-03T14:17:18.723Z] #31 sha256:348371044bd6657f3ad26bf949a7cbb3e2cd1cc69e2b801c3e9d0cb6a1268d41 [2022-06-03T14:17:18.723Z] #31 transferring context: 28.35MB 5.3s [2022-06-03T14:17:20.100Z] #31 ... [2022-06-03T14:17:20.100Z] [2022-06-03T14:17:20.100Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:20.100Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:20.100Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 6.5s [2022-06-03T14:17:20.662Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.2s [2022-06-03T14:17:22.030Z] #11 ... [2022-06-03T14:17:22.030Z] [2022-06-03T14:17:22.030Z] #31 [internal] load build context [2022-06-03T14:17:22.030Z] #31 sha256:348371044bd6657f3ad26bf949a7cbb3e2cd1cc69e2b801c3e9d0cb6a1268d41 [2022-06-03T14:17:22.030Z] #31 transferring context: 61.15MB 7.7s done [2022-06-03T14:17:22.030Z] #31 DONE 8.8s [2022-06-03T14:17:22.030Z] [2022-06-03T14:17:22.030Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:22.030Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:22.596Z] #11 ... [2022-06-03T14:17:22.596Z] [2022-06-03T14:17:22.596Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:17:22.596Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:17:22.596Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:17:22.596Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-03T14:17:22.596Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-03T14:17:22.596Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.6s done [2022-06-03T14:17:22.596Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.4s done [2022-06-03T14:17:22.596Z] #80 DONE 9.1s [2022-06-03T14:17:22.596Z] [2022-06-03T14:17:22.596Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:22.596Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:22.596Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 8.8s done [2022-06-03T14:17:23.170Z] #11 ... [2022-06-03T14:17:23.170Z] [2022-06-03T14:17:23.170Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:17:23.170Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:17:23.170Z] #35 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-06-03T14:17:23.170Z] #35 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T14:17:23.170Z] #35 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-03T14:17:23.170Z] #35 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-03T14:17:23.170Z] #35 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.6s done [2022-06-03T14:17:23.477Z] #35 ... [2022-06-03T14:17:23.477Z] [2022-06-03T14:17:23.477Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T14:17:23.477Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T14:17:23.477Z] #79 DONE 0.3s [2022-06-03T14:17:23.477Z] [2022-06-03T14:17:23.477Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:23.477Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:23.477Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 8.1s done [2022-06-03T14:17:24.059Z] #11 ... [2022-06-03T14:17:24.059Z] [2022-06-03T14:17:24.059Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T14:17:24.059Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T14:17:24.059Z] #81 DONE 0.8s [2022-06-03T14:17:24.059Z] [2022-06-03T14:17:24.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:24.059Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:24.059Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-03T14:17:24.317Z] #11 ... [2022-06-03T14:17:24.317Z] [2022-06-03T14:17:24.317Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:17:24.317Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:17:24.317Z] #35 DONE 10.8s [2022-06-03T14:17:24.317Z] [2022-06-03T14:17:24.317Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:24.317Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:25.247Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 1.0s done [2022-06-03T14:17:25.247Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f [2022-06-03T14:17:26.177Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.9s done [2022-06-03T14:17:26.748Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s [2022-06-03T14:17:32.003Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.2s [2022-06-03T14:17:33.904Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.0s done [2022-06-03T14:17:33.904Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-03T14:17:34.162Z] #11 ... [2022-06-03T14:17:34.162Z] [2022-06-03T14:17:34.162Z] #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 [2022-06-03T14:17:34.162Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:17:34.162Z] #36 1.376 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:17:34.162Z] #36 1.387 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:17:34.162Z] #36 1.395 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:17:34.162Z] #36 1.594 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:17:34.162Z] #36 1.796 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:17:34.162Z] #36 2.022 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:17:34.162Z] #36 3.500 Fetched 8537 kB in 2s (3570 kB/s) [2022-06-03T14:17:34.162Z] #36 3.500 Reading package lists... [2022-06-03T14:17:34.162Z] #36 4.353 Reading package lists... [2022-06-03T14:17:34.162Z] #36 5.168 Building dependency tree... [2022-06-03T14:17:34.162Z] #36 5.522 The following additional packages will be installed: [2022-06-03T14:17:34.162Z] #36 5.522 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T14:17:34.162Z] #36 5.522 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T14:17:34.162Z] #36 5.522 Recommended packages: [2022-06-03T14:17:34.162Z] #36 5.522 libldap-common publicsuffix libsasl2-modules [2022-06-03T14:17:34.162Z] #36 5.658 The following NEW packages will be installed: [2022-06-03T14:17:34.162Z] #36 5.658 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T14:17:34.162Z] #36 5.658 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T14:17:34.162Z] #36 5.658 libssh2-1 openssl [2022-06-03T14:17:34.162Z] #36 5.945 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:17:34.162Z] #36 5.945 Need to get 3040 kB of archives. [2022-06-03T14:17:34.162Z] #36 5.945 After this operation, 6651 kB of additional disk space will be used. [2022-06-03T14:17:34.162Z] #36 5.945 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-03T14:17:34.162Z] #36 5.945 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-03T14:17:34.162Z] #36 5.952 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-03T14:17:34.162Z] #36 5.978 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-03T14:17:34.162Z] #36 5.981 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-03T14:17:34.162Z] #36 5.987 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-03T14:17:34.162Z] #36 5.987 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-03T14:17:34.162Z] #36 5.987 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-03T14:17:34.162Z] #36 5.987 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-03T14:17:34.162Z] #36 5.990 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-03T14:17:34.162Z] #36 5.990 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-03T14:17:34.162Z] #36 5.994 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-03T14:17:34.162Z] #36 5.998 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:17:34.162Z] #36 5.999 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:17:34.162Z] #36 6.000 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:17:34.162Z] #36 6.179 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:17:34.162Z] #36 6.209 Fetched 3040 kB in 0s (8887 kB/s) [2022-06-03T14:17:34.162Z] #36 6.436 Selecting previously unselected package openssl. [2022-06-03T14:17:34.162Z] #36 6.436 (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.) [2022-06-03T14:17:34.162Z] #36 6.436 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 6.482 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:17:34.162Z] #36 6.698 Selecting previously unselected package ca-certificates. [2022-06-03T14:17:34.162Z] #36 6.700 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T14:17:34.162Z] #36 6.704 Unpacking ca-certificates (20210119) ... [2022-06-03T14:17:34.162Z] #36 6.797 Selecting previously unselected package libbrotli1:amd64. [2022-06-03T14:17:34.162Z] #36 6.797 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 6.807 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:17:34.162Z] #36 6.884 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T14:17:34.162Z] #36 6.884 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 6.888 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.008 Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T14:17:34.162Z] #36 7.008 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.014 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.063 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T14:17:34.162Z] #36 7.065 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.070 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.190 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T14:17:34.162Z] #36 7.191 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.195 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:17:34.162Z] #36 7.282 Selecting previously unselected package libpsl5:amd64. [2022-06-03T14:17:34.162Z] #36 7.282 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.286 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:17:34.162Z] #36 7.330 Selecting previously unselected package librtmp1:amd64. [2022-06-03T14:17:34.162Z] #36 7.330 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.341 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:17:34.162Z] #36 7.382 Selecting previously unselected package libssh2-1:amd64. [2022-06-03T14:17:34.162Z] #36 7.382 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.387 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:17:34.162Z] #36 7.462 Selecting previously unselected package libcurl4:amd64. [2022-06-03T14:17:34.162Z] #36 7.462 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.462 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.553 Selecting previously unselected package curl. [2022-06-03T14:17:34.162Z] #36 7.553 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.556 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.648 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:17:34.162Z] #36 7.648 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.653 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:17:34.162Z] #36 7.730 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:17:34.162Z] #36 7.730 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.736 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:17:34.162Z] #36 7.813 Selecting previously unselected package jq. [2022-06-03T14:17:34.162Z] #36 7.813 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:17:34.162Z] #36 7.816 Unpacking jq (1.6-2.1) ... [2022-06-03T14:17:34.162Z] #36 7.881 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:17:34.162Z] #36 7.894 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:17:34.162Z] #36 7.906 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:17:34.162Z] #36 7.917 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.927 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:17:34.162Z] #36 7.937 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 7.948 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:17:34.162Z] #36 7.959 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:17:34.162Z] #36 7.974 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:17:34.162Z] #36 7.991 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:17:34.162Z] #36 8.002 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 8.012 Setting up ca-certificates (20210119) ... [2022-06-03T14:17:34.162Z] #36 8.752 Updating certificates in /etc/ssl/certs... [2022-06-03T14:17:34.162Z] #36 9.971 129 added, 0 removed; done. [2022-06-03T14:17:34.162Z] #36 10.06 Setting up jq (1.6-2.1) ... [2022-06-03T14:17:34.162Z] #36 10.07 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:17:34.162Z] #36 10.09 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:17:34.419Z] #36 10.10 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:17:34.419Z] #36 10.12 Processing triggers for ca-certificates (20210119) ... [2022-06-03T14:17:34.419Z] #36 10.14 Updating certificates in /etc/ssl/certs... [2022-06-03T14:17:34.419Z] #36 ... [2022-06-03T14:17:34.419Z] [2022-06-03T14:17:34.419Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:34.419Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:37.765Z] #11 ... [2022-06-03T14:17:37.765Z] [2022-06-03T14:17:37.765Z] #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 [2022-06-03T14:17:37.765Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:17:37.765Z] #36 11.13 0 added, 0 removed; done. [2022-06-03T14:17:37.765Z] #36 11.13 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T14:17:37.765Z] #36 11.13 done. [2022-06-03T14:17:37.765Z] #36 DONE 13.0s [2022-06-03T14:17:37.765Z] [2022-06-03T14:17:37.765Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:37.765Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:37.765Z] #11 ... [2022-06-03T14:17:37.765Z] [2022-06-03T14:17:37.765Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T14:17:37.765Z] #37 sha256:cf107080b0b4161101b2cdce74d975df64a5b4fdfb6a3656d11d74434ae4890c [2022-06-03T14:17:37.765Z] #37 DONE 0.3s [2022-06-03T14:17:37.765Z] [2022-06-03T14:17:37.765Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:37.765Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:39.133Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.1s [2022-06-03T14:17:40.748Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-063c3190483df9feb) in /home/ubuntu/workspace/moby_PR-43688 [Pipeline] { [Pipeline] checkout [2022-06-03T14:17:41.004Z] The recommended git tool is: git [2022-06-03T14:17:41.666Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.2s done [2022-06-03T14:17:41.666Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-03T14:17:44.236Z] using credential docker-jenkins-github-credentials [2022-06-03T14:17:44.245Z] Cloning the remote Git repository [2022-06-03T14:17:44.245Z] Cloning with configured refspecs honoured and without tags [2022-06-03T14:17:44.156Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T14:17:44.252Z] > git init /home/ubuntu/workspace/moby_PR-43688 # timeout=10 [2022-06-03T14:17:44.616Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:17:44.616Z] > git --version # timeout=10 [2022-06-03T14:17:44.631Z] > git --version # 'git version 2.17.1' [2022-06-03T14:17:44.631Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:17:44.633Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:17:46.924Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.0s [2022-06-03T14:17:47.490Z] #11 ... [2022-06-03T14:17:47.490Z] [2022-06-03T14:17:47.490Z] #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 [2022-06-03T14:17:47.490Z] #38 sha256:ca587a6a470f14d1b56f2ec01bf55bab08518140acf217ce1407d32adb7874a1 [2022-06-03T14:17:47.490Z] #38 2.050 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T14:17:47.490Z] #38 2.400 [2022-06-03T14:17:47.490Z] #38 2.624 #=#=# ######################################################################## 100.0% [2022-06-03T14:17:47.490Z] #38 2.911 [2022-06-03T14:17:47.490Z] #38 3.911 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T14:17:47.490Z] #38 4.317 [2022-06-03T14:17:47.490Z] #38 4.546 #=#=# ######################################################################## 100.0% [2022-06-03T14:17:47.490Z] #38 4.885 [2022-06-03T14:17:47.490Z] #38 5.955 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T14:17:47.490Z] #38 6.257 [2022-06-03T14:17:47.490Z] #38 6.476 #=#=# #################### 28.2% ########################################### 60.1% ################################################################## 92.2% ######################################################################## 100.0% [2022-06-03T14:17:47.490Z] #38 7.038 [2022-06-03T14:17:47.490Z] #38 8.067 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T14:17:47.490Z] #38 8.414 [2022-06-03T14:17:47.490Z] #38 8.646 #=#=# ######################################################################## 100.0% [2022-06-03T14:17:47.490Z] #38 8.978 [2022-06-03T14:17:47.490Z] #38 9.666 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T14:17:47.490Z] #38 9.963 [2022-06-03T14:17:47.747Z] #38 10.19 #=#=# [2022-06-03T14:17:47.747Z] #38 ... [2022-06-03T14:17:47.747Z] [2022-06-03T14:17:47.747Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:47.747Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:49.650Z] #11 ... [2022-06-03T14:17:49.650Z] [2022-06-03T14:17:49.650Z] #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 [2022-06-03T14:17:49.650Z] #38 sha256:ca587a6a470f14d1b56f2ec01bf55bab08518140acf217ce1407d32adb7874a1 [2022-06-03T14:17:49.650Z] #38 10.19 #=#=# ######################################################################## 100.0% [2022-06-03T14:17:49.650Z] #38 10.53 [2022-06-03T14:17:49.650Z] #38 10.62 Download of images into '/build' complete. [2022-06-03T14:17:49.650Z] #38 10.62 Use something like the following to load the result into a Docker daemon: [2022-06-03T14:17:49.650Z] #38 10.62 tar -cC '/build' . | docker load [2022-06-03T14:17:49.650Z] #38 DONE 11.7s [2022-06-03T14:17:49.650Z] [2022-06-03T14:17:49.650Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:17:49.650Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:17:51.547Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.0s [2022-06-03T14:17:54.829Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 13.5s done [2022-06-03T14:17:55.395Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-03T14:17:55.395Z] #11 DONE 42.2s [2022-06-03T14:17:55.653Z] [2022-06-03T14:17:55.653Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T14:17:55.653Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T14:17:56.591Z] #12 DONE 1.0s [2022-06-03T14:17:56.591Z] [2022-06-03T14:17:56.591Z] #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 [2022-06-03T14:17:56.591Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T14:17:57.028Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-05a062a6b277075ae) in /home/ubuntu/workspace/moby_PR-43688 [Pipeline] { [Pipeline] checkout [2022-06-03T14:17:57.160Z] #13 DONE 0.7s [2022-06-03T14:17:57.160Z] [2022-06-03T14:17:57.160Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T14:17:57.160Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T14:17:57.160Z] #40 DONE 0.1s [2022-06-03T14:17:57.160Z] [2022-06-03T14:17:57.160Z] #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 [2022-06-03T14:17:57.160Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:17:57.262Z] The recommended git tool is: git [2022-06-03T14:17:57.418Z] #41 ... [2022-06-03T14:17:57.418Z] [2022-06-03T14:17:57.418Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T14:17:57.418Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T14:17:57.418Z] #53 DONE 0.2s [2022-06-03T14:17:57.676Z] [2022-06-03T14:17:57.676Z] #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 [2022-06-03T14:17:57.676Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T14:17:57.676Z] #57 DONE 0.3s [2022-06-03T14:17:57.676Z] [2022-06-03T14:17:57.676Z] #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 [2022-06-03T14:17:57.676Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:17:57.958Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d9c344275f34af65) in /home/ubuntu/workspace/moby_PR-43688 [Pipeline] { [Pipeline] checkout [2022-06-03T14:17:58.096Z] The recommended git tool is: git [2022-06-03T14:18:00.580Z] using credential docker-jenkins-github-credentials [2022-06-03T14:18:00.595Z] Cloning the remote Git repository [2022-06-03T14:18:00.595Z] Cloning with configured refspecs honoured and without tags [2022-06-03T14:18:00.953Z] #58 ... [2022-06-03T14:18:00.953Z] [2022-06-03T14:18:00.953Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-03T14:18:00.953Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e [2022-06-03T14:18:00.953Z] #14 DONE 3.5s [2022-06-03T14:18:00.953Z] [2022-06-03T14:18:00.953Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-03T14:18:00.953Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915 [2022-06-03T14:18:01.288Z] using credential docker-jenkins-github-credentials [2022-06-03T14:18:01.296Z] Cloning the remote Git repository [2022-06-03T14:18:01.296Z] Cloning with configured refspecs honoured and without tags [2022-06-03T14:17:59.655Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T14:17:59.717Z] > git init /home/ubuntu/workspace/moby_PR-43688 # timeout=10 [2022-06-03T14:17:59.969Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:17:59.969Z] > git --version # timeout=10 [2022-06-03T14:17:59.988Z] > git --version # 'git version 2.17.1' [2022-06-03T14:17:59.988Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:17:59.990Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:01.370Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T14:18:01.447Z] > git init /home/ubuntu/workspace/moby_PR-43688 # timeout=10 [2022-06-03T14:18:01.716Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:18:01.717Z] > git --version # timeout=10 [2022-06-03T14:18:01.744Z] > git --version # 'git version 2.25.1' [2022-06-03T14:18:01.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:01.747Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:03.418Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-08ed2286edfc1e522) in /home/ubuntu/workspace/moby_PR-43688 [Pipeline] { [Pipeline] checkout [2022-06-03T14:18:03.483Z] #15 DONE 2.4s [2022-06-03T14:18:03.483Z] [2022-06-03T14:18:03.483Z] #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 [2022-06-03T14:18:03.483Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:18:03.483Z] #58 5.217 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:18:03.483Z] #58 5.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:18:03.483Z] #58 5.611 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:18:03.483Z] #58 5.612 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T14:18:03.558Z] The recommended git tool is: git [2022-06-03T14:18:04.047Z] #58 6.349 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:18:04.978Z] #58 ... [2022-06-03T14:18:04.978Z] [2022-06-03T14:18:04.978Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-03T14:18:04.978Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f [2022-06-03T14:18:04.978Z] #16 DONE 1.7s [2022-06-03T14:18:04.978Z] [2022-06-03T14:18:04.978Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-03T14:18:04.978Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35 [2022-06-03T14:18:07.034Z] using credential docker-jenkins-github-credentials [2022-06-03T14:18:07.044Z] Cloning the remote Git repository [2022-06-03T14:18:07.044Z] Cloning with configured refspecs honoured and without tags [2022-06-03T14:18:07.502Z] #17 DONE 2.3s [2022-06-03T14:18:07.502Z] [2022-06-03T14:18:07.502Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-03T14:18:07.502Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [2022-06-03T14:18:07.502Z] #18 ... [2022-06-03T14:18:07.502Z] [2022-06-03T14:18:07.502Z] #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 [2022-06-03T14:18:07.502Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:18:07.502Z] #47 5.534 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T14:18:07.502Z] #47 6.452 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T14:18:07.502Z] #47 8.155 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T14:18:07.502Z] #47 8.541 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T14:18:07.502Z] #47 8.586 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T14:18:07.502Z] #47 ... [2022-06-03T14:18:07.502Z] [2022-06-03T14:18:07.502Z] #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 [2022-06-03T14:18:07.502Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:18:07.502Z] #45 5.524 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T14:18:07.502Z] #45 ... [2022-06-03T14:18:07.502Z] [2022-06-03T14:18:07.502Z] #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 [2022-06-03T14:18:07.502Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:18:07.502Z] #54 3.786 + git clone https://github.com/docker/distribution.git . [2022-06-03T14:18:07.502Z] #54 3.786 Cloning into '.'... [2022-06-03T14:18:07.774Z] #54 ... [2022-06-03T14:18:07.774Z] [2022-06-03T14:18:07.774Z] #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 [2022-06-03T14:18:07.774Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:18:07.774Z] #62 5.170 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T14:18:07.774Z] #62 ... [2022-06-03T14:18:07.774Z] [2022-06-03T14:18:07.774Z] #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 [2022-06-03T14:18:07.774Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:18:07.774Z] #64 5.237 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T14:18:07.774Z] #64 9.347 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T14:18:07.774Z] #64 9.426 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T14:18:07.774Z] #64 9.483 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T14:18:07.880Z] Fetching without tags [2022-06-03T14:18:08.031Z] #64 ... [2022-06-03T14:18:08.031Z] [2022-06-03T14:18:08.031Z] #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 [2022-06-03T14:18:08.031Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:18:08.031Z] #43 3.788 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T14:18:08.031Z] #43 ... [2022-06-03T14:18:08.031Z] [2022-06-03T14:18:08.031Z] #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 [2022-06-03T14:18:08.031Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:18:08.031Z] #60 5.529 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T14:18:08.031Z] #60 7.199 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T14:18:08.031Z] #60 7.204 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T14:18:08.031Z] #60 7.263 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T14:18:08.031Z] #60 7.357 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T14:18:08.031Z] #60 7.909 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T14:18:08.031Z] #60 7.911 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T14:18:08.031Z] #60 7.968 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T14:18:08.031Z] #60 7.987 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T14:18:08.031Z] #60 8.024 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T14:18:08.031Z] #60 8.123 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T14:18:08.031Z] #60 8.154 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T14:18:08.031Z] #60 8.511 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T14:18:08.133Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:07.060Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T14:18:07.127Z] > git init /home/ubuntu/workspace/moby_PR-43688 # timeout=10 [2022-06-03T14:18:07.580Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:18:07.580Z] > git --version # timeout=10 [2022-06-03T14:18:07.590Z] > git --version # 'git version 2.25.1' [2022-06-03T14:18:07.591Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:07.592Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:08.595Z] #60 ... [2022-06-03T14:18:08.595Z] [2022-06-03T14:18:08.595Z] #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 [2022-06-03T14:18:08.595Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:18:08.595Z] #64 11.44 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T14:18:09.165Z] #64 ... [2022-06-03T14:18:09.165Z] [2022-06-03T14:18:09.165Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-03T14:18:09.165Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [2022-06-03T14:18:09.165Z] #18 DONE 2.1s [2022-06-03T14:18:09.243Z] Merge succeeded, producing 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:09.243Z] Checking out Revision 1db286c5e855a91df446a76c6d79122dad498d8e (PR-43688) [2022-06-03T14:18:07.753Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:07.787Z] > git config --add remote.origin.fetch +refs/pull/43688/head:refs/remotes/origin/PR-43688 # timeout=10 [2022-06-03T14:18:07.808Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:07.835Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:07.856Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:18:07.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:07.858Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:08.116Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:08.148Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:09.144Z] > git remote # timeout=10 [2022-06-03T14:18:09.165Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T14:18:09.176Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:09.177Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T14:18:09.192Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T14:18:09.221Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:09.247Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:09.434Z] [2022-06-03T14:18:09.434Z] #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 [2022-06-03T14:18:09.434Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:18:11.329Z] #19 1.929 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:18:11.330Z] #19 1.951 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:18:11.330Z] #19 1.951 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:18:11.589Z] #19 ... [2022-06-03T14:18:11.589Z] [2022-06-03T14:18:11.589Z] #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 [2022-06-03T14:18:11.589Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:18:11.589Z] #41 4.285 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T14:18:11.589Z] #41 4.285 Cloning into '.'... [2022-06-03T14:18:11.589Z] #41 ... [2022-06-03T14:18:11.589Z] [2022-06-03T14:18:11.589Z] #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 [2022-06-03T14:18:11.589Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:18:11.589Z] #43 13.78 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T14:18:11.589Z] #43 13.78 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T14:18:11.589Z] #43 14.14 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T14:18:11.845Z] #43 14.67 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T14:18:12.408Z] #43 15.04 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T14:18:12.666Z] #43 15.36 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T14:18:12.666Z] #43 15.43 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T14:18:12.666Z] #43 15.57 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T14:18:12.922Z] #43 15.75 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T14:18:13.458Z] Commit message: "Fix alphabetisation of possible names" [2022-06-03T14:18:13.486Z] #43 16.05 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T14:18:13.486Z] > git --version # timeout=10 [2022-06-03T14:18:13.524Z] > git --version # 'git version 2.17.1' [2022-06-03T14:18:13.563Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-03T14:18:13.749Z] #43 16.58 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T14:18:14.656Z] + docker version [2022-06-03T14:18:14.678Z] #43 17.27 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T14:18:14.679Z] #43 17.43 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T14:18:14.679Z] #43 17.52 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T14:18:15.622Z] #43 ... [2022-06-03T14:18:15.622Z] [2022-06-03T14:18:15.622Z] #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 [2022-06-03T14:18:15.622Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:18:15.622Z] #58 8.059 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:18:15.622Z] #58 10.55 Get:7 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T14:18:15.622Z] #58 12.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:18:15.622Z] #58 ... [2022-06-03T14:18:15.622Z] [2022-06-03T14:18:15.622Z] #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 [2022-06-03T14:18:15.622Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:18:15.622Z] #19 3.368 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:18:15.622Z] #19 4.481 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T14:18:15.622Z] #19 6.400 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T14:18:17.518Z] #19 7.943 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T14:18:17.782Z] #19 ... [2022-06-03T14:18:17.782Z] [2022-06-03T14:18:17.782Z] #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 [2022-06-03T14:18:17.782Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:18:17.782Z] #45 20.73 tomll can be used in two ways: [2022-06-03T14:18:17.782Z] #45 20.73 Writing to STDIN and reading from STDOUT: [2022-06-03T14:18:17.782Z] #45 20.73 cat file.toml | tomll > file.toml [2022-06-03T14:18:17.782Z] #45 20.73 [2022-06-03T14:18:17.782Z] #45 20.73 Reading and updating a list of files: [2022-06-03T14:18:17.782Z] #45 20.73 tomll a.toml b.toml c.toml [2022-06-03T14:18:17.782Z] #45 20.73 [2022-06-03T14:18:17.782Z] #45 20.73 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T14:18:19.679Z] #45 DONE 22.1s [2022-06-03T14:18:19.679Z] [2022-06-03T14:18:19.679Z] #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 [2022-06-03T14:18:19.679Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:18:19.679Z] #43 19.94 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T14:18:19.679Z] #43 20.20 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-03T14:18:19.679Z] #43 21.15 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T14:18:19.679Z] #43 ... [2022-06-03T14:18:19.679Z] [2022-06-03T14:18:19.679Z] #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 [2022-06-03T14:18:19.679Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:18:19.679Z] #47 12.44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T14:18:19.679Z] #47 12.57 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:18:19.679Z] #47 ... [2022-06-03T14:18:19.679Z] [2022-06-03T14:18:19.679Z] #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 [2022-06-03T14:18:19.679Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:18:19.679Z] #19 9.132 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T14:18:19.679Z] #19 10.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:18:21.050Z] #19 11.80 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:18:21.050Z] #19 11.80 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T14:18:21.050Z] #19 11.82 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T14:18:21.050Z] #19 11.83 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T14:18:21.050Z] #19 11.84 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:18:21.050Z] #19 11.90 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T14:18:21.050Z] #19 11.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T14:18:21.050Z] #19 11.94 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T14:18:21.050Z] #19 11.94 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:18:21.050Z] #19 11.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T14:18:21.050Z] #19 11.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T14:18:21.050Z] #19 11.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:18:21.227Z] Client: Docker Engine - Community [2022-06-03T14:18:21.227Z] Version: 20.10.14 [2022-06-03T14:18:21.227Z] API version: 1.41 [2022-06-03T14:18:21.227Z] Go version: go1.16.15 [2022-06-03T14:18:21.227Z] Git commit: a224086 [2022-06-03T14:18:21.227Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T14:18:21.227Z] OS/Arch: linux/amd64 [2022-06-03T14:18:21.227Z] Context: default [2022-06-03T14:18:21.227Z] Experimental: true [2022-06-03T14:18:21.227Z] [2022-06-03T14:18:21.227Z] Server: Docker Engine - Community [2022-06-03T14:18:21.227Z] Engine: [2022-06-03T14:18:21.227Z] Version: 20.10.14 [2022-06-03T14:18:21.227Z] API version: 1.41 (minimum version 1.12) [2022-06-03T14:18:21.227Z] Go version: go1.16.15 [2022-06-03T14:18:21.227Z] Git commit: 87a90dc [2022-06-03T14:18:21.227Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T14:18:21.227Z] OS/Arch: linux/amd64 [2022-06-03T14:18:21.227Z] Experimental: true [2022-06-03T14:18:21.227Z] containerd: [2022-06-03T14:18:21.227Z] Version: 1.5.11 [2022-06-03T14:18:21.227Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:21.227Z] runc: [2022-06-03T14:18:21.227Z] Version: 1.0.3 [2022-06-03T14:18:21.227Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T14:18:21.227Z] docker-init: [2022-06-03T14:18:21.227Z] Version: 0.19.0 [2022-06-03T14:18:21.227Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T14:18:21.550Z] + docker info [2022-06-03T14:18:22.325Z] Fetching without tags [2022-06-03T14:18:22.618Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:22.957Z] #19 ... [2022-06-03T14:18:22.957Z] [2022-06-03T14:18:22.957Z] #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 [2022-06-03T14:18:22.957Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:18:22.957Z] #60 15.59 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T14:18:22.957Z] #60 15.63 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T14:18:22.957Z] #60 ... [2022-06-03T14:18:22.957Z] [2022-06-03T14:18:22.957Z] #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 [2022-06-03T14:18:22.957Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:18:23.216Z] #54 25.07 Updating files: 65% (1432/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. [2022-06-03T14:18:23.216Z] #54 25.81 + git checkout -q v2.3.0 [2022-06-03T14:18:23.420Z] Merge succeeded, producing 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:23.420Z] Checking out Revision 1db286c5e855a91df446a76c6d79122dad498d8e (PR-43688) [2022-06-03T14:18:22.235Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:22.251Z] > git config --add remote.origin.fetch +refs/pull/43688/head:refs/remotes/origin/PR-43688 # timeout=10 [2022-06-03T14:18:22.269Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:22.304Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:22.329Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:18:22.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:22.332Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:22.627Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:22.647Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:23.378Z] > git remote # timeout=10 [2022-06-03T14:18:23.388Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T14:18:23.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:23.393Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T14:18:23.409Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T14:18:23.422Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:23.436Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:25.119Z] #54 27.70 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-03T14:18:26.032Z] Fetching without tags [2022-06-03T14:18:26.358Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:26.660Z] Fetching without tags [2022-06-03T14:18:26.963Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:27.434Z] Merge succeeded, producing 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:27.434Z] Checking out Revision 1db286c5e855a91df446a76c6d79122dad498d8e (PR-43688) [2022-06-03T14:18:25.966Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:25.986Z] > git config --add remote.origin.fetch +refs/pull/43688/head:refs/remotes/origin/PR-43688 # timeout=10 [2022-06-03T14:18:25.993Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:26.017Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:26.034Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:18:26.034Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:26.036Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:26.369Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:26.384Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:27.318Z] > git remote # timeout=10 [2022-06-03T14:18:27.327Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T14:18:27.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:27.405Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T14:18:27.426Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T14:18:27.435Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:27.443Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:27.802Z] Commit message: "Fix alphabetisation of possible names" [2022-06-03T14:18:27.817Z] > git --version # timeout=10 [2022-06-03T14:18:27.824Z] > git --version # 'git version 2.25.1' [2022-06-03T14:18:27.828Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-06-03T14:18:27.936Z] Merge succeeded, producing 1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:18:27.936Z] Checking out Revision 1db286c5e855a91df446a76c6d79122dad498d8e (PR-43688) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T14:18:28.394Z] #54 ... [2022-06-03T14:18:28.394Z] [2022-06-03T14:18:28.394Z] #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 [2022-06-03T14:18:28.394Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:18:28.394Z] #58 20.87 Fetched 8541 kB in 16s (531 kB/s) [2022-06-03T14:18:28.394Z] #58 20.87 Reading package lists... [2022-06-03T14:18:28.680Z] + docker version [2022-06-03T14:18:26.570Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:26.585Z] > git config --add remote.origin.fetch +refs/pull/43688/head:refs/remotes/origin/PR-43688 # timeout=10 [2022-06-03T14:18:26.602Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:26.637Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T14:18:26.669Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T14:18:26.669Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:26.671Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43688/head:refs/remotes/origin/PR-43688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T14:18:26.975Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:27.000Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:27.833Z] > git remote # timeout=10 [2022-06-03T14:18:27.856Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T14:18:27.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T14:18:27.878Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T14:18:27.908Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T14:18:27.939Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T14:18:27.971Z] > git checkout -f 1db286c5e855a91df446a76c6d79122dad498d8e # timeout=10 [2022-06-03T14:18:31.042Z] #58 27.11 Reading package lists... [2022-06-03T14:18:31.646Z] Commit message: "Fix alphabetisation of possible names" [2022-06-03T14:18:31.666Z] > git --version # timeout=10 [2022-06-03T14:18:31.683Z] > git --version # 'git version 2.25.1' [2022-06-03T14:18:31.689Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T14:18:32.443Z] #58 33.31 Building dependency tree... [2022-06-03T14:18:32.810Z] + docker version [2022-06-03T14:18:32.968Z] Commit message: "Fix alphabetisation of possible names" [2022-06-03T14:18:33.043Z] > git --version # timeout=10 [2022-06-03T14:18:33.068Z] > git --version # 'git version 2.17.1' [2022-06-03T14:18:33.104Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T14:18:34.195Z] + docker version [2022-06-03T14:18:34.339Z] #58 36.83 The following additional packages will be installed: [2022-06-03T14:18:34.339Z] #58 36.84 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:18:34.339Z] #58 36.84 python3-protobuf python3-six [2022-06-03T14:18:34.339Z] #58 36.85 Suggested packages: [2022-06-03T14:18:34.339Z] #58 36.85 python3-setuptools [2022-06-03T14:18:34.339Z] #58 36.85 Recommended packages: [2022-06-03T14:18:34.339Z] #58 36.85 iproute2 | iproute [2022-06-03T14:18:35.270Z] #58 37.76 The following NEW packages will be installed: [2022-06-03T14:18:35.270Z] #58 37.78 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:18:35.270Z] #58 37.78 python3-protobuf python3-six [2022-06-03T14:18:35.839Z] #58 38.31 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:18:35.839Z] #58 38.31 Need to get 2314 kB of archives. [2022-06-03T14:18:35.839Z] #58 38.31 After this operation, 11.1 MB of additional disk space will be used. [2022-06-03T14:18:35.839Z] #58 38.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-03T14:18:35.839Z] #58 38.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:18:35.839Z] #58 38.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T14:18:35.839Z] #58 38.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-03T14:18:35.839Z] #58 38.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:18:35.839Z] #58 38.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:18:35.839Z] #58 38.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:18:36.770Z] #58 ... [2022-06-03T14:18:36.770Z] [2022-06-03T14:18:36.770Z] #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 [2022-06-03T14:18:36.770Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:18:36.770Z] #62 39.36 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T14:18:36.770Z] #62 39.37 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:18:36.770Z] #62 39.40 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T14:18:36.770Z] #62 39.43 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T14:18:36.770Z] #62 39.60 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T14:18:36.771Z] Client: Docker Engine - Community [2022-06-03T14:18:36.771Z] Version: 20.10.14 [2022-06-03T14:18:36.771Z] API version: 1.41 [2022-06-03T14:18:36.771Z] Go version: go1.16.15 [2022-06-03T14:18:36.771Z] Git commit: a224086 [2022-06-03T14:18:36.771Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-03T14:18:36.771Z] OS/Arch: linux/amd64 [2022-06-03T14:18:36.771Z] Context: default [2022-06-03T14:18:36.771Z] Experimental: true [2022-06-03T14:18:36.771Z] [2022-06-03T14:18:36.771Z] Server: Docker Engine - Community [2022-06-03T14:18:36.771Z] Engine: [2022-06-03T14:18:36.771Z] Version: 20.10.14 [2022-06-03T14:18:36.771Z] API version: 1.41 (minimum version 1.12) [2022-06-03T14:18:36.771Z] Go version: go1.16.15 [2022-06-03T14:18:36.771Z] Git commit: 87a90dc [2022-06-03T14:18:36.771Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-03T14:18:36.771Z] OS/Arch: linux/amd64 [2022-06-03T14:18:36.771Z] Experimental: true [2022-06-03T14:18:36.771Z] containerd: [2022-06-03T14:18:36.771Z] Version: 1.5.11 [2022-06-03T14:18:36.771Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:36.771Z] runc: [2022-06-03T14:18:36.771Z] Version: 1.0.3 [2022-06-03T14:18:36.771Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T14:18:36.771Z] docker-init: [2022-06-03T14:18:36.771Z] Version: 0.19.0 [2022-06-03T14:18:36.771Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T14:18:37.081Z] + docker info [2022-06-03T14:18:37.334Z] #62 40.11 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T14:18:37.334Z] #62 40.13 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T14:18:37.334Z] #62 40.17 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T14:18:37.334Z] #62 40.18 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T14:18:38.402Z] Client: Docker Engine - Community [2022-06-03T14:18:38.402Z] Version: 20.10.14 [2022-06-03T14:18:38.402Z] API version: 1.41 [2022-06-03T14:18:38.402Z] Go version: go1.16.15 [2022-06-03T14:18:38.402Z] Git commit: a224086 [2022-06-03T14:18:38.402Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T14:18:38.402Z] OS/Arch: linux/amd64 [2022-06-03T14:18:38.402Z] Context: default [2022-06-03T14:18:38.402Z] Experimental: true [2022-06-03T14:18:38.402Z] [2022-06-03T14:18:38.402Z] Server: Docker Engine - Community [2022-06-03T14:18:38.402Z] Engine: [2022-06-03T14:18:38.402Z] Version: 20.10.14 [2022-06-03T14:18:38.402Z] API version: 1.41 (minimum version 1.12) [2022-06-03T14:18:38.402Z] Go version: go1.16.15 [2022-06-03T14:18:38.402Z] Git commit: 87a90dc [2022-06-03T14:18:38.402Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T14:18:38.402Z] OS/Arch: linux/amd64 [2022-06-03T14:18:38.402Z] Experimental: true [2022-06-03T14:18:38.402Z] containerd: [2022-06-03T14:18:38.402Z] Version: 1.5.11 [2022-06-03T14:18:38.402Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:38.402Z] runc: [2022-06-03T14:18:38.402Z] Version: 1.0.3 [2022-06-03T14:18:38.402Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T14:18:38.402Z] docker-init: [2022-06-03T14:18:38.402Z] Version: 0.19.0 [2022-06-03T14:18:38.402Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T14:18:38.743Z] + docker info [2022-06-03T14:18:39.229Z] #62 41.62 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T14:18:39.229Z] #62 41.64 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T14:18:39.634Z] Client: [2022-06-03T14:18:39.634Z] Context: default [2022-06-03T14:18:39.634Z] Debug Mode: false [2022-06-03T14:18:39.634Z] Plugins: [2022-06-03T14:18:39.634Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T14:18:39.634Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T14:18:39.634Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T14:18:39.634Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T14:18:39.634Z] [2022-06-03T14:18:39.634Z] Server: [2022-06-03T14:18:39.634Z] Containers: 0 [2022-06-03T14:18:39.634Z] Running: 0 [2022-06-03T14:18:39.634Z] Paused: 0 [2022-06-03T14:18:39.634Z] Stopped: 0 [2022-06-03T14:18:39.634Z] Images: 0 [2022-06-03T14:18:39.634Z] Server Version: 20.10.14 [2022-06-03T14:18:39.634Z] Storage Driver: overlay2 [2022-06-03T14:18:39.634Z] Backing Filesystem: extfs [2022-06-03T14:18:39.634Z] Supports d_type: true [2022-06-03T14:18:39.634Z] Native Overlay Diff: true [2022-06-03T14:18:39.634Z] userxattr: false [2022-06-03T14:18:39.634Z] Logging Driver: json-file [2022-06-03T14:18:39.634Z] Cgroup Driver: cgroupfs [2022-06-03T14:18:39.634Z] Cgroup Version: 1 [2022-06-03T14:18:39.634Z] Plugins: [2022-06-03T14:18:39.634Z] Volume: local [2022-06-03T14:18:39.635Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T14:18:39.635Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T14:18:39.635Z] Swarm: inactive [2022-06-03T14:18:39.635Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T14:18:39.635Z] Default Runtime: runc [2022-06-03T14:18:39.635Z] Init Binary: docker-init [2022-06-03T14:18:39.635Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:39.635Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T14:18:39.635Z] init version: de40ad0 [2022-06-03T14:18:39.635Z] Security Options: [2022-06-03T14:18:39.635Z] apparmor [2022-06-03T14:18:39.635Z] seccomp [2022-06-03T14:18:39.635Z] Profile: default [2022-06-03T14:18:39.635Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T14:18:39.635Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T14:18:39.635Z] OSType: linux [2022-06-03T14:18:39.635Z] Architecture: x86_64 [2022-06-03T14:18:39.635Z] CPUs: 2 [2022-06-03T14:18:39.635Z] Total Memory: 7.565GiB [2022-06-03T14:18:39.635Z] Name: ip-10-100-101-232 [2022-06-03T14:18:39.635Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T14:18:39.635Z] Docker Root Dir: /var/lib/docker [2022-06-03T14:18:39.635Z] Debug Mode: false [2022-06-03T14:18:39.635Z] Registry: https://index.docker.io/v1/ [2022-06-03T14:18:39.635Z] Labels: [2022-06-03T14:18:39.635Z] Experimental: true [2022-06-03T14:18:39.635Z] Insecure Registries: [2022-06-03T14:18:39.635Z] 127.0.0.0/8 [2022-06-03T14:18:39.635Z] Live Restore Enabled: true [2022-06-03T14:18:39.635Z] [2022-06-03T14:18:39.635Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T14:18:39.925Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:18:39.925Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:18:39.925Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43688/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T14:18:39.925Z] + bash /home/ubuntu/workspace/moby_PR-43688/check-config.sh [2022-06-03T14:18:39.925Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T14:18:39.925Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T14:18:39.925Z] [2022-06-03T14:18:39.925Z] Generally Necessary: [2022-06-03T14:18:39.925Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T14:18:39.925Z] - apparmor: enabled and tools installed [2022-06-03T14:18:39.925Z] - CONFIG_NAMESPACES: enabled [2022-06-03T14:18:39.925Z] - CONFIG_NET_NS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_PID_NS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_IPC_NS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_UTS_NS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_CGROUPS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T14:18:39.925Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T14:18:39.925Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T14:18:39.925Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T14:18:39.925Z] - CONFIG_CPUSETS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_MEMCG: enabled [2022-06-03T14:18:39.925Z] - CONFIG_KEYS: enabled [2022-06-03T14:18:39.925Z] - CONFIG_VETH: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T14:18:40.186Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T14:18:40.186Z] [2022-06-03T14:18:40.186Z] Optional Features: [2022-06-03T14:18:40.186Z] - CONFIG_USER_NS: enabled [2022-06-03T14:18:40.186Z] - CONFIG_SECCOMP: enabled [2022-06-03T14:18:40.186Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T14:18:40.186Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T14:18:40.186Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T14:18:40.186Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T14:18:40.186Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T14:18:40.186Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T14:18:40.186Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T14:18:40.186Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T14:18:40.186Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T14:18:40.186Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T14:18:40.186Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T14:18:40.186Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T14:18:40.186Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T14:18:40.186Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T14:18:40.186Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T14:18:40.186Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T14:18:40.186Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T14:18:40.186Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T14:18:40.186Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T14:18:40.186Z] - CONFIG_EXT4_FS: enabled [2022-06-03T14:18:40.186Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T14:18:40.186Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T14:18:40.448Z] - Network Drivers: [2022-06-03T14:18:40.448Z] - "overlay": [2022-06-03T14:18:40.448Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T14:18:40.448Z] Optional (for encrypted networks): [2022-06-03T14:18:40.448Z] - CONFIG_CRYPTO: enabled [2022-06-03T14:18:40.448Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T14:18:40.448Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T14:18:40.448Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T14:18:40.448Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T14:18:40.448Z] - CONFIG_XFRM: enabled [2022-06-03T14:18:40.448Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T14:18:40.448Z] - "ipvlan": [2022-06-03T14:18:40.448Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T14:18:40.448Z] - "macvlan": [2022-06-03T14:18:40.448Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T14:18:40.448Z] - "ftp,tftp client in container": [2022-06-03T14:18:40.448Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T14:18:40.448Z] - Storage Drivers: [2022-06-03T14:18:40.448Z] - "aufs": [2022-06-03T14:18:40.448Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T14:18:40.448Z] - "btrfs": [2022-06-03T14:18:40.448Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T14:18:40.448Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T14:18:40.448Z] - "devicemapper": [2022-06-03T14:18:40.448Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T14:18:40.448Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T14:18:40.448Z] - "overlay": [2022-06-03T14:18:40.448Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T14:18:40.448Z] - "zfs": [2022-06-03T14:18:40.448Z] - /dev/zfs: present [2022-06-03T14:18:40.448Z] - zfs command: missing [2022-06-03T14:18:40.448Z] - zpool command: missing [2022-06-03T14:18:40.448Z] [2022-06-03T14:18:40.448Z] Limits: [2022-06-03T14:18:40.448Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T14:18:40.448Z] [2022-06-03T14:18:40.448Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T14:18:40.787Z] + sudo modprobe ip_vs [2022-06-03T14:18:40.787Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1db286c5e855a91df446a76c6d79122dad498d8e . [2022-06-03T14:18:40.953Z] Client: Docker Engine - Community [2022-06-03T14:18:40.953Z] Version: 20.10.14 [2022-06-03T14:18:40.953Z] API version: 1.41 [2022-06-03T14:18:40.953Z] Go version: go1.16.15 [2022-06-03T14:18:40.953Z] Git commit: a224086 [2022-06-03T14:18:40.953Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-03T14:18:40.953Z] OS/Arch: linux/arm64 [2022-06-03T14:18:40.953Z] Context: default [2022-06-03T14:18:40.953Z] Experimental: true [2022-06-03T14:18:40.953Z] [2022-06-03T14:18:40.953Z] Server: Docker Engine - Community [2022-06-03T14:18:40.953Z] Engine: [2022-06-03T14:18:40.953Z] Version: 20.10.14 [2022-06-03T14:18:40.953Z] API version: 1.41 (minimum version 1.12) [2022-06-03T14:18:40.953Z] Go version: go1.16.15 [2022-06-03T14:18:40.953Z] Git commit: 87a90dc [2022-06-03T14:18:40.953Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-03T14:18:40.953Z] OS/Arch: linux/arm64 [2022-06-03T14:18:40.953Z] Experimental: true [2022-06-03T14:18:40.953Z] containerd: [2022-06-03T14:18:40.953Z] Version: 1.5.11 [2022-06-03T14:18:40.953Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:40.953Z] runc: [2022-06-03T14:18:40.953Z] Version: 1.0.3 [2022-06-03T14:18:40.953Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T14:18:40.953Z] docker-init: [2022-06-03T14:18:40.953Z] Version: 0.19.0 [2022-06-03T14:18:40.953Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T14:18:41.046Z] #2 [internal] load .dockerignore [2022-06-03T14:18:41.046Z] #2 sha256:51c7c75812baec6626ab0e07833b58627bcbe614df59348b115cec5b0740ee79 [2022-06-03T14:18:41.046Z] #2 transferring context: 145B done [2022-06-03T14:18:41.270Z] + docker info [2022-06-03T14:18:41.307Z] #2 DONE 0.1s [2022-06-03T14:18:41.307Z] [2022-06-03T14:18:41.307Z] #1 [internal] load build definition from Dockerfile [2022-06-03T14:18:41.307Z] #1 sha256:ce56d433935eefc2f1add53c69f9c68385452d69f5e18b9d298b52f025a4f45c [2022-06-03T14:18:41.307Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T14:18:41.307Z] #1 DONE 0.2s [2022-06-03T14:18:41.307Z] [2022-06-03T14:18:41.307Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T14:18:41.307Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T14:18:41.566Z] #3 DONE 0.4s [2022-06-03T14:18:41.825Z] [2022-06-03T14:18:41.825Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T14:18:41.825Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T14:18:41.825Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T14:18:41.825Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T14:18:41.825Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-03T14:18:41.825Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-03T14:18:41.825Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-06-03T14:18:41.825Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-03T14:18:42.083Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-03T14:18:42.083Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-03T14:18:42.342Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-03T14:18:42.600Z] #4 DONE 0.8s [2022-06-03T14:18:42.859Z] [2022-06-03T14:18:42.859Z] #5 [internal] load build definition from Dockerfile [2022-06-03T14:18:42.859Z] #5 sha256:4b80b959fc2a719038e44854ba5b40eddba0e0b0326b7209f7049d4b1d626f63 [2022-06-03T14:18:42.859Z] #5 DONE 0.0s [2022-06-03T14:18:42.859Z] [2022-06-03T14:18:42.859Z] #6 [internal] load .dockerignore [2022-06-03T14:18:42.859Z] #6 sha256:bc94eac5f47a2c6a6352d9d7fad2ed38e3f6a9fbcfe6f7f6cef538b760433f82 [2022-06-03T14:18:42.859Z] #6 DONE 0.0s [2022-06-03T14:18:42.859Z] [2022-06-03T14:18:42.859Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T14:18:42.859Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T14:18:43.405Z] #62 45.83 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:18:43.405Z] #62 45.84 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T14:18:43.405Z] #62 ... [2022-06-03T14:18:43.405Z] [2022-06-03T14:18:43.405Z] #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 [2022-06-03T14:18:43.405Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:18:43.405Z] #47 45.85 NAME: [2022-06-03T14:18:43.405Z] #47 45.85 go-winres - A tool for embedding resources in Windows executables [2022-06-03T14:18:43.405Z] #47 45.85 [2022-06-03T14:18:43.405Z] #47 45.85 USAGE: [2022-06-03T14:18:43.405Z] #47 45.85 go-winres [global options] command [command options] [arguments...] [2022-06-03T14:18:43.405Z] #47 45.85 [2022-06-03T14:18:43.405Z] #47 45.85 COMMANDS: [2022-06-03T14:18:43.405Z] #47 45.85 init Create an initial ./winres/winres.json [2022-06-03T14:18:43.405Z] #47 45.85 make Make syso files for the "go build" command [2022-06-03T14:18:43.405Z] #47 45.85 simply Make syso files for the "go build" command (simplified) [2022-06-03T14:18:43.405Z] #47 45.85 extract Extract all resources from an executable [2022-06-03T14:18:43.405Z] #47 45.85 patch Replace resources in an executable file (exe, dll) [2022-06-03T14:18:43.405Z] #47 45.85 help, h Shows a list of commands or help for one command [2022-06-03T14:18:43.405Z] #47 45.85 [2022-06-03T14:18:43.405Z] #47 45.85 GLOBAL OPTIONS: [2022-06-03T14:18:43.405Z] #47 45.85 --help, -h show help (default: false) [2022-06-03T14:18:43.405Z] #47 DONE 46.1s [2022-06-03T14:18:43.405Z] [2022-06-03T14:18:43.405Z] #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 [2022-06-03T14:18:43.405Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:18:43.405Z] #64 44.19 v3.0.2 [2022-06-03T14:18:43.405Z] #64 DONE 46.1s [2022-06-03T14:18:43.405Z] [2022-06-03T14:18:43.405Z] #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 [2022-06-03T14:18:43.405Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:18:43.405Z] #62 46.06 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T14:18:43.405Z] #62 46.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T14:18:43.405Z] #62 46.20 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T14:18:43.405Z] #62 46.22 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T14:18:43.405Z] #62 46.32 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T14:18:43.662Z] #62 46.42 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T14:18:43.662Z] #62 46.42 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T14:18:43.662Z] #62 46.46 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T14:18:43.662Z] #62 46.53 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T14:18:43.803Z] #10 ... [2022-06-03T14:18:43.803Z] [2022-06-03T14:18:43.803Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:18:43.803Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T14:18:43.803Z] #9 DONE 1.1s [2022-06-03T14:18:43.803Z] [2022-06-03T14:18:43.803Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T14:18:43.803Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T14:18:43.803Z] #10 DONE 1.1s [2022-06-03T14:18:43.803Z] [2022-06-03T14:18:43.803Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T14:18:43.803Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T14:18:43.803Z] #8 DONE 1.1s [2022-06-03T14:18:43.803Z] [2022-06-03T14:18:43.803Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:18:43.803Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T14:18:43.803Z] #7 DONE 1.2s [2022-06-03T14:18:43.921Z] #62 46.61 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T14:18:43.921Z] #62 46.72 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T14:18:44.180Z] #62 46.89 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T14:18:44.180Z] #62 46.95 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T14:18:44.180Z] #62 46.96 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T14:18:44.180Z] #62 47.01 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T14:18:44.180Z] #62 47.03 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T14:18:44.180Z] #62 47.04 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T14:18:44.180Z] #62 47.07 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T14:18:44.369Z] [2022-06-03T14:18:44.369Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:18:44.369Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:18:44.369Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-03T14:18:44.369Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:18:44.369Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-03T14:18:44.369Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-03T14:18:44.369Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.1s [2022-06-03T14:18:44.440Z] #62 47.13 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T14:18:44.633Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.08MB / 12.42MB 0.3s [2022-06-03T14:18:44.633Z] #73 ... [2022-06-03T14:18:44.633Z] [2022-06-03T14:18:44.633Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T14:18:44.633Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T14:18:44.633Z] #49 DONE 0.0s [2022-06-03T14:18:44.633Z] [2022-06-03T14:18:44.633Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:18:44.633Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:18:44.633Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.24MB / 12.42MB 0.4s [2022-06-03T14:18:44.633Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 8.39MB / 12.42MB 0.5s [2022-06-03T14:18:44.893Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 11.53MB / 12.42MB 0.6s [2022-06-03T14:18:44.893Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s [2022-06-03T14:18:45.002Z] #62 47.90 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T14:18:45.153Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2022-06-03T14:18:45.258Z] #62 47.99 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T14:18:45.258Z] #62 48.06 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T14:18:45.258Z] #62 48.14 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T14:18:45.411Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2022-06-03T14:18:45.515Z] #62 48.23 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T14:18:45.515Z] #62 48.32 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T14:18:46.445Z] #62 49.08 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T14:18:46.445Z] #62 49.08 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T14:18:46.445Z] #62 49.17 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T14:18:46.445Z] #62 49.17 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T14:18:46.445Z] #62 49.20 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T14:18:46.445Z] #62 49.25 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T14:18:46.445Z] #62 49.29 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T14:18:46.445Z] #62 49.37 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T14:18:46.702Z] #62 49.50 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T14:18:46.702Z] #62 49.55 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T14:18:46.702Z] #62 49.66 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T14:18:46.958Z] #62 49.78 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T14:18:46.958Z] #62 49.85 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T14:18:46.958Z] #62 49.92 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T14:18:47.215Z] #62 49.99 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T14:18:47.215Z] #62 49.99 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T14:18:47.215Z] #62 50.07 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T14:18:47.215Z] #62 50.17 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T14:18:47.472Z] #62 50.18 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T14:18:47.729Z] #62 50.48 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T14:18:47.986Z] #62 50.66 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T14:18:47.986Z] #62 50.77 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T14:18:47.986Z] #62 50.77 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T14:18:47.986Z] #62 50.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T14:18:47.986Z] #62 50.79 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T14:18:47.986Z] #62 50.83 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T14:18:47.986Z] #62 50.87 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T14:18:48.242Z] #62 50.92 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T14:18:48.242Z] #62 50.93 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T14:18:48.242Z] #62 50.96 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T14:18:48.242Z] #62 50.99 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T14:18:48.242Z] #62 51.01 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T14:18:48.242Z] #62 51.06 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T14:18:48.520Z] #62 51.19 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T14:18:48.520Z] #62 51.19 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T14:18:48.520Z] #62 51.20 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T14:18:48.520Z] #62 51.24 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T14:18:48.520Z] #62 51.30 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T14:18:48.520Z] #62 ... [2022-06-03T14:18:48.520Z] [2022-06-03T14:18:48.520Z] #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 [2022-06-03T14:18:48.520Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:18:48.520Z] #58 40.90 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-03T14:18:48.520Z] #58 42.82 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:18:48.520Z] #58 43.19 Fetched 2314 kB in 3s (697 kB/s) [2022-06-03T14:18:48.520Z] #58 43.35 Selecting previously unselected package libprotobuf23:amd64. [2022-06-03T14:18:48.520Z] #58 43.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 ... 15718 files and directories currently installed.) [2022-06-03T14:18:48.520Z] #58 43.41 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-03T14:18:48.520Z] #58 43.43 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:18:48.520Z] #58 45.52 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:18:48.520Z] #58 45.54 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:18:48.520Z] #58 45.61 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:18:48.520Z] #58 45.93 Selecting previously unselected package python3-six. [2022-06-03T14:18:48.520Z] #58 45.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T14:18:48.520Z] #58 45.95 Unpacking python3-six (1.16.0-2) ... [2022-06-03T14:18:48.520Z] #58 46.07 Selecting previously unselected package python3-protobuf. [2022-06-03T14:18:48.520Z] #58 46.07 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-03T14:18:48.520Z] #58 46.08 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T14:18:48.520Z] #58 46.75 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:18:48.520Z] #58 46.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:18:48.520Z] #58 46.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:18:48.520Z] #58 46.93 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:18:48.520Z] #58 46.94 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:18:48.520Z] #58 46.95 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:18:48.520Z] #58 47.19 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:18:48.520Z] #58 47.19 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:18:48.520Z] #58 47.21 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:18:48.520Z] #58 47.41 Selecting previously unselected package criu. [2022-06-03T14:18:48.520Z] #58 47.41 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-03T14:18:48.520Z] #58 47.41 Unpacking criu (3.17-1) ... [2022-06-03T14:18:48.520Z] #58 48.50 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:18:48.520Z] #58 50.80 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:18:48.520Z] #58 50.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:18:48.520Z] #58 50.87 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:18:48.520Z] #58 50.89 Setting up python3-six (1.16.0-2) ... [2022-06-03T14:18:48.520Z] #58 ... [2022-06-03T14:18:48.520Z] [2022-06-03T14:18:48.520Z] #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 [2022-06-03T14:18:48.520Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:18:48.520Z] #62 51.30 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T14:18:48.520Z] #62 51.34 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T14:18:48.520Z] #62 51.37 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T14:18:48.520Z] #62 51.40 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T14:18:48.777Z] #62 51.45 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T14:18:48.784Z] Client: [2022-06-03T14:18:48.784Z] Context: default [2022-06-03T14:18:48.784Z] Debug Mode: false [2022-06-03T14:18:48.784Z] Plugins: [2022-06-03T14:18:48.784Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T14:18:48.784Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T14:18:48.784Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T14:18:48.784Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T14:18:48.784Z] [2022-06-03T14:18:48.784Z] Server: [2022-06-03T14:18:48.784Z] Containers: 0 [2022-06-03T14:18:48.784Z] Running: 0 [2022-06-03T14:18:48.784Z] Paused: 0 [2022-06-03T14:18:48.784Z] Stopped: 0 [2022-06-03T14:18:48.784Z] Images: 0 [2022-06-03T14:18:48.784Z] Server Version: 20.10.14 [2022-06-03T14:18:48.784Z] Storage Driver: overlay2 [2022-06-03T14:18:48.784Z] Backing Filesystem: extfs [2022-06-03T14:18:48.784Z] Supports d_type: true [2022-06-03T14:18:48.784Z] Native Overlay Diff: true [2022-06-03T14:18:48.784Z] userxattr: false [2022-06-03T14:18:48.784Z] Logging Driver: json-file [2022-06-03T14:18:48.784Z] Cgroup Driver: cgroupfs [2022-06-03T14:18:48.784Z] Cgroup Version: 1 [2022-06-03T14:18:48.784Z] Plugins: [2022-06-03T14:18:48.784Z] Volume: local [2022-06-03T14:18:48.784Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T14:18:48.784Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T14:18:48.784Z] Swarm: inactive [2022-06-03T14:18:48.784Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-06-03T14:18:48.784Z] Default Runtime: runc [2022-06-03T14:18:48.784Z] Init Binary: docker-init [2022-06-03T14:18:48.784Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:48.784Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T14:18:48.784Z] init version: de40ad0 [2022-06-03T14:18:48.784Z] Security Options: [2022-06-03T14:18:48.784Z] apparmor [2022-06-03T14:18:48.784Z] seccomp [2022-06-03T14:18:48.784Z] Profile: default [2022-06-03T14:18:48.784Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T14:18:48.784Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T14:18:48.784Z] OSType: linux [2022-06-03T14:18:48.784Z] Architecture: x86_64 [2022-06-03T14:18:48.784Z] CPUs: 2 [2022-06-03T14:18:48.784Z] Total Memory: 7.565GiB [2022-06-03T14:18:48.784Z] Name: ip-10-100-37-92 [2022-06-03T14:18:48.784Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T14:18:48.784Z] Docker Root Dir: /var/lib/docker [2022-06-03T14:18:48.784Z] Debug Mode: false [2022-06-03T14:18:48.784Z] Registry: https://index.docker.io/v1/ [2022-06-03T14:18:48.784Z] Labels: [2022-06-03T14:18:48.784Z] Experimental: true [2022-06-03T14:18:48.784Z] Insecure Registries: [2022-06-03T14:18:48.784Z] 127.0.0.0/8 [2022-06-03T14:18:48.784Z] Live Restore Enabled: true [2022-06-03T14:18:48.784Z] [2022-06-03T14:18:48.784Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T14:18:49.093Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:18:49.093Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:18:49.093Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43688/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T14:18:49.093Z] + bash /home/ubuntu/workspace/moby_PR-43688/check-config.sh [2022-06-03T14:18:49.093Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T14:18:49.093Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T14:18:49.093Z] [2022-06-03T14:18:49.093Z] Generally Necessary: [2022-06-03T14:18:49.093Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T14:18:49.093Z] - apparmor: enabled and tools installed [2022-06-03T14:18:49.093Z] - CONFIG_NAMESPACES: enabled [2022-06-03T14:18:49.093Z] - CONFIG_NET_NS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_PID_NS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_IPC_NS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_UTS_NS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_CGROUPS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T14:18:49.093Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T14:18:49.093Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T14:18:49.093Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T14:18:49.093Z] - CONFIG_CPUSETS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_MEMCG: enabled [2022-06-03T14:18:49.093Z] - CONFIG_KEYS: enabled [2022-06-03T14:18:49.093Z] - CONFIG_VETH: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T14:18:49.093Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T14:18:49.339Z] #62 52.11 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T14:18:49.339Z] #62 52.12 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T14:18:49.339Z] #62 52.16 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T14:18:49.339Z] #62 52.22 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T14:18:49.339Z] #62 52.34 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T14:18:49.361Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T14:18:49.361Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T14:18:49.361Z] [2022-06-03T14:18:49.361Z] Optional Features: [2022-06-03T14:18:49.361Z] - CONFIG_USER_NS: enabled [2022-06-03T14:18:49.361Z] - CONFIG_SECCOMP: enabled [2022-06-03T14:18:49.361Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T14:18:49.361Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T14:18:49.361Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T14:18:49.361Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T14:18:49.361Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T14:18:49.361Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T14:18:49.361Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T14:18:49.361Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T14:18:49.361Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T14:18:49.361Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T14:18:49.361Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T14:18:49.361Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T14:18:49.361Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T14:18:49.361Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T14:18:49.361Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T14:18:49.361Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T14:18:49.361Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T14:18:49.361Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T14:18:49.361Z] - CONFIG_EXT4_FS: enabled [2022-06-03T14:18:49.361Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T14:18:49.361Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T14:18:49.361Z] - Network Drivers: [2022-06-03T14:18:49.361Z] - "overlay": [2022-06-03T14:18:49.361Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T14:18:49.361Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T14:18:49.361Z] Optional (for encrypted networks): [2022-06-03T14:18:49.595Z] #62 52.39 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T14:18:49.595Z] #62 52.42 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T14:18:49.595Z] #62 52.44 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T14:18:49.595Z] #62 52.50 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T14:18:49.622Z] - CONFIG_CRYPTO: enabled [2022-06-03T14:18:49.622Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T14:18:49.622Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T14:18:49.622Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T14:18:49.622Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T14:18:49.622Z] - CONFIG_XFRM: enabled [2022-06-03T14:18:49.622Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T14:18:49.622Z] - "ipvlan": [2022-06-03T14:18:49.622Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T14:18:49.622Z] - "macvlan": [2022-06-03T14:18:49.622Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T14:18:49.622Z] - "ftp,tftp client in container": [2022-06-03T14:18:49.622Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T14:18:49.622Z] - Storage Drivers: [2022-06-03T14:18:49.622Z] - "aufs": [2022-06-03T14:18:49.622Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T14:18:49.622Z] - "btrfs": [2022-06-03T14:18:49.622Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T14:18:49.622Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T14:18:49.622Z] - "devicemapper": [2022-06-03T14:18:49.622Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T14:18:49.622Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T14:18:49.622Z] - "overlay": [2022-06-03T14:18:49.622Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T14:18:49.622Z] - "zfs": [2022-06-03T14:18:49.622Z] - /dev/zfs: present [2022-06-03T14:18:49.622Z] - zfs command: missing [2022-06-03T14:18:49.622Z] - zpool command: missing [2022-06-03T14:18:49.622Z] [2022-06-03T14:18:49.622Z] Limits: [2022-06-03T14:18:49.622Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T14:18:49.622Z] [2022-06-03T14:18:49.622Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T14:18:49.852Z] #62 52.68 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T14:18:49.852Z] #62 52.68 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T14:18:49.852Z] #62 52.70 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T14:18:49.852Z] #62 52.72 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T14:18:49.852Z] #62 52.75 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T14:18:49.852Z] #62 52.84 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T14:18:49.966Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1db286c5e855a91df446a76c6d79122dad498d8e . [2022-06-03T14:18:50.108Z] #62 52.91 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T14:18:50.108Z] #62 52.98 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T14:18:50.228Z] #1 [internal] load build definition from Dockerfile [2022-06-03T14:18:50.228Z] #1 sha256:e6800b57e5787828735a4ee560366fa530f7b23cf6965bb9069b55f2aab7e682 [2022-06-03T14:18:50.228Z] #1 transferring dockerfile: [2022-06-03T14:18:50.228Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T14:18:50.228Z] #1 DONE 0.2s [2022-06-03T14:18:50.228Z] [2022-06-03T14:18:50.228Z] #2 [internal] load .dockerignore [2022-06-03T14:18:50.228Z] #2 sha256:79144b450a01c53247a866b0c0524ac689b9263dfab76320bb17c608e23e1e3f [2022-06-03T14:18:50.228Z] #2 transferring context: 145B done [2022-06-03T14:18:50.228Z] #2 DONE 0.1s [2022-06-03T14:18:50.228Z] [2022-06-03T14:18:50.228Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T14:18:50.228Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T14:18:50.365Z] #62 52.99 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T14:18:50.365Z] #62 52.99 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T14:18:50.365Z] #62 53.01 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T14:18:50.365Z] #62 53.02 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T14:18:50.365Z] #62 53.23 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T14:18:50.365Z] #62 53.34 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T14:18:50.622Z] #62 53.37 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T14:18:50.622Z] #62 53.47 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T14:18:50.622Z] #62 53.53 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T14:18:50.622Z] #62 53.55 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T14:18:50.680Z] #73 ... [2022-06-03T14:18:50.680Z] [2022-06-03T14:18:50.680Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:18:50.680Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T14:18:50.680Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-03T14:18:50.680Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:18:50.680Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-03T14:18:50.680Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-03T14:18:50.680Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-06-03T14:18:50.680Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.2s done [2022-06-03T14:18:50.680Z] #71 DONE 5.6s [2022-06-03T14:18:50.680Z] [2022-06-03T14:18:50.680Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:18:50.680Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:18:50.680Z] #73 ... [2022-06-03T14:18:50.680Z] [2022-06-03T14:18:50.680Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:18:50.680Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:18:50.680Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-03T14:18:50.680Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-03T14:18:50.680Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T14:18:50.680Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-03T14:18:50.680Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.0s [2022-06-03T14:18:50.680Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 1.3s done [2022-06-03T14:18:50.680Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 1.6s done [2022-06-03T14:18:50.680Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 4.0s done [2022-06-03T14:18:50.680Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 5.2s done [2022-06-03T14:18:50.680Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 91.79MB / 141.75MB 5.5s [2022-06-03T14:18:50.680Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.8s [2022-06-03T14:18:50.680Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 4.2s done [2022-06-03T14:18:50.680Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 111.15MB / 141.75MB 6.0s [2022-06-03T14:18:50.680Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 118.49MB / 141.75MB 6.2s [2022-06-03T14:18:50.811Z] #3 DONE 0.5s [2022-06-03T14:18:50.811Z] [2022-06-03T14:18:50.811Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T14:18:50.811Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T14:18:50.811Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T14:18:50.883Z] #62 53.77 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T14:18:50.940Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 132.12MB / 141.75MB 6.5s [2022-06-03T14:18:51.072Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T14:18:51.072Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-03T14:18:51.072Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-03T14:18:51.072Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-03T14:18:51.072Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-06-03T14:18:51.072Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-06-03T14:18:51.198Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 6.8s [2022-06-03T14:18:51.645Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-03T14:18:51.645Z] #4 DONE 0.8s [2022-06-03T14:18:51.907Z] [2022-06-03T14:18:51.907Z] #6 [internal] load build definition from Dockerfile [2022-06-03T14:18:51.907Z] #6 sha256:6275cf595a5e31039c21d9fa8f2a5f83301329301ab3cd29dfd4157f0cd9f3e5 [2022-06-03T14:18:51.907Z] #6 DONE 0.0s [2022-06-03T14:18:51.907Z] [2022-06-03T14:18:51.907Z] #5 [internal] load .dockerignore [2022-06-03T14:18:51.907Z] #5 sha256:a37e2268c77d48d0190a3a483bab523d56f8db628110e9a1126f5d36f1c9872e [2022-06-03T14:18:51.907Z] #5 DONE 0.0s [2022-06-03T14:18:51.907Z] [2022-06-03T14:18:51.907Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:18:51.907Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T14:18:52.776Z] #62 55.42 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T14:18:52.776Z] #62 55.42 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T14:18:52.776Z] #62 55.50 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T14:18:52.776Z] #62 55.68 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T14:18:52.853Z] #10 DONE 0.7s [2022-06-03T14:18:52.853Z] [2022-06-03T14:18:52.853Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T14:18:52.853Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T14:18:52.853Z] #7 DONE 0.7s [2022-06-03T14:18:52.853Z] [2022-06-03T14:18:52.853Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T14:18:52.853Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T14:18:52.853Z] #8 DONE 0.7s [2022-06-03T14:18:52.853Z] [2022-06-03T14:18:52.853Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:18:52.853Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T14:18:52.853Z] #9 DONE 0.8s [2022-06-03T14:18:53.032Z] #62 55.69 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T14:18:53.033Z] #62 55.72 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T14:18:53.033Z] #62 55.85 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T14:18:53.104Z] #11 ... [2022-06-03T14:18:53.104Z] [2022-06-03T14:18:53.104Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:18:53.104Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:18:53.104Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.1s done [2022-06-03T14:18:53.104Z] #73 DONE 8.8s [2022-06-03T14:18:53.104Z] [2022-06-03T14:18:53.104Z] #24 [internal] load build context [2022-06-03T14:18:53.104Z] #24 sha256:5a68b29aedc36e978304a54ec00e8a4620a1781c9886048265698a3a424ec70b [2022-06-03T14:18:53.104Z] #24 transferring context: 61.15MB 8.2s done [2022-06-03T14:18:53.104Z] #24 DONE 8.9s [2022-06-03T14:18:53.104Z] [2022-06-03T14:18:53.104Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:18:53.104Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:18:53.104Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-06-03T14:18:53.104Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T14:18:53.104Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-03T14:18:53.104Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-03T14:18:53.104Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.3s done [2022-06-03T14:18:53.120Z] [2022-06-03T14:18:53.120Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:18:53.120Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:18:53.120Z] #11 DONE 0.0s [2022-06-03T14:18:53.120Z] [2022-06-03T14:18:53.120Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:18:53.120Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:18:53.120Z] #73 DONE 0.0s [2022-06-03T14:18:53.120Z] [2022-06-03T14:18:53.120Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T14:18:53.120Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T14:18:53.290Z] #62 56.17 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T14:18:53.290Z] #62 56.18 go: downloading golang.org/x/text v0.3.7 [2022-06-03T14:18:53.502Z] Client: [2022-06-03T14:18:53.502Z] Context: default [2022-06-03T14:18:53.502Z] Debug Mode: false [2022-06-03T14:18:53.502Z] Plugins: [2022-06-03T14:18:53.502Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T14:18:53.502Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T14:18:53.502Z] [2022-06-03T14:18:53.502Z] Server: [2022-06-03T14:18:53.502Z] Containers: 0 [2022-06-03T14:18:53.502Z] Running: 0 [2022-06-03T14:18:53.502Z] Paused: 0 [2022-06-03T14:18:53.502Z] Stopped: 0 [2022-06-03T14:18:53.502Z] Images: 0 [2022-06-03T14:18:53.502Z] Server Version: 20.10.14 [2022-06-03T14:18:53.502Z] Storage Driver: overlay2 [2022-06-03T14:18:53.502Z] Backing Filesystem: extfs [2022-06-03T14:18:53.502Z] Supports d_type: true [2022-06-03T14:18:53.502Z] Native Overlay Diff: true [2022-06-03T14:18:53.502Z] userxattr: false [2022-06-03T14:18:53.502Z] Logging Driver: json-file [2022-06-03T14:18:53.502Z] Cgroup Driver: cgroupfs [2022-06-03T14:18:53.502Z] Cgroup Version: 1 [2022-06-03T14:18:53.502Z] Plugins: [2022-06-03T14:18:53.502Z] Volume: local [2022-06-03T14:18:53.502Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T14:18:53.502Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T14:18:53.502Z] Swarm: inactive [2022-06-03T14:18:53.502Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T14:18:53.502Z] Default Runtime: runc [2022-06-03T14:18:53.502Z] Init Binary: docker-init [2022-06-03T14:18:53.502Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:53.502Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T14:18:53.502Z] init version: de40ad0 [2022-06-03T14:18:53.502Z] Security Options: [2022-06-03T14:18:53.502Z] apparmor [2022-06-03T14:18:53.502Z] seccomp [2022-06-03T14:18:53.502Z] Profile: default [2022-06-03T14:18:53.502Z] Kernel Version: 5.13.0-1021-aws [2022-06-03T14:18:53.502Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-03T14:18:53.502Z] OSType: linux [2022-06-03T14:18:53.502Z] Architecture: aarch64 [2022-06-03T14:18:53.502Z] CPUs: 2 [2022-06-03T14:18:53.502Z] Total Memory: 7.562GiB [2022-06-03T14:18:53.502Z] Name: ip-10-100-55-14 [2022-06-03T14:18:53.502Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-03T14:18:53.502Z] Docker Root Dir: /var/lib/docker [2022-06-03T14:18:53.502Z] Debug Mode: false [2022-06-03T14:18:53.502Z] Registry: https://index.docker.io/v1/ [2022-06-03T14:18:53.502Z] Labels: [2022-06-03T14:18:53.502Z] Experimental: true [2022-06-03T14:18:53.502Z] Insecure Registries: [2022-06-03T14:18:53.502Z] 127.0.0.0/8 [2022-06-03T14:18:53.502Z] Live Restore Enabled: true [2022-06-03T14:18:53.502Z] [Pipeline] sh [2022-06-03T14:18:53.670Z] #28 ... [2022-06-03T14:18:53.670Z] [2022-06-03T14:18:53.670Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T14:18:53.670Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T14:18:53.706Z] #49 DONE 0.0s [2022-06-03T14:18:53.706Z] [2022-06-03T14:18:53.706Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:18:53.706Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:18:53.706Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-06-03T14:18:53.706Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T14:18:53.706Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-03T14:18:53.706Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-03T14:18:53.706Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 1.05MB / 55.01MB 0.2s [2022-06-03T14:18:53.789Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:18:53.789Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T14:18:53.789Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43688/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T14:18:53.789Z] + bash /home/ubuntu/workspace/moby_PR-43688/check-config.sh [2022-06-03T14:18:53.789Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T14:18:53.789Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-03T14:18:53.789Z] [2022-06-03T14:18:53.789Z] Generally Necessary: [2022-06-03T14:18:53.789Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T14:18:53.789Z] - apparmor: enabled and tools installed [2022-06-03T14:18:53.789Z] - CONFIG_NAMESPACES: enabled [2022-06-03T14:18:53.789Z] - CONFIG_NET_NS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_PID_NS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_IPC_NS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_UTS_NS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_CGROUPS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T14:18:53.789Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T14:18:53.789Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T14:18:53.789Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T14:18:53.789Z] - CONFIG_CPUSETS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_MEMCG: enabled [2022-06-03T14:18:53.789Z] - CONFIG_KEYS: enabled [2022-06-03T14:18:53.789Z] - CONFIG_VETH: enabled (as module) [2022-06-03T14:18:53.789Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T14:18:53.789Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T14:18:53.789Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T14:18:53.789Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T14:18:53.789Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T14:18:53.789Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T14:18:53.967Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.19MB / 55.01MB 0.4s [2022-06-03T14:18:54.050Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T14:18:54.050Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T14:18:54.050Z] [2022-06-03T14:18:54.050Z] Optional Features: [2022-06-03T14:18:54.050Z] - CONFIG_USER_NS: enabled [2022-06-03T14:18:54.050Z] - CONFIG_SECCOMP: enabled [2022-06-03T14:18:54.050Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T14:18:54.050Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T14:18:54.050Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T14:18:54.050Z] (cgroup swap accounting is currently enabled) [2022-06-03T14:18:54.050Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T14:18:54.050Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T14:18:54.050Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T14:18:54.050Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T14:18:54.050Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T14:18:54.050Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T14:18:54.050Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T14:18:54.050Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T14:18:54.050Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T14:18:54.050Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T14:18:54.050Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T14:18:54.050Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T14:18:54.050Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T14:18:54.050Z] - CONFIG_EXT4_FS: enabled [2022-06-03T14:18:54.050Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T14:18:54.050Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T14:18:54.050Z] - Network Drivers: [2022-06-03T14:18:54.050Z] - "overlay": [2022-06-03T14:18:54.050Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T14:18:54.050Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T14:18:54.050Z] Optional (for encrypted networks): [2022-06-03T14:18:54.231Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 10.07MB / 55.01MB 0.6s [2022-06-03T14:18:54.231Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 15.73MB / 55.01MB 0.8s [2022-06-03T14:18:54.237Z] #72 DONE 0.9s [2022-06-03T14:18:54.237Z] [2022-06-03T14:18:54.237Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:18:54.237Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:18:54.237Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 7.1s [2022-06-03T14:18:54.310Z] - CONFIG_CRYPTO: enabled [2022-06-03T14:18:54.310Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T14:18:54.310Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T14:18:54.310Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T14:18:54.310Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T14:18:54.310Z] - CONFIG_XFRM: enabled [2022-06-03T14:18:54.310Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T14:18:54.310Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T14:18:54.310Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T14:18:54.310Z] - "ipvlan": [2022-06-03T14:18:54.310Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T14:18:54.310Z] - "macvlan": [2022-06-03T14:18:54.310Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T14:18:54.311Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T14:18:54.311Z] - "ftp,tftp client in container": [2022-06-03T14:18:54.311Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T14:18:54.311Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T14:18:54.311Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T14:18:54.311Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T14:18:54.311Z] - Storage Drivers: [2022-06-03T14:18:54.311Z] - "aufs": [2022-06-03T14:18:54.311Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T14:18:54.311Z] - "btrfs": [2022-06-03T14:18:54.311Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T14:18:54.311Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T14:18:54.311Z] - "devicemapper": [2022-06-03T14:18:54.311Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T14:18:54.311Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T14:18:54.311Z] - "overlay": [2022-06-03T14:18:54.311Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T14:18:54.311Z] - "zfs": [2022-06-03T14:18:54.311Z] - /dev/zfs: present [2022-06-03T14:18:54.311Z] - zfs command: missing [2022-06-03T14:18:54.311Z] - zpool command: missing [2022-06-03T14:18:54.311Z] [2022-06-03T14:18:54.311Z] Limits: [2022-06-03T14:18:54.311Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T14:18:54.311Z] [2022-06-03T14:18:54.311Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T14:18:54.520Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 19.92MB / 55.01MB 1.0s [2022-06-03T14:18:54.520Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 25.17MB / 55.01MB 1.1s [2022-06-03T14:18:54.637Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1db286c5e855a91df446a76c6d79122dad498d8e . [2022-06-03T14:18:54.818Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 7.8s done [2022-06-03T14:18:54.853Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 34.60MB / 55.01MB 1.4s [2022-06-03T14:18:54.898Z] #2 [internal] load .dockerignore [2022-06-03T14:18:54.898Z] #2 sha256:805eb29afa62a63f4321ac4e2691285704bc3f44bf02a27fd44134fe9567c9fc [2022-06-03T14:18:54.898Z] #2 transferring context: 145B done [2022-06-03T14:18:54.898Z] #2 DONE 0.1s [2022-06-03T14:18:54.898Z] [2022-06-03T14:18:54.898Z] #1 [internal] load build definition from Dockerfile [2022-06-03T14:18:54.898Z] #1 sha256:f2c322fc63500a0c139efda5148904837f8dc676e6091ca2611c4bbd432685a0 [2022-06-03T14:18:54.898Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T14:18:54.898Z] #1 DONE 0.2s [2022-06-03T14:18:54.898Z] [2022-06-03T14:18:54.898Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T14:18:54.898Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-03T14:18:55.153Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 37.75MB / 55.01MB 1.6s [2022-06-03T14:18:55.180Z] #62 ... [2022-06-03T14:18:55.180Z] [2022-06-03T14:18:55.180Z] #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 [2022-06-03T14:18:55.180Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:18:55.180Z] #41 48.01 Updating files: 89% (1360/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. [2022-06-03T14:18:55.180Z] #41 48.53 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T14:18:55.180Z] #41 49.02 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T14:18:55.385Z] #28 DONE 11.1s [2022-06-03T14:18:55.385Z] [2022-06-03T14:18:55.385Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T14:18:55.385Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T14:18:55.385Z] #74 DONE 1.0s [2022-06-03T14:18:55.385Z] [2022-06-03T14:18:55.385Z] #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 [2022-06-03T14:18:55.385Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:18:55.414Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 41.94MB / 55.01MB 1.8s [2022-06-03T14:18:55.414Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 45.09MB / 55.01MB 1.9s [2022-06-03T14:18:55.414Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 49.28MB / 55.01MB 2.0s [2022-06-03T14:18:55.470Z] #3 DONE 0.4s [2022-06-03T14:18:55.470Z] [2022-06-03T14:18:55.470Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T14:18:55.470Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-03T14:18:55.470Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T14:18:55.470Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T14:18:55.470Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-03T14:18:55.470Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-03T14:18:55.470Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2022-06-03T14:18:55.675Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.1s [2022-06-03T14:18:55.731Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s [2022-06-03T14:18:55.993Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2022-06-03T14:18:55.993Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-06-03T14:18:56.254Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-03T14:18:56.254Z] #4 DONE 0.8s [2022-06-03T14:18:56.515Z] [2022-06-03T14:18:56.515Z] #5 [internal] load build definition from Dockerfile [2022-06-03T14:18:56.515Z] #5 sha256:2c46daa055bdabcc22a8a6cb2a3813e3769914a032cffd4c721c2863bae3f259 [2022-06-03T14:18:56.515Z] #5 DONE 0.0s [2022-06-03T14:18:56.515Z] [2022-06-03T14:18:56.515Z] #6 [internal] load .dockerignore [2022-06-03T14:18:56.515Z] #6 sha256:fb807071cc95d0a8c6376f52f690d8e7968152c158968c064fbcb7d92a12c04f [2022-06-03T14:18:56.515Z] #6 DONE 0.0s [2022-06-03T14:18:56.515Z] [2022-06-03T14:18:56.515Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T14:18:56.515Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-03T14:18:56.547Z] #41 ... [2022-06-03T14:18:56.547Z] [2022-06-03T14:18:56.547Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-03T14:18:56.547Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:18:56.547Z] #58 52.16 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:18:56.547Z] #58 52.19 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T14:18:56.547Z] #58 56.70 Setting up criu (3.17-1) ... [2022-06-03T14:18:56.547Z] #58 59.06 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:18:56.630Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 3.1s done [2022-06-03T14:18:56.763Z] #29 1.173 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:18:56.763Z] #29 1.173 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:18:56.763Z] #29 1.178 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:18:56.763Z] #29 1.342 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:18:57.021Z] #29 1.569 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:18:57.279Z] #29 1.827 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:18:57.456Z] #10 ... [2022-06-03T14:18:57.456Z] [2022-06-03T14:18:57.456Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:18:57.456Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T14:18:57.456Z] #8 DONE 0.9s [2022-06-03T14:18:57.456Z] [2022-06-03T14:18:57.456Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:18:57.456Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T14:18:57.456Z] #7 DONE 1.0s [2022-06-03T14:18:57.456Z] [2022-06-03T14:18:57.456Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T14:18:57.456Z] #9 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-03T14:18:57.456Z] #9 DONE 1.0s [2022-06-03T14:18:57.456Z] [2022-06-03T14:18:57.456Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T14:18:57.456Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-03T14:18:57.456Z] #10 DONE 1.1s [2022-06-03T14:18:57.581Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0.5s [2022-06-03T14:18:58.656Z] #29 3.338 Fetched 8537 kB in 2s (3507 kB/s) [2022-06-03T14:18:58.981Z] Client: [2022-06-03T14:18:58.981Z] Context: default [2022-06-03T14:18:58.981Z] Debug Mode: false [2022-06-03T14:18:58.981Z] Plugins: [2022-06-03T14:18:58.981Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T14:18:58.981Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T14:18:58.981Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T14:18:58.981Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T14:18:58.981Z] [2022-06-03T14:18:58.981Z] Server: [2022-06-03T14:18:58.981Z] Containers: 0 [2022-06-03T14:18:58.981Z] Running: 0 [2022-06-03T14:18:58.981Z] Paused: 0 [2022-06-03T14:18:58.981Z] Stopped: 0 [2022-06-03T14:18:58.981Z] Images: 0 [2022-06-03T14:18:58.981Z] Server Version: 20.10.14 [2022-06-03T14:18:58.981Z] Storage Driver: overlay2 [2022-06-03T14:18:58.981Z] Backing Filesystem: extfs [2022-06-03T14:18:58.981Z] Supports d_type: true [2022-06-03T14:18:58.981Z] Native Overlay Diff: true [2022-06-03T14:18:58.981Z] userxattr: false [2022-06-03T14:18:58.981Z] Logging Driver: json-file [2022-06-03T14:18:58.981Z] Cgroup Driver: systemd [2022-06-03T14:18:58.981Z] Cgroup Version: 2 [2022-06-03T14:18:58.981Z] Plugins: [2022-06-03T14:18:58.981Z] Volume: local [2022-06-03T14:18:58.981Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T14:18:58.981Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T14:18:58.981Z] Swarm: inactive [2022-06-03T14:18:58.981Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T14:18:58.981Z] Default Runtime: runc [2022-06-03T14:18:58.981Z] Init Binary: docker-init [2022-06-03T14:18:58.981Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T14:18:58.981Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T14:18:58.981Z] init version: de40ad0 [2022-06-03T14:18:58.981Z] Security Options: [2022-06-03T14:18:58.981Z] apparmor [2022-06-03T14:18:58.981Z] seccomp [2022-06-03T14:18:58.981Z] Profile: default [2022-06-03T14:18:58.981Z] cgroupns [2022-06-03T14:18:58.981Z] Kernel Version: 5.13.0-1021-aws [2022-06-03T14:18:58.981Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-03T14:18:58.981Z] OSType: linux [2022-06-03T14:18:58.981Z] Architecture: x86_64 [2022-06-03T14:18:58.981Z] CPUs: 2 [2022-06-03T14:18:58.981Z] Total Memory: 7.559GiB [2022-06-03T14:18:58.981Z] Name: ip-10-100-64-38 [2022-06-03T14:18:58.981Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-03T14:18:58.981Z] Docker Root Dir: /var/lib/docker [2022-06-03T14:18:58.981Z] Debug Mode: false [2022-06-03T14:18:58.981Z] Registry: https://index.docker.io/v1/ [2022-06-03T14:18:58.981Z] Labels: [2022-06-03T14:18:58.981Z] Experimental: true [2022-06-03T14:18:58.981Z] Insecure Registries: [2022-06-03T14:18:58.981Z] 127.0.0.0/8 [2022-06-03T14:18:58.981Z] Live Restore Enabled: true [2022-06-03T14:18:58.981Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T14:18:59.065Z] #58 DONE 61.2s [2022-06-03T14:18:59.065Z] [2022-06-03T14:18:59.065Z] #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 [2022-06-03T14:18:59.065Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:18:59.065Z] #62 61.43 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T14:18:59.065Z] #62 61.60 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T14:18:59.065Z] #62 61.63 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T14:18:59.065Z] #62 61.67 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T14:18:59.065Z] #62 61.72 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T14:18:59.065Z] #62 61.76 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T14:18:59.065Z] #62 61.84 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T14:18:59.065Z] #62 61.95 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T14:18:59.065Z] #62 61.98 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T14:18:59.322Z] #62 62.06 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T14:18:59.322Z] #62 62.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T14:18:59.322Z] #62 62.21 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T14:18:59.349Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:1db286c5e855a91df446a76c6d79122dad498d8e . [2022-06-03T14:18:59.349Z] #2 [internal] load .dockerignore [2022-06-03T14:18:59.349Z] #2 sha256:3a430584923d58c530c3cf533c6360e8c15790d71f68b7ca063a8ab98ebb533d [2022-06-03T14:18:59.493Z] #28 ... [2022-06-03T14:18:59.493Z] [2022-06-03T14:18:59.493Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:18:59.493Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:18:59.493Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-03T14:18:59.493Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T14:18:59.493Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-03T14:18:59.493Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-03T14:18:59.493Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 3.1s done [2022-06-03T14:18:59.493Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.7s done [2022-06-03T14:18:59.493Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.5s done [2022-06-03T14:18:59.493Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.5s done [2022-06-03T14:18:59.493Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 4.0s done [2022-06-03T14:18:59.493Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 92.27MB / 141.75MB 5.8s [2022-06-03T14:18:59.493Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 4.1s done [2022-06-03T14:18:59.493Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 99.61MB / 141.75MB 6.1s [2022-06-03T14:18:59.608Z] #2 transferring context: 145B done [2022-06-03T14:18:59.608Z] #2 DONE 0.1s [2022-06-03T14:18:59.608Z] [2022-06-03T14:18:59.608Z] #1 [internal] load build definition from Dockerfile [2022-06-03T14:18:59.608Z] #1 sha256:8056c1323dca0202d1f47badc642db4961ebbfc90a39139e6e35f8f35689b516 [2022-06-03T14:18:59.608Z] #1 transferring dockerfile: 17.93kB 0.1s done [2022-06-03T14:18:59.608Z] #1 DONE 0.2s [2022-06-03T14:18:59.608Z] [2022-06-03T14:18:59.608Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T14:18:59.608Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T14:18:59.609Z] #29 3.338 Reading package lists... [2022-06-03T14:18:59.754Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 111.15MB / 141.75MB 6.3s [2022-06-03T14:18:59.886Z] #62 62.79 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T14:19:00.143Z] #62 62.87 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T14:19:00.143Z] #62 62.88 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T14:19:00.173Z] #3 DONE 0.4s [2022-06-03T14:19:00.173Z] [2022-06-03T14:19:00.173Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T14:19:00.173Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T14:19:00.173Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-03T14:19:00.173Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-03T14:19:00.173Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-03T14:19:00.173Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-03T14:19:00.173Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-03T14:19:00.173Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-03T14:19:00.173Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-03T14:19:00.327Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 118.49MB / 141.75MB 6.7s [2022-06-03T14:19:00.327Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 126.88MB / 141.75MB 6.9s [2022-06-03T14:19:00.400Z] #62 63.16 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T14:19:00.400Z] #62 63.26 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T14:19:00.544Z] #29 4.178 Reading package lists... [2022-06-03T14:19:00.544Z] #29 5.008 Building dependency tree... [2022-06-03T14:19:00.590Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 134.22MB / 141.75MB 7.1s [2022-06-03T14:19:00.662Z] #62 63.41 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T14:19:00.662Z] #62 63.41 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T14:19:00.662Z] #62 63.43 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T14:19:00.662Z] #62 63.43 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T14:19:00.737Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-03T14:19:00.737Z] #4 DONE 0.7s [2022-06-03T14:19:00.802Z] #29 5.386 The following additional packages will be installed: [2022-06-03T14:19:00.802Z] #29 5.386 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T14:19:00.802Z] #29 5.386 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T14:19:00.802Z] #29 5.386 Recommended packages: [2022-06-03T14:19:00.802Z] #29 5.386 libldap-common publicsuffix libsasl2-modules [2022-06-03T14:19:00.928Z] #62 63.63 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T14:19:00.928Z] #62 63.78 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T14:19:00.928Z] #62 63.80 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T14:19:00.993Z] [2022-06-03T14:19:00.993Z] #6 [internal] load build definition from Dockerfile [2022-06-03T14:19:00.993Z] #6 sha256:d9d35e380c98e7548b95cd37eedb52ade30ede156a15640e08065c20f56335ee [2022-06-03T14:19:00.993Z] #6 DONE 0.0s [2022-06-03T14:19:00.993Z] [2022-06-03T14:19:00.993Z] #5 [internal] load .dockerignore [2022-06-03T14:19:00.993Z] #5 sha256:12b7a3fa28c164273a178bc0c51bef3ff2a75dcefb439bdee640f43cbda64d25 [2022-06-03T14:19:00.993Z] #5 DONE 0.0s [2022-06-03T14:19:00.993Z] [2022-06-03T14:19:00.993Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T14:19:00.993Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T14:19:01.062Z] #29 5.563 The following NEW packages will be installed: [2022-06-03T14:19:01.062Z] #29 5.563 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T14:19:01.062Z] #29 5.563 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T14:19:01.062Z] #29 5.563 libssh2-1 openssl [2022-06-03T14:19:01.163Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.56MB / 141.75MB 7.5s [2022-06-03T14:19:01.185Z] #62 63.84 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T14:19:01.325Z] #29 5.840 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:01.325Z] #29 5.840 Need to get 3040 kB of archives. [2022-06-03T14:19:01.325Z] #29 5.840 After this operation, 6651 kB of additional disk space will be used. [2022-06-03T14:19:01.325Z] #29 5.840 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-03T14:19:01.325Z] #29 5.850 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-03T14:19:01.325Z] #29 5.850 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-03T14:19:01.325Z] #29 5.850 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-03T14:19:01.325Z] #29 5.863 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-03T14:19:01.325Z] #29 5.870 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-03T14:19:01.325Z] #29 5.870 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-03T14:19:01.325Z] #29 5.870 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-03T14:19:01.325Z] #29 5.874 Get:9 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-03T14:19:01.325Z] #29 5.876 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-03T14:19:01.325Z] #29 5.878 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-03T14:19:01.325Z] #29 5.882 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-03T14:19:01.325Z] #29 5.888 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:19:01.325Z] #29 5.890 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:19:01.325Z] #29 5.892 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:19:01.583Z] #29 6.109 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:19:01.583Z] #29 6.154 Fetched 3040 kB in 0s (8864 kB/s) [2022-06-03T14:19:01.583Z] #29 6.234 Selecting previously unselected package openssl. [2022-06-03T14:19:01.583Z] #29 6.234 (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.) [2022-06-03T14:19:01.841Z] #29 6.235 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-03T14:19:01.841Z] #29 6.243 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:01.841Z] #29 6.512 Selecting previously unselected package ca-certificates. [2022-06-03T14:19:01.841Z] #29 6.512 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T14:19:01.929Z] #10 DONE 1.0s [2022-06-03T14:19:01.929Z] [2022-06-03T14:19:01.929Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:19:01.929Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T14:19:01.929Z] #9 DONE 1.0s [2022-06-03T14:19:01.929Z] [2022-06-03T14:19:01.929Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T14:19:01.929Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T14:19:01.929Z] #8 DONE 1.0s [2022-06-03T14:19:01.929Z] [2022-06-03T14:19:01.929Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T14:19:01.929Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T14:19:01.929Z] #7 DONE 1.1s [2022-06-03T14:19:02.099Z] #29 6.517 Unpacking ca-certificates (20210119) ... [2022-06-03T14:19:02.099Z] #29 6.620 Selecting previously unselected package libbrotli1:amd64. [2022-06-03T14:19:02.099Z] #29 6.620 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-03T14:19:02.099Z] #29 6.630 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:19:02.099Z] #29 6.723 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T14:19:02.099Z] #29 6.723 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:19:02.099Z] #29 6.734 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:02.099Z] #29 6.786 Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T14:19:02.099Z] #29 6.788 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:19:02.099Z] #29 6.792 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:02.194Z] [2022-06-03T14:19:02.194Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:02.194Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:19:02.194Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-03T14:19:02.194Z] #73 DONE 0.0s [2022-06-03T14:19:02.194Z] [2022-06-03T14:19:02.194Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:02.194Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:02.194Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.0s done [2022-06-03T14:19:02.357Z] #29 6.856 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T14:19:02.357Z] #29 6.856 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-03T14:19:02.357Z] #29 6.862 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:02.357Z] #29 6.956 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T14:19:02.357Z] #29 6.956 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-03T14:19:02.357Z] #29 6.962 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:19:02.357Z] #29 7.034 Selecting previously unselected package libpsl5:amd64. [2022-06-03T14:19:02.357Z] #29 7.034 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-03T14:19:02.357Z] #29 7.034 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:19:02.357Z] #29 7.082 Selecting previously unselected package librtmp1:amd64. [2022-06-03T14:19:02.357Z] #29 7.082 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-03T14:19:02.455Z] #11 sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c 1.80kB / 1.80kB done [2022-06-03T14:19:02.455Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T14:19:02.455Z] #11 sha256:76199a964a3fc66e31bda713381e92285f479fe8e3d4514a473f95ffc2062440 7.10kB / 7.10kB done [2022-06-03T14:19:02.455Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0B / 55.01MB 0.1s [2022-06-03T14:19:02.556Z] #11 ... [2022-06-03T14:19:02.556Z] [2022-06-03T14:19:02.556Z] #24 [internal] load build context [2022-06-03T14:19:02.556Z] #24 sha256:b9e7e55c275a6eafae9d18c6c4092e8d046f7c3b849a81728a8c2b5adb7c06a4 [2022-06-03T14:19:02.556Z] #24 transferring context: 61.15MB 8.8s done [2022-06-03T14:19:02.556Z] #24 DONE 9.2s [2022-06-03T14:19:02.556Z] [2022-06-03T14:19:02.556Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:02.556Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:02.556Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 141.75MB / 141.75MB 8.8s done [2022-06-03T14:19:02.556Z] #11 ... [2022-06-03T14:19:02.556Z] [2022-06-03T14:19:02.557Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:02.557Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T14:19:02.557Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-03T14:19:02.557Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:19:02.557Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-03T14:19:02.557Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-03T14:19:02.557Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.9s done [2022-06-03T14:19:02.557Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done [2022-06-03T14:19:02.557Z] #71 DONE 9.1s [2022-06-03T14:19:02.557Z] [2022-06-03T14:19:02.557Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:02.557Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:02.557Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.7s [2022-06-03T14:19:02.616Z] #29 7.087 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:02.616Z] #29 7.162 Selecting previously unselected package libssh2-1:amd64. [2022-06-03T14:19:02.616Z] #29 7.162 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-03T14:19:02.616Z] #29 7.166 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:19:02.616Z] #29 7.243 Selecting previously unselected package libcurl4:amd64. [2022-06-03T14:19:02.616Z] #29 7.243 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:19:02.616Z] #29 7.254 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:02.616Z] #29 7.354 Selecting previously unselected package curl. [2022-06-03T14:19:02.616Z] #29 7.354 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:19:02.719Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 3.15MB / 55.01MB 0.2s [2022-06-03T14:19:02.719Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0B / 5.16MB 0.2s [2022-06-03T14:19:02.719Z] #11 ... [2022-06-03T14:19:02.719Z] [2022-06-03T14:19:02.719Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T14:19:02.719Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T14:19:02.719Z] #49 DONE 0.0s [2022-06-03T14:19:02.719Z] [2022-06-03T14:19:02.719Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:02.719Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:02.719Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 14.39MB / 55.01MB 0.4s [2022-06-03T14:19:02.719Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s [2022-06-03T14:19:02.719Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 1.05MB / 10.88MB 0.4s [2022-06-03T14:19:02.750Z] [2022-06-03T14:19:02.750Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:02.750Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:19:02.750Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-03T14:19:02.750Z] #73 DONE 0.0s [2022-06-03T14:19:02.750Z] [2022-06-03T14:19:02.750Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:02.750Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:02.750Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 0.1s done [2022-06-03T14:19:02.750Z] #11 DONE 0.1s [2022-06-03T14:19:02.750Z] [2022-06-03T14:19:02.750Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:02.750Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-03T14:19:02.750Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:02.750Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-06-03T14:19:02.750Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T14:19:02.750Z] #28 sha256:1623b714f66926243b9b946d59d200082a1b86043169f4d6602b6e64bc20a38a 529B / 529B done [2022-06-03T14:19:02.750Z] #28 sha256:e38a1b1bebd53396928bac3000fcc9fee3970cd022eae1e79fbd08d46a1a6ea8 1.48kB / 1.48kB done [2022-06-03T14:19:02.750Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 0B / 53.70MB 0.1s [2022-06-03T14:19:02.750Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 13.63MB / 53.70MB 0.3s [2022-06-03T14:19:02.750Z] #28 ... [2022-06-03T14:19:02.750Z] [2022-06-03T14:19:02.750Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T14:19:02.750Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T14:19:02.750Z] #49 DONE 0.0s [2022-06-03T14:19:02.750Z] [2022-06-03T14:19:02.750Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:02.750Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-03T14:19:02.750Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 26.33MB / 53.70MB 0.4s [2022-06-03T14:19:02.750Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 35.37MB / 53.70MB 0.5s [2022-06-03T14:19:02.750Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 44.04MB / 53.70MB 0.6s [2022-06-03T14:19:02.750Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 0.7s [2022-06-03T14:19:02.818Z] #11 ... [2022-06-03T14:19:02.818Z] [2022-06-03T14:19:02.818Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:02.818Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:19:02.818Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-03T14:19:02.818Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-03T14:19:02.818Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.0s done [2022-06-03T14:19:02.818Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done [2022-06-03T14:19:02.818Z] #73 DONE 9.4s [2022-06-03T14:19:02.818Z] [2022-06-03T14:19:02.818Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:02.818Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:02.874Z] #29 7.362 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:02.874Z] #29 7.454 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:19:02.874Z] #29 7.454 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:19:02.874Z] #29 7.459 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:19:02.874Z] #29 7.548 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:19:02.874Z] #29 7.548 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:19:02.874Z] #29 7.552 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:19:02.977Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.5s done [2022-06-03T14:19:02.977Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 7.34MB / 10.88MB 0.5s [2022-06-03T14:19:02.977Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0B / 54.58MB 0.5s [2022-06-03T14:19:03.079Z] #62 65.62 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T14:19:03.132Z] #29 7.606 Selecting previously unselected package jq. [2022-06-03T14:19:03.132Z] #29 7.606 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:19:03.132Z] #29 7.610 Unpacking jq (1.6-2.1) ... [2022-06-03T14:19:03.132Z] #29 7.670 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:19:03.132Z] #29 7.686 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:19:03.132Z] #29 7.709 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:19:03.132Z] #29 7.714 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:03.132Z] #29 7.732 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:03.132Z] #29 7.753 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:03.132Z] #29 7.762 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:19:03.132Z] #29 7.780 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:03.132Z] #29 7.799 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:19:03.235Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 39.69MB / 55.01MB 0.6s [2022-06-03T14:19:03.235Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.6s [2022-06-03T14:19:03.235Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 3.15MB / 54.58MB 0.7s [2022-06-03T14:19:03.391Z] #29 7.812 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:19:03.391Z] #29 7.825 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:03.391Z] #29 7.841 Setting up ca-certificates (20210119) ... [2022-06-03T14:19:03.498Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s [2022-06-03T14:19:03.498Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.9s done [2022-06-03T14:19:03.498Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 13.63MB / 54.58MB 0.9s [2022-06-03T14:19:03.498Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 22.55MB / 54.58MB 1.0s [2022-06-03T14:19:03.498Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 0B / 85.87MB 1.0s [2022-06-03T14:19:03.650Z] #29 ... [2022-06-03T14:19:03.650Z] [2022-06-03T14:19:03.650Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:03.650Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:03.650Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.8s done [2022-06-03T14:19:03.650Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.7s done [2022-06-03T14:19:03.650Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 6.3s [2022-06-03T14:19:03.761Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 36.70MB / 54.58MB 1.2s [2022-06-03T14:19:03.761Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 11.53MB / 85.87MB 1.2s [2022-06-03T14:19:03.761Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 46.14MB / 54.58MB 1.3s [2022-06-03T14:19:03.761Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 17.83MB / 85.87MB 1.3s [2022-06-03T14:19:03.909Z] #11 ... [2022-06-03T14:19:03.909Z] [2022-06-03T14:19:03.909Z] #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 [2022-06-03T14:19:03.909Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:19:03.909Z] #29 8.539 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:04.029Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 1.5s done [2022-06-03T14:19:04.029Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.6s [2022-06-03T14:19:04.029Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 36.70MB / 85.87MB 1.6s [2022-06-03T14:19:04.297Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 55.91MB / 85.87MB 1.8s [2022-06-03T14:19:04.297Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-06-03T14:19:04.297Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 62.49MB / 85.87MB 1.9s [2022-06-03T14:19:04.559Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 2.0s done [2022-06-03T14:19:04.559Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 75.50MB / 85.87MB 2.0s [2022-06-03T14:19:04.559Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 2.2s [2022-06-03T14:19:04.559Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 0B / 141.75MB 2.2s [2022-06-03T14:19:04.559Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 0B / 155B 2.2s [2022-06-03T14:19:04.678Z] #28 ... [2022-06-03T14:19:04.678Z] [2022-06-03T14:19:04.678Z] #24 [internal] load build context [2022-06-03T14:19:04.678Z] #24 sha256:5b418546c893c3b38c115d1f11e091b5a6974f9303e261621884ba0948d1ec21 [2022-06-03T14:19:04.678Z] #24 transferring context: 61.15MB 1.9s done [2022-06-03T14:19:04.678Z] #24 DONE 2.4s [2022-06-03T14:19:04.678Z] [2022-06-03T14:19:04.678Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:04.678Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-03T14:19:04.678Z] #28 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.2s done [2022-06-03T14:19:04.678Z] #28 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 [2022-06-03T14:19:04.821Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 2.3s [2022-06-03T14:19:04.821Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 11.53MB / 141.75MB 2.5s [2022-06-03T14:19:05.081Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 27.26MB / 141.75MB 2.7s [2022-06-03T14:19:05.294Z] #29 9.645 129 added, 0 removed; done. [2022-06-03T14:19:05.294Z] #29 9.696 Setting up jq (1.6-2.1) ... [2022-06-03T14:19:05.294Z] #29 9.709 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:05.294Z] #29 9.725 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:05.294Z] #29 9.745 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:19:05.294Z] #29 9.764 Processing triggers for ca-certificates (20210119) ... [2022-06-03T14:19:05.294Z] #29 9.781 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:05.343Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 2.9s done [2022-06-03T14:19:05.343Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 35.65MB / 141.75MB 2.9s [2022-06-03T14:19:05.368Z] #11 ... [2022-06-03T14:19:05.368Z] [2022-06-03T14:19:05.368Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T14:19:05.368Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T14:19:05.368Z] #72 DONE 0.7s [2022-06-03T14:19:05.368Z] [2022-06-03T14:19:05.368Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:05.368Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:05.600Z] #62 ... [2022-06-03T14:19:05.600Z] [2022-06-03T14:19:05.600Z] #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 [2022-06-03T14:19:05.600Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:05.600Z] #60 68.19 gotestsum version dev [2022-06-03T14:19:05.600Z] #60 DONE 68.6s [2022-06-03T14:19:05.600Z] #11 sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 155B / 155B 2.9s done [2022-06-03T14:19:05.600Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 45.09MB / 141.75MB 3.1s [2022-06-03T14:19:05.857Z] [2022-06-03T14:19:05.857Z] #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 [2022-06-03T14:19:05.857Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:19:05.859Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 59.77MB / 141.75MB 3.3s [2022-06-03T14:19:05.859Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 69.21MB / 141.75MB 3.5s [2022-06-03T14:19:05.941Z] #11 ... [2022-06-03T14:19:05.941Z] [2022-06-03T14:19:05.941Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T14:19:05.941Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T14:19:05.941Z] #74 DONE 0.9s [2022-06-03T14:19:05.941Z] [2022-06-03T14:19:05.941Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:05.941Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:06.115Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 76.55MB / 141.75MB 3.6s [2022-06-03T14:19:06.115Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 90.30MB / 141.75MB 3.8s [2022-06-03T14:19:06.229Z] #29 10.72 0 added, 0 removed; done. [2022-06-03T14:19:06.229Z] #29 10.72 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T14:19:06.229Z] #29 10.73 done. [2022-06-03T14:19:06.373Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 100.66MB / 141.75MB 4.0s [2022-06-03T14:19:06.597Z] #28 extracting sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 2.0s done [2022-06-03T14:19:06.632Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 109.81MB / 141.75MB 4.1s [2022-06-03T14:19:06.890Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 10.0s done [2022-06-03T14:19:06.890Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 127.93MB / 141.75MB 4.4s [2022-06-03T14:19:07.148Z] #11 sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 139.46MB / 141.75MB 4.6s [2022-06-03T14:19:07.465Z] #11 ... [2022-06-03T14:19:07.465Z] [2022-06-03T14:19:07.465Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:07.465Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:19:07.465Z] #28 DONE 14.0s [2022-06-03T14:19:07.465Z] [2022-06-03T14:19:07.465Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:07.465Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:07.465Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-03T14:19:08.037Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.8s done [2022-06-03T14:19:08.079Z] #11 ... [2022-06-03T14:19:08.079Z] [2022-06-03T14:19:08.079Z] #24 [internal] load build context [2022-06-03T14:19:08.079Z] #24 sha256:4b52e02a8b7804c0c71b294c2a211971e3597b19869ab1b2931548fb3ec25a5a [2022-06-03T14:19:08.079Z] #24 transferring context: 61.14MB 5.2s done [2022-06-03T14:19:08.079Z] #24 DONE 5.8s [2022-06-03T14:19:08.079Z] [2022-06-03T14:19:08.079Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:08.079Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:08.135Z] #29 DONE 12.8s [2022-06-03T14:19:08.135Z] [2022-06-03T14:19:08.135Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:08.135Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:08.135Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 7.9s done [2022-06-03T14:19:08.135Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 2.4s [2022-06-03T14:19:08.297Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f [2022-06-03T14:19:08.395Z] #11 ... [2022-06-03T14:19:08.395Z] [2022-06-03T14:19:08.395Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T14:19:08.395Z] #30 sha256:7a8b144562a674ade08aac921127fb57c0565d60407b817db889d6eaf4e50ad0 [2022-06-03T14:19:08.395Z] #30 DONE 0.2s [2022-06-03T14:19:08.395Z] [2022-06-03T14:19:08.395Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:08.395Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:08.642Z] #11 ... [2022-06-03T14:19:08.642Z] [2022-06-03T14:19:08.642Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:08.642Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T14:19:08.642Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-03T14:19:08.642Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:19:08.642Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-03T14:19:08.642Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-03T14:19:08.642Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.2s done [2022-06-03T14:19:08.642Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.9s done [2022-06-03T14:19:08.642Z] #71 DONE 6.2s [2022-06-03T14:19:08.642Z] [2022-06-03T14:19:08.642Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:08.642Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:19:08.642Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:19:08.642Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-03T14:19:08.642Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-03T14:19:08.642Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done [2022-06-03T14:19:08.642Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.8s done [2022-06-03T14:19:08.642Z] #73 DONE 6.3s [2022-06-03T14:19:08.642Z] [2022-06-03T14:19:08.642Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:08.642Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:19:08.642Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.0s done [2022-06-03T14:19:08.642Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-06-03T14:19:08.642Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-06-03T14:19:08.642Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-06-03T14:19:08.871Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.8s done [2022-06-03T14:19:08.900Z] #28 ... [2022-06-03T14:19:08.900Z] [2022-06-03T14:19:08.900Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:08.900Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:09.144Z] #28 DONE 7.1s [2022-06-03T14:19:09.144Z] [2022-06-03T14:19:09.144Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:09.144Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:09.144Z] #11 sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 1.86kB / 1.86kB done [2022-06-03T14:19:09.144Z] #11 sha256:f9dd8baf438f408e37393c61dcd6daa467d87014c98def6469f369e825152aa1 1.80kB / 1.80kB done [2022-06-03T14:19:09.144Z] #11 sha256:c6edb1d568eeb978f3273dd71d09a0ea574227b20e310f00a895b8fc2ecc35cf 7.12kB / 7.12kB done [2022-06-03T14:19:09.144Z] #11 sha256:d794814721d57f8aaec06ab3652e90212cc3beccf5ff5c87f6ecf8375784bcc8 53.70MB / 53.70MB 2.0s done [2022-06-03T14:19:09.144Z] #11 sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 4.94MB / 4.94MB 0.4s done [2022-06-03T14:19:09.144Z] #11 sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 10.66MB / 10.66MB 1.0s done [2022-06-03T14:19:09.144Z] #11 sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 54.67MB / 54.67MB 3.0s done [2022-06-03T14:19:09.144Z] #11 sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 81.08MB / 81.08MB 4.5s done [2022-06-03T14:19:09.144Z] #11 sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 108.88MB / 108.88MB 6.5s done [2022-06-03T14:19:09.144Z] #11 sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 127B / 127B 4.5s done [2022-06-03T14:19:09.144Z] #11 extracting sha256:bf62ee63325dbbad699d6845f68c2391db3bf158f60373849c2d1cb6bb479788 0.2s done [2022-06-03T14:19:09.144Z] #11 extracting sha256:29e37b4c58dd1db7ead6f3c2cdf757f490b4e29c958d2a70559c313e9a03a5ef 0.2s done [2022-06-03T14:19:09.144Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 0.3s [2022-06-03T14:19:09.448Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 [2022-06-03T14:19:10.030Z] #41 ... [2022-06-03T14:19:10.030Z] [2022-06-03T14:19:10.030Z] #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 [2022-06-03T14:19:10.031Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:19:10.031Z] #19 60.59 Fetched 49.0 MB in 59s (833 kB/s) [2022-06-03T14:19:10.088Z] #11 ... [2022-06-03T14:19:10.088Z] [2022-06-03T14:19:10.088Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:10.088Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T14:19:10.088Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:19:10.088Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-03T14:19:10.088Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-03T14:19:10.088Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.7s [2022-06-03T14:19:10.088Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2022-06-03T14:19:10.088Z] #73 DONE 8.1s [2022-06-03T14:19:10.088Z] [2022-06-03T14:19:10.088Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:10.088Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:10.088Z] #11 ... [2022-06-03T14:19:10.088Z] [2022-06-03T14:19:10.088Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:10.088Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T14:19:10.088Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-03T14:19:10.088Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-03T14:19:10.088Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-03T14:19:10.088Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-03T14:19:10.088Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 7.3s done [2022-06-03T14:19:10.088Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.6s [2022-06-03T14:19:10.273Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-06-03T14:19:10.349Z] #71 ... [2022-06-03T14:19:10.349Z] [2022-06-03T14:19:10.349Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:10.349Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:10.530Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.3s done [2022-06-03T14:19:10.530Z] #11 ... [2022-06-03T14:19:10.530Z] [2022-06-03T14:19:10.530Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T14:19:10.530Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T14:19:10.530Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.8s done [2022-06-03T14:19:10.530Z] #28 DONE 8.4s [2022-06-03T14:19:10.530Z] [2022-06-03T14:19:10.530Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:10.530Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:10.530Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f [2022-06-03T14:19:10.787Z] #11 ... [2022-06-03T14:19:10.787Z] [2022-06-03T14:19:10.787Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T14:19:10.787Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T14:19:10.787Z] #72 DONE 0.6s [2022-06-03T14:19:10.787Z] [2022-06-03T14:19:10.787Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:10.787Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:11.044Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.5s done [2022-06-03T14:19:11.306Z] #11 ... [2022-06-03T14:19:11.306Z] [2022-06-03T14:19:11.306Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T14:19:11.306Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T14:19:11.306Z] #74 DONE 0.8s [2022-06-03T14:19:11.306Z] [2022-06-03T14:19:11.306Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:11.306Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:11.306Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 0.1s [2022-06-03T14:19:11.739Z] #11 ... [2022-06-03T14:19:11.739Z] [2022-06-03T14:19:11.739Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T14:19:11.739Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T14:19:11.739Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done [2022-06-03T14:19:11.739Z] #71 DONE 9.6s [2022-06-03T14:19:11.739Z] [2022-06-03T14:19:11.739Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:11.739Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:12.001Z] #11 extracting sha256:9cb366fec153b3461ef6bedb0d03ddfd52da9b314025abfccb50a3e8e8669fdb 3.4s done [2022-06-03T14:19:12.576Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 [2022-06-03T14:19:13.672Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.0s done [2022-06-03T14:19:13.672Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-03T14:19:14.738Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.0s [2022-06-03T14:19:15.879Z] #11 extracting sha256:a9d4d985d43a589369b9913a1e53ea26e5ba547069037ffa31021650476d1ef3 3.4s done [2022-06-03T14:19:16.571Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.6s done [2022-06-03T14:19:16.571Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-03T14:19:17.263Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 0.1s [2022-06-03T14:19:17.286Z] #11 ... [2022-06-03T14:19:17.286Z] [2022-06-03T14:19:17.286Z] #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 [2022-06-03T14:19:17.286Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:19:17.286Z] #29 1.710 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:17.286Z] #29 1.742 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:17.286Z] #29 1.746 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:17.286Z] #29 1.883 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:17.286Z] #29 2.158 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:17.286Z] #29 2.570 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:17.286Z] #29 3.824 Fetched 8537 kB in 2s (3587 kB/s) [2022-06-03T14:19:17.286Z] #29 3.824 Reading package lists... [2022-06-03T14:19:17.286Z] #29 4.678 Reading package lists... [2022-06-03T14:19:17.286Z] #29 5.474 Building dependency tree... [2022-06-03T14:19:17.286Z] #29 5.864 The following additional packages will be installed: [2022-06-03T14:19:17.286Z] #29 5.870 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T14:19:17.286Z] #29 5.870 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T14:19:17.286Z] #29 5.870 Recommended packages: [2022-06-03T14:19:17.286Z] #29 5.870 libldap-common publicsuffix libsasl2-modules [2022-06-03T14:19:17.286Z] #29 5.994 The following NEW packages will be installed: [2022-06-03T14:19:17.286Z] #29 5.998 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T14:19:17.286Z] #29 5.998 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T14:19:17.286Z] #29 5.998 libssh2-1 openssl [2022-06-03T14:19:17.286Z] #29 6.275 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:17.286Z] #29 6.275 Need to get 3040 kB of archives. [2022-06-03T14:19:17.286Z] #29 6.275 After this operation, 6651 kB of additional disk space will be used. [2022-06-03T14:19:17.286Z] #29 6.275 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-03T14:19:17.286Z] #29 6.279 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-03T14:19:17.286Z] #29 6.280 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-03T14:19:17.286Z] #29 6.287 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-03T14:19:17.286Z] #29 6.287 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-03T14:19:17.286Z] #29 6.287 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-03T14:19:17.286Z] #29 6.287 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-03T14:19:17.286Z] #29 6.293 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-03T14:19:17.286Z] #29 6.293 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-03T14:19:17.286Z] #29 6.293 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] [2022-06-03T14:19:17.286Z] #29 6.298 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-03T14:19:17.286Z] #29 6.311 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-03T14:19:17.286Z] #29 6.314 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:19:17.286Z] #29 6.315 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:19:17.286Z] #29 6.317 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:19:17.286Z] #29 6.643 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:19:17.286Z] #29 6.699 Fetched 3040 kB in 0s (9388 kB/s) [2022-06-03T14:19:17.286Z] #29 6.736 Selecting previously unselected package openssl. [2022-06-03T14:19:17.286Z] #29 6.736 (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.) [2022-06-03T14:19:17.286Z] #29 6.740 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 6.748 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:17.286Z] #29 6.958 Selecting previously unselected package ca-certificates. [2022-06-03T14:19:17.286Z] #29 6.958 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T14:19:17.286Z] #29 6.963 Unpacking ca-certificates (20210119) ... [2022-06-03T14:19:17.286Z] #29 7.147 Selecting previously unselected package libbrotli1:amd64. [2022-06-03T14:19:17.286Z] #29 7.149 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.184 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:19:17.286Z] #29 7.299 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T14:19:17.286Z] #29 7.299 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.303 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 7.405 Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T14:19:17.286Z] #29 7.405 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.415 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 7.530 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T14:19:17.286Z] #29 7.530 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.549 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 7.650 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T14:19:17.286Z] #29 7.650 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.653 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:19:17.286Z] #29 7.720 Selecting previously unselected package libpsl5:amd64. [2022-06-03T14:19:17.286Z] #29 7.720 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.725 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:19:17.286Z] #29 7.811 Selecting previously unselected package librtmp1:amd64. [2022-06-03T14:19:17.286Z] #29 7.811 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 7.864 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:17.286Z] #29 7.980 Selecting previously unselected package libssh2-1:amd64. [2022-06-03T14:19:17.286Z] #29 7.980 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 8.039 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:19:17.286Z] #29 8.150 Selecting previously unselected package libcurl4:amd64. [2022-06-03T14:19:17.286Z] #29 8.150 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 8.154 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 8.248 Selecting previously unselected package curl. [2022-06-03T14:19:17.286Z] #29 8.248 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 8.252 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 8.402 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:19:17.286Z] #29 8.402 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 8.406 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:19:17.286Z] #29 8.544 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:19:17.286Z] #29 8.545 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 8.551 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:19:17.286Z] #29 8.689 Selecting previously unselected package jq. [2022-06-03T14:19:17.286Z] #29 8.689 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:19:17.286Z] #29 8.692 Unpacking jq (1.6-2.1) ... [2022-06-03T14:19:17.286Z] #29 8.771 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:19:17.286Z] #29 8.786 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:19:17.286Z] #29 8.798 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:19:17.286Z] #29 8.810 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 8.824 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:17.286Z] #29 8.837 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 8.851 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:19:17.286Z] #29 8.864 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:17.286Z] #29 8.882 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:19:17.286Z] #29 8.894 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:19:17.286Z] #29 8.909 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:17.286Z] #29 8.919 Setting up ca-certificates (20210119) ... [2022-06-03T14:19:17.286Z] #29 9.566 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:17.286Z] #29 ... [2022-06-03T14:19:17.286Z] [2022-06-03T14:19:17.286Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:17.286Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:17.286Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 8.0s done [2022-06-03T14:19:17.857Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-06-03T14:19:17.860Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.0s [2022-06-03T14:19:18.426Z] #11 ... [2022-06-03T14:19:18.426Z] [2022-06-03T14:19:18.426Z] #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 [2022-06-03T14:19:18.426Z] #31 sha256:f3407f17ae4cf4809567565b4bb6f19bb1d011e1becbca4ebdfae91eb62d1b45 [2022-06-03T14:19:18.426Z] #31 2.047 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T14:19:18.426Z] #31 2.418 [2022-06-03T14:19:18.426Z] #31 2.652 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:18.426Z] #31 2.940 [2022-06-03T14:19:18.426Z] #31 3.980 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T14:19:18.426Z] #31 4.364 [2022-06-03T14:19:18.426Z] #31 4.595 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:18.426Z] #31 4.882 [2022-06-03T14:19:18.426Z] #31 5.850 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T14:19:18.426Z] #31 6.187 [2022-06-03T14:19:18.426Z] #31 6.420 #=#=# ############# 18.1% ######################################### 57.3% ################################################################ 89.3% ######################################################################## 100.0% [2022-06-03T14:19:18.426Z] #31 6.953 [2022-06-03T14:19:18.426Z] #31 7.955 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T14:19:18.426Z] #31 8.355 [2022-06-03T14:19:18.426Z] #31 8.595 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:18.426Z] #31 8.980 [2022-06-03T14:19:18.426Z] #31 9.737 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T14:19:18.426Z] #31 10.00 [2022-06-03T14:19:18.684Z] #31 ... [2022-06-03T14:19:18.684Z] [2022-06-03T14:19:18.684Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:18.684Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:19.179Z] #11 ... [2022-06-03T14:19:19.179Z] [2022-06-03T14:19:19.179Z] #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 [2022-06-03T14:19:19.179Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T14:19:19.179Z] #29 1.133 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:19.179Z] #29 1.133 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:19.179Z] #29 1.186 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:19.179Z] #29 1.325 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:19:19.179Z] #29 1.643 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:19:19.179Z] #29 2.070 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:19:19.179Z] #29 2.984 Fetched 8424 kB in 2s (3974 kB/s) [2022-06-03T14:19:19.179Z] #29 2.984 Reading package lists... [2022-06-03T14:19:19.179Z] #29 3.547 Reading package lists... [2022-06-03T14:19:19.179Z] #29 4.120 Building dependency tree... [2022-06-03T14:19:19.179Z] #29 4.460 The following additional packages will be installed: [2022-06-03T14:19:19.179Z] #29 4.460 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T14:19:19.179Z] #29 4.460 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T14:19:19.179Z] #29 4.460 Recommended packages: [2022-06-03T14:19:19.179Z] #29 4.460 libldap-common publicsuffix libsasl2-modules [2022-06-03T14:19:19.179Z] #29 4.556 The following NEW packages will be installed: [2022-06-03T14:19:19.179Z] #29 4.556 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T14:19:19.179Z] #29 4.556 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T14:19:19.179Z] #29 4.556 libssh2-1 openssl [2022-06-03T14:19:19.179Z] #29 4.834 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:19.179Z] #29 4.834 Need to get 2935 kB of archives. [2022-06-03T14:19:19.179Z] #29 4.834 After this operation, 6476 kB of additional disk space will be used. [2022-06-03T14:19:19.179Z] #29 4.834 Get:1 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-03T14:19:19.179Z] #29 4.834 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u2 [831 kB] [2022-06-03T14:19:19.179Z] #29 4.844 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-03T14:19:19.179Z] #29 4.895 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-06-03T14:19:19.179Z] #29 4.912 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-03T14:19:19.179Z] #29 4.942 Get:6 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-03T14:19:19.179Z] #29 4.945 Get:7 http://security.debian.org/debian-security bullseye-security/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-06-03T14:19:19.179Z] #29 4.953 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-03T14:19:19.179Z] #29 4.980 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-03T14:19:19.179Z] #29 4.981 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-03T14:19:19.179Z] #29 4.983 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-03T14:19:19.179Z] #29 5.026 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-03T14:19:19.179Z] #29 5.061 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-03T14:19:19.179Z] #29 5.072 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-03T14:19:19.179Z] #29 5.078 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-03T14:19:19.179Z] #29 5.475 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:19:19.179Z] #29 5.547 Fetched 2935 kB in 1s (5520 kB/s) [2022-06-03T14:19:19.179Z] #29 5.768 Selecting previously unselected package openssl. [2022-06-03T14:19:19.179Z] #29 5.768 (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.) [2022-06-03T14:19:19.179Z] #29 5.768 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 5.780 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:19.179Z] #29 6.418 Selecting previously unselected package ca-certificates. [2022-06-03T14:19:19.179Z] #29 6.418 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T14:19:19.179Z] #29 6.430 Unpacking ca-certificates (20210119) ... [2022-06-03T14:19:19.179Z] #29 6.726 Selecting previously unselected package libbrotli1:arm64. [2022-06-03T14:19:19.179Z] #29 6.726 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 6.741 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-03T14:19:19.179Z] #29 7.801 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-03T14:19:19.179Z] #29 7.801 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 7.879 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:19.179Z] #29 8.523 Selecting previously unselected package libsasl2-2:arm64. [2022-06-03T14:19:19.179Z] #29 8.524 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 8.529 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:19.179Z] #29 8.570 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-03T14:19:19.179Z] #29 8.570 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 8.575 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:19.179Z] #29 8.636 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-03T14:19:19.179Z] #29 8.636 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 8.638 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-03T14:19:19.179Z] #29 8.703 Selecting previously unselected package libpsl5:arm64. [2022-06-03T14:19:19.179Z] #29 8.703 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 8.797 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-03T14:19:19.179Z] #29 9.386 Selecting previously unselected package librtmp1:arm64. [2022-06-03T14:19:19.179Z] #29 9.386 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 9.468 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:19.179Z] #29 9.685 Selecting previously unselected package libssh2-1:arm64. [2022-06-03T14:19:19.179Z] #29 9.687 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-03T14:19:19.179Z] #29 9.835 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-03T14:19:19.179Z] #29 ... [2022-06-03T14:19:19.179Z] [2022-06-03T14:19:19.179Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:19.179Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:19.440Z] #11 ... [2022-06-03T14:19:19.440Z] [2022-06-03T14:19:19.440Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T14:19:19.440Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-03T14:19:19.440Z] #72 DONE 1.8s [2022-06-03T14:19:19.440Z] [2022-06-03T14:19:19.440Z] #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 [2022-06-03T14:19:19.440Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T14:19:19.440Z] #29 10.35 Selecting previously unselected package libcurl4:arm64. [2022-06-03T14:19:19.440Z] #29 10.35 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-03T14:19:19.440Z] #29 10.35 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:19.440Z] #29 10.40 Selecting previously unselected package curl. [2022-06-03T14:19:19.440Z] #29 10.40 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-03T14:19:19.440Z] #29 10.41 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:19.440Z] #29 10.48 Selecting previously unselected package libonig5:arm64. [2022-06-03T14:19:19.440Z] #29 10.48 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-03T14:19:19.440Z] #29 10.48 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T14:19:20.020Z] #29 10.83 Selecting previously unselected package libjq1:arm64. [2022-06-03T14:19:20.020Z] #29 10.83 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-03T14:19:20.281Z] #29 10.96 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-03T14:19:20.542Z] #29 11.30 Selecting previously unselected package jq. [2022-06-03T14:19:20.542Z] #29 11.30 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-03T14:19:20.542Z] #29 11.37 Unpacking jq (1.6-2.1) ... [2022-06-03T14:19:20.743Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.2s done [2022-06-03T14:19:20.743Z] #11 ... [2022-06-03T14:19:20.743Z] [2022-06-03T14:19:20.743Z] #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 [2022-06-03T14:19:20.743Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:19:20.743Z] #29 0.925 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:20.743Z] #29 0.930 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:20.743Z] #29 0.938 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:20.743Z] #29 1.074 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:20.743Z] #29 1.279 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:20.743Z] #29 1.499 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:20.743Z] #29 2.957 Fetched 8537 kB in 2s (3725 kB/s) [2022-06-03T14:19:20.743Z] #29 2.957 Reading package lists... [2022-06-03T14:19:20.743Z] #29 3.779 Reading package lists... [2022-06-03T14:19:20.743Z] #29 4.564 Building dependency tree... [2022-06-03T14:19:20.743Z] #29 4.927 The following additional packages will be installed: [2022-06-03T14:19:20.743Z] #29 4.927 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-03T14:19:20.743Z] #29 4.928 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-03T14:19:20.743Z] #29 4.929 Recommended packages: [2022-06-03T14:19:20.743Z] #29 4.929 libldap-common publicsuffix libsasl2-modules [2022-06-03T14:19:20.743Z] #29 5.059 The following NEW packages will be installed: [2022-06-03T14:19:20.743Z] #29 5.060 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-03T14:19:20.743Z] #29 5.060 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-03T14:19:20.743Z] #29 5.061 libssh2-1 openssl [2022-06-03T14:19:20.743Z] #29 5.343 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:20.743Z] #29 5.343 Need to get 3040 kB of archives. [2022-06-03T14:19:20.743Z] #29 5.343 After this operation, 6651 kB of additional disk space will be used. [2022-06-03T14:19:20.743Z] #29 5.343 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-03T14:19:20.743Z] #29 5.344 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-06-03T14:19:20.743Z] #29 5.344 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-03T14:19:20.743Z] #29 5.351 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-03T14:19:20.743Z] #29 5.351 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-03T14:19:20.743Z] #29 5.353 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-03T14:19:20.743Z] #29 5.355 Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-03T14:19:20.743Z] #29 5.391 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-03T14:19:20.743Z] #29 5.391 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-03T14:19:20.743Z] #29 5.391 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-03T14:19:20.743Z] #29 5.391 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-03T14:19:20.743Z] #29 5.393 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-03T14:19:20.743Z] #29 5.397 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:19:20.743Z] #29 5.400 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:19:20.743Z] #29 5.415 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:19:20.743Z] #29 5.554 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:19:20.743Z] #29 5.593 Fetched 3040 kB in 0s (8507 kB/s) [2022-06-03T14:19:20.743Z] #29 5.626 Selecting previously unselected package openssl. [2022-06-03T14:19:20.743Z] #29 5.626 (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.) [2022-06-03T14:19:20.743Z] #29 5.626 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 5.630 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:20.743Z] #29 5.785 Selecting previously unselected package ca-certificates. [2022-06-03T14:19:20.743Z] #29 5.785 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-03T14:19:20.743Z] #29 5.788 Unpacking ca-certificates (20210119) ... [2022-06-03T14:19:20.743Z] #29 5.865 Selecting previously unselected package libbrotli1:amd64. [2022-06-03T14:19:20.743Z] #29 5.865 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 5.873 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:19:20.743Z] #29 5.940 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T14:19:20.743Z] #29 5.940 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 5.945 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 5.989 Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T14:19:20.743Z] #29 5.989 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 5.994 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.050 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T14:19:20.743Z] #29 6.051 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.056 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.130 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T14:19:20.743Z] #29 6.130 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.134 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:19:20.743Z] #29 6.191 Selecting previously unselected package libpsl5:amd64. [2022-06-03T14:19:20.743Z] #29 6.191 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.196 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:19:20.743Z] #29 6.246 Selecting previously unselected package librtmp1:amd64. [2022-06-03T14:19:20.743Z] #29 6.246 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.251 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:20.743Z] #29 6.299 Selecting previously unselected package libssh2-1:amd64. [2022-06-03T14:19:20.743Z] #29 6.301 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.305 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:19:20.743Z] #29 6.366 Selecting previously unselected package libcurl4:amd64. [2022-06-03T14:19:20.743Z] #29 6.366 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.370 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.446 Selecting previously unselected package curl. [2022-06-03T14:19:20.743Z] #29 6.446 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.454 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.514 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:19:20.743Z] #29 6.514 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.518 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:19:20.743Z] #29 6.592 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:19:20.743Z] #29 6.592 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.599 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:19:20.743Z] #29 6.656 Selecting previously unselected package jq. [2022-06-03T14:19:20.743Z] #29 6.656 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:19:20.743Z] #29 6.656 Unpacking jq (1.6-2.1) ... [2022-06-03T14:19:20.743Z] #29 6.708 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-03T14:19:20.743Z] #29 6.722 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-03T14:19:20.743Z] #29 6.735 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-03T14:19:20.743Z] #29 6.748 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.788 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:20.743Z] #29 6.801 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.815 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-03T14:19:20.743Z] #29 6.826 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:20.743Z] #29 6.842 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:19:20.743Z] #29 6.854 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:19:20.743Z] #29 6.865 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 6.878 Setting up ca-certificates (20210119) ... [2022-06-03T14:19:20.743Z] #29 7.466 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:20.743Z] #29 8.122 129 added, 0 removed; done. [2022-06-03T14:19:20.743Z] #29 8.199 Setting up jq (1.6-2.1) ... [2022-06-03T14:19:20.743Z] #29 8.211 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 8.223 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:20.743Z] #29 8.235 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:19:20.743Z] #29 8.256 Processing triggers for ca-certificates (20210119) ... [2022-06-03T14:19:20.743Z] #29 8.264 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:20.743Z] #29 8.890 0 added, 0 removed; done. [2022-06-03T14:19:20.743Z] #29 8.890 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T14:19:20.743Z] #29 8.894 done. [2022-06-03T14:19:20.802Z] #29 11.87 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-03T14:19:21.010Z] #29 ... [2022-06-03T14:19:21.010Z] [2022-06-03T14:19:21.010Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:21.010Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:21.010Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-03T14:19:21.063Z] #29 12.08 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-03T14:19:21.168Z] #11 ... [2022-06-03T14:19:21.168Z] [2022-06-03T14:19:21.168Z] #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 [2022-06-03T14:19:21.168Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:19:21.168Z] #29 10.44 129 added, 0 removed; done. [2022-06-03T14:19:21.168Z] #29 10.51 Setting up jq (1.6-2.1) ... [2022-06-03T14:19:21.168Z] #29 10.55 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:21.168Z] #29 10.56 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:21.168Z] #29 10.57 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:19:21.168Z] #29 10.59 Processing triggers for ca-certificates (20210119) ... [2022-06-03T14:19:21.168Z] #29 10.60 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:21.168Z] #29 11.32 0 added, 0 removed; done. [2022-06-03T14:19:21.168Z] #29 11.32 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T14:19:21.168Z] #29 11.32 done. [2022-06-03T14:19:21.168Z] #29 DONE 13.2s [2022-06-03T14:19:21.168Z] [2022-06-03T14:19:21.168Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:21.168Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:21.168Z] #11 ... [2022-06-03T14:19:21.168Z] [2022-06-03T14:19:21.168Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T14:19:21.168Z] #30 sha256:79365169eb59a027c0e53dd09284706ef95b89c5018b025daf15dccca5d6677c [2022-06-03T14:19:21.168Z] #30 DONE 0.4s [2022-06-03T14:19:21.168Z] [2022-06-03T14:19:21.168Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:21.168Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:21.267Z] #11 ... [2022-06-03T14:19:21.267Z] [2022-06-03T14:19:21.267Z] #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 [2022-06-03T14:19:21.267Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T14:19:21.267Z] #29 DONE 10.5s [2022-06-03T14:19:21.267Z] [2022-06-03T14:19:21.267Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:21.267Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:21.324Z] #29 12.17 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-03T14:19:21.324Z] #29 12.21 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:21.324Z] #29 12.31 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-03T14:19:21.324Z] #29 12.33 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-03T14:19:21.324Z] #29 12.34 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-03T14:19:21.324Z] #29 12.35 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-06-03T14:19:21.523Z] #11 ... [2022-06-03T14:19:21.523Z] [2022-06-03T14:19:21.523Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T14:19:21.523Z] #30 sha256:995b75b83a912ded64b54cc030b198d5d1f6897a2d5a163e405fd364a360ece8 [2022-06-03T14:19:21.523Z] #30 DONE 0.4s [2022-06-03T14:19:21.523Z] [2022-06-03T14:19:21.523Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:21.523Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:21.586Z] #29 ... [2022-06-03T14:19:21.586Z] [2022-06-03T14:19:21.586Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T14:19:21.586Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-03T14:19:21.586Z] #74 DONE 2.1s [2022-06-03T14:19:21.586Z] [2022-06-03T14:19:21.586Z] #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 [2022-06-03T14:19:21.586Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T14:19:21.586Z] #29 12.40 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T14:19:21.586Z] #29 12.43 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-03T14:19:21.586Z] #29 12.44 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-03T14:19:21.586Z] #29 12.47 Setting up ca-certificates (20210119) ... [2022-06-03T14:19:22.160Z] #29 13.22 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:23.095Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.1s [2022-06-03T14:19:23.104Z] #29 ... [2022-06-03T14:19:23.104Z] [2022-06-03T14:19:23.104Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:23.104Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T14:19:23.104Z] #11 extracting sha256:1096769cc31ad53f4ba0b4224d714998364a900c205205f3576656fdd7a45cb1 5.3s done [2022-06-03T14:19:23.104Z] #11 extracting sha256:0dd9ad2436d2d1f4f8cba6329e84ff3a1ec8017654f4d7d6fb0de8bb349b0400 done [2022-06-03T14:19:23.104Z] #11 DONE 21.0s [2022-06-03T14:19:23.104Z] [2022-06-03T14:19:23.104Z] #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 [2022-06-03T14:19:23.104Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T14:19:23.104Z] #29 13.97 129 added, 0 removed; done. [2022-06-03T14:19:23.104Z] #29 14.09 Setting up jq (1.6-2.1) ... [2022-06-03T14:19:23.385Z] #29 14.09 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:23.385Z] #29 14.11 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-03T14:19:23.385Z] #29 14.12 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:19:23.385Z] #29 14.14 Processing triggers for ca-certificates (20210119) ... [2022-06-03T14:19:23.385Z] #29 14.14 Updating certificates in /etc/ssl/certs... [2022-06-03T14:19:23.695Z] #29 ... [2022-06-03T14:19:23.695Z] [2022-06-03T14:19:23.695Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T14:19:23.695Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f [2022-06-03T14:19:23.695Z] #12 DONE 0.5s [2022-06-03T14:19:23.695Z] [2022-06-03T14:19:23.695Z] #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 [2022-06-03T14:19:23.695Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b [2022-06-03T14:19:23.957Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.1s [2022-06-03T14:19:23.957Z] #11 ... [2022-06-03T14:19:23.957Z] [2022-06-03T14:19:23.957Z] #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 [2022-06-03T14:19:23.957Z] #31 sha256:f3407f17ae4cf4809567565b4bb6f19bb1d011e1becbca4ebdfae91eb62d1b45 [2022-06-03T14:19:23.957Z] #31 10.23 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:23.957Z] #31 10.54 [2022-06-03T14:19:23.957Z] #31 10.61 Download of images into '/build' complete. [2022-06-03T14:19:23.957Z] #31 10.61 Use something like the following to load the result into a Docker daemon: [2022-06-03T14:19:23.957Z] #31 10.61 tar -cC '/build' . | docker load [2022-06-03T14:19:23.957Z] #31 DONE 14.8s [2022-06-03T14:19:23.957Z] [2022-06-03T14:19:23.957Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:23.957Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:24.275Z] #13 DONE 0.6s [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #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 [2022-06-03T14:19:24.275Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T14:19:24.275Z] #29 14.99 0 added, 0 removed; done. [2022-06-03T14:19:24.275Z] #29 14.99 Running hooks in /etc/ca-certificates/update.d... [2022-06-03T14:19:24.275Z] #29 14.99 done. [2022-06-03T14:19:24.275Z] #29 DONE 15.1s [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T14:19:24.275Z] #30 sha256:091be9917e1b03234d66b9f914d896dbec4189a4bf8a061de3499887fbfaa7bb [2022-06-03T14:19:24.275Z] #30 ... [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #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 [2022-06-03T14:19:24.275Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495 [2022-06-03T14:19:24.275Z] #50 DONE 0.2s [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T14:19:24.275Z] #25 sha256:2b564a674c52064ca851068fcb7af2178f96b036690fd16579ea610d82eae391 [2022-06-03T14:19:24.275Z] #25 DONE 0.2s [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T14:19:24.275Z] #66 sha256:d62d45e40ca1112588142fae0d40caa089e6f8bcc953125587a9662655ac0d94 [2022-06-03T14:19:24.275Z] #66 DONE 0.3s [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T14:19:24.275Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2 [2022-06-03T14:19:24.275Z] #46 DONE 0.3s [2022-06-03T14:19:24.275Z] [2022-06-03T14:19:24.275Z] #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 [2022-06-03T14:19:24.275Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T14:19:24.531Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 7.0s done [2022-06-03T14:19:24.539Z] #47 ... [2022-06-03T14:19:24.539Z] [2022-06-03T14:19:24.539Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T14:19:24.539Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c [2022-06-03T14:19:24.539Z] #33 DONE 0.3s [2022-06-03T14:19:24.539Z] [2022-06-03T14:19:24.539Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T14:19:24.539Z] #30 sha256:091be9917e1b03234d66b9f914d896dbec4189a4bf8a061de3499887fbfaa7bb [2022-06-03T14:19:24.539Z] #30 DONE 0.3s [2022-06-03T14:19:24.803Z] [2022-06-03T14:19:24.803Z] #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 [2022-06-03T14:19:24.803Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:25.136Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 [2022-06-03T14:19:25.333Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 12.2s done [2022-06-03T14:19:25.590Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 [2022-06-03T14:19:25.590Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-03T14:19:25.848Z] #11 DONE 41.5s [2022-06-03T14:19:25.848Z] [2022-06-03T14:19:25.848Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T14:19:25.848Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T14:19:26.773Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.0s [2022-06-03T14:19:26.782Z] #12 DONE 0.8s [2022-06-03T14:19:26.782Z] [2022-06-03T14:19:26.782Z] #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 [2022-06-03T14:19:26.782Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T14:19:27.349Z] #13 DONE 0.7s [2022-06-03T14:19:27.349Z] [2022-06-03T14:19:27.349Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T14:19:27.349Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T14:19:27.609Z] #33 DONE 0.2s [2022-06-03T14:19:27.609Z] [2022-06-03T14:19:27.609Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T14:19:27.609Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T14:19:27.609Z] #46 DONE 0.1s [2022-06-03T14:19:27.609Z] [2022-06-03T14:19:27.609Z] #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 [2022-06-03T14:19:27.609Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T14:19:27.609Z] #50 DONE 0.3s [2022-06-03T14:19:27.609Z] [2022-06-03T14:19:27.609Z] #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 [2022-06-03T14:19:27.609Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:19:27.609Z] #34 ... [2022-06-03T14:19:27.609Z] [2022-06-03T14:19:27.609Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T14:19:27.609Z] #66 sha256:be7f750eae78a3063930df4a2e195076104df3cb51299f09e88bab7797c98c73 [2022-06-03T14:19:27.609Z] #66 DONE 0.3s [2022-06-03T14:19:27.609Z] [2022-06-03T14:19:27.609Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T14:19:27.609Z] #25 sha256:33c8a706f434370462896f8dda6b0e0d19d60028b291c59ed9e650132a7ba69c [2022-06-03T14:19:27.610Z] #25 DONE 0.3s [2022-06-03T14:19:27.870Z] [2022-06-03T14:19:27.870Z] #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 [2022-06-03T14:19:27.870Z] #26 sha256:0c613b127640c8b978d196013306744b3451e47090920b2443ad45493b255d02 [2022-06-03T14:19:29.318Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 8.1s done [2022-06-03T14:19:29.318Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-03T14:19:29.576Z] #11 DONE 27.4s [2022-06-03T14:19:29.576Z] [2022-06-03T14:19:29.576Z] #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 [2022-06-03T14:19:29.576Z] #31 sha256:5d0027bc35783947eddfc5beadfb257af3b1de48260497943fac0092c134d690 [2022-06-03T14:19:29.576Z] #31 1.516 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T14:19:29.576Z] #31 1.782 [2022-06-03T14:19:29.576Z] #31 2.004 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:29.576Z] #31 2.239 [2022-06-03T14:19:29.576Z] #31 3.081 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T14:19:29.576Z] #31 3.334 [2022-06-03T14:19:29.576Z] #31 3.555 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:29.576Z] #31 3.810 [2022-06-03T14:19:29.576Z] #31 4.677 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T14:19:29.576Z] #31 4.946 [2022-06-03T14:19:29.576Z] #31 5.167 #=#=# ################### 27.5% ########################################## 59.7% ################################################################# 91.4% ######################################################################## 100.0% [2022-06-03T14:19:29.576Z] #31 5.719 [2022-06-03T14:19:29.576Z] #31 6.641 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T14:19:29.576Z] #31 6.912 [2022-06-03T14:19:29.576Z] #31 7.129 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:29.576Z] #31 7.456 [2022-06-03T14:19:29.576Z] #31 8.116 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T14:19:29.576Z] #31 ... [2022-06-03T14:19:29.576Z] [2022-06-03T14:19:29.576Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T14:19:29.576Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T14:19:30.108Z] #31 ... [2022-06-03T14:19:30.108Z] [2022-06-03T14:19:30.108Z] #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 [2022-06-03T14:19:30.108Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:19:30.108Z] #26 3.473 + RM_GOPATH=0 [2022-06-03T14:19:30.108Z] #26 3.475 + TMP_GOPATH= [2022-06-03T14:19:30.108Z] #26 3.475 + : /build [2022-06-03T14:19:30.108Z] #26 3.475 + '[' -z '' ']' [2022-06-03T14:19:30.108Z] #26 3.479 ++ mktemp -d [2022-06-03T14:19:30.108Z] #26 3.488 + export GOPATH=/tmp/tmp.UHnOlso4Fj [2022-06-03T14:19:30.108Z] #26 3.488 + GOPATH=/tmp/tmp.UHnOlso4Fj [2022-06-03T14:19:30.108Z] #26 3.488 + RM_GOPATH=1 [2022-06-03T14:19:30.108Z] #26 3.488 + case "$(go env GOARCH)" in [2022-06-03T14:19:30.108Z] #26 3.488 ++ go env GOARCH [2022-06-03T14:19:30.108Z] #26 3.511 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:30.108Z] #26 3.512 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:30.108Z] #26 3.516 ++ dirname /install.sh [2022-06-03T14:19:30.108Z] #26 3.528 + dir=/ [2022-06-03T14:19:30.108Z] #26 3.533 + bin=dockercli [2022-06-03T14:19:30.108Z] #26 3.533 + shift [2022-06-03T14:19:30.108Z] #26 3.533 + '[' '!' -f //dockercli.installer ']' [2022-06-03T14:19:30.108Z] #26 3.534 + . //dockercli.installer [2022-06-03T14:19:30.108Z] #26 3.534 ++ : stable [2022-06-03T14:19:30.108Z] #26 3.534 ++ : 17.06.2-ce [2022-06-03T14:19:30.108Z] #26 3.534 + install_dockercli [2022-06-03T14:19:30.108Z] #26 3.534 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T14:19:30.108Z] #26 3.534 Install docker/cli version 17.06.2-ce from stable [2022-06-03T14:19:30.108Z] #26 3.535 ++ uname -m [2022-06-03T14:19:30.108Z] #26 3.538 + arch=aarch64 [2022-06-03T14:19:30.108Z] #26 3.542 + '[' aarch64 '!=' x86_64 ']' [2022-06-03T14:19:30.108Z] #26 3.542 + '[' aarch64 '!=' s390x ']' [2022-06-03T14:19:30.108Z] #26 3.542 + '[' aarch64 '!=' armhf ']' [2022-06-03T14:19:30.108Z] #26 3.542 + build_dockercli [2022-06-03T14:19:30.108Z] #26 3.542 + git clone https://github.com/docker/docker-ce /tmp/tmp.UHnOlso4Fj/tmp/docker-ce [2022-06-03T14:19:30.108Z] #26 3.544 Cloning into '/tmp/tmp.UHnOlso4Fj/tmp/docker-ce'... [2022-06-03T14:19:30.452Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 5.1s [2022-06-03T14:19:30.944Z] #12 DONE 1.2s [2022-06-03T14:19:30.944Z] [2022-06-03T14:19:30.944Z] #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 [2022-06-03T14:19:30.944Z] #31 sha256:5d0027bc35783947eddfc5beadfb257af3b1de48260497943fac0092c134d690 [2022-06-03T14:19:30.944Z] #31 8.386 [2022-06-03T14:19:30.944Z] #31 8.602 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:30.944Z] #31 8.787 [2022-06-03T14:19:30.944Z] #31 8.826 Download of images into '/build' complete. [2022-06-03T14:19:30.944Z] #31 8.826 Use something like the following to load the result into a Docker daemon: [2022-06-03T14:19:30.944Z] #31 8.826 tar -cC '/build' . | docker load [2022-06-03T14:19:30.944Z] #31 DONE 9.2s [2022-06-03T14:19:30.944Z] [2022-06-03T14:19:30.944Z] #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 [2022-06-03T14:19:30.944Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T14:19:31.024Z] #11 ... [2022-06-03T14:19:31.024Z] [2022-06-03T14:19:31.024Z] #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 [2022-06-03T14:19:31.024Z] #31 sha256:2010a470b7f057a5969a4c41ddf74b91c7a3d27fdcea386e328a47972979f5c8 [2022-06-03T14:19:31.024Z] #31 1.967 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T14:19:31.024Z] #31 2.294 [2022-06-03T14:19:31.024Z] #31 2.517 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:31.024Z] #31 2.900 [2022-06-03T14:19:31.024Z] #31 4.096 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T14:19:31.024Z] #31 4.421 [2022-06-03T14:19:31.024Z] #31 4.658 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:31.024Z] #31 5.003 [2022-06-03T14:19:31.024Z] #31 6.131 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T14:19:31.024Z] #31 6.547 [2022-06-03T14:19:31.024Z] #31 6.759 #=#=# ############ 17.4% ######################################### 57.0% ############################################################### 88.7% ######################################################################## 100.0% [2022-06-03T14:19:31.024Z] #31 7.287 [2022-06-03T14:19:31.024Z] #31 8.287 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T14:19:31.024Z] #31 8.612 [2022-06-03T14:19:31.024Z] #31 8.831 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:31.024Z] #31 9.102 [2022-06-03T14:19:31.024Z] #31 9.856 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T14:19:31.285Z] #31 10.16 [2022-06-03T14:19:31.285Z] #31 ... [2022-06-03T14:19:31.285Z] [2022-06-03T14:19:31.285Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:31.285Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:31.507Z] #13 DONE 0.6s [2022-06-03T14:19:31.507Z] [2022-06-03T14:19:31.507Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T14:19:31.507Z] #25 sha256:e684b19aa8b55c64940a8b4e7b6317732c98c75a46c0a64354b400cb8e767608 [2022-06-03T14:19:31.765Z] #25 ... [2022-06-03T14:19:31.765Z] [2022-06-03T14:19:31.765Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T14:19:31.765Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T14:19:31.765Z] #33 DONE 0.2s [2022-06-03T14:19:31.765Z] [2022-06-03T14:19:31.765Z] #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 [2022-06-03T14:19:31.765Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T14:19:31.765Z] #50 DONE 0.3s [2022-06-03T14:19:31.765Z] [2022-06-03T14:19:31.765Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T14:19:31.765Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T14:19:31.765Z] #46 DONE 0.3s [2022-06-03T14:19:31.765Z] [2022-06-03T14:19:31.765Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T14:19:31.765Z] #66 sha256:94cf170b32a9b2c5ec973d9cdcbd5ae18ffba64c6acbd72ec0f73d2b336f2544 [2022-06-03T14:19:31.765Z] #66 DONE 0.3s [2022-06-03T14:19:31.765Z] [2022-06-03T14:19:31.765Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T14:19:31.765Z] #25 sha256:e684b19aa8b55c64940a8b4e7b6317732c98c75a46c0a64354b400cb8e767608 [2022-06-03T14:19:31.765Z] #25 DONE 0.3s [2022-06-03T14:19:31.765Z] [2022-06-03T14:19:31.765Z] #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 [2022-06-03T14:19:31.765Z] #26 sha256:5e7c4c6068ca0f871676cb8e237e35578b97802a70383fc9890ffe64a63a997a [2022-06-03T14:19:31.983Z] #19 60.59 Reading package lists... [2022-06-03T14:19:33.136Z] #26 ... [2022-06-03T14:19:33.136Z] [2022-06-03T14:19:33.136Z] #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 [2022-06-03T14:19:33.136Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:19:33.136Z] #14 4.846 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:33.136Z] #14 4.857 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:33.136Z] #14 4.857 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:33.136Z] #14 5.114 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:33.136Z] #14 5.662 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:33.411Z] #26 ... [2022-06-03T14:19:33.411Z] [2022-06-03T14:19:33.411Z] #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 [2022-06-03T14:19:33.411Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:33.411Z] #31 8.411 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-03T14:19:33.737Z] #14 ... [2022-06-03T14:19:33.737Z] [2022-06-03T14:19:33.737Z] #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 [2022-06-03T14:19:33.737Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:19:33.737Z] #67 5.925 + RM_GOPATH=0 [2022-06-03T14:19:33.737Z] #67 5.925 + TMP_GOPATH= [2022-06-03T14:19:33.737Z] #67 5.925 + : /build [2022-06-03T14:19:33.737Z] #67 5.925 + '[' -z '' ']' [2022-06-03T14:19:33.737Z] #67 5.925 ++ mktemp -d [2022-06-03T14:19:33.737Z] #67 5.925 + export GOPATH=/tmp/tmp.twzTbvaauD [2022-06-03T14:19:33.737Z] #67 5.925 + GOPATH=/tmp/tmp.twzTbvaauD [2022-06-03T14:19:33.737Z] #67 5.925 + RM_GOPATH=1 [2022-06-03T14:19:33.737Z] #67 5.925 + case "$(go env GOARCH)" in [2022-06-03T14:19:33.737Z] #67 5.925 ++ go env GOARCH [2022-06-03T14:19:33.737Z] #67 5.967 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:33.737Z] #67 5.967 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:33.737Z] #67 5.967 ++ dirname /install.sh [2022-06-03T14:19:33.737Z] #67 5.969 + dir=/ [2022-06-03T14:19:33.737Z] #67 5.970 + bin=rootlesskit [2022-06-03T14:19:33.737Z] #67 5.970 + shift [2022-06-03T14:19:33.737Z] #67 5.970 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T14:19:33.737Z] #67 5.970 + . //rootlesskit.installer [2022-06-03T14:19:33.737Z] #67 5.970 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:33.737Z] #67 5.978 + install_rootlesskit [2022-06-03T14:19:33.737Z] #67 5.978 + case "$1" in [2022-06-03T14:19:33.737Z] #67 5.978 + export CGO_ENABLED=0 [2022-06-03T14:19:33.737Z] #67 5.978 + CGO_ENABLED=0 [2022-06-03T14:19:33.737Z] #67 5.978 + _install_rootlesskit [2022-06-03T14:19:33.737Z] #67 5.978 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T14:19:33.737Z] #67 5.978 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:19:33.737Z] #67 5.978 + GOBIN=/build [2022-06-03T14:19:33.737Z] #67 5.978 + GO111MODULE=on [2022-06-03T14:19:33.737Z] #67 5.978 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:33.737Z] #67 5.985 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:34.354Z] #31 ... [2022-06-03T14:19:34.354Z] [2022-06-03T14:19:34.354Z] #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 [2022-06-03T14:19:34.354Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-03T14:19:34.354Z] #57 4.063 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T14:19:34.354Z] #57 5.009 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T14:19:34.354Z] #57 5.010 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T14:19:34.354Z] #57 5.126 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T14:19:34.354Z] #57 6.339 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T14:19:34.354Z] #57 ... [2022-06-03T14:19:34.354Z] [2022-06-03T14:19:34.354Z] #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 [2022-06-03T14:19:34.354Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-03T14:19:34.354Z] #38 3.882 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T14:19:34.354Z] #38 ... [2022-06-03T14:19:34.354Z] [2022-06-03T14:19:34.354Z] #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 [2022-06-03T14:19:34.354Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T14:19:34.354Z] #53 3.835 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T14:19:34.354Z] #53 5.041 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T14:19:34.354Z] #53 5.041 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T14:19:34.354Z] #53 5.095 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T14:19:34.354Z] #53 5.122 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T14:19:34.354Z] #53 5.362 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T14:19:34.354Z] #53 5.451 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T14:19:34.354Z] #53 5.465 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T14:19:34.354Z] #53 5.541 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T14:19:34.354Z] #53 5.579 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T14:19:34.354Z] #53 5.694 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T14:19:34.354Z] #53 5.776 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T14:19:34.354Z] #53 6.040 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T14:19:34.425Z] #67 6.765 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T14:19:34.426Z] #67 ... [2022-06-03T14:19:34.426Z] [2022-06-03T14:19:34.426Z] #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 [2022-06-03T14:19:34.426Z] #26 sha256:0c613b127640c8b978d196013306744b3451e47090920b2443ad45493b255d02 [2022-06-03T14:19:34.426Z] #26 6.747 + RM_GOPATH=0 [2022-06-03T14:19:34.426Z] #26 6.747 + TMP_GOPATH= [2022-06-03T14:19:34.426Z] #26 6.747 + : /build [2022-06-03T14:19:34.426Z] #26 6.747 + '[' -z '' ']' [2022-06-03T14:19:34.426Z] #26 6.747 ++ mktemp -d [2022-06-03T14:19:34.426Z] #26 6.747 + export GOPATH=/tmp/tmp.FflANpMj1Z [2022-06-03T14:19:34.426Z] #26 6.747 + GOPATH=/tmp/tmp.FflANpMj1Z [2022-06-03T14:19:34.426Z] #26 6.747 + RM_GOPATH=1 [2022-06-03T14:19:34.426Z] #26 6.747 + case "$(go env GOARCH)" in [2022-06-03T14:19:34.426Z] #26 6.766 ++ go env GOARCH [2022-06-03T14:19:34.426Z] #26 6.831 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:34.426Z] #26 6.831 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:34.426Z] #26 6.846 ++ dirname /install.sh [2022-06-03T14:19:34.426Z] #26 6.846 + dir=/ [2022-06-03T14:19:34.426Z] #26 6.846 + bin=dockercli [2022-06-03T14:19:34.426Z] #26 6.846 + shift [2022-06-03T14:19:34.426Z] #26 6.846 + '[' '!' -f //dockercli.installer ']' [2022-06-03T14:19:34.426Z] #26 6.846 + . //dockercli.installer [2022-06-03T14:19:34.426Z] #26 6.846 ++ : stable [2022-06-03T14:19:34.426Z] #26 6.846 ++ : 17.06.2-ce [2022-06-03T14:19:34.426Z] #26 6.846 + install_dockercli [2022-06-03T14:19:34.426Z] #26 6.846 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T14:19:34.426Z] #26 6.847 Install docker/cli version 17.06.2-ce from stable [2022-06-03T14:19:34.617Z] #53 ... [2022-06-03T14:19:34.617Z] [2022-06-03T14:19:34.617Z] #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 [2022-06-03T14:19:34.617Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-03T14:19:34.617Z] #40 3.968 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T14:19:34.617Z] #40 4.752 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T14:19:34.617Z] #40 5.796 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T14:19:34.617Z] #40 6.027 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T14:19:34.617Z] #40 6.058 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T14:19:34.617Z] #40 8.568 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T14:19:34.617Z] #40 8.644 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:34.617Z] #40 ... [2022-06-03T14:19:34.617Z] [2022-06-03T14:19:34.617Z] #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 [2022-06-03T14:19:34.617Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T14:19:34.617Z] #51 4.046 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:34.617Z] #51 4.089 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:34.617Z] #51 4.090 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:34.617Z] #51 4.589 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T14:19:34.617Z] #51 5.219 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:19:34.617Z] #51 7.750 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:19:34.780Z] #26 6.872 ++ uname -m [2022-06-03T14:19:34.780Z] #26 6.894 + arch=x86_64 [2022-06-03T14:19:34.780Z] #26 6.894 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T14:19:34.780Z] #26 6.894 + url=https://download.docker.com/linux/static [2022-06-03T14:19:34.780Z] #26 6.894 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T14:19:34.780Z] #26 6.897 + tar -xz docker/docker [2022-06-03T14:19:34.878Z] #51 ... [2022-06-03T14:19:34.878Z] [2022-06-03T14:19:34.878Z] #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 [2022-06-03T14:19:34.878Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:19:34.878Z] #14 3.749 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:34.878Z] #14 3.791 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:34.878Z] #14 3.801 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:34.878Z] #14 4.386 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:19:34.878Z] #14 6.747 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:19:34.878Z] #14 9.581 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:19:34.878Z] #14 ... [2022-06-03T14:19:34.878Z] [2022-06-03T14:19:34.878Z] #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 [2022-06-03T14:19:34.878Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:19:34.878Z] #55 3.525 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T14:19:35.140Z] #55 ... [2022-06-03T14:19:35.140Z] [2022-06-03T14:19:35.140Z] #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 [2022-06-03T14:19:35.140Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T14:19:35.140Z] #62 3.197 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:35.140Z] #62 3.209 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:35.140Z] #62 3.209 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:35.140Z] #62 3.719 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:19:35.140Z] #62 5.918 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:19:35.140Z] #62 8.526 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:19:35.140Z] #62 ... [2022-06-03T14:19:35.140Z] [2022-06-03T14:19:35.140Z] #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 [2022-06-03T14:19:35.140Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T14:19:35.140Z] #36 3.623 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T14:19:35.140Z] #36 9.539 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T14:19:35.140Z] #36 9.556 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T14:19:35.140Z] #36 9.955 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T14:19:35.140Z] #36 10.14 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T14:19:35.140Z] #36 10.30 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T14:19:35.140Z] #36 10.51 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T14:19:35.140Z] #36 10.83 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T14:19:35.140Z] #36 10.88 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T14:19:35.140Z] #36 10.91 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T14:19:35.140Z] #36 11.12 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T14:19:35.402Z] #36 ... [2022-06-03T14:19:35.402Z] [2022-06-03T14:19:35.402Z] #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 [2022-06-03T14:19:35.402Z] #67 sha256:9f41df252f80c39247cc777693fd1c3776b05f99a6b41f31d2e19c041d6e0499 [2022-06-03T14:19:35.402Z] #67 2.332 + RM_GOPATH=0 [2022-06-03T14:19:35.402Z] #67 2.332 + TMP_GOPATH= [2022-06-03T14:19:35.402Z] #67 2.332 + : /build [2022-06-03T14:19:35.402Z] #67 2.332 + '[' -z '' ']' [2022-06-03T14:19:35.402Z] #67 2.334 ++ mktemp -d [2022-06-03T14:19:35.402Z] #67 2.357 + export GOPATH=/tmp/tmp.vylu0v0Fxy [2022-06-03T14:19:35.402Z] #67 2.357 + GOPATH=/tmp/tmp.vylu0v0Fxy [2022-06-03T14:19:35.402Z] #67 2.357 + RM_GOPATH=1 [2022-06-03T14:19:35.402Z] #67 2.357 + case "$(go env GOARCH)" in [2022-06-03T14:19:35.402Z] #67 2.357 ++ go env GOARCH [2022-06-03T14:19:35.402Z] #67 2.357 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:35.402Z] #67 2.357 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:35.402Z] #67 2.357 ++ dirname /install.sh [2022-06-03T14:19:35.402Z] #67 2.357 + dir=/ [2022-06-03T14:19:35.402Z] #67 2.357 + bin=rootlesskit [2022-06-03T14:19:35.402Z] #67 2.357 + shift [2022-06-03T14:19:35.402Z] #67 2.357 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T14:19:35.402Z] #67 2.357 + . //rootlesskit.installer [2022-06-03T14:19:35.402Z] #67 2.357 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:35.402Z] #67 2.357 + install_rootlesskit [2022-06-03T14:19:35.402Z] #67 2.357 + case "$1" in [2022-06-03T14:19:35.402Z] #67 2.357 + export CGO_ENABLED=0 [2022-06-03T14:19:35.402Z] #67 2.357 + CGO_ENABLED=0 [2022-06-03T14:19:35.402Z] #67 2.357 + _install_rootlesskit [2022-06-03T14:19:35.402Z] #67 2.357 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T14:19:35.402Z] #67 2.357 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:19:35.402Z] #67 2.357 + GOBIN=/build [2022-06-03T14:19:35.402Z] #67 2.357 + GO111MODULE=on [2022-06-03T14:19:35.402Z] #67 2.357 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:35.402Z] #67 2.357 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:35.402Z] #67 5.638 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T14:19:35.402Z] #67 7.648 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:19:35.402Z] #67 7.650 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T14:19:35.402Z] #67 8.074 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T14:19:35.402Z] #67 10.44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T14:19:35.402Z] #67 11.02 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T14:19:35.402Z] #67 11.09 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T14:19:35.402Z] #67 ... [2022-06-03T14:19:35.402Z] [2022-06-03T14:19:35.402Z] #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 [2022-06-03T14:19:35.402Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T14:19:35.402Z] #34 3.325 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T14:19:35.402Z] #34 3.327 Cloning into '.'... [2022-06-03T14:19:35.491Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 10.1s [2022-06-03T14:19:35.491Z] #11 ... [2022-06-03T14:19:35.491Z] [2022-06-03T14:19:35.491Z] #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 [2022-06-03T14:19:35.491Z] #31 sha256:2010a470b7f057a5969a4c41ddf74b91c7a3d27fdcea386e328a47972979f5c8 [2022-06-03T14:19:35.491Z] #31 10.38 #=#=# ######################################################################## 100.0% [2022-06-03T14:19:35.491Z] #31 10.67 [2022-06-03T14:19:35.491Z] #31 10.77 Download of images into '/build' complete. [2022-06-03T14:19:35.491Z] #31 10.77 Use something like the following to load the result into a Docker daemon: [2022-06-03T14:19:35.491Z] #31 10.77 tar -cC '/build' . | docker load [2022-06-03T14:19:35.491Z] #31 DONE 14.2s [2022-06-03T14:19:35.491Z] [2022-06-03T14:19:35.491Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T14:19:35.491Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T14:19:35.664Z] #34 ... [2022-06-03T14:19:35.664Z] [2022-06-03T14:19:35.664Z] #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 [2022-06-03T14:19:35.664Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:19:35.664Z] #42 3.404 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:35.664Z] #42 3.419 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:35.664Z] #42 3.420 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:35.664Z] #42 4.119 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:19:35.664Z] #42 6.270 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:19:35.664Z] #42 8.812 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:19:35.664Z] #42 ... [2022-06-03T14:19:35.664Z] [2022-06-03T14:19:35.664Z] #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 [2022-06-03T14:19:35.664Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:35.664Z] #31 10.27 [2022-06-03T14:19:35.664Z] #31 10.63 #=#=# 0.9% ######################################################################## 100.0% [2022-06-03T14:19:36.609Z] #31 12.17 [2022-06-03T14:19:37.029Z] #26 4.304 + RM_GOPATH=0 [2022-06-03T14:19:37.030Z] #26 4.304 + TMP_GOPATH= [2022-06-03T14:19:37.030Z] #26 4.304 + : /build [2022-06-03T14:19:37.030Z] #26 4.304 + '[' -z '' ']' [2022-06-03T14:19:37.030Z] #26 4.304 ++ mktemp -d [2022-06-03T14:19:37.030Z] #26 4.304 + export GOPATH=/tmp/tmp.QuI1AfMgI0 [2022-06-03T14:19:37.030Z] #26 4.304 + GOPATH=/tmp/tmp.QuI1AfMgI0 [2022-06-03T14:19:37.030Z] #26 4.304 + RM_GOPATH=1 [2022-06-03T14:19:37.030Z] #26 4.304 + case "$(go env GOARCH)" in [2022-06-03T14:19:37.030Z] #26 4.304 ++ go env GOARCH [2022-06-03T14:19:37.030Z] #26 4.308 Install docker/cli version 17.06.2-ce from stable [2022-06-03T14:19:37.030Z] #26 4.318 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:37.030Z] #26 4.318 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:37.030Z] #26 4.318 ++ dirname /install.sh [2022-06-03T14:19:37.030Z] #26 4.318 + dir=/ [2022-06-03T14:19:37.030Z] #26 4.318 + bin=dockercli [2022-06-03T14:19:37.030Z] #26 4.318 + shift [2022-06-03T14:19:37.030Z] #26 4.318 + '[' '!' -f //dockercli.installer ']' [2022-06-03T14:19:37.030Z] #26 4.318 + . //dockercli.installer [2022-06-03T14:19:37.030Z] #26 4.318 ++ : stable [2022-06-03T14:19:37.030Z] #26 4.318 ++ : 17.06.2-ce [2022-06-03T14:19:37.030Z] #26 4.318 + install_dockercli [2022-06-03T14:19:37.030Z] #26 4.318 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T14:19:37.030Z] #26 4.318 ++ uname -m [2022-06-03T14:19:37.030Z] #26 4.318 + arch=x86_64 [2022-06-03T14:19:37.030Z] #26 4.318 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T14:19:37.030Z] #26 4.318 + url=https://download.docker.com/linux/static [2022-06-03T14:19:37.030Z] #26 4.318 + tar -xz docker/docker [2022-06-03T14:19:37.030Z] #26 4.324 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T14:19:37.286Z] #26 ... [2022-06-03T14:19:37.286Z] [2022-06-03T14:19:37.286Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-03T14:19:37.286Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:37.286Z] #53 3.531 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T14:19:37.286Z] #53 4.959 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T14:19:37.286Z] #53 4.959 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T14:19:37.286Z] #53 5.065 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T14:19:37.286Z] #53 5.087 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T14:19:37.286Z] #53 5.308 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T14:19:37.286Z] #53 5.573 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T14:19:37.286Z] #53 5.618 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T14:19:37.286Z] #53 5.661 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T14:19:37.286Z] #53 5.802 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T14:19:37.338Z] #26 ... [2022-06-03T14:19:37.338Z] [2022-06-03T14:19:37.338Z] #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 [2022-06-03T14:19:37.338Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:19:37.338Z] #62 5.766 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:37.338Z] #62 5.794 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:37.338Z] #62 5.794 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:37.338Z] #62 7.162 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:37.597Z] #62 ... [2022-06-03T14:19:37.597Z] [2022-06-03T14:19:37.597Z] #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 [2022-06-03T14:19:37.597Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:37.597Z] #36 7.061 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T14:19:37.597Z] #36 ... [2022-06-03T14:19:37.597Z] [2022-06-03T14:19:37.597Z] #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 [2022-06-03T14:19:37.597Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:19:37.597Z] #57 5.567 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T14:19:37.597Z] #57 7.260 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T14:19:37.597Z] #57 7.391 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T14:19:37.597Z] #57 7.435 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T14:19:37.856Z] #57 ... [2022-06-03T14:19:37.856Z] [2022-06-03T14:19:37.856Z] #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 [2022-06-03T14:19:37.856Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:37.856Z] #51 7.492 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:37.856Z] #51 7.601 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:37.856Z] #51 7.601 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:37.856Z] #51 8.369 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T14:19:37.856Z] #51 ... [2022-06-03T14:19:37.856Z] [2022-06-03T14:19:37.856Z] #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 [2022-06-03T14:19:37.856Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:19:37.856Z] #47 5.612 + git clone https://github.com/docker/distribution.git . [2022-06-03T14:19:37.856Z] #47 5.612 Cloning into '.'... [2022-06-03T14:19:37.995Z] #31 ... [2022-06-03T14:19:37.995Z] [2022-06-03T14:19:37.995Z] #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 [2022-06-03T14:19:37.995Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T14:19:37.995Z] #47 3.393 + git clone https://github.com/docker/distribution.git . [2022-06-03T14:19:37.995Z] #47 3.399 Cloning into '.'... [2022-06-03T14:19:37.995Z] #47 ... [2022-06-03T14:19:37.995Z] [2022-06-03T14:19:37.995Z] #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 [2022-06-03T14:19:37.995Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:19:37.995Z] #42 13.72 Fetched 8424 kB in 11s (796 kB/s) [2022-06-03T14:19:38.035Z] #11 extracting sha256:399edca3a0ef467dadd57f6ed1ee48c7b64162ca25d1fae2940680b749c722a9 13.0s done [2022-06-03T14:19:38.115Z] #47 ... [2022-06-03T14:19:38.115Z] [2022-06-03T14:19:38.115Z] #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 [2022-06-03T14:19:38.115Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:38.115Z] #53 7.082 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T14:19:38.115Z] #53 10.38 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T14:19:38.115Z] #53 10.40 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T14:19:38.115Z] #53 10.61 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T14:19:38.115Z] #53 10.67 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T14:19:38.115Z] #53 ... [2022-06-03T14:19:38.115Z] [2022-06-03T14:19:38.115Z] #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 [2022-06-03T14:19:38.115Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:19:38.115Z] #38 7.018 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T14:19:38.295Z] #11 extracting sha256:00fc5c011105d0ac8b5453886bb3b836c81260e1d016938a1207d48da8f28718 done [2022-06-03T14:19:38.372Z] #38 ... [2022-06-03T14:19:38.372Z] [2022-06-03T14:19:38.372Z] #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 [2022-06-03T14:19:38.372Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:19:38.372Z] #55 6.387 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T14:19:38.372Z] #55 ... [2022-06-03T14:19:38.372Z] [2022-06-03T14:19:38.372Z] #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 [2022-06-03T14:19:38.372Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:19:38.372Z] #40 6.491 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T14:19:38.372Z] #40 7.947 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T14:19:38.372Z] #40 10.38 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T14:19:38.372Z] #40 11.03 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T14:19:38.372Z] #40 11.15 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T14:19:38.557Z] #11 DONE 45.2s [2022-06-03T14:19:38.557Z] [2022-06-03T14:19:38.557Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T14:19:38.557Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T14:19:38.631Z] #40 ... [2022-06-03T14:19:38.631Z] [2022-06-03T14:19:38.631Z] #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 [2022-06-03T14:19:38.631Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:19:38.631Z] #42 7.771 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:38.631Z] #42 7.851 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:38.631Z] #42 7.871 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:38.631Z] #42 10.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:38.631Z] #42 ... [2022-06-03T14:19:38.631Z] [2022-06-03T14:19:38.631Z] #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 [2022-06-03T14:19:38.631Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:19:38.631Z] #67 10.48 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:19:38.631Z] #67 10.51 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T14:19:39.498Z] #12 DONE 0.8s [2022-06-03T14:19:39.498Z] [2022-06-03T14:19:39.498Z] #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 [2022-06-03T14:19:39.498Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T14:19:39.565Z] #67 11.72 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T14:19:39.914Z] #42 13.72 Reading package lists... [2022-06-03T14:19:39.914Z] #42 ... [2022-06-03T14:19:39.914Z] [2022-06-03T14:19:39.914Z] #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 [2022-06-03T14:19:39.914Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-03T14:19:39.914Z] #38 14.89 tomll can be used in two ways: [2022-06-03T14:19:39.914Z] #38 14.89 Writing to STDIN and reading from STDOUT: [2022-06-03T14:19:39.914Z] #38 14.89 cat file.toml | tomll > file.toml [2022-06-03T14:19:39.914Z] #38 14.89 [2022-06-03T14:19:39.914Z] #38 14.89 Reading and updating a list of files: [2022-06-03T14:19:39.914Z] #38 14.89 tomll a.toml b.toml c.toml [2022-06-03T14:19:39.914Z] #38 14.89 [2022-06-03T14:19:39.914Z] #38 14.89 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T14:19:39.914Z] #38 DONE 15.8s [2022-06-03T14:19:40.069Z] #13 DONE 0.6s [2022-06-03T14:19:40.069Z] [2022-06-03T14:19:40.069Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T14:19:40.069Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T14:19:40.069Z] #33 DONE 0.1s [2022-06-03T14:19:40.069Z] [2022-06-03T14:19:40.069Z] #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 [2022-06-03T14:19:40.069Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:40.069Z] #36 ... [2022-06-03T14:19:40.069Z] [2022-06-03T14:19:40.069Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T14:19:40.069Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T14:19:40.069Z] #46 DONE 0.2s [2022-06-03T14:19:40.175Z] [2022-06-03T14:19:40.175Z] #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 [2022-06-03T14:19:40.175Z] #67 sha256:9f41df252f80c39247cc777693fd1c3776b05f99a6b41f31d2e19c041d6e0499 [2022-06-03T14:19:40.175Z] #67 11.23 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T14:19:40.175Z] #67 11.35 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:19:40.175Z] #67 11.47 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T14:19:40.175Z] #67 11.66 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T14:19:40.175Z] #67 12.18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T14:19:40.175Z] #67 12.26 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T14:19:40.175Z] #67 13.88 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T14:19:40.175Z] #67 14.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:40.334Z] [2022-06-03T14:19:40.334Z] #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 [2022-06-03T14:19:40.334Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T14:19:40.334Z] #50 DONE 0.3s [2022-06-03T14:19:40.334Z] [2022-06-03T14:19:40.334Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T14:19:40.334Z] #66 sha256:59185aea69fa09b0dd5776ed1b8488b7c4f13d52a45dcdc2b41d6f3a29ddc44e [2022-06-03T14:19:40.334Z] #66 DONE 0.3s [2022-06-03T14:19:40.334Z] [2022-06-03T14:19:40.334Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T14:19:40.334Z] #25 sha256:784bf05e8d3d85c3af32096783d7b7a6482a38a1025510b08ae5844027e843dc [2022-06-03T14:19:40.334Z] #25 DONE 0.3s [2022-06-03T14:19:40.334Z] [2022-06-03T14:19:40.334Z] #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 [2022-06-03T14:19:40.334Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:19:41.462Z] #53 9.815 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T14:19:41.462Z] #53 9.836 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T14:19:41.462Z] #53 9.952 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T14:19:41.462Z] #53 ... [2022-06-03T14:19:41.462Z] [2022-06-03T14:19:41.462Z] #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 [2022-06-03T14:19:41.462Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:19:41.462Z] #57 4.915 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T14:19:41.462Z] #57 6.041 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T14:19:41.462Z] #57 6.059 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T14:19:41.462Z] #57 6.111 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T14:19:41.462Z] #57 7.979 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T14:19:41.720Z] #57 ... [2022-06-03T14:19:41.720Z] [2022-06-03T14:19:41.720Z] #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 [2022-06-03T14:19:41.720Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:19:41.720Z] #38 4.197 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T14:19:41.720Z] #38 ... [2022-06-03T14:19:41.720Z] [2022-06-03T14:19:41.720Z] #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 [2022-06-03T14:19:41.720Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:41.720Z] #51 6.002 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:41.720Z] #51 6.065 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:41.720Z] #51 6.066 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:41.720Z] #51 6.671 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T14:19:41.720Z] #51 7.104 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:41.720Z] #51 9.730 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:41.976Z] #51 ... [2022-06-03T14:19:41.976Z] [2022-06-03T14:19:41.977Z] #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 [2022-06-03T14:19:41.977Z] #67 sha256:9d1c0c8dad5719970c7000537a3e7083ee26fc3a7167eb2af14e0642c07bece1 [2022-06-03T14:19:41.977Z] #67 4.790 + RM_GOPATH=0 [2022-06-03T14:19:41.977Z] #67 4.790 + TMP_GOPATH= [2022-06-03T14:19:41.977Z] #67 4.790 + : /build [2022-06-03T14:19:41.977Z] #67 4.790 + '[' -z '' ']' [2022-06-03T14:19:41.977Z] #67 4.790 ++ mktemp -d [2022-06-03T14:19:41.977Z] #67 4.790 + export GOPATH=/tmp/tmp.2gqG9KCv7g [2022-06-03T14:19:41.977Z] #67 4.790 + GOPATH=/tmp/tmp.2gqG9KCv7g [2022-06-03T14:19:41.977Z] #67 4.790 + RM_GOPATH=1 [2022-06-03T14:19:41.977Z] #67 4.790 + case "$(go env GOARCH)" in [2022-06-03T14:19:41.977Z] #67 4.797 ++ go env GOARCH [2022-06-03T14:19:41.977Z] #67 4.829 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:41.977Z] #67 4.829 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:41.977Z] #67 4.829 ++ dirname /install.sh [2022-06-03T14:19:41.977Z] #67 4.829 + dir=/ [2022-06-03T14:19:41.977Z] #67 4.829 + bin=rootlesskit [2022-06-03T14:19:41.977Z] #67 4.829 + shift [2022-06-03T14:19:41.977Z] #67 4.829 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T14:19:41.977Z] #67 4.829 + . //rootlesskit.installer [2022-06-03T14:19:41.977Z] #67 4.829 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:41.977Z] #67 4.829 + install_rootlesskit [2022-06-03T14:19:41.977Z] #67 4.829 + case "$1" in [2022-06-03T14:19:41.977Z] #67 4.829 + export CGO_ENABLED=0 [2022-06-03T14:19:41.977Z] #67 4.829 + CGO_ENABLED=0 [2022-06-03T14:19:41.977Z] #67 4.829 + _install_rootlesskit [2022-06-03T14:19:41.977Z] #67 4.829 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T14:19:41.977Z] #67 4.829 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:19:41.977Z] #67 4.829 + GOBIN=/build [2022-06-03T14:19:41.977Z] #67 4.829 + GO111MODULE=on [2022-06-03T14:19:41.977Z] #67 4.829 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:41.977Z] #67 4.829 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:41.977Z] #67 5.420 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T14:19:41.977Z] #67 7.963 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:19:41.977Z] #67 8.020 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T14:19:41.977Z] #67 8.455 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T14:19:41.977Z] #67 ... [2022-06-03T14:19:41.977Z] [2022-06-03T14:19:41.977Z] #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 [2022-06-03T14:19:41.977Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:41.977Z] #36 5.279 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T14:19:42.105Z] #67 ... [2022-06-03T14:19:42.105Z] [2022-06-03T14:19:42.105Z] #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 [2022-06-03T14:19:42.105Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:42.105Z] #31 17.53 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-03T14:19:42.233Z] #36 ... [2022-06-03T14:19:42.233Z] [2022-06-03T14:19:42.233Z] #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 [2022-06-03T14:19:42.233Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:19:42.233Z] #14 5.104 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:42.233Z] #14 5.136 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:42.233Z] #14 5.136 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:42.233Z] #14 6.006 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:42.233Z] #14 8.626 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:42.490Z] #14 10.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:42.490Z] #14 ... [2022-06-03T14:19:42.490Z] [2022-06-03T14:19:42.490Z] #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 [2022-06-03T14:19:42.490Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:19:42.490Z] #55 3.438 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T14:19:42.490Z] #55 ... [2022-06-03T14:19:42.490Z] [2022-06-03T14:19:42.490Z] #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 [2022-06-03T14:19:42.490Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:19:42.490Z] #62 4.908 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:42.490Z] #62 4.930 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:42.490Z] #62 4.930 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:42.490Z] #62 5.643 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:42.490Z] #62 7.970 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:42.490Z] #62 10.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:42.747Z] #62 ... [2022-06-03T14:19:42.747Z] [2022-06-03T14:19:42.747Z] #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 [2022-06-03T14:19:42.747Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:19:42.747Z] #40 5.307 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T14:19:42.747Z] #40 6.184 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T14:19:42.747Z] #40 7.900 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T14:19:42.747Z] #40 8.256 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T14:19:42.747Z] #40 8.325 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T14:19:42.747Z] #40 ... [2022-06-03T14:19:42.747Z] [2022-06-03T14:19:42.747Z] #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 [2022-06-03T14:19:42.747Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:19:42.747Z] #34 5.333 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T14:19:42.747Z] #34 5.340 Cloning into '.'... [2022-06-03T14:19:43.004Z] #34 ... [2022-06-03T14:19:43.004Z] [2022-06-03T14:19:43.004Z] #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 [2022-06-03T14:19:43.004Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:19:43.004Z] #47 5.232 + git clone https://github.com/docker/distribution.git . [2022-06-03T14:19:43.004Z] #47 5.234 Cloning into '.'... [2022-06-03T14:19:43.004Z] #47 ... [2022-06-03T14:19:43.004Z] [2022-06-03T14:19:43.004Z] #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 [2022-06-03T14:19:43.004Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:19:43.004Z] #42 2.938 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:43.004Z] #42 2.964 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:43.004Z] #42 2.971 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:43.004Z] #42 3.191 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:43.004Z] #42 3.596 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:43.004Z] #42 4.315 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:43.004Z] #42 11.43 Fetched 8537 kB in 9s (977 kB/s) [2022-06-03T14:19:43.567Z] #42 11.43 Reading package lists... [2022-06-03T14:19:43.568Z] #42 ... [2022-06-03T14:19:43.568Z] [2022-06-03T14:19:43.568Z] #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 [2022-06-03T14:19:43.568Z] #26 sha256:5e7c4c6068ca0f871676cb8e237e35578b97802a70383fc9890ffe64a63a997a [2022-06-03T14:19:43.568Z] #26 11.97 + mkdir -p /build [2022-06-03T14:19:44.012Z] #26 11.99 + mv docker/docker /build/ [2022-06-03T14:19:44.012Z] #26 12.00 + rmdir docker [2022-06-03T14:19:44.022Z] #31 19.40 #=#=# [2022-06-03T14:19:44.322Z] #26 DONE 12.6s [2022-06-03T14:19:44.322Z] [2022-06-03T14:19:44.322Z] #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 [2022-06-03T14:19:44.322Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:44.322Z] #51 12.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:44.545Z] #31 19.78 #=#=# 0.1% ######################################################################## 100.0% [2022-06-03T14:19:44.840Z] #67 ... [2022-06-03T14:19:44.840Z] [2022-06-03T14:19:44.840Z] #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 [2022-06-03T14:19:44.840Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:19:44.840Z] #40 16.44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T14:19:44.840Z] #40 16.53 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:44.840Z] #40 ... [2022-06-03T14:19:44.840Z] [2022-06-03T14:19:44.840Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T14:19:44.840Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:19:44.840Z] #34 6.823 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T14:19:44.840Z] #34 6.828 Cloning into '.'... [2022-06-03T14:19:44.840Z] #34 ... [2022-06-03T14:19:44.840Z] [2022-06-03T14:19:44.840Z] #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 [2022-06-03T14:19:44.840Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:44.840Z] #53 11.52 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T14:19:44.840Z] #53 11.67 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T14:19:44.840Z] #53 11.70 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T14:19:44.840Z] #53 11.82 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T14:19:44.840Z] #53 11.95 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T14:19:44.840Z] #53 12.13 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T14:19:44.840Z] #53 12.54 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T14:19:44.840Z] #53 12.91 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T14:19:44.840Z] #53 ... [2022-06-03T14:19:44.840Z] [2022-06-03T14:19:44.840Z] #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 [2022-06-03T14:19:44.840Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:19:44.840Z] #67 17.12 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T14:19:45.117Z] #31 ... [2022-06-03T14:19:45.117Z] [2022-06-03T14:19:45.117Z] #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 [2022-06-03T14:19:45.117Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T14:19:45.117Z] #51 10.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:19:45.117Z] #51 13.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T14:19:45.117Z] #51 16.34 Fetched 8428 kB in 13s (670 kB/s) [2022-06-03T14:19:45.117Z] #51 16.34 Reading package lists... [2022-06-03T14:19:45.117Z] #51 ... [2022-06-03T14:19:45.117Z] [2022-06-03T14:19:45.117Z] #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 [2022-06-03T14:19:45.117Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T14:19:45.117Z] #53 11.08 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T14:19:45.117Z] #53 11.10 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T14:19:45.378Z] #53 ... [2022-06-03T14:19:45.378Z] [2022-06-03T14:19:45.378Z] #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 [2022-06-03T14:19:45.378Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T14:19:45.378Z] #47 19.23 Updating files: 81% (1773/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. [2022-06-03T14:19:45.378Z] #47 19.56 + git checkout -q v2.3.0 [2022-06-03T14:19:45.378Z] #47 ... [2022-06-03T14:19:45.378Z] [2022-06-03T14:19:45.378Z] #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 [2022-06-03T14:19:45.378Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T14:19:45.378Z] #36 11.41 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T14:19:45.378Z] #36 11.65 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-03T14:19:45.378Z] #36 12.15 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T14:19:45.378Z] #36 12.27 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T14:19:45.378Z] #36 12.33 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T14:19:45.378Z] #36 13.27 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T14:19:45.640Z] #67 ... [2022-06-03T14:19:45.640Z] [2022-06-03T14:19:45.640Z] #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 [2022-06-03T14:19:45.640Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:19:45.640Z] #55 5.513 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-03T14:19:45.641Z] #36 ... [2022-06-03T14:19:45.641Z] [2022-06-03T14:19:45.642Z] #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 [2022-06-03T14:19:45.642Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:45.642Z] #31 21.16 [2022-06-03T14:19:46.213Z] #55 ... [2022-06-03T14:19:46.213Z] [2022-06-03T14:19:46.213Z] #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 [2022-06-03T14:19:46.213Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:19:46.213Z] #14 6.121 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:46.213Z] #14 6.252 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:46.213Z] #14 6.262 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:46.748Z] #67 ... [2022-06-03T14:19:46.748Z] [2022-06-03T14:19:46.748Z] #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 [2022-06-03T14:19:46.748Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:19:46.748Z] #14 9.114 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:46.748Z] #14 ... [2022-06-03T14:19:46.748Z] [2022-06-03T14:19:46.748Z] #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 [2022-06-03T14:19:46.748Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:19:46.748Z] #67 18.89 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T14:19:46.748Z] #67 19.02 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T14:19:46.748Z] #67 19.04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T14:19:46.786Z] #14 ... [2022-06-03T14:19:46.786Z] [2022-06-03T14:19:46.786Z] #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 [2022-06-03T14:19:46.786Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:19:46.786Z] #67 6.555 + RM_GOPATH=0 [2022-06-03T14:19:46.786Z] #67 6.555 + TMP_GOPATH= [2022-06-03T14:19:46.786Z] #67 6.555 + : /build [2022-06-03T14:19:46.786Z] #67 6.555 + '[' -z '' ']' [2022-06-03T14:19:46.786Z] #67 6.555 ++ mktemp -d [2022-06-03T14:19:46.786Z] #67 6.555 + export GOPATH=/tmp/tmp.6KEKLidnen [2022-06-03T14:19:46.786Z] #67 6.555 + GOPATH=/tmp/tmp.6KEKLidnen [2022-06-03T14:19:46.786Z] #67 6.555 + RM_GOPATH=1 [2022-06-03T14:19:46.786Z] #67 6.555 + case "$(go env GOARCH)" in [2022-06-03T14:19:46.786Z] #67 6.555 ++ go env GOARCH [2022-06-03T14:19:46.786Z] #67 6.678 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:46.786Z] #67 6.678 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:46.786Z] #67 6.678 ++ dirname /install.sh [2022-06-03T14:19:46.863Z] #51 14.98 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T14:19:47.009Z] #67 19.44 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:19:47.048Z] #67 6.686 + dir=/ [2022-06-03T14:19:47.048Z] #67 6.686 + bin=rootlesskit [2022-06-03T14:19:47.048Z] #67 6.686 + shift [2022-06-03T14:19:47.048Z] #67 6.686 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T14:19:47.048Z] #67 6.686 + . //rootlesskit.installer [2022-06-03T14:19:47.048Z] #67 6.686 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:47.048Z] #67 6.686 + install_rootlesskit [2022-06-03T14:19:47.048Z] #67 6.686 + case "$1" in [2022-06-03T14:19:47.048Z] #67 6.686 + export CGO_ENABLED=0 [2022-06-03T14:19:47.048Z] #67 6.686 + CGO_ENABLED=0 [2022-06-03T14:19:47.048Z] #67 6.686 + _install_rootlesskit [2022-06-03T14:19:47.048Z] #67 6.686 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T14:19:47.048Z] #67 6.687 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:47.048Z] #67 6.687 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:19:47.048Z] #67 6.687 + GOBIN=/build [2022-06-03T14:19:47.048Z] #67 6.687 + GO111MODULE=on [2022-06-03T14:19:47.048Z] #67 6.687 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:19:47.268Z] #67 19.69 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T14:19:47.526Z] #67 19.99 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T14:19:47.562Z] #31 ... [2022-06-03T14:19:47.562Z] [2022-06-03T14:19:47.562Z] #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 [2022-06-03T14:19:47.562Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T14:19:47.562Z] #62 13.36 Fetched 8424 kB in 10s (805 kB/s) [2022-06-03T14:19:47.562Z] #62 13.36 Reading package lists... [2022-06-03T14:19:47.562Z] #62 18.32 Reading package lists... [2022-06-03T14:19:47.823Z] #62 22.95 Building dependency tree... [2022-06-03T14:19:47.823Z] #62 ... [2022-06-03T14:19:47.823Z] [2022-06-03T14:19:47.823Z] #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 [2022-06-03T14:19:47.823Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T14:19:47.823Z] #47 21.55 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-03T14:19:47.992Z] #67 7.443 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T14:19:48.092Z] #67 ... [2022-06-03T14:19:48.092Z] [2022-06-03T14:19:48.092Z] #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 [2022-06-03T14:19:48.092Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:19:48.092Z] #57 10.55 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T14:19:48.092Z] #57 ... [2022-06-03T14:19:48.092Z] [2022-06-03T14:19:48.092Z] #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 [2022-06-03T14:19:48.092Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:48.092Z] #51 10.46 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:48.092Z] #51 13.79 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:48.092Z] #51 17.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:48.349Z] #51 ... [2022-06-03T14:19:48.350Z] [2022-06-03T14:19:48.350Z] #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 [2022-06-03T14:19:48.350Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:19:48.350Z] #14 20.96 Fetched 8537 kB in 16s (521 kB/s) [2022-06-03T14:19:48.395Z] #47 ... [2022-06-03T14:19:48.395Z] [2022-06-03T14:19:48.395Z] #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 [2022-06-03T14:19:48.395Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:19:48.395Z] #14 14.43 Fetched 8424 kB in 11s (769 kB/s) [2022-06-03T14:19:48.395Z] #14 14.43 Reading package lists... [2022-06-03T14:19:48.395Z] #14 19.79 Reading package lists... [2022-06-03T14:19:48.657Z] #14 23.65 Building dependency tree... [2022-06-03T14:19:48.657Z] #14 ... [2022-06-03T14:19:48.657Z] [2022-06-03T14:19:48.657Z] #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 [2022-06-03T14:19:48.657Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:19:48.657Z] #55 20.35 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T14:19:48.657Z] #55 20.36 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:19:48.657Z] #55 20.44 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T14:19:48.657Z] #55 20.46 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T14:19:48.657Z] #55 20.64 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T14:19:48.657Z] #55 20.88 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T14:19:48.657Z] #55 20.89 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T14:19:48.657Z] #55 20.93 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T14:19:48.657Z] #55 21.30 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T14:19:48.657Z] #55 21.34 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T14:19:48.657Z] #55 21.34 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T14:19:48.657Z] #55 24.20 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:19:48.657Z] #55 24.23 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T14:19:48.657Z] #55 24.39 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T14:19:48.657Z] #55 24.46 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T14:19:48.657Z] #55 24.47 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T14:19:48.657Z] #55 24.56 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T14:19:48.657Z] #55 24.57 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T14:19:48.657Z] #55 24.58 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T14:19:48.919Z] #14 20.96 Reading package lists... [2022-06-03T14:19:48.919Z] #14 ... [2022-06-03T14:19:48.919Z] [2022-06-03T14:19:48.919Z] #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 [2022-06-03T14:19:48.919Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:19:48.919Z] #62 11.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:48.919Z] #62 14.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:48.920Z] #55 24.72 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T14:19:48.920Z] #55 24.74 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T14:19:48.920Z] #55 24.79 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T14:19:48.920Z] #55 24.80 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T14:19:48.920Z] #55 24.86 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T14:19:48.920Z] #55 24.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T14:19:48.920Z] #55 24.93 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T14:19:49.177Z] #62 ... [2022-06-03T14:19:49.178Z] [2022-06-03T14:19:49.178Z] #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 [2022-06-03T14:19:49.178Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:49.178Z] #51 21.51 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T14:19:49.181Z] #55 24.99 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T14:19:49.181Z] #55 25.00 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T14:19:49.181Z] #55 25.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T14:19:49.181Z] #55 25.14 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T14:19:49.181Z] #55 25.18 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T14:19:49.181Z] #55 25.24 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T14:19:49.393Z] #51 ... [2022-06-03T14:19:49.393Z] [2022-06-03T14:19:49.393Z] #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 [2022-06-03T14:19:49.393Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:19:49.393Z] #38 17.26 tomll can be used in two ways: [2022-06-03T14:19:49.393Z] #38 17.26 Writing to STDIN and reading from STDOUT: [2022-06-03T14:19:49.393Z] #38 17.26 cat file.toml | tomll > file.toml [2022-06-03T14:19:49.393Z] #38 17.26 [2022-06-03T14:19:49.393Z] #38 17.26 Reading and updating a list of files: [2022-06-03T14:19:49.393Z] #38 17.26 tomll a.toml b.toml c.toml [2022-06-03T14:19:49.393Z] #38 17.26 [2022-06-03T14:19:49.393Z] #38 17.26 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T14:19:49.393Z] #38 DONE 17.7s [2022-06-03T14:19:49.393Z] [2022-06-03T14:19:49.393Z] #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 [2022-06-03T14:19:49.393Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:49.393Z] #36 17.18 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T14:19:49.393Z] #36 17.20 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T14:19:49.393Z] #36 17.81 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T14:19:49.393Z] #36 18.00 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T14:19:49.649Z] #36 18.21 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T14:19:49.754Z] #55 25.59 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T14:19:49.754Z] #55 25.63 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T14:19:49.754Z] #55 25.68 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T14:19:49.754Z] #55 25.71 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T14:19:49.754Z] #55 25.77 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T14:19:49.906Z] #36 18.64 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T14:19:49.917Z] #67 ... [2022-06-03T14:19:49.917Z] [2022-06-03T14:19:49.917Z] #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 [2022-06-03T14:19:49.917Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:19:49.917Z] #34 6.292 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-03T14:19:49.917Z] #34 6.292 Cloning into '.'... [2022-06-03T14:19:50.015Z] #55 25.80 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T14:19:50.110Z] #19 79.91 Reading package lists... [2022-06-03T14:19:50.179Z] #34 ... [2022-06-03T14:19:50.179Z] [2022-06-03T14:19:50.179Z] #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 [2022-06-03T14:19:50.179Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:19:50.179Z] #42 7.291 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:50.179Z] #42 7.326 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:50.179Z] #42 7.327 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:50.179Z] #42 8.739 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:50.179Z] #42 ... [2022-06-03T14:19:50.179Z] [2022-06-03T14:19:50.179Z] #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 [2022-06-03T14:19:50.179Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:19:50.179Z] #57 5.467 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-03T14:19:50.179Z] #57 6.620 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-03T14:19:50.179Z] #57 6.620 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-03T14:19:50.179Z] #57 6.672 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-03T14:19:50.179Z] #57 8.863 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-03T14:19:50.440Z] #57 ... [2022-06-03T14:19:50.440Z] [2022-06-03T14:19:50.440Z] #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 [2022-06-03T14:19:50.440Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:19:50.440Z] #62 7.624 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:50.440Z] #62 7.663 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:50.440Z] #62 7.713 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:50.440Z] #62 9.828 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:50.469Z] #36 18.88 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T14:19:50.469Z] #36 18.98 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T14:19:50.554Z] #51 ... [2022-06-03T14:19:50.554Z] [2022-06-03T14:19:50.554Z] #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 [2022-06-03T14:19:50.554Z] #26 sha256:0c613b127640c8b978d196013306744b3451e47090920b2443ad45493b255d02 [2022-06-03T14:19:50.554Z] #26 21.89 + mkdir -p /build [2022-06-03T14:19:50.554Z] #26 21.89 + mv docker/docker /build/ [2022-06-03T14:19:50.554Z] #26 21.92 + rmdir docker [2022-06-03T14:19:50.554Z] #26 DONE 22.8s [2022-06-03T14:19:50.554Z] [2022-06-03T14:19:50.554Z] #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 [2022-06-03T14:19:50.554Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:50.554Z] #53 22.61 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T14:19:50.554Z] #53 22.70 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T14:19:50.587Z] #55 26.51 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T14:19:50.587Z] #55 26.64 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T14:19:50.701Z] #62 ... [2022-06-03T14:19:50.701Z] [2022-06-03T14:19:50.701Z] #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 [2022-06-03T14:19:50.701Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:19:50.701Z] #47 6.110 + git clone https://github.com/docker/distribution.git . [2022-06-03T14:19:50.701Z] #47 6.112 Cloning into '.'... [2022-06-03T14:19:50.701Z] #47 ... [2022-06-03T14:19:50.701Z] [2022-06-03T14:19:50.701Z] #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 [2022-06-03T14:19:50.701Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:19:50.701Z] #40 7.120 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-03T14:19:50.701Z] #40 8.334 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-03T14:19:50.701Z] #40 10.32 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-03T14:19:50.701Z] #40 10.58 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-03T14:19:50.725Z] #36 19.09 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T14:19:50.848Z] #55 26.65 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T14:19:50.848Z] #55 26.70 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T14:19:50.848Z] #55 26.75 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T14:19:50.849Z] #55 26.78 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T14:19:50.849Z] #55 26.80 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T14:19:50.849Z] #55 26.86 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T14:19:50.962Z] #40 ... [2022-06-03T14:19:50.962Z] [2022-06-03T14:19:50.962Z] #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 [2022-06-03T14:19:50.962Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:50.962Z] #51 7.139 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:19:50.962Z] #51 7.168 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:19:50.962Z] #51 7.194 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:19:50.962Z] #51 7.708 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-03T14:19:50.962Z] #51 9.407 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:50.962Z] #51 ... [2022-06-03T14:19:50.962Z] [2022-06-03T14:19:50.962Z] #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 [2022-06-03T14:19:50.962Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:50.962Z] #53 6.500 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-03T14:19:50.962Z] #53 8.886 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-03T14:19:50.962Z] #53 8.894 go: downloading github.com/fatih/color v1.10.0 [2022-06-03T14:19:50.962Z] #53 8.923 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-03T14:19:50.962Z] #53 8.985 go: downloading github.com/pkg/errors v0.9.1 [2022-06-03T14:19:50.962Z] #53 9.607 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-03T14:19:50.962Z] #53 9.658 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-03T14:19:50.962Z] #53 9.718 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-03T14:19:50.962Z] #53 9.766 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-03T14:19:50.962Z] #53 10.03 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-03T14:19:50.962Z] #53 10.14 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-03T14:19:50.962Z] #53 10.36 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-03T14:19:50.962Z] #53 10.78 go: downloading golang.org/x/tools v0.1.0 [2022-06-03T14:19:50.982Z] #36 19.37 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T14:19:50.982Z] #36 19.60 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T14:19:51.110Z] #55 26.89 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T14:19:51.110Z] #55 26.95 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T14:19:51.120Z] #53 ... [2022-06-03T14:19:51.120Z] [2022-06-03T14:19:51.120Z] #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 [2022-06-03T14:19:51.120Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:19:51.120Z] #42 13.73 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:51.120Z] #42 17.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:51.224Z] #53 ... [2022-06-03T14:19:51.224Z] [2022-06-03T14:19:51.224Z] #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 [2022-06-03T14:19:51.224Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:19:51.224Z] #38 6.326 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-03T14:19:51.372Z] #55 27.10 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T14:19:51.372Z] #55 27.22 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T14:19:51.372Z] #55 27.27 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T14:19:51.372Z] #55 27.32 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T14:19:51.372Z] #55 27.33 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T14:19:51.378Z] #42 ... [2022-06-03T14:19:51.378Z] [2022-06-03T14:19:51.378Z] #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 [2022-06-03T14:19:51.378Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:19:51.378Z] #67 20.99 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T14:19:51.378Z] #67 21.31 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T14:19:51.485Z] #38 ... [2022-06-03T14:19:51.485Z] [2022-06-03T14:19:51.485Z] #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 [2022-06-03T14:19:51.485Z] #26 sha256:fa482038fdab10b905324863419ed2d876a8c89c731d9233e4ebb32334599ff0 [2022-06-03T14:19:51.485Z] #26 6.657 + RM_GOPATH=0 [2022-06-03T14:19:51.485Z] #26 6.657 + TMP_GOPATH= [2022-06-03T14:19:51.485Z] #26 6.657 + : /build [2022-06-03T14:19:51.485Z] #26 6.657 + '[' -z '' ']' [2022-06-03T14:19:51.485Z] #26 6.657 ++ mktemp -d [2022-06-03T14:19:51.485Z] #26 6.662 + export GOPATH=/tmp/tmp.S8z4YOXgn6 [2022-06-03T14:19:51.485Z] #26 6.662 + GOPATH=/tmp/tmp.S8z4YOXgn6 [2022-06-03T14:19:51.485Z] #26 6.662 + RM_GOPATH=1 [2022-06-03T14:19:51.485Z] #26 6.662 + case "$(go env GOARCH)" in [2022-06-03T14:19:51.485Z] #26 6.664 ++ go env GOARCH [2022-06-03T14:19:51.485Z] #26 6.695 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:51.485Z] #26 6.698 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:51.485Z] #26 6.700 ++ dirname /install.sh [2022-06-03T14:19:51.485Z] #26 6.710 + dir=/ [2022-06-03T14:19:51.485Z] #26 6.710 + bin=dockercli [2022-06-03T14:19:51.485Z] #26 6.710 + shift [2022-06-03T14:19:51.485Z] #26 6.710 + '[' '!' -f //dockercli.installer ']' [2022-06-03T14:19:51.485Z] #26 6.710 + . //dockercli.installer [2022-06-03T14:19:51.485Z] #26 6.710 ++ : stable [2022-06-03T14:19:51.485Z] #26 6.710 ++ : 17.06.2-ce [2022-06-03T14:19:51.485Z] #26 6.710 + install_dockercli [2022-06-03T14:19:51.485Z] #26 6.710 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T14:19:51.485Z] #26 6.710 ++ uname -m [2022-06-03T14:19:51.485Z] #26 6.711 Install docker/cli version 17.06.2-ce from stable [2022-06-03T14:19:51.485Z] #26 6.727 + arch=x86_64 [2022-06-03T14:19:51.485Z] #26 6.735 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T14:19:51.485Z] #26 6.735 + url=https://download.docker.com/linux/static [2022-06-03T14:19:51.485Z] #26 6.735 + tar -xz docker/docker [2022-06-03T14:19:51.485Z] #26 6.735 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T14:19:51.485Z] #26 ... [2022-06-03T14:19:51.485Z] [2022-06-03T14:19:51.485Z] #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 [2022-06-03T14:19:51.485Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:19:51.485Z] #67 11.17 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:19:51.485Z] #67 11.20 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T14:19:51.545Z] #36 19.99 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-03T14:19:51.633Z] #55 27.40 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T14:19:51.633Z] #55 27.40 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T14:19:51.633Z] #55 27.42 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T14:19:51.633Z] #55 27.43 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T14:19:51.633Z] #55 27.52 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T14:19:51.895Z] #55 27.66 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T14:19:51.895Z] #55 27.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T14:19:51.895Z] #55 27.75 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T14:19:51.895Z] #55 27.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T14:19:51.895Z] #55 27.83 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T14:19:51.895Z] #55 27.87 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T14:19:51.895Z] #55 27.89 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T14:19:51.895Z] #55 27.93 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T14:19:51.895Z] #55 27.95 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T14:19:51.895Z] #55 27.97 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T14:19:52.004Z] #19 98.29 Building dependency tree... [2022-06-03T14:19:52.108Z] #36 20.45 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T14:19:52.108Z] #36 20.54 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T14:19:52.108Z] #36 20.64 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T14:19:52.159Z] #55 28.02 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T14:19:52.159Z] #55 28.04 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T14:19:52.159Z] #55 28.06 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T14:19:52.159Z] #55 28.07 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T14:19:52.159Z] #55 28.09 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T14:19:52.159Z] #55 28.18 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T14:19:52.420Z] #55 28.21 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T14:19:52.420Z] #55 28.30 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T14:19:52.420Z] #55 28.36 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T14:19:52.420Z] #55 28.39 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T14:19:52.420Z] #55 28.43 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T14:19:52.451Z] #67 12.14 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T14:19:52.682Z] #55 28.45 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T14:19:52.682Z] #55 28.47 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T14:19:52.945Z] #55 ... [2022-06-03T14:19:52.945Z] [2022-06-03T14:19:52.945Z] #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 [2022-06-03T14:19:52.945Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:19:52.945Z] #42 13.72 Reading package lists... [2022-06-03T14:19:52.945Z] #42 18.91 Reading package lists... [2022-06-03T14:19:52.945Z] #42 23.36 Building dependency tree... [2022-06-03T14:19:52.945Z] #42 26.89 The following additional packages will be installed: [2022-06-03T14:19:52.945Z] #42 26.90 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-03T14:19:52.945Z] #42 26.95 Suggested packages: [2022-06-03T14:19:52.945Z] #42 26.95 cmake-doc ninja-build lrzip [2022-06-03T14:19:52.945Z] #42 26.95 Recommended packages: [2022-06-03T14:19:52.945Z] #42 26.95 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T14:19:52.945Z] #42 27.67 The following NEW packages will be installed: [2022-06-03T14:19:52.945Z] #42 27.69 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-03T14:19:52.945Z] #42 27.69 vim-common xxd [2022-06-03T14:19:52.945Z] #42 28.12 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:52.945Z] #42 28.12 Need to get 15.6 MB of archives. [2022-06-03T14:19:52.945Z] #42 28.12 After this operation, 67.4 MB of additional disk space will be used. [2022-06-03T14:19:52.945Z] #42 28.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:19:52.945Z] #42 28.12 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:19:52.945Z] #42 28.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T14:19:52.945Z] #42 28.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-03T14:19:52.946Z] #42 28.52 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] [2022-06-03T14:19:52.946Z] #42 28.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-03T14:19:52.946Z] #42 28.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-03T14:19:52.946Z] #42 28.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-03T14:19:52.946Z] #42 28.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-03T14:19:52.946Z] #42 28.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-03T14:19:52.946Z] #42 ... [2022-06-03T14:19:52.946Z] [2022-06-03T14:19:52.946Z] #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 [2022-06-03T14:19:52.946Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:52.946Z] #31 26.16 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-03T14:19:52.946Z] #31 27.68 #=#=# [2022-06-03T14:19:53.468Z] #31 28.12 #=#=# 0.1% ########## 14.2% #################### 28.3% ################################ 44.8% ########################################## 59.5% ######################################################## 79.0% ######################################################################## 100.0% [2022-06-03T14:19:53.928Z] #67 25.83 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T14:19:53.928Z] #67 26.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:54.013Z] #36 22.36 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T14:19:54.013Z] #36 ... [2022-06-03T14:19:54.013Z] [2022-06-03T14:19:54.013Z] #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 [2022-06-03T14:19:54.013Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:19:54.013Z] #40 12.26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T14:19:54.013Z] #40 12.37 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:54.013Z] #40 ... [2022-06-03T14:19:54.013Z] [2022-06-03T14:19:54.013Z] #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 [2022-06-03T14:19:54.013Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:54.013Z] #36 22.48 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-03T14:19:54.269Z] #36 ... [2022-06-03T14:19:54.269Z] [2022-06-03T14:19:54.269Z] #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 [2022-06-03T14:19:54.269Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:19:54.269Z] #53 12.66 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T14:19:54.269Z] #53 12.77 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T14:19:54.269Z] #53 ... [2022-06-03T14:19:54.269Z] [2022-06-03T14:19:54.269Z] #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 [2022-06-03T14:19:54.269Z] #67 sha256:9d1c0c8dad5719970c7000537a3e7083ee26fc3a7167eb2af14e0642c07bece1 [2022-06-03T14:19:54.269Z] #67 12.48 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T14:19:54.269Z] #67 13.60 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T14:19:54.269Z] #67 13.60 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T14:19:54.269Z] #67 13.66 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T14:19:54.269Z] #67 13.92 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:19:54.269Z] #67 14.03 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T14:19:54.269Z] #67 14.22 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T14:19:54.269Z] #67 14.80 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T14:19:54.269Z] #67 14.86 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T14:19:54.269Z] #67 17.36 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T14:19:54.269Z] #67 17.69 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:54.413Z] #31 ... [2022-06-03T14:19:54.413Z] [2022-06-03T14:19:54.413Z] #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 [2022-06-03T14:19:54.413Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T14:19:54.413Z] #62 22.95 Building dependency tree... [2022-06-03T14:19:54.413Z] #62 26.55 The following additional packages will be installed: [2022-06-03T14:19:54.413Z] #62 26.55 libbtrfs0 [2022-06-03T14:19:54.413Z] #62 26.75 The following NEW packages will be installed: [2022-06-03T14:19:54.413Z] #62 26.78 libbtrfs-dev libbtrfs0 [2022-06-03T14:19:54.413Z] #62 27.23 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:54.413Z] #62 27.23 Need to get 454 kB of archives. [2022-06-03T14:19:54.413Z] #62 27.23 After this operation, 1275 kB of additional disk space will be used. [2022-06-03T14:19:54.413Z] #62 27.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-03T14:19:54.413Z] #62 27.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-03T14:19:54.413Z] #62 28.29 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:19:54.413Z] #62 28.60 Fetched 454 kB in 0s (1329 kB/s) [2022-06-03T14:19:54.413Z] #62 28.68 Selecting previously unselected package libbtrfs0:arm64. [2022-06-03T14:19:54.413Z] #62 28.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 ... 15709 files and directories currently installed.) [2022-06-03T14:19:54.413Z] #62 28.77 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-03T14:19:54.413Z] #62 28.78 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T14:19:54.413Z] #62 28.96 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-03T14:19:54.413Z] #62 28.97 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-03T14:19:54.413Z] #62 28.98 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T14:19:54.413Z] #62 29.34 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T14:19:54.413Z] #62 29.38 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T14:19:54.413Z] #62 29.39 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:19:54.413Z] #62 DONE 30.2s [2022-06-03T14:19:54.413Z] [2022-06-03T14:19:54.414Z] #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 [2022-06-03T14:19:54.414Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:19:54.414Z] #31 29.74 [2022-06-03T14:19:54.414Z] #31 ... [2022-06-03T14:19:54.414Z] [2022-06-03T14:19:54.414Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T14:19:54.414Z] #63 sha256:ed1c78f326c87cf8ed96bcf4d933be8374133d017099afbc79391a62c30950ac [2022-06-03T14:19:54.414Z] #63 DONE 0.1s [2022-06-03T14:19:54.414Z] [2022-06-03T14:19:54.414Z] #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 [2022-06-03T14:19:54.414Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:19:54.414Z] #55 29.04 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T14:19:54.414Z] #55 29.04 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T14:19:54.414Z] #55 29.08 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T14:19:54.414Z] #55 29.16 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T14:19:54.414Z] #55 29.22 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T14:19:54.414Z] #55 29.24 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T14:19:54.414Z] #55 29.34 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T14:19:54.414Z] #55 29.37 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T14:19:54.414Z] #55 29.39 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T14:19:54.414Z] #55 29.61 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T14:19:54.414Z] #55 29.61 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T14:19:54.414Z] #55 29.61 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T14:19:54.414Z] #55 29.62 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T14:19:54.414Z] #55 29.66 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T14:19:54.414Z] #55 29.77 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T14:19:54.414Z] #55 29.85 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T14:19:54.414Z] #55 29.88 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T14:19:54.414Z] #55 29.95 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T14:19:54.414Z] #55 30.00 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T14:19:54.414Z] #55 30.05 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T14:19:54.414Z] #55 30.06 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T14:19:54.675Z] #55 30.66 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T14:19:54.863Z] #67 ... [2022-06-03T14:19:54.863Z] [2022-06-03T14:19:54.863Z] #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 [2022-06-03T14:19:54.863Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:54.863Z] #36 24.62 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T14:19:54.863Z] #36 24.63 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T14:19:54.863Z] #36 25.68 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T14:19:54.863Z] #36 26.02 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T14:19:54.863Z] #36 26.33 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T14:19:54.863Z] #36 26.77 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T14:19:54.863Z] #36 27.28 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T14:19:54.863Z] #36 27.36 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T14:19:54.863Z] #36 27.47 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T14:19:54.939Z] #55 ... [2022-06-03T14:19:54.939Z] [2022-06-03T14:19:54.939Z] #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 [2022-06-03T14:19:54.939Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-03T14:19:54.939Z] #57 30.55 v3.0.2 [2022-06-03T14:19:54.939Z] #57 DONE 30.7s [2022-06-03T14:19:54.939Z] [2022-06-03T14:19:54.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 [2022-06-03T14:19:54.939Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:19:54.939Z] #55 30.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T14:19:54.939Z] #55 30.85 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T14:19:54.939Z] #55 30.92 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T14:19:55.122Z] #36 27.72 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T14:19:55.199Z] #55 30.93 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T14:19:55.460Z] #55 31.27 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T14:19:55.460Z] #55 31.44 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T14:19:55.460Z] #55 ... [2022-06-03T14:19:55.460Z] [2022-06-03T14:19:55.460Z] #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 [2022-06-03T14:19:55.460Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T14:19:55.460Z] #51 21.10 Reading package lists... [2022-06-03T14:19:55.460Z] #51 25.38 Building dependency tree... [2022-06-03T14:19:55.460Z] #51 28.88 The following additional packages will be installed: [2022-06-03T14:19:55.460Z] #51 28.88 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:19:55.460Z] #51 28.88 python3-protobuf python3-six [2022-06-03T14:19:55.460Z] #51 28.89 Suggested packages: [2022-06-03T14:19:55.460Z] #51 28.90 python3-setuptools [2022-06-03T14:19:55.460Z] #51 28.90 Recommended packages: [2022-06-03T14:19:55.460Z] #51 28.90 iproute2 | iproute [2022-06-03T14:19:55.460Z] #51 29.46 The following NEW packages will be installed: [2022-06-03T14:19:55.460Z] #51 29.48 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:19:55.460Z] #51 29.51 python3-protobuf python3-six [2022-06-03T14:19:55.460Z] #51 30.13 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:55.460Z] #51 30.13 Need to get 2136 kB of archives. [2022-06-03T14:19:55.460Z] #51 30.13 After this operation, 10.8 MB of additional disk space will be used. [2022-06-03T14:19:55.460Z] #51 30.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-03T14:19:55.461Z] #51 30.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:19:55.461Z] #51 30.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T14:19:55.461Z] #51 30.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-03T14:19:55.461Z] #51 30.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-06-03T14:19:55.461Z] #51 30.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-06-03T14:19:55.461Z] #51 30.24 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-03T14:19:55.691Z] #36 28.22 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T14:19:55.722Z] #51 ... [2022-06-03T14:19:55.722Z] [2022-06-03T14:19:55.722Z] #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 [2022-06-03T14:19:55.723Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:19:55.723Z] #64 1.000 + RM_GOPATH=0 [2022-06-03T14:19:55.723Z] #64 1.000 + TMP_GOPATH= [2022-06-03T14:19:55.723Z] #64 1.000 + : /build [2022-06-03T14:19:55.723Z] #64 1.000 + '[' -z '' ']' [2022-06-03T14:19:55.723Z] #64 1.000 ++ mktemp -d [2022-06-03T14:19:55.723Z] #64 1.004 + export GOPATH=/tmp/tmp.nxltd8PJSP [2022-06-03T14:19:55.723Z] #64 1.012 + GOPATH=/tmp/tmp.nxltd8PJSP [2022-06-03T14:19:55.723Z] #64 1.012 + RM_GOPATH=1 [2022-06-03T14:19:55.723Z] #64 1.012 + case "$(go env GOARCH)" in [2022-06-03T14:19:55.723Z] #64 1.012 ++ go env GOARCH [2022-06-03T14:19:55.723Z] #64 1.020 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:55.723Z] #64 1.020 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:19:55.723Z] #64 1.021 ++ dirname /install.sh [2022-06-03T14:19:55.723Z] #64 1.024 + dir=/ [2022-06-03T14:19:55.723Z] #64 1.024 + bin=containerd [2022-06-03T14:19:55.723Z] #64 1.025 + shift [2022-06-03T14:19:55.723Z] #64 1.025 + '[' '!' -f //containerd.installer ']' [2022-06-03T14:19:55.723Z] #64 1.026 + . //containerd.installer [2022-06-03T14:19:55.723Z] #64 1.026 ++ set -e [2022-06-03T14:19:55.723Z] #64 1.026 ++ : v1.6.4 [2022-06-03T14:19:55.723Z] #64 1.026 + install_containerd [2022-06-03T14:19:55.723Z] #64 1.027 + echo 'Install containerd version v1.6.4' [2022-06-03T14:19:55.723Z] #64 1.028 Install containerd version v1.6.4 [2022-06-03T14:19:55.723Z] #64 1.028 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nxltd8PJSP/src/github.com/containerd/containerd [2022-06-03T14:19:55.723Z] #64 1.031 Cloning into '/tmp/tmp.nxltd8PJSP/src/github.com/containerd/containerd'... [2022-06-03T14:19:56.190Z] #19 106.6 The following additional packages will be installed: [2022-06-03T14:19:56.190Z] #19 106.6 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-03T14:19:56.190Z] #19 106.6 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-03T14:19:56.190Z] #19 106.6 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-03T14:19:56.190Z] #19 106.6 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-03T14:19:56.190Z] #19 106.6 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-03T14:19:56.190Z] #19 106.6 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-03T14:19:56.190Z] #19 106.6 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-03T14:19:56.190Z] #19 106.6 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-03T14:19:56.190Z] #19 106.6 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.6 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-03T14:19:56.190Z] #19 106.6 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-03T14:19:56.190Z] #19 106.6 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-03T14:19:56.190Z] #19 106.6 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-03T14:19:56.190Z] #19 106.6 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-03T14:19:56.190Z] #19 106.6 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-03T14:19:56.190Z] #19 106.6 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-03T14:19:56.190Z] #19 106.6 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-03T14:19:56.190Z] #19 106.6 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-03T14:19:56.190Z] #19 106.6 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-03T14:19:56.190Z] #19 106.6 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-03T14:19:56.190Z] #19 106.6 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-03T14:19:56.190Z] #19 106.6 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-03T14:19:56.190Z] #19 106.6 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-03T14:19:56.190Z] #19 106.6 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-03T14:19:56.190Z] #19 106.6 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-03T14:19:56.190Z] #19 106.6 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-03T14:19:56.190Z] #19 106.6 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-03T14:19:56.190Z] #19 106.6 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-03T14:19:56.190Z] #19 106.6 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-03T14:19:56.190Z] #19 106.6 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-03T14:19:56.190Z] #19 106.6 linux-libc-dev-s390x-cross patch xz-utils [2022-06-03T14:19:56.190Z] #19 106.7 Suggested packages: [2022-06-03T14:19:56.190Z] #19 106.7 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-03T14:19:56.190Z] #19 106.7 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.7 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-03T14:19:56.190Z] #19 106.7 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-03T14:19:56.190Z] #19 106.7 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-03T14:19:56.190Z] #19 106.7 libyaml-shell-perl ed diffutils-doc [2022-06-03T14:19:56.190Z] #19 106.7 Recommended packages: [2022-06-03T14:19:56.190Z] #19 106.7 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-03T14:19:56.190Z] #19 106.7 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-03T14:19:56.259Z] #36 ... [2022-06-03T14:19:56.259Z] [2022-06-03T14:19:56.259Z] #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 [2022-06-03T14:19:56.259Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:19:56.259Z] #38 28.67 tomll can be used in two ways: [2022-06-03T14:19:56.259Z] #38 28.68 Writing to STDIN and reading from STDOUT: [2022-06-03T14:19:56.259Z] #38 28.68 cat file.toml | tomll > file.toml [2022-06-03T14:19:56.259Z] #38 28.68 [2022-06-03T14:19:56.259Z] #38 28.68 Reading and updating a list of files: [2022-06-03T14:19:56.259Z] #38 28.68 tomll a.toml b.toml c.toml [2022-06-03T14:19:56.259Z] #38 28.68 [2022-06-03T14:19:56.259Z] #38 28.68 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T14:19:56.259Z] #38 DONE 28.9s [2022-06-03T14:19:56.259Z] [2022-06-03T14:19:56.259Z] #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 [2022-06-03T14:19:56.259Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:56.259Z] #36 29.05 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-03T14:19:57.640Z] #36 30.30 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T14:19:57.756Z] #67 ... [2022-06-03T14:19:57.756Z] [2022-06-03T14:19:57.756Z] #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 [2022-06-03T14:19:57.756Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:19:57.756Z] #14 7.200 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:19:57.756Z] #14 10.42 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:57.756Z] #14 13.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:57.756Z] #14 ... [2022-06-03T14:19:57.756Z] [2022-06-03T14:19:57.756Z] #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 [2022-06-03T14:19:57.756Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:19:57.756Z] #51 13.15 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:19:57.756Z] #51 16.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:19:57.756Z] #51 ... [2022-06-03T14:19:57.756Z] [2022-06-03T14:19:57.756Z] #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 [2022-06-03T14:19:57.756Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:19:57.756Z] #36 7.600 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-03T14:19:57.756Z] #36 ... [2022-06-03T14:19:57.756Z] [2022-06-03T14:19:57.756Z] #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 [2022-06-03T14:19:57.756Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:19:57.757Z] #40 11.07 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-03T14:19:57.757Z] #40 16.37 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-03T14:19:57.757Z] #40 16.61 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:19:57.898Z] #36 30.63 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T14:19:58.018Z] #40 ... [2022-06-03T14:19:58.018Z] [2022-06-03T14:19:58.018Z] #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 [2022-06-03T14:19:58.018Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:19:58.018Z] #67 17.57 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T14:19:58.157Z] #36 30.80 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T14:19:59.028Z] #64 ... [2022-06-03T14:19:59.028Z] [2022-06-03T14:19:59.028Z] #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 [2022-06-03T14:19:59.028Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-03T14:19:59.028Z] #40 33.17 NAME: [2022-06-03T14:19:59.028Z] #40 33.17 go-winres - A tool for embedding resources in Windows executables [2022-06-03T14:19:59.028Z] #40 33.17 [2022-06-03T14:19:59.028Z] #40 33.17 USAGE: [2022-06-03T14:19:59.028Z] #40 33.18 go-winres [global options] command [command options] [arguments...] [2022-06-03T14:19:59.028Z] #40 33.18 [2022-06-03T14:19:59.028Z] #40 33.18 COMMANDS: [2022-06-03T14:19:59.028Z] #40 33.18 init Create an initial ./winres/winres.json [2022-06-03T14:19:59.028Z] #40 33.18 make Make syso files for the "go build" command [2022-06-03T14:19:59.028Z] #40 33.18 simply Make syso files for the "go build" command (simplified) [2022-06-03T14:19:59.028Z] #40 33.18 extract Extract all resources from an executable [2022-06-03T14:19:59.028Z] #40 33.18 patch Replace resources in an executable file (exe, dll) [2022-06-03T14:19:59.028Z] #40 33.18 help, h Shows a list of commands or help for one command [2022-06-03T14:19:59.028Z] #40 33.18 [2022-06-03T14:19:59.028Z] #40 33.18 GLOBAL OPTIONS: [2022-06-03T14:19:59.028Z] #40 33.18 --help, -h show help (default: false) [2022-06-03T14:19:59.028Z] #40 DONE 35.0s [2022-06-03T14:19:59.028Z] [2022-06-03T14:19:59.028Z] #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 [2022-06-03T14:19:59.028Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:19:59.028Z] #14 23.65 Building dependency tree... [2022-06-03T14:19:59.028Z] #14 27.07 The following additional packages will be installed: [2022-06-03T14:19:59.028Z] #14 27.07 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:19:59.028Z] #14 27.07 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T14:19:59.028Z] #14 27.07 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T14:19:59.028Z] #14 27.07 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T14:19:59.028Z] #14 27.07 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T14:19:59.028Z] #14 27.08 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T14:19:59.028Z] #14 27.08 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T14:19:59.028Z] #14 27.09 Suggested packages: [2022-06-03T14:19:59.028Z] #14 27.11 gcc-10-locales seccomp wine64 [2022-06-03T14:19:59.028Z] #14 28.28 The following NEW packages will be installed: [2022-06-03T14:19:59.028Z] #14 28.29 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:19:59.028Z] #14 28.29 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T14:19:59.028Z] #14 28.29 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T14:19:59.028Z] #14 28.29 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T14:19:59.028Z] #14 28.29 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T14:19:59.029Z] #14 28.29 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T14:19:59.029Z] #14 28.30 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T14:19:59.029Z] #14 28.30 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T14:19:59.029Z] #14 28.30 mingw-w64-x86-64-dev [2022-06-03T14:19:59.029Z] #14 28.69 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:19:59.029Z] #14 28.69 Need to get 108 MB of archives. [2022-06-03T14:19:59.029Z] #14 28.69 After this operation, 620 MB of additional disk space will be used. [2022-06-03T14:19:59.029Z] #14 28.69 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] [2022-06-03T14:19:59.029Z] #14 28.72 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] [2022-06-03T14:19:59.029Z] #14 28.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-03T14:19:59.029Z] #14 28.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-06-03T14:19:59.029Z] #14 28.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-06-03T14:19:59.029Z] #14 28.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T14:19:59.029Z] #14 29.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] [2022-06-03T14:19:59.029Z] #14 29.17 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] [2022-06-03T14:19:59.029Z] #14 29.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-06-03T14:19:59.029Z] #14 29.63 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] [2022-06-03T14:19:59.029Z] #14 31.02 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] [2022-06-03T14:19:59.029Z] #14 31.67 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] [2022-06-03T14:19:59.029Z] #14 32.19 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] [2022-06-03T14:19:59.029Z] #14 33.54 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] [2022-06-03T14:19:59.029Z] #14 34.15 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] [2022-06-03T14:19:59.029Z] #14 34.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-03T14:19:59.029Z] #14 34.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-03T14:19:59.029Z] #14 34.19 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-03T14:19:59.029Z] #14 34.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-03T14:19:59.029Z] #14 34.19 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] [2022-06-03T14:19:59.029Z] #14 34.21 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-03T14:19:59.029Z] #14 34.21 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-03T14:19:59.029Z] #14 34.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-03T14:19:59.029Z] #14 34.22 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-03T14:19:59.029Z] #14 34.23 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-03T14:19:59.029Z] #14 34.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-03T14:19:59.029Z] #14 34.26 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-03T14:19:59.029Z] #14 34.31 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-06-03T14:19:59.029Z] #14 34.33 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-03T14:19:59.029Z] #14 34.35 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-03T14:19:59.289Z] #14 ... [2022-06-03T14:19:59.289Z] [2022-06-03T14:19:59.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 [2022-06-03T14:19:59.289Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T14:19:59.289Z] #51 32.47 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-03T14:19:59.289Z] #51 34.05 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:19:59.289Z] #51 34.29 Fetched 2136 kB in 3s (660 kB/s) [2022-06-03T14:19:59.289Z] #51 34.68 Selecting previously unselected package libprotobuf23:arm64. [2022-06-03T14:19:59.289Z] #51 34.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 ... 15709 files and directories currently installed.) [2022-06-03T14:19:59.289Z] #51 34.72 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-03T14:19:59.289Z] #51 34.74 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-03T14:19:59.403Z] #67 19.19 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T14:19:59.532Z] #67 ... [2022-06-03T14:19:59.532Z] [2022-06-03T14:19:59.532Z] #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 [2022-06-03T14:19:59.532Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:19:59.532Z] #47 27.06 Updating files: 74% (1616/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. [2022-06-03T14:19:59.532Z] #47 27.65 + git checkout -q v2.3.0 [2022-06-03T14:19:59.664Z] #67 19.24 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T14:19:59.789Z] #47 ... [2022-06-03T14:19:59.789Z] [2022-06-03T14:19:59.789Z] #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 [2022-06-03T14:19:59.789Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:19:59.789Z] #42 11.43 Reading package lists... [2022-06-03T14:19:59.789Z] #42 18.52 Reading package lists... [2022-06-03T14:19:59.789Z] #42 24.54 Building dependency tree... [2022-06-03T14:19:59.789Z] #42 27.70 The following additional packages will be installed: [2022-06-03T14:19:59.789Z] #42 27.71 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-03T14:19:59.789Z] #42 27.77 Suggested packages: [2022-06-03T14:19:59.789Z] #42 27.77 cmake-doc ninja-build lrzip [2022-06-03T14:19:59.789Z] #42 27.77 Recommended packages: [2022-06-03T14:19:59.789Z] #42 27.77 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T14:19:59.789Z] #42 ... [2022-06-03T14:19:59.789Z] [2022-06-03T14:19:59.789Z] #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 [2022-06-03T14:19:59.789Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:19:59.789Z] #55 28.19 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T14:19:59.789Z] #55 28.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:19:59.789Z] #55 28.23 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T14:19:59.789Z] #55 28.35 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T14:19:59.925Z] #67 19.58 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T14:19:59.925Z] #67 19.69 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:20:00.045Z] #55 28.67 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T14:20:00.185Z] #67 19.80 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T14:20:00.230Z] #51 35.90 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:20:00.230Z] #51 35.91 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:20:00.231Z] #51 35.92 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:00.494Z] #51 36.13 Selecting previously unselected package python3-six. [2022-06-03T14:20:00.494Z] #51 36.14 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T14:20:00.494Z] #51 36.14 Unpacking python3-six (1.16.0-2) ... [2022-06-03T14:20:00.494Z] #51 36.24 Selecting previously unselected package python3-protobuf. [2022-06-03T14:20:00.607Z] #55 29.14 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T14:20:00.607Z] #55 29.14 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T14:20:00.607Z] #55 29.21 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T14:20:00.607Z] #55 29.21 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T14:20:00.607Z] #55 ... [2022-06-03T14:20:00.607Z] [2022-06-03T14:20:00.607Z] #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 [2022-06-03T14:20:00.607Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:00.607Z] #62 19.15 Fetched 8537 kB in 15s (589 kB/s) [2022-06-03T14:20:00.607Z] #62 19.15 Reading package lists... [2022-06-03T14:20:00.689Z] #36 33.03 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T14:20:00.689Z] #36 33.15 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-03T14:20:00.754Z] #51 36.25 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-03T14:20:00.754Z] #51 36.26 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:00.757Z] #67 20.23 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T14:20:00.864Z] #62 25.36 Reading package lists... [2022-06-03T14:20:00.864Z] #62 ... [2022-06-03T14:20:00.864Z] [2022-06-03T14:20:00.864Z] #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 [2022-06-03T14:20:00.864Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:00.864Z] #42 28.56 The following NEW packages will be installed: [2022-06-03T14:20:00.864Z] #42 28.56 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-03T14:20:00.864Z] #42 28.59 vim-common xxd [2022-06-03T14:20:00.864Z] #42 28.97 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:00.864Z] #42 28.97 Need to get 17.7 MB of archives. [2022-06-03T14:20:00.864Z] #42 28.97 After this operation, 70.7 MB of additional disk space will be used. [2022-06-03T14:20:00.864Z] #42 28.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:20:00.864Z] #42 28.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:20:00.864Z] #42 28.97 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T14:20:00.864Z] #42 29.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:20:00.864Z] #42 ... [2022-06-03T14:20:00.864Z] [2022-06-03T14:20:00.864Z] #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 [2022-06-03T14:20:00.864Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:00.864Z] #14 19.43 Fetched 8537 kB in 15s (587 kB/s) [2022-06-03T14:20:00.864Z] #14 19.43 Reading package lists... [2022-06-03T14:20:01.015Z] #51 36.74 Selecting previously unselected package libnet1:arm64. [2022-06-03T14:20:01.015Z] #51 36.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-03T14:20:01.015Z] #51 36.75 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:01.121Z] #14 25.39 Reading package lists... [2022-06-03T14:20:01.121Z] #14 ... [2022-06-03T14:20:01.121Z] [2022-06-03T14:20:01.121Z] #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 [2022-06-03T14:20:01.121Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:01.121Z] #42 29.64 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] [2022-06-03T14:20:01.121Z] #42 29.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T14:20:01.121Z] #42 29.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T14:20:01.121Z] #42 29.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T14:20:01.121Z] #42 29.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T14:20:01.121Z] #42 29.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T14:20:01.276Z] #51 36.87 Selecting previously unselected package libnl-3-200:arm64. [2022-06-03T14:20:01.276Z] #51 36.87 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-03T14:20:01.276Z] #51 36.89 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T14:20:01.276Z] #51 37.04 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-03T14:20:01.276Z] #51 37.05 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-03T14:20:01.276Z] #51 37.05 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T14:20:01.329Z] #67 21.07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T14:20:01.536Z] #51 37.18 Selecting previously unselected package criu. [2022-06-03T14:20:01.536Z] #51 37.20 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-03T14:20:01.536Z] #51 37.21 Unpacking criu (3.17-1) ... [2022-06-03T14:20:01.900Z] #67 21.47 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T14:20:02.163Z] #67 21.77 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T14:20:02.479Z] #51 38.09 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:02.495Z] #42 31.12 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:02.735Z] #67 ... [2022-06-03T14:20:02.735Z] [2022-06-03T14:20:02.735Z] #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 [2022-06-03T14:20:02.735Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:02.735Z] #42 12.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:20:02.735Z] #42 15.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:20:02.751Z] #42 31.37 Fetched 17.7 MB in 1s (12.7 MB/s) [2022-06-03T14:20:02.751Z] #42 31.47 Selecting previously unselected package xxd. [2022-06-03T14:20:02.996Z] #42 ... [2022-06-03T14:20:02.996Z] [2022-06-03T14:20:02.996Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-03T14:20:02.996Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:02.996Z] #62 12.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:20:02.996Z] #62 16.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:20:03.007Z] #42 31.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T14:20:03.007Z] #42 31.55 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:20:03.007Z] #42 31.56 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:03.262Z] #62 ... [2022-06-03T14:20:03.262Z] [2022-06-03T14:20:03.262Z] #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 [2022-06-03T14:20:03.262Z] #26 sha256:fa482038fdab10b905324863419ed2d876a8c89c731d9233e4ebb32334599ff0 [2022-06-03T14:20:03.262Z] #26 21.70 + mkdir -p /build [2022-06-03T14:20:03.262Z] #26 21.73 + mv docker/docker /build/ [2022-06-03T14:20:03.262Z] #26 21.75 + rmdir docker [2022-06-03T14:20:03.263Z] #42 31.82 Selecting previously unselected package vim-common. [2022-06-03T14:20:03.263Z] #42 31.82 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:20:03.263Z] #42 31.86 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:03.263Z] #42 ... [2022-06-03T14:20:03.263Z] [2022-06-03T14:20:03.263Z] #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 [2022-06-03T14:20:03.263Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:03.263Z] #51 21.53 Fetched 8541 kB in 16s (538 kB/s) [2022-06-03T14:20:03.263Z] #51 21.53 Reading package lists... [2022-06-03T14:20:03.424Z] #51 ... [2022-06-03T14:20:03.424Z] [2022-06-03T14:20:03.424Z] #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 [2022-06-03T14:20:03.424Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:20:03.424Z] #31 33.96 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-03T14:20:03.424Z] #31 35.58 [2022-06-03T14:20:03.424Z] #31 35.87 #=#=# ######################################################################## 100.0% [2022-06-03T14:20:03.424Z] #31 37.02 [2022-06-03T14:20:03.520Z] #51 27.39 Reading package lists... [2022-06-03T14:20:03.520Z] #51 ... [2022-06-03T14:20:03.520Z] [2022-06-03T14:20:03.520Z] #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 [2022-06-03T14:20:03.520Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:20:03.520Z] #47 29.27 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-03T14:20:03.685Z] #31 39.21 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-03T14:20:03.946Z] #31 ... [2022-06-03T14:20:03.946Z] [2022-06-03T14:20:03.946Z] #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 [2022-06-03T14:20:03.946Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:20:03.946Z] #42 29.87 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:03.946Z] #42 30.49 Fetched 15.6 MB in 1s (16.8 MB/s) [2022-06-03T14:20:03.946Z] #42 30.60 Selecting previously unselected package xxd. [2022-06-03T14:20:03.946Z] #42 30.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-03T14:20:03.946Z] #42 30.69 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-03T14:20:03.946Z] #42 30.73 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:03.946Z] #42 31.17 Selecting previously unselected package vim-common. [2022-06-03T14:20:03.946Z] #42 31.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:20:03.946Z] #42 31.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:03.946Z] #42 31.77 Selecting previously unselected package cmake-data. [2022-06-03T14:20:03.946Z] #42 31.77 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T14:20:03.946Z] #42 31.80 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:03.946Z] #42 35.58 Selecting previously unselected package libicu67:arm64. [2022-06-03T14:20:03.946Z] #42 35.58 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-03T14:20:03.946Z] #42 35.60 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-03T14:20:03.980Z] #36 ... [2022-06-03T14:20:03.980Z] [2022-06-03T14:20:03.980Z] #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 [2022-06-03T14:20:03.980Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:20:04.207Z] #42 ... [2022-06-03T14:20:04.207Z] [2022-06-03T14:20:04.207Z] #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 [2022-06-03T14:20:04.207Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T14:20:04.207Z] #51 39.56 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-03T14:20:04.207Z] #51 39.60 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:04.207Z] #51 39.62 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T14:20:04.207Z] #51 39.63 Setting up python3-six (1.16.0-2) ... [2022-06-03T14:20:04.288Z] #19 114.0 The following NEW packages will be installed: [2022-06-03T14:20:04.288Z] #19 114.0 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-03T14:20:04.288Z] #19 114.0 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-03T14:20:04.289Z] #19 114.0 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-03T14:20:04.289Z] #19 114.0 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-03T14:20:04.289Z] #19 114.0 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-03T14:20:04.289Z] #19 114.0 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-03T14:20:04.289Z] #19 114.0 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-03T14:20:04.289Z] #19 114.0 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-03T14:20:04.289Z] #19 114.0 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-03T14:20:04.289Z] #19 114.0 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-03T14:20:04.289Z] #19 114.0 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-03T14:20:04.289Z] #19 114.0 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-03T14:20:04.289Z] #19 114.0 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-03T14:20:04.289Z] #19 114.0 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-03T14:20:04.289Z] #19 114.0 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-03T14:20:04.289Z] #19 114.0 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-03T14:20:04.289Z] #19 114.0 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-03T14:20:04.289Z] #19 114.0 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-03T14:20:04.289Z] #19 114.0 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-03T14:20:04.289Z] #19 114.0 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-03T14:20:04.289Z] #19 114.0 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-03T14:20:04.289Z] #19 114.0 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-03T14:20:04.289Z] #19 114.0 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-03T14:20:04.289Z] #19 114.0 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-03T14:20:04.289Z] #19 114.0 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-03T14:20:04.289Z] #19 114.0 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-03T14:20:04.289Z] #19 114.0 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-03T14:20:04.289Z] #19 114.0 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-03T14:20:04.289Z] #19 114.0 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-03T14:20:04.289Z] #19 114.0 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-03T14:20:04.289Z] #19 114.0 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-03T14:20:04.289Z] #19 114.0 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-03T14:20:04.289Z] #19 114.0 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-03T14:20:04.289Z] #19 114.0 linux-libc-dev-s390x-cross patch xz-utils [2022-06-03T14:20:04.289Z] #19 114.8 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:04.289Z] #19 114.8 Need to get 788 MB of archives. [2022-06-03T14:20:04.289Z] #19 114.8 After this operation, 3385 MB of additional disk space will be used. [2022-06-03T14:20:04.289Z] #19 114.8 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-06-03T14:20:04.289Z] #19 114.8 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T14:20:04.289Z] #19 114.8 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-03T14:20:04.289Z] #19 114.8 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-03T14:20:04.289Z] #19 114.8 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-03T14:20:04.289Z] #19 114.8 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] [2022-06-03T14:20:04.289Z] #19 114.8 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-06-03T14:20:04.289Z] #19 114.9 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-06-03T14:20:04.289Z] #19 115.0 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-06-03T14:20:04.289Z] #19 115.1 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-06-03T14:20:04.289Z] #19 115.2 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-06-03T14:20:04.289Z] #19 115.3 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T14:20:04.545Z] #19 115.3 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-06-03T14:20:05.156Z] #51 40.70 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T14:20:05.156Z] #51 40.72 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:05.180Z] #26 DONE 24.9s [2022-06-03T14:20:05.180Z] [2022-06-03T14:20:05.180Z] #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 [2022-06-03T14:20:05.180Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:20:05.180Z] #53 20.72 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-03T14:20:05.180Z] #53 20.76 go: downloading golang.org/x/mod v0.3.0 [2022-06-03T14:20:05.275Z] #47 36.29 Updating files: 48% (1050/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 82% (1806/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-03T14:20:05.275Z] #47 37.68 + git checkout -q v2.3.0 [2022-06-03T14:20:05.275Z] #47 ... [2022-06-03T14:20:05.275Z] [2022-06-03T14:20:05.275Z] #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 [2022-06-03T14:20:05.275Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:05.275Z] #62 28.06 Fetched 8537 kB in 23s (379 kB/s) [2022-06-03T14:20:05.275Z] #62 28.06 Reading package lists... [2022-06-03T14:20:05.753Z] #53 ... [2022-06-03T14:20:05.753Z] [2022-06-03T14:20:05.753Z] #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 [2022-06-03T14:20:05.753Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:20:05.753Z] #67 25.63 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:20:06.651Z] #62 37.15 Reading package lists... [2022-06-03T14:20:06.651Z] #62 ... [2022-06-03T14:20:06.651Z] [2022-06-03T14:20:06.651Z] #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 [2022-06-03T14:20:06.651Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:06.651Z] #14 20.96 Reading package lists... [2022-06-03T14:20:06.651Z] #14 30.74 Reading package lists... [2022-06-03T14:20:06.793Z] #47 ... [2022-06-03T14:20:06.793Z] [2022-06-03T14:20:06.793Z] #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 [2022-06-03T14:20:06.793Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:06.793Z] #55 30.18 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T14:20:06.793Z] #55 30.19 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T14:20:06.793Z] #55 33.66 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:20:06.793Z] #55 33.66 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T14:20:06.793Z] #55 33.82 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T14:20:06.793Z] #55 33.86 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T14:20:06.793Z] #55 33.88 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T14:20:06.793Z] #55 33.95 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T14:20:06.793Z] #55 34.00 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T14:20:06.793Z] #55 34.01 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T14:20:06.793Z] #55 34.15 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T14:20:06.793Z] #55 34.19 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T14:20:06.793Z] #55 34.22 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T14:20:06.793Z] #55 34.25 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T14:20:06.793Z] #55 34.36 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T14:20:06.793Z] #55 34.37 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T14:20:06.793Z] #55 34.45 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T14:20:06.793Z] #55 34.55 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T14:20:06.793Z] #55 34.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T14:20:06.793Z] #55 34.71 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T14:20:06.793Z] #55 34.72 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T14:20:06.793Z] #55 34.72 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T14:20:06.793Z] #55 34.80 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T14:20:06.793Z] #55 35.43 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T14:20:06.793Z] #55 35.51 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T14:20:07.050Z] #55 35.57 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T14:20:07.050Z] #55 35.61 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T14:20:07.050Z] #55 35.70 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T14:20:07.050Z] #55 35.75 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T14:20:07.070Z] #19 117.6 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] [2022-06-03T14:20:07.070Z] #19 117.6 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] [2022-06-03T14:20:07.078Z] #51 ... [2022-06-03T14:20:07.078Z] [2022-06-03T14:20:07.078Z] #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 [2022-06-03T14:20:07.078Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:20:07.078Z] #55 32.75 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T14:20:07.078Z] #55 32.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T14:20:07.078Z] #55 32.78 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T14:20:07.078Z] #55 32.86 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T14:20:07.078Z] #55 32.96 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T14:20:07.078Z] #55 32.96 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T14:20:07.078Z] #55 33.03 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T14:20:07.078Z] #55 33.21 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T14:20:07.078Z] #55 33.34 go: downloading golang.org/x/text v0.3.7 [2022-06-03T14:20:07.078Z] #55 37.63 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T14:20:07.078Z] #55 37.76 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T14:20:07.078Z] #55 37.79 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T14:20:07.078Z] #55 37.83 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T14:20:07.078Z] #55 37.88 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T14:20:07.078Z] #55 37.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T14:20:07.078Z] #55 37.91 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T14:20:07.078Z] #55 38.12 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T14:20:07.078Z] #55 38.15 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T14:20:07.078Z] #55 38.15 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T14:20:07.078Z] #55 38.17 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T14:20:07.078Z] #55 38.26 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T14:20:07.078Z] #55 38.61 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T14:20:07.078Z] #55 38.80 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T14:20:07.078Z] #55 38.83 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T14:20:07.078Z] #55 38.95 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T14:20:07.078Z] #55 38.98 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T14:20:07.078Z] #55 39.08 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T14:20:07.078Z] #55 39.09 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T14:20:07.078Z] #55 39.11 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T14:20:07.078Z] #55 39.18 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T14:20:07.078Z] #55 39.34 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T14:20:07.078Z] #55 39.49 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T14:20:07.078Z] #55 39.56 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T14:20:07.078Z] #55 39.67 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T14:20:07.078Z] #55 41.07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T14:20:07.078Z] #55 ... [2022-06-03T14:20:07.078Z] [2022-06-03T14:20:07.078Z] #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 [2022-06-03T14:20:07.078Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:20:07.078Z] #31 40.74 [2022-06-03T14:20:07.078Z] #31 41.12 #=#=# ######################################################################## 100.0% [2022-06-03T14:20:07.078Z] #31 42.35 [2022-06-03T14:20:07.078Z] #31 42.64 Download of images into '/build' complete. [2022-06-03T14:20:07.078Z] #31 42.64 Use something like the following to load the result into a Docker daemon: [2022-06-03T14:20:07.078Z] #31 42.64 tar -cC '/build' . | docker load [2022-06-03T14:20:07.981Z] #55 36.50 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T14:20:07.981Z] #55 36.53 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T14:20:07.981Z] #55 36.58 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T14:20:07.981Z] #55 36.60 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T14:20:07.981Z] #55 36.65 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T14:20:08.038Z] #14 39.20 Building dependency tree... [2022-06-03T14:20:08.038Z] #14 ... [2022-06-03T14:20:08.038Z] [2022-06-03T14:20:08.038Z] #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 [2022-06-03T14:20:08.038Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:08.038Z] #42 30.62 Fetched 8537 kB in 23s (369 kB/s) [2022-06-03T14:20:08.038Z] #42 30.62 Reading package lists... [2022-06-03T14:20:08.257Z] #55 36.70 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T14:20:08.258Z] #55 36.73 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T14:20:08.258Z] #55 36.74 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T14:20:08.258Z] #55 36.85 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T14:20:08.258Z] #55 ... [2022-06-03T14:20:08.258Z] [2022-06-03T14:20:08.258Z] #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 [2022-06-03T14:20:08.258Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:08.258Z] #62 25.36 Reading package lists... [2022-06-03T14:20:08.258Z] #62 30.65 Building dependency tree... [2022-06-03T14:20:08.258Z] #62 33.92 The following additional packages will be installed: [2022-06-03T14:20:08.258Z] #62 33.96 libbtrfs0 [2022-06-03T14:20:08.258Z] #62 34.22 The following NEW packages will be installed: [2022-06-03T14:20:08.258Z] #62 34.22 libbtrfs-dev libbtrfs0 [2022-06-03T14:20:08.258Z] #62 34.66 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:08.258Z] #62 34.66 Need to get 460 kB of archives. [2022-06-03T14:20:08.258Z] #62 34.66 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T14:20:08.258Z] #62 34.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:20:08.258Z] #62 34.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:20:08.258Z] #62 35.79 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:08.258Z] #62 36.05 Fetched 460 kB in 0s (1365 kB/s) [2022-06-03T14:20:08.258Z] #62 36.14 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:20:08.258Z] #62 36.14 (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.) [2022-06-03T14:20:08.258Z] #62 36.23 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:20:08.258Z] #62 36.25 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:20:08.258Z] #62 36.51 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:20:08.258Z] #62 36.51 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:20:08.258Z] #62 36.51 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:20:08.258Z] #62 36.81 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:20:08.258Z] #62 36.88 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:20:08.301Z] #67 ... [2022-06-03T14:20:08.301Z] [2022-06-03T14:20:08.301Z] #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 [2022-06-03T14:20:08.301Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T14:20:08.301Z] #38 27.63 tomll can be used in two ways: [2022-06-03T14:20:08.301Z] #38 27.68 Writing to STDIN and reading from STDOUT: [2022-06-03T14:20:08.301Z] #38 27.68 cat file.toml | tomll > file.toml [2022-06-03T14:20:08.301Z] #38 27.68 [2022-06-03T14:20:08.301Z] #38 27.68 Reading and updating a list of files: [2022-06-03T14:20:08.301Z] #38 27.68 tomll a.toml b.toml c.toml [2022-06-03T14:20:08.301Z] #38 27.68 [2022-06-03T14:20:08.301Z] #38 27.68 When given a list of files, tomll will modify all files in place without asking. [2022-06-03T14:20:08.301Z] #38 DONE 27.8s [2022-06-03T14:20:08.301Z] [2022-06-03T14:20:08.301Z] #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 [2022-06-03T14:20:08.301Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:20:08.301Z] #36 25.55 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-03T14:20:08.301Z] #36 25.55 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-03T14:20:08.301Z] #36 26.36 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-03T14:20:08.301Z] #36 26.90 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-03T14:20:08.301Z] #36 27.11 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-03T14:20:08.301Z] #36 27.63 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-03T14:20:08.301Z] #36 28.28 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-03T14:20:08.301Z] #36 28.38 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-03T14:20:08.440Z] #19 119.1 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T14:20:08.440Z] #19 119.1 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-06-03T14:20:08.520Z] #62 36.90 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:08.561Z] #36 28.64 go: downloading github.com/peterh/liner v1.2.2 [2022-06-03T14:20:08.777Z] #62 ... [2022-06-03T14:20:08.777Z] [2022-06-03T14:20:08.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 [2022-06-03T14:20:08.777Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:08.777Z] #55 36.94 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T14:20:08.777Z] #55 37.09 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T14:20:08.777Z] #55 37.17 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T14:20:08.777Z] #55 37.29 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T14:20:08.777Z] #55 37.36 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T14:20:08.974Z] #42 39.42 Reading package lists... [2022-06-03T14:20:08.974Z] #42 ... [2022-06-03T14:20:08.974Z] [2022-06-03T14:20:08.974Z] #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 [2022-06-03T14:20:08.974Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:08.974Z] #14 39.20 Building dependency tree... [2022-06-03T14:20:09.033Z] #55 ... [2022-06-03T14:20:09.033Z] [2022-06-03T14:20:09.033Z] #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 [2022-06-03T14:20:09.033Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:20:09.033Z] #57 37.33 v3.0.2 [2022-06-03T14:20:09.033Z] #57 DONE 37.5s [2022-06-03T14:20:09.033Z] [2022-06-03T14:20:09.033Z] #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 [2022-06-03T14:20:09.033Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:09.033Z] #62 DONE 37.5s [2022-06-03T14:20:09.033Z] [2022-06-03T14:20:09.033Z] #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 [2022-06-03T14:20:09.033Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:09.033Z] #55 37.54 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T14:20:09.033Z] #55 37.60 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T14:20:09.131Z] #36 29.01 go: downloading github.com/google/go-dap v0.6.0 [2022-06-03T14:20:09.289Z] #55 37.73 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T14:20:09.289Z] #55 37.79 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T14:20:09.289Z] #55 37.81 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T14:20:09.289Z] #55 ... [2022-06-03T14:20:09.289Z] [2022-06-03T14:20:09.289Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T14:20:09.289Z] #63 sha256:d694c13c4f0565afc32aa27ecff3586093b67659279c5b320430e15e9a9d48a4 [2022-06-03T14:20:09.289Z] #63 DONE 0.4s [2022-06-03T14:20:09.289Z] [2022-06-03T14:20:09.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 [2022-06-03T14:20:09.289Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:09.289Z] #55 37.84 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T14:20:09.545Z] #55 38.05 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T14:20:09.545Z] #55 38.12 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T14:20:09.545Z] #55 38.12 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T14:20:09.545Z] #55 38.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T14:20:09.630Z] #31 ... [2022-06-03T14:20:09.630Z] [2022-06-03T14:20:09.630Z] #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 [2022-06-03T14:20:09.630Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:20:09.630Z] #14 35.30 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:09.630Z] #14 35.75 Fetched 108 MB in 6s (18.1 MB/s) [2022-06-03T14:20:09.630Z] #14 35.98 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T14:20:09.630Z] #14 35.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 ... 15709 files and directories currently installed.) [2022-06-03T14:20:09.630Z] #14 36.04 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-03T14:20:09.630Z] #14 36.13 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:09.630Z] #14 38.32 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T14:20:09.630Z] #14 38.32 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-03T14:20:09.630Z] #14 38.32 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:09.630Z] #14 40.90 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T14:20:09.630Z] #14 40.90 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T14:20:09.630Z] #14 40.92 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:20:09.630Z] #14 41.07 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-03T14:20:09.630Z] #14 41.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T14:20:09.630Z] #14 41.09 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T14:20:09.630Z] #14 41.26 Selecting previously unselected package dmsetup. [2022-06-03T14:20:09.630Z] #14 41.26 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T14:20:09.630Z] #14 41.26 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:20:09.630Z] #14 41.49 Selecting previously unselected package mingw-w64-common. [2022-06-03T14:20:09.630Z] #14 41.49 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T14:20:09.630Z] #14 41.50 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T14:20:09.630Z] #14 ... [2022-06-03T14:20:09.630Z] [2022-06-03T14:20:09.630Z] #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 [2022-06-03T14:20:09.630Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:20:09.630Z] #42 41.28 Selecting previously unselected package libxml2:arm64. [2022-06-03T14:20:09.630Z] #42 41.28 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-03T14:20:09.630Z] #42 41.31 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:09.630Z] #42 41.83 Selecting previously unselected package libarchive13:arm64. [2022-06-03T14:20:09.630Z] #42 41.85 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-03T14:20:09.630Z] #42 41.86 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:09.630Z] #42 42.15 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-03T14:20:09.630Z] #42 42.16 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-03T14:20:09.630Z] #42 42.17 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-03T14:20:09.630Z] #42 42.35 Selecting previously unselected package librhash0:arm64. [2022-06-03T14:20:09.630Z] #42 42.35 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-03T14:20:09.630Z] #42 42.36 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-03T14:20:09.630Z] #42 42.52 Selecting previously unselected package libuv1:arm64. [2022-06-03T14:20:09.630Z] #42 42.52 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-03T14:20:09.630Z] #42 42.52 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-03T14:20:09.630Z] #42 42.62 Selecting previously unselected package cmake. [2022-06-03T14:20:09.630Z] #42 42.63 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-03T14:20:09.630Z] #42 42.65 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:09.702Z] #36 29.77 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-03T14:20:09.802Z] #55 38.25 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T14:20:09.802Z] #55 38.32 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T14:20:09.802Z] #55 38.33 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T14:20:09.802Z] #55 38.36 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T14:20:09.802Z] #55 38.38 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T14:20:09.809Z] #19 120.7 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T14:20:09.809Z] #19 120.7 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-06-03T14:20:10.059Z] #55 38.48 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T14:20:10.059Z] #55 38.48 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T14:20:10.059Z] #55 38.48 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T14:20:10.059Z] #55 38.49 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T14:20:10.059Z] #55 38.56 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T14:20:10.059Z] #55 38.61 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T14:20:10.059Z] #55 38.65 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T14:20:10.059Z] #55 38.68 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T14:20:10.275Z] #36 30.18 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-03T14:20:10.281Z] #42 46.01 Setting up libicu67:arm64 (67.1-7) ... [2022-06-03T14:20:10.316Z] #55 38.76 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T14:20:10.316Z] #55 38.76 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T14:20:10.316Z] #55 38.87 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T14:20:10.316Z] #55 38.87 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T14:20:10.316Z] #55 38.88 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T14:20:10.316Z] #55 38.92 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T14:20:10.364Z] #14 ... [2022-06-03T14:20:10.364Z] [2022-06-03T14:20:10.364Z] #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 [2022-06-03T14:20:10.364Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:10.364Z] #51 32.43 Fetched 8541 kB in 25s (336 kB/s) [2022-06-03T14:20:10.364Z] #51 32.43 Reading package lists... [2022-06-03T14:20:10.364Z] #51 41.45 Reading package lists... [2022-06-03T14:20:10.364Z] #51 ... [2022-06-03T14:20:10.364Z] [2022-06-03T14:20:10.364Z] #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 [2022-06-03T14:20:10.364Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:20:10.364Z] #47 41.23 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-03T14:20:10.537Z] #36 ... [2022-06-03T14:20:10.537Z] [2022-06-03T14:20:10.537Z] #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 [2022-06-03T14:20:10.537Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:10.537Z] #51 20.24 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-03T14:20:10.537Z] #51 ... [2022-06-03T14:20:10.537Z] [2022-06-03T14:20:10.537Z] #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 [2022-06-03T14:20:10.537Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:10.537Z] #62 29.80 Fetched 8537 kB in 22s (380 kB/s) [2022-06-03T14:20:10.559Z] #42 46.29 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:10.559Z] #42 46.40 Setting up libuv1:arm64 (1.40.0-2) ...#42 ... [2022-06-03T14:20:10.559Z] [2022-06-03T14:20:10.559Z] #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 [2022-06-03T14:20:10.559Z] #31 sha256:ed8ec5019a7243d4afa56bd77b5bb8bb1569a90535f23ef28c98fb0292171d62 [2022-06-03T14:20:10.559Z] #31 DONE 46.1s [2022-06-03T14:20:10.559Z] [2022-06-03T14:20:10.559Z] #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 [2022-06-03T14:20:10.559Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:20:10.559Z] #42 46.40 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-03T14:20:10.559Z] #42 46.41 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:10.559Z] #42 46.46 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-03T14:20:10.559Z] #42 46.55 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-03T14:20:10.559Z] #42 ... [2022-06-03T14:20:10.559Z] [2022-06-03T14:20:10.559Z] #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 [2022-06-03T14:20:10.559Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T14:20:10.559Z] #34 36.57 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-03T14:20:10.559Z] #34 36.69 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T14:20:10.559Z] #34 37.55 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T14:20:10.821Z] #34 ... [2022-06-03T14:20:10.821Z] [2022-06-03T14:20:10.821Z] #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 [2022-06-03T14:20:10.821Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T14:20:10.821Z] #42 46.60 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:10.821Z] #42 46.65 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:10.821Z] #42 46.67 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:10.821Z] #42 46.70 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:10.821Z] #42 46.73 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:10.882Z] #55 39.39 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T14:20:10.882Z] #55 39.39 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T14:20:10.882Z] #55 39.47 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T14:20:10.882Z] #55 39.56 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T14:20:11.141Z] #55 39.63 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T14:20:11.141Z] #55 39.63 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T14:20:11.141Z] #55 39.70 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T14:20:11.141Z] #55 39.72 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T14:20:11.141Z] #55 39.75 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T14:20:11.393Z] #42 DONE 47.3s [2022-06-03T14:20:11.393Z] [2022-06-03T14:20:11.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 [2022-06-03T14:20:11.393Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T14:20:11.393Z] #51 44.38 Setting up criu (3.17-1) ... [2022-06-03T14:20:11.393Z] #51 46.70 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:11.393Z] #51 DONE 47.0s [2022-06-03T14:20:11.393Z] [2022-06-03T14:20:11.393Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T14:20:11.393Z] #43 sha256:6a9cb8ade30f40cb1f17a149d55ced20b9cd4e8fd63c8dd98f42ff98fa099d70 [2022-06-03T14:20:11.398Z] #55 39.92 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T14:20:11.398Z] #55 39.95 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T14:20:11.398Z] #55 39.95 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T14:20:11.398Z] #55 39.97 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T14:20:11.398Z] #55 40.01 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T14:20:11.398Z] #55 40.03 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T14:20:11.398Z] #55 40.13 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T14:20:11.655Z] #55 40.16 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T14:20:11.655Z] #55 40.18 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T14:20:11.655Z] #55 40.25 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T14:20:11.655Z] #55 40.28 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T14:20:11.655Z] #55 40.31 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T14:20:11.912Z] #55 40.44 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T14:20:11.912Z] #55 40.46 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T14:20:11.912Z] #55 40.54 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T14:20:11.966Z] #43 DONE 0.4s [2022-06-03T14:20:11.966Z] [2022-06-03T14:20:11.966Z] #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 [2022-06-03T14:20:11.966Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:20:11.966Z] #14 47.67 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T14:20:11.966Z] #14 47.67 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T14:20:11.966Z] #14 47.70 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:20:12.168Z] #55 40.58 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T14:20:12.169Z] #55 40.76 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T14:20:12.342Z] #19 122.8 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] [2022-06-03T14:20:12.342Z] #19 122.8 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] [2022-06-03T14:20:12.428Z] #55 41.00 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T14:20:12.428Z] #55 41.09 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T14:20:12.428Z] #55 ... [2022-06-03T14:20:12.428Z] [2022-06-03T14:20:12.428Z] #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 [2022-06-03T14:20:12.428Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:12.428Z] #14 25.39 Reading package lists... [2022-06-03T14:20:12.428Z] #14 31.13 Building dependency tree... [2022-06-03T14:20:12.428Z] #14 34.45 The following additional packages will be installed: [2022-06-03T14:20:12.428Z] #14 34.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:20:12.428Z] #14 34.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T14:20:12.428Z] #14 34.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T14:20:12.428Z] #14 34.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T14:20:12.428Z] #14 34.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T14:20:12.428Z] #14 34.49 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T14:20:12.428Z] #14 34.49 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T14:20:12.428Z] #14 34.50 Suggested packages: [2022-06-03T14:20:12.428Z] #14 34.50 gcc-10-locales seccomp wine64 [2022-06-03T14:20:12.428Z] #14 35.94 The following NEW packages will be installed: [2022-06-03T14:20:12.428Z] #14 35.94 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:20:12.428Z] #14 35.95 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T14:20:12.428Z] #14 35.95 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T14:20:12.428Z] #14 35.95 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T14:20:12.428Z] #14 35.95 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T14:20:12.428Z] #14 35.96 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T14:20:12.428Z] #14 35.96 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T14:20:12.428Z] #14 35.97 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T14:20:12.428Z] #14 35.97 mingw-w64-x86-64-dev [2022-06-03T14:20:12.428Z] #14 36.35 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:12.428Z] #14 36.35 Need to get 115 MB of archives. [2022-06-03T14:20:12.428Z] #14 36.35 After this operation, 645 MB of additional disk space will be used. [2022-06-03T14:20:12.428Z] #14 36.35 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] [2022-06-03T14:20:12.428Z] #14 36.48 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] [2022-06-03T14:20:12.428Z] #14 36.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-03T14:20:12.428Z] #14 36.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-03T14:20:12.428Z] #14 36.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-03T14:20:12.428Z] #14 36.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T14:20:12.428Z] #14 36.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] [2022-06-03T14:20:12.428Z] #14 37.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] [2022-06-03T14:20:12.428Z] #14 37.21 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] [2022-06-03T14:20:12.428Z] #14 37.87 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] [2022-06-03T14:20:12.428Z] #14 39.17 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] [2022-06-03T14:20:12.428Z] #14 39.70 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] [2022-06-03T14:20:12.428Z] #14 40.23 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] [2022-06-03T14:20:12.747Z] #14 ... [2022-06-03T14:20:12.747Z] [2022-06-03T14:20:12.747Z] #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 [2022-06-03T14:20:12.747Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:20:12.747Z] #40 41.21 NAME: [2022-06-03T14:20:12.747Z] #40 41.21 go-winres - A tool for embedding resources in Windows executables [2022-06-03T14:20:12.747Z] #40 41.21 [2022-06-03T14:20:12.747Z] #40 41.21 USAGE: [2022-06-03T14:20:12.747Z] #40 41.21 go-winres [global options] command [command options] [arguments...] [2022-06-03T14:20:12.747Z] #40 41.21 [2022-06-03T14:20:12.747Z] #40 41.21 COMMANDS: [2022-06-03T14:20:12.747Z] #40 41.21 init Create an initial ./winres/winres.json [2022-06-03T14:20:12.747Z] #40 41.21 make Make syso files for the "go build" command [2022-06-03T14:20:12.747Z] #40 41.21 simply Make syso files for the "go build" command (simplified) [2022-06-03T14:20:12.747Z] #40 41.21 extract Extract all resources from an executable [2022-06-03T14:20:12.747Z] #40 41.21 patch Replace resources in an executable file (exe, dll) [2022-06-03T14:20:12.747Z] #40 41.21 help, h Shows a list of commands or help for one command [2022-06-03T14:20:12.747Z] #40 41.21 [2022-06-03T14:20:12.747Z] #40 41.21 GLOBAL OPTIONS: [2022-06-03T14:20:12.747Z] #40 41.21 --help, -h show help (default: false) [2022-06-03T14:20:13.678Z] #40 ... [2022-06-03T14:20:13.678Z] [2022-06-03T14:20:13.678Z] #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 [2022-06-03T14:20:13.678Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:13.678Z] #42 32.24 Selecting previously unselected package cmake-data. [2022-06-03T14:20:13.678Z] #42 32.24 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T14:20:13.678Z] #42 32.25 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:13.678Z] #42 36.04 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:20:13.678Z] #42 36.04 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:20:13.678Z] #42 36.06 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:20:13.943Z] #42 ... [2022-06-03T14:20:13.943Z] [2022-06-03T14:20:13.943Z] #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 [2022-06-03T14:20:13.943Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:20:13.943Z] #40 DONE 42.4s [2022-06-03T14:20:13.943Z] [2022-06-03T14:20:13.944Z] #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 [2022-06-03T14:20:13.944Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:13.944Z] #14 41.91 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] [2022-06-03T14:20:13.944Z] #14 42.31 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] [2022-06-03T14:20:13.944Z] #14 42.31 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T14:20:13.944Z] #14 42.31 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T14:20:13.944Z] #14 42.31 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:20:13.944Z] #14 42.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:20:13.944Z] #14 42.33 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] [2022-06-03T14:20:13.944Z] #14 42.33 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T14:20:13.944Z] #14 42.36 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T14:20:13.944Z] #14 42.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T14:20:13.944Z] #14 42.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T14:20:13.944Z] #14 42.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T14:20:13.944Z] #14 42.39 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T14:20:13.944Z] #14 42.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T14:20:13.944Z] #14 42.57 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-03T14:20:13.944Z] #14 42.57 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-03T14:20:13.944Z] #14 42.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T14:20:14.246Z] #19 125.0 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T14:20:14.246Z] #19 125.0 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T14:20:14.246Z] #19 125.0 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T14:20:14.246Z] #19 125.0 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] [2022-06-03T14:20:14.246Z] #19 125.0 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] [2022-06-03T14:20:14.246Z] #19 125.0 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-03T14:20:14.246Z] #19 125.0 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-06-03T14:20:14.246Z] #19 125.0 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-03T14:20:14.246Z] #19 125.1 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-06-03T14:20:14.246Z] #19 125.1 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-06-03T14:20:14.246Z] #19 125.1 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-06-03T14:20:14.246Z] #19 125.1 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-03T14:20:14.246Z] #19 125.1 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-03T14:20:14.246Z] #19 125.1 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-03T14:20:14.502Z] #19 125.3 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-03T14:20:14.502Z] #19 125.4 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-06-03T14:20:14.507Z] #14 ... [2022-06-03T14:20:14.507Z] [2022-06-03T14:20:14.507Z] #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 [2022-06-03T14:20:14.507Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:14.507Z] #51 27.39 Reading package lists... [2022-06-03T14:20:14.507Z] #51 32.79 Building dependency tree... [2022-06-03T14:20:14.507Z] #51 36.04 The following additional packages will be installed: [2022-06-03T14:20:14.507Z] #51 36.05 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:20:14.507Z] #51 36.05 python3-protobuf python3-six [2022-06-03T14:20:14.507Z] #51 36.06 Suggested packages: [2022-06-03T14:20:14.507Z] #51 36.06 python3-setuptools [2022-06-03T14:20:14.507Z] #51 36.06 Recommended packages: [2022-06-03T14:20:14.507Z] #51 36.06 iproute2 | iproute [2022-06-03T14:20:14.507Z] #51 36.72 The following NEW packages will be installed: [2022-06-03T14:20:14.507Z] #51 36.73 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:20:14.507Z] #51 36.75 python3-protobuf python3-six [2022-06-03T14:20:14.507Z] #51 37.23 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:14.507Z] #51 37.23 Need to get 2314 kB of archives. [2022-06-03T14:20:14.507Z] #51 37.23 After this operation, 11.1 MB of additional disk space will be used. [2022-06-03T14:20:14.507Z] #51 37.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-03T14:20:14.507Z] #51 37.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:20:14.507Z] #51 37.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T14:20:14.507Z] #51 37.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-03T14:20:14.507Z] #51 37.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:20:14.507Z] #51 37.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:20:14.507Z] #51 37.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:20:14.507Z] #51 39.80 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-03T14:20:14.507Z] #51 41.64 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:14.507Z] #51 41.86 Fetched 2314 kB in 3s (701 kB/s) [2022-06-03T14:20:14.507Z] #51 42.01 Selecting previously unselected package libprotobuf23:amd64. [2022-06-03T14:20:14.507Z] #51 42.01 (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.) [2022-06-03T14:20:14.507Z] #51 42.03 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-03T14:20:14.507Z] #51 42.06 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:20:14.507Z] #51 42.86 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:20:14.507Z] #51 42.86 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:20:14.507Z] #51 42.90 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:14.507Z] #51 ... [2022-06-03T14:20:14.507Z] [2022-06-03T14:20:14.507Z] #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 [2022-06-03T14:20:14.507Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:14.507Z] #42 43.13 Selecting previously unselected package libxml2:amd64. [2022-06-03T14:20:14.507Z] #42 43.13 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T14:20:14.507Z] #42 43.17 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:14.551Z] #47 ... [2022-06-03T14:20:14.551Z] [2022-06-03T14:20:14.552Z] #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 [2022-06-03T14:20:14.552Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:14.552Z] #14 45.15 The following additional packages will be installed: [2022-06-03T14:20:14.552Z] #14 45.17 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:20:14.552Z] #14 45.17 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T14:20:14.552Z] #14 45.17 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T14:20:14.552Z] #14 45.17 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T14:20:14.552Z] #14 45.17 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T14:20:14.552Z] #14 45.17 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T14:20:14.552Z] #14 45.18 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T14:20:14.552Z] #14 45.18 Suggested packages: [2022-06-03T14:20:14.552Z] #14 45.24 gcc-10-locales seccomp wine64 [2022-06-03T14:20:14.759Z] #19 125.4 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-03T14:20:14.759Z] #19 125.5 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-06-03T14:20:14.759Z] #19 125.5 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-06-03T14:20:15.075Z] #42 43.67 Selecting previously unselected package libarchive13:amd64. [2022-06-03T14:20:15.075Z] #42 43.67 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T14:20:15.075Z] #42 43.67 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:15.119Z] #14 47.53 The following NEW packages will be installed: [2022-06-03T14:20:15.119Z] #14 47.54 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:20:15.119Z] #14 47.54 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T14:20:15.119Z] #14 47.54 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T14:20:15.119Z] #14 47.54 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T14:20:15.119Z] #14 47.54 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T14:20:15.119Z] #14 47.55 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T14:20:15.119Z] #14 47.55 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T14:20:15.119Z] #14 47.55 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T14:20:15.119Z] #14 47.56 mingw-w64-x86-64-dev [2022-06-03T14:20:15.639Z] #42 44.09 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T14:20:15.639Z] #42 44.09 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T14:20:15.639Z] #42 44.09 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:20:15.639Z] #42 44.25 Selecting previously unselected package librhash0:amd64. [2022-06-03T14:20:15.639Z] #42 44.25 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T14:20:15.686Z] #14 48.16 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:15.686Z] #14 48.16 Need to get 115 MB of archives. [2022-06-03T14:20:15.686Z] #14 48.16 After this operation, 645 MB of additional disk space will be used. [2022-06-03T14:20:15.686Z] #14 48.16 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] [2022-06-03T14:20:15.831Z] #62 29.80 Reading package lists... [2022-06-03T14:20:15.831Z] #62 ... [2022-06-03T14:20:15.831Z] [2022-06-03T14:20:15.831Z] #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 [2022-06-03T14:20:15.831Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:20:15.831Z] #36 31.38 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-03T14:20:15.831Z] #36 31.69 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-03T14:20:15.831Z] #36 32.00 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-03T14:20:15.831Z] #36 33.77 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-03T14:20:15.831Z] #36 33.97 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-03T14:20:15.896Z] #42 44.34 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:20:15.896Z] #42 44.46 Selecting previously unselected package libuv1:amd64. [2022-06-03T14:20:15.896Z] #42 44.46 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T14:20:15.896Z] #42 44.51 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:20:15.944Z] #14 48.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-03T14:20:16.093Z] #36 ... [2022-06-03T14:20:16.093Z] [2022-06-03T14:20:16.093Z] #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 [2022-06-03T14:20:16.093Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:16.093Z] #14 26.10 Fetched 8537 kB in 20s (423 kB/s) [2022-06-03T14:20:16.093Z] #14 26.10 Reading package lists... [2022-06-03T14:20:16.153Z] #42 44.70 Selecting previously unselected package cmake. [2022-06-03T14:20:16.153Z] #42 44.70 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T14:20:16.153Z] #42 44.70 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:16.203Z] #14 48.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-03T14:20:16.203Z] #14 48.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-03T14:20:16.203Z] #14 48.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-03T14:20:16.203Z] #14 48.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T14:20:16.656Z] #19 127.4 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-06-03T14:20:16.656Z] #19 127.4 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-06-03T14:20:16.656Z] #19 127.4 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-03T14:20:16.656Z] #19 127.5 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-06-03T14:20:16.656Z] #19 127.5 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-06-03T14:20:16.769Z] #14 49.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-03T14:20:16.769Z] #14 49.52 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] [2022-06-03T14:20:16.769Z] #14 49.52 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] [2022-06-03T14:20:17.036Z] #14 35.58 Reading package lists... [2022-06-03T14:20:17.036Z] #14 ... [2022-06-03T14:20:17.036Z] [2022-06-03T14:20:17.036Z] #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 [2022-06-03T14:20:17.036Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:20:17.262Z] #14 ... [2022-06-03T14:20:17.262Z] [2022-06-03T14:20:17.262Z] #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 [2022-06-03T14:20:17.262Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T14:20:17.262Z] #53 51.64 gotestsum version dev [2022-06-03T14:20:17.262Z] #53 DONE 53.1s [2022-06-03T14:20:17.262Z] [2022-06-03T14:20:17.262Z] #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 [2022-06-03T14:20:17.262Z] #44 sha256:d3dd0bb7ac9483ea93f11f222f2e48d4e8c90eed2c2ddffbba6dc93ef07e8b86 [2022-06-03T14:20:17.262Z] #44 1.025 + RM_GOPATH=0 [2022-06-03T14:20:17.262Z] #44 1.025 + TMP_GOPATH= [2022-06-03T14:20:17.262Z] #44 1.025 + : /build [2022-06-03T14:20:17.262Z] #44 1.025 + '[' -z '' ']' [2022-06-03T14:20:17.262Z] #44 1.035 ++ mktemp -d [2022-06-03T14:20:17.262Z] #44 1.046 + export GOPATH=/tmp/tmp.7IW0opCyGv [2022-06-03T14:20:17.262Z] #44 1.046 + GOPATH=/tmp/tmp.7IW0opCyGv [2022-06-03T14:20:17.262Z] #44 1.046 + RM_GOPATH=1 [2022-06-03T14:20:17.262Z] #44 1.046 + case "$(go env GOARCH)" in [2022-06-03T14:20:17.262Z] #44 1.046 ++ go env GOARCH [2022-06-03T14:20:17.262Z] #44 1.091 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:17.262Z] #44 1.091 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:17.262Z] #44 1.091 ++ dirname /install.sh [2022-06-03T14:20:17.262Z] #44 1.099 Install tini version v0.19.0 [2022-06-03T14:20:17.262Z] #44 1.099 + dir=/ [2022-06-03T14:20:17.262Z] #44 1.099 + bin=tini [2022-06-03T14:20:17.262Z] #44 1.099 + shift [2022-06-03T14:20:17.262Z] #44 1.099 + '[' '!' -f //tini.installer ']' [2022-06-03T14:20:17.262Z] #44 1.099 + . //tini.installer [2022-06-03T14:20:17.262Z] #44 1.099 ++ : v0.19.0 [2022-06-03T14:20:17.262Z] #44 1.099 + install_tini [2022-06-03T14:20:17.262Z] #44 1.099 + echo 'Install tini version v0.19.0' [2022-06-03T14:20:17.262Z] #44 1.099 + git clone https://github.com/krallin/tini.git /tmp/tmp.7IW0opCyGv/tini [2022-06-03T14:20:17.262Z] #44 1.123 Cloning into '/tmp/tmp.7IW0opCyGv/tini'... [2022-06-03T14:20:17.262Z] #44 1.731 + cd /tmp/tmp.7IW0opCyGv/tini [2022-06-03T14:20:17.262Z] #44 1.731 + git checkout -q v0.19.0 [2022-06-03T14:20:17.262Z] #44 1.752 + cmake . [2022-06-03T14:20:17.262Z] #44 2.153 -- The C compiler identification is GNU 10.2.1 [2022-06-03T14:20:17.262Z] #44 2.235 -- Detecting C compiler ABI info [2022-06-03T14:20:17.262Z] #44 2.641 -- Detecting C compiler ABI info - done [2022-06-03T14:20:17.262Z] #44 2.746 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T14:20:17.262Z] #44 2.747 -- Detecting C compile features [2022-06-03T14:20:17.262Z] #44 2.748 -- Detecting C compile features - done [2022-06-03T14:20:17.262Z] #44 2.805 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T14:20:17.262Z] #44 2.986 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T14:20:17.262Z] #44 3.043 -- Configuring done [2022-06-03T14:20:17.262Z] #44 3.067 -- Generating done [2022-06-03T14:20:17.262Z] #44 3.080 -- Build files have been written to: /tmp/tmp.7IW0opCyGv/tini [2022-06-03T14:20:17.262Z] #44 3.095 + make tini-static [2022-06-03T14:20:17.262Z] #44 3.504 Scanning dependencies of target tini-static [2022-06-03T14:20:17.262Z] #44 3.559 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T14:20:17.262Z] #44 4.825 [100%] Linking C executable tini-static [2022-06-03T14:20:17.262Z] #44 5.187 [100%] Built target tini-static [2022-06-03T14:20:17.262Z] #44 5.240 + mkdir -p /build [2022-06-03T14:20:17.262Z] #44 5.246 + cp tini-static /build/docker-init [2022-06-03T14:20:17.262Z] #44 DONE 5.5s [2022-06-03T14:20:17.262Z] [2022-06-03T14:20:17.262Z] #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 [2022-06-03T14:20:17.262Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:20:18.080Z] #47 36.58 Updating files: 59% (1296/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. [2022-06-03T14:20:18.147Z] #14 50.57 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] [2022-06-03T14:20:18.215Z] #64 ... [2022-06-03T14:20:18.215Z] [2022-06-03T14:20:18.215Z] #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 [2022-06-03T14:20:18.215Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:20:18.215Z] #14 54.03 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T14:20:18.215Z] #14 54.08 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:18.215Z] #14 54.08 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:20:18.340Z] #47 38.05 + git checkout -q v2.3.0 [2022-06-03T14:20:18.476Z] #14 54.34 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T14:20:18.476Z] #14 54.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:18.476Z] #14 54.34 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:20:18.572Z] #19 129.5 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-03T14:20:18.572Z] #19 129.5 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T14:20:18.572Z] #19 129.5 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-03T14:20:18.572Z] #19 129.6 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-03T14:20:18.600Z] #47 ... [2022-06-03T14:20:18.600Z] [2022-06-03T14:20:18.600Z] #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 [2022-06-03T14:20:18.600Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:18.600Z] #42 28.64 Fetched 8537 kB in 22s (395 kB/s) [2022-06-03T14:20:18.600Z] #42 28.64 Reading package lists... [2022-06-03T14:20:18.829Z] #19 129.6 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-06-03T14:20:18.829Z] #19 129.6 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:20:18.860Z] #42 38.13 Reading package lists... [2022-06-03T14:20:18.861Z] #42 ... [2022-06-03T14:20:18.861Z] [2022-06-03T14:20:18.861Z] #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 [2022-06-03T14:20:18.861Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:18.861Z] #62 29.80 Reading package lists... [2022-06-03T14:20:19.088Z] #19 130.0 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] [2022-06-03T14:20:19.088Z] #19 130.0 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-06-03T14:20:19.088Z] #19 130.0 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-06-03T14:20:19.088Z] #19 130.0 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-06-03T14:20:19.088Z] #19 130.0 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-06-03T14:20:19.088Z] #19 130.0 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-03T14:20:19.088Z] #19 130.0 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-03T14:20:19.088Z] #19 130.0 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-03T14:20:19.088Z] #19 130.1 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-06-03T14:20:19.088Z] #19 130.1 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-06-03T14:20:19.345Z] #19 130.1 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-03T14:20:19.345Z] #19 130.1 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-03T14:20:19.345Z] #19 130.2 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-06-03T14:20:19.345Z] #19 130.2 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-03T14:20:19.345Z] #19 130.2 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-06-03T14:20:19.345Z] #19 130.2 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] [2022-06-03T14:20:19.427Z] #42 ... [2022-06-03T14:20:19.427Z] [2022-06-03T14:20:19.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 [2022-06-03T14:20:19.427Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:20:19.427Z] #64 5.327 + RM_GOPATH=0 [2022-06-03T14:20:19.427Z] #64 5.327 + TMP_GOPATH= [2022-06-03T14:20:19.427Z] #64 5.327 + : /build [2022-06-03T14:20:19.427Z] #64 5.327 + '[' -z '' ']' [2022-06-03T14:20:19.427Z] #64 5.327 ++ mktemp -d [2022-06-03T14:20:19.427Z] #64 5.327 + export GOPATH=/tmp/tmp.bF86PVXf8n [2022-06-03T14:20:19.427Z] #64 5.327 + GOPATH=/tmp/tmp.bF86PVXf8n [2022-06-03T14:20:19.427Z] #64 5.327 + RM_GOPATH=1 [2022-06-03T14:20:19.427Z] #64 5.327 + case "$(go env GOARCH)" in [2022-06-03T14:20:19.427Z] #64 5.327 ++ go env GOARCH [2022-06-03T14:20:19.427Z] #64 5.358 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:19.427Z] #64 5.358 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:19.427Z] #64 5.358 ++ dirname /install.sh [2022-06-03T14:20:19.427Z] #64 5.361 + dir=/ [2022-06-03T14:20:19.427Z] #64 5.361 + bin=containerd [2022-06-03T14:20:19.427Z] #64 5.361 + shift [2022-06-03T14:20:19.427Z] #64 5.361 + '[' '!' -f //containerd.installer ']' [2022-06-03T14:20:19.427Z] #64 5.361 + . //containerd.installer [2022-06-03T14:20:19.427Z] #64 5.361 ++ set -e [2022-06-03T14:20:19.427Z] #64 5.361 ++ : v1.6.4 [2022-06-03T14:20:19.427Z] #64 5.361 + install_containerd [2022-06-03T14:20:19.427Z] #64 5.368 Install containerd version v1.6.4 [2022-06-03T14:20:19.427Z] #64 5.368 + echo 'Install containerd version v1.6.4' [2022-06-03T14:20:19.427Z] #64 5.368 + git clone https://github.com/containerd/containerd.git /tmp/tmp.bF86PVXf8n/src/github.com/containerd/containerd [2022-06-03T14:20:19.427Z] #64 5.400 Cloning into '/tmp/tmp.bF86PVXf8n/src/github.com/containerd/containerd'... [2022-06-03T14:20:19.684Z] #64 ... [2022-06-03T14:20:19.684Z] [2022-06-03T14:20:19.684Z] #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 [2022-06-03T14:20:19.684Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:19.684Z] #51 43.14 Selecting previously unselected package python3-six. [2022-06-03T14:20:19.684Z] #51 43.14 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T14:20:19.684Z] #51 43.17 Unpacking python3-six (1.16.0-2) ... [2022-06-03T14:20:19.684Z] #51 43.24 Selecting previously unselected package python3-protobuf. [2022-06-03T14:20:19.684Z] #51 43.24 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-03T14:20:19.684Z] #51 43.24 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:19.684Z] #51 43.87 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:20:19.684Z] #51 43.87 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:20:19.684Z] #51 43.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:19.684Z] #51 44.07 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:20:19.684Z] #51 44.07 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:20:19.684Z] #51 44.07 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:20:19.684Z] #51 44.19 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:20:19.684Z] #51 44.19 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:20:19.684Z] #51 44.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:20:19.684Z] #51 44.26 Selecting previously unselected package criu. [2022-06-03T14:20:19.684Z] #51 44.26 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-03T14:20:19.684Z] #51 44.32 Unpacking criu (3.17-1) ... [2022-06-03T14:20:19.684Z] #51 45.10 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:19.684Z] #51 46.82 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:20:19.684Z] #51 46.84 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:19.684Z] #51 46.86 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:20:19.684Z] #51 46.87 Setting up python3-six (1.16.0-2) ... [2022-06-03T14:20:19.940Z] #51 48.36 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:20:20.197Z] #51 48.39 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:20.680Z] #14 52.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-03T14:20:20.761Z] #51 ... [2022-06-03T14:20:20.761Z] [2022-06-03T14:20:20.761Z] #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 [2022-06-03T14:20:20.761Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:20.761Z] #42 49.21 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:20:20.761Z] #42 49.25 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:20.761Z] #42 49.28 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:20:20.761Z] #42 49.32 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:20.761Z] #42 49.37 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:20:20.761Z] #42 49.41 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:20:20.761Z] #42 49.42 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:21.019Z] #42 49.46 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:21.019Z] #42 49.47 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:21.019Z] #42 49.49 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:21.019Z] #42 49.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:21.248Z] #14 53.84 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] [2022-06-03T14:20:21.404Z] #62 39.04 Reading package lists... [2022-06-03T14:20:21.404Z] #62 ... [2022-06-03T14:20:21.404Z] [2022-06-03T14:20:21.404Z] #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 [2022-06-03T14:20:21.404Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:21.404Z] #51 31.19 Fetched 8541 kB in 24s (351 kB/s) [2022-06-03T14:20:21.404Z] #51 31.19 Reading package lists... [2022-06-03T14:20:21.665Z] #51 40.48 Reading package lists... [2022-06-03T14:20:21.665Z] #51 ... [2022-06-03T14:20:21.665Z] [2022-06-03T14:20:21.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 [2022-06-03T14:20:21.665Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:20:21.665Z] #47 41.03 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-03T14:20:22.184Z] #14 54.80 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] [2022-06-03T14:20:22.184Z] #14 ... [2022-06-03T14:20:22.184Z] [2022-06-03T14:20:22.184Z] #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 [2022-06-03T14:20:22.184Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:22.184Z] #62 37.15 Reading package lists... [2022-06-03T14:20:22.184Z] #62 45.56 Building dependency tree... [2022-06-03T14:20:22.184Z] #62 51.11 The following additional packages will be installed: [2022-06-03T14:20:22.184Z] #62 51.12 libbtrfs0 [2022-06-03T14:20:22.184Z] #62 51.49 The following NEW packages will be installed: [2022-06-03T14:20:22.184Z] #62 51.50 libbtrfs-dev libbtrfs0 [2022-06-03T14:20:22.184Z] #62 52.06 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:22.184Z] #62 52.06 Need to get 460 kB of archives. [2022-06-03T14:20:22.184Z] #62 52.06 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T14:20:22.184Z] #62 52.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:20:22.184Z] #62 52.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:20:22.184Z] #62 54.03 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:22.184Z] #62 54.56 Fetched 460 kB in 0s (1136 kB/s) [2022-06-03T14:20:22.184Z] #62 54.73 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:20:22.184Z] #62 54.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T14:20:22.184Z] #62 54.86 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:20:22.184Z] #62 54.90 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:20:22.389Z] #42 DONE 50.9s [2022-06-03T14:20:22.389Z] [2022-06-03T14:20:22.389Z] #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 [2022-06-03T14:20:22.389Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:22.389Z] #14 43.53 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:22.389Z] #14 43.73 Fetched 115 MB in 6s (17.6 MB/s) [2022-06-03T14:20:22.389Z] #14 43.90 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T14:20:22.389Z] #14 43.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T14:20:22.389Z] #14 43.98 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:20:22.389Z] #14 44.00 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:22.389Z] #14 46.56 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T14:20:22.389Z] #14 46.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:20:22.389Z] #14 46.57 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:22.389Z] #14 49.16 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T14:20:22.389Z] #14 49.16 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T14:20:22.389Z] #14 49.16 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:20:22.389Z] #14 49.32 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T14:20:22.389Z] #14 49.33 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:20:22.389Z] #14 49.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:20:22.389Z] #14 49.61 Selecting previously unselected package dmsetup. [2022-06-03T14:20:22.389Z] #14 49.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:20:22.389Z] #14 49.63 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:20:22.389Z] #14 49.85 Selecting previously unselected package mingw-w64-common. [2022-06-03T14:20:22.389Z] #14 49.85 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T14:20:22.389Z] #14 49.85 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T14:20:22.389Z] #14 ... [2022-06-03T14:20:22.389Z] [2022-06-03T14:20:22.389Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T14:20:22.389Z] #43 sha256:9c314051603e0a9ef07e79514f36685faf77d8a4b06170455446ed923d2fa770 [2022-06-03T14:20:22.621Z] #19 132.8 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-06-03T14:20:22.621Z] #19 132.8 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-06-03T14:20:22.621Z] #19 132.9 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-03T14:20:22.621Z] #19 133.0 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-06-03T14:20:22.621Z] #19 133.0 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-06-03T14:20:22.757Z] #62 55.37 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:20:22.757Z] #62 55.38 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:20:22.757Z] #62 55.38 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:20:23.329Z] #62 56.03 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:20:23.329Z] #62 56.05 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:20:23.329Z] #62 56.06 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:23.330Z] #43 DONE 0.8s [2022-06-03T14:20:23.330Z] [2022-06-03T14:20:23.330Z] #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 [2022-06-03T14:20:23.330Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:23.330Z] #55 42.29 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T14:20:23.330Z] #55 42.29 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T14:20:23.330Z] #55 42.39 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T14:20:23.330Z] #55 42.48 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T14:20:23.330Z] #55 42.48 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T14:20:23.330Z] #55 42.57 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T14:20:23.330Z] #55 42.63 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T14:20:23.330Z] #55 42.82 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T14:20:23.330Z] #55 42.91 go: downloading golang.org/x/text v0.3.7 [2022-06-03T14:20:23.330Z] #55 49.16 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T14:20:23.330Z] #55 49.24 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T14:20:23.330Z] #55 49.29 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T14:20:23.330Z] #55 49.37 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T14:20:23.330Z] #55 49.41 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T14:20:23.330Z] #55 49.41 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T14:20:23.330Z] #55 49.44 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T14:20:23.330Z] #55 49.61 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T14:20:23.330Z] #55 49.71 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T14:20:23.330Z] #55 49.85 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T14:20:23.330Z] #55 49.87 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T14:20:23.330Z] #55 49.89 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T14:20:23.330Z] #55 50.38 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T14:20:23.330Z] #55 50.53 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T14:20:23.330Z] #55 50.53 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T14:20:23.330Z] #55 50.79 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T14:20:23.330Z] #55 50.82 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T14:20:23.330Z] #55 50.94 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T14:20:23.330Z] #55 50.94 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T14:20:23.330Z] #55 50.95 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T14:20:23.330Z] #55 51.04 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T14:20:23.330Z] #55 51.25 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T14:20:23.330Z] #55 51.57 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T14:20:23.330Z] #55 51.59 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T14:20:23.330Z] #55 51.73 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T14:20:23.330Z] #55 ... [2022-06-03T14:20:23.330Z] [2022-06-03T14:20:23.330Z] #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 [2022-06-03T14:20:23.330Z] #44 sha256:b6f1c534402a5a4f9fc97c058fbde25b0d3503efd3758e3ee42c806abf4a55a1 [2022-06-03T14:20:23.770Z] #14 59.38 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T14:20:23.770Z] #14 59.39 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:23.770Z] #14 59.40 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:20:24.267Z] #62 DONE 56.8s [2022-06-03T14:20:24.267Z] [2022-06-03T14:20:24.267Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T14:20:24.267Z] #63 sha256:04ad93acc1792d1e97d030ee4fb3d2c7984b455155eaadd7268bac755a6df40d [2022-06-03T14:20:24.267Z] #63 DONE 0.1s [2022-06-03T14:20:24.267Z] [2022-06-03T14:20:24.267Z] #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 [2022-06-03T14:20:24.267Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:20:24.517Z] #19 135.0 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-06-03T14:20:24.517Z] #19 135.0 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-03T14:20:24.517Z] #19 135.0 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-03T14:20:24.517Z] #19 135.1 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-06-03T14:20:24.517Z] #19 135.1 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-06-03T14:20:24.517Z] #19 135.1 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-03T14:20:24.517Z] #19 135.1 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-03T14:20:24.517Z] #19 135.3 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-06-03T14:20:24.517Z] #19 135.3 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-03T14:20:24.517Z] #19 135.3 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-06-03T14:20:24.517Z] #19 135.3 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-06-03T14:20:24.834Z] #64 ... [2022-06-03T14:20:24.834Z] [2022-06-03T14:20:24.834Z] #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 [2022-06-03T14:20:24.834Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:24.834Z] #42 39.42 Reading package lists... [2022-06-03T14:20:24.834Z] #42 47.77 Building dependency tree... [2022-06-03T14:20:24.834Z] #42 53.02 The following additional packages will be installed: [2022-06-03T14:20:24.834Z] #42 53.02 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-03T14:20:24.834Z] #42 53.02 Suggested packages: [2022-06-03T14:20:24.834Z] #42 53.02 cmake-doc ninja-build lrzip [2022-06-03T14:20:24.834Z] #42 53.02 Recommended packages: [2022-06-03T14:20:24.834Z] #42 53.02 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T14:20:24.834Z] #42 54.43 The following NEW packages will be installed: [2022-06-03T14:20:24.834Z] #42 54.43 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-03T14:20:24.834Z] #42 54.43 vim-common xxd [2022-06-03T14:20:24.834Z] #42 55.14 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:24.834Z] #42 55.14 Need to get 17.7 MB of archives. [2022-06-03T14:20:24.834Z] #42 55.14 After this operation, 70.7 MB of additional disk space will be used. [2022-06-03T14:20:24.834Z] #42 55.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:20:24.834Z] #42 55.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:20:24.834Z] #42 55.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T14:20:24.834Z] #42 55.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:20:24.834Z] #42 56.13 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] [2022-06-03T14:20:24.834Z] #42 56.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T14:20:24.834Z] #42 56.22 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T14:20:24.834Z] #42 56.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T14:20:24.834Z] #42 56.31 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T14:20:24.834Z] #42 56.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T14:20:25.093Z] #42 ... [2022-06-03T14:20:25.093Z] [2022-06-03T14:20:25.093Z] #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 [2022-06-03T14:20:25.093Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:25.093Z] #14 57.49 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] [2022-06-03T14:20:25.660Z] #14 58.24 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-03T14:20:25.660Z] #14 58.30 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T14:20:25.660Z] #14 58.30 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T14:20:25.660Z] #14 58.30 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:20:25.660Z] #14 58.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:20:25.918Z] #14 58.37 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] [2022-06-03T14:20:25.918Z] #14 58.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T14:20:25.918Z] #14 58.37 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T14:20:25.918Z] #14 58.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T14:20:25.918Z] #14 58.42 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T14:20:25.918Z] #14 58.44 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T14:20:25.918Z] #14 58.44 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T14:20:25.918Z] #14 58.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T14:20:25.918Z] #14 58.53 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-03T14:20:25.918Z] #14 58.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-03T14:20:25.918Z] #14 58.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T14:20:26.486Z] #14 ... [2022-06-03T14:20:26.486Z] [2022-06-03T14:20:26.486Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T14:20:26.486Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:26.486Z] #55 48.93 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T14:20:26.486Z] #55 48.93 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:20:26.486Z] #55 49.06 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T14:20:26.486Z] #55 49.18 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T14:20:26.486Z] #55 49.53 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T14:20:26.486Z] #55 50.23 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T14:20:26.486Z] #55 50.61 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T14:20:26.486Z] #55 51.07 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T14:20:26.486Z] #55 51.19 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T14:20:26.486Z] #55 57.38 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:20:26.486Z] #55 57.39 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T14:20:26.486Z] #55 57.80 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T14:20:26.486Z] #55 57.83 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T14:20:26.486Z] #55 58.72 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T14:20:26.486Z] #55 58.73 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T14:20:26.486Z] #55 58.76 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T14:20:26.486Z] #55 58.82 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T14:20:26.486Z] #55 58.95 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T14:20:26.486Z] #55 58.97 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T14:20:26.486Z] #55 59.01 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T14:20:26.486Z] #55 59.09 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T14:20:26.486Z] #55 59.12 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T14:20:26.486Z] #55 ... [2022-06-03T14:20:26.486Z] [2022-06-03T14:20:26.486Z] #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 [2022-06-03T14:20:26.486Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:20:26.486Z] #64 1.691 + RM_GOPATH=0 [2022-06-03T14:20:26.486Z] #64 1.691 + TMP_GOPATH= [2022-06-03T14:20:26.486Z] #64 1.691 + : /build [2022-06-03T14:20:26.486Z] #64 1.691 + '[' -z '' ']' [2022-06-03T14:20:26.486Z] #64 1.707 ++ mktemp -d [2022-06-03T14:20:26.486Z] #64 1.709 + export GOPATH=/tmp/tmp.0oeVQxJmSr [2022-06-03T14:20:26.486Z] #64 1.709 + GOPATH=/tmp/tmp.0oeVQxJmSr [2022-06-03T14:20:26.486Z] #64 1.709 + RM_GOPATH=1 [2022-06-03T14:20:26.486Z] #64 1.709 + case "$(go env GOARCH)" in [2022-06-03T14:20:26.486Z] #64 1.710 ++ go env GOARCH [2022-06-03T14:20:26.486Z] #64 1.793 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:26.486Z] #64 1.793 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:26.486Z] #64 1.794 ++ dirname /install.sh [2022-06-03T14:20:26.486Z] #64 1.795 + dir=/ [2022-06-03T14:20:26.486Z] #64 1.795 + bin=containerd [2022-06-03T14:20:26.486Z] #64 1.796 + shift [2022-06-03T14:20:26.486Z] #64 1.796 + '[' '!' -f //containerd.installer ']' [2022-06-03T14:20:26.486Z] #64 1.796 + . //containerd.installer [2022-06-03T14:20:26.486Z] #64 1.796 ++ set -e [2022-06-03T14:20:26.486Z] #64 1.797 ++ : v1.6.4 [2022-06-03T14:20:26.486Z] #64 1.797 + install_containerd [2022-06-03T14:20:26.486Z] #64 1.798 + echo 'Install containerd version v1.6.4' [2022-06-03T14:20:26.486Z] #64 1.798 Install containerd version v1.6.4 [2022-06-03T14:20:26.486Z] #64 1.798 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0oeVQxJmSr/src/github.com/containerd/containerd [2022-06-03T14:20:26.486Z] #64 1.805 Cloning into '/tmp/tmp.0oeVQxJmSr/src/github.com/containerd/containerd'... [2022-06-03T14:20:27.037Z] #19 138.0 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-06-03T14:20:27.037Z] #19 138.0 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-06-03T14:20:27.037Z] #19 138.1 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-03T14:20:27.052Z] #64 ... [2022-06-03T14:20:27.052Z] [2022-06-03T14:20:27.052Z] #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 [2022-06-03T14:20:27.052Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:20:27.052Z] #57 59.55 v3.0.2 [2022-06-03T14:20:27.052Z] #57 DONE 59.7s [2022-06-03T14:20:27.294Z] #19 138.2 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-06-03T14:20:27.310Z] [2022-06-03T14:20:27.310Z] #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 [2022-06-03T14:20:27.310Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:27.310Z] #42 59.05 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:27.310Z] #42 59.43 Fetched 17.7 MB in 2s (8391 kB/s) [2022-06-03T14:20:27.310Z] #42 59.52 Selecting previously unselected package xxd. [2022-06-03T14:20:27.311Z] #42 59.52 (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.) [2022-06-03T14:20:27.311Z] #42 59.59 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:20:27.311Z] #42 59.67 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:27.311Z] #42 60.04 Selecting previously unselected package vim-common. [2022-06-03T14:20:27.506Z] #44 ... [2022-06-03T14:20:27.506Z] [2022-06-03T14:20:27.506Z] #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 [2022-06-03T14:20:27.506Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:27.506Z] #51 52.71 Setting up criu (3.17-1) ... [2022-06-03T14:20:27.506Z] #51 54.80 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:27.506Z] #51 DONE 55.1s [2022-06-03T14:20:27.506Z] [2022-06-03T14:20:27.507Z] #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 [2022-06-03T14:20:27.507Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:20:27.507Z] #34 44.99 Updating files: 89% (1364/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. [2022-06-03T14:20:27.507Z] #34 45.51 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T14:20:27.507Z] #34 46.37 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T14:20:27.507Z] #34 ... [2022-06-03T14:20:27.507Z] [2022-06-03T14:20:27.507Z] #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 [2022-06-03T14:20:27.507Z] #44 sha256:b6f1c534402a5a4f9fc97c058fbde25b0d3503efd3758e3ee42c806abf4a55a1 [2022-06-03T14:20:27.507Z] #44 3.823 + RM_GOPATH=0 [2022-06-03T14:20:27.507Z] #44 3.823 + TMP_GOPATH= [2022-06-03T14:20:27.507Z] #44 3.823 + : /build [2022-06-03T14:20:27.507Z] #44 3.823 + '[' -z '' ']' [2022-06-03T14:20:27.507Z] #44 3.828 ++ mktemp -d [2022-06-03T14:20:27.507Z] #44 3.828 + export GOPATH=/tmp/tmp.JJUxZGloaO [2022-06-03T14:20:27.507Z] #44 3.828 + GOPATH=/tmp/tmp.JJUxZGloaO [2022-06-03T14:20:27.507Z] #44 3.828 + RM_GOPATH=1 [2022-06-03T14:20:27.507Z] #44 3.828 + case "$(go env GOARCH)" in [2022-06-03T14:20:27.507Z] #44 3.828 ++ go env GOARCH [2022-06-03T14:20:27.507Z] #44 3.872 Install tini version v0.19.0 [2022-06-03T14:20:27.507Z] #44 3.872 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:27.507Z] #44 3.872 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:27.507Z] #44 3.872 ++ dirname /install.sh [2022-06-03T14:20:27.507Z] #44 3.872 + dir=/ [2022-06-03T14:20:27.507Z] #44 3.872 + bin=tini [2022-06-03T14:20:27.507Z] #44 3.872 + shift [2022-06-03T14:20:27.507Z] #44 3.872 + '[' '!' -f //tini.installer ']' [2022-06-03T14:20:27.507Z] #44 3.872 + . //tini.installer [2022-06-03T14:20:27.507Z] #44 3.872 ++ : v0.19.0 [2022-06-03T14:20:27.507Z] #44 3.872 + install_tini [2022-06-03T14:20:27.507Z] #44 3.872 + echo 'Install tini version v0.19.0' [2022-06-03T14:20:27.507Z] #44 3.872 + git clone https://github.com/krallin/tini.git /tmp/tmp.JJUxZGloaO/tini [2022-06-03T14:20:27.507Z] #44 3.872 Cloning into '/tmp/tmp.JJUxZGloaO/tini'... [2022-06-03T14:20:27.551Z] #19 138.3 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] [2022-06-03T14:20:27.630Z] #42 60.05 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:20:27.630Z] #42 60.09 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:27.630Z] #42 ... [2022-06-03T14:20:27.630Z] [2022-06-03T14:20:27.630Z] #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 [2022-06-03T14:20:27.630Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:27.630Z] #51 41.45 Reading package lists... [2022-06-03T14:20:27.630Z] #51 50.12 Building dependency tree... [2022-06-03T14:20:27.630Z] #51 56.22 The following additional packages will be installed: [2022-06-03T14:20:27.630Z] #51 56.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:20:27.630Z] #51 56.25 python3-protobuf python3-six [2022-06-03T14:20:27.630Z] #51 56.31 Suggested packages: [2022-06-03T14:20:27.630Z] #51 56.31 python3-setuptools [2022-06-03T14:20:27.630Z] #51 56.31 Recommended packages: [2022-06-03T14:20:27.630Z] #51 56.32 iproute2 | iproute [2022-06-03T14:20:27.630Z] #51 57.55 The following NEW packages will be installed: [2022-06-03T14:20:27.630Z] #51 57.58 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:20:27.630Z] #51 57.58 python3-protobuf python3-six [2022-06-03T14:20:27.630Z] #51 58.32 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:27.630Z] #51 58.32 Need to get 2314 kB of archives. [2022-06-03T14:20:27.630Z] #51 58.32 After this operation, 11.1 MB of additional disk space will be used. [2022-06-03T14:20:27.630Z] #51 58.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-03T14:20:27.630Z] #51 58.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:20:27.630Z] #51 58.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T14:20:27.630Z] #51 58.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-03T14:20:27.630Z] #51 58.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:20:27.630Z] #51 58.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:20:27.630Z] #51 58.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:20:27.630Z] #51 ... [2022-06-03T14:20:27.630Z] [2022-06-03T14:20:27.630Z] #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 [2022-06-03T14:20:27.630Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:27.630Z] #14 60.18 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:27.905Z] #14 60.54 Fetched 115 MB in 11s (10.6 MB/s) [2022-06-03T14:20:28.070Z] #44 4.796 + cd /tmp/tmp.JJUxZGloaO/tini [2022-06-03T14:20:28.070Z] #44 4.796 + git checkout -q v0.19.0 [2022-06-03T14:20:28.070Z] #44 4.846 + cmake . [2022-06-03T14:20:28.172Z] #14 60.83 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T14:20:28.172Z] #14 60.83 (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.) [2022-06-03T14:20:28.172Z] #14 60.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:20:28.172Z] #14 60.97 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:28.286Z] #47 ... [2022-06-03T14:20:28.286Z] [2022-06-03T14:20:28.286Z] #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 [2022-06-03T14:20:28.286Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:28.286Z] #62 39.04 Reading package lists... [2022-06-03T14:20:28.632Z] #44 5.371 -- The C compiler identification is GNU 10.2.1 [2022-06-03T14:20:28.632Z] #44 5.446 -- Detecting C compiler ABI info [2022-06-03T14:20:29.194Z] #44 6.007 -- Detecting C compiler ABI info - done [2022-06-03T14:20:29.443Z] #19 140.4 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-06-03T14:20:29.443Z] #19 140.4 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-03T14:20:29.443Z] #19 140.4 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-03T14:20:29.450Z] #44 6.147 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T14:20:29.450Z] #44 6.147 -- Detecting C compile features [2022-06-03T14:20:29.450Z] #44 6.147 -- Detecting C compile features - done [2022-06-03T14:20:29.450Z] #44 6.205 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T14:20:29.668Z] #62 47.58 Building dependency tree... [2022-06-03T14:20:29.700Z] #19 140.5 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-06-03T14:20:29.700Z] #19 140.5 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-03T14:20:29.700Z] #19 140.5 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-06-03T14:20:29.700Z] #19 140.5 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-03T14:20:29.700Z] #19 140.5 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-03T14:20:29.706Z] #44 6.487 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T14:20:29.957Z] #19 140.6 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-03T14:20:29.957Z] #19 140.7 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-03T14:20:29.957Z] #19 140.8 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-06-03T14:20:29.957Z] #19 140.8 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-03T14:20:29.957Z] #19 140.9 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-03T14:20:29.957Z] #19 140.9 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-06-03T14:20:29.963Z] #44 6.597 -- Configuring done [2022-06-03T14:20:29.963Z] #44 6.623 -- Generating done [2022-06-03T14:20:29.963Z] #44 6.630 -- Build files have been written to: /tmp/tmp.JJUxZGloaO/tini [2022-06-03T14:20:29.963Z] #44 6.655 + make tini-static [2022-06-03T14:20:30.214Z] #19 140.9 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-06-03T14:20:30.219Z] #44 7.066 Scanning dependencies of target tini-static [2022-06-03T14:20:30.475Z] #44 7.187 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T14:20:30.731Z] #14 ... [2022-06-03T14:20:30.731Z] [2022-06-03T14:20:30.731Z] #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 [2022-06-03T14:20:30.731Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:20:30.731Z] #40 63.32 NAME: [2022-06-03T14:20:30.731Z] #40 63.34 go-winres - A tool for embedding resources in Windows executables [2022-06-03T14:20:30.731Z] #40 63.34 [2022-06-03T14:20:30.731Z] #40 63.34 USAGE: [2022-06-03T14:20:30.731Z] #40 63.34 go-winres [global options] command [command options] [arguments...] [2022-06-03T14:20:30.731Z] #40 63.34 [2022-06-03T14:20:30.731Z] #40 63.34 COMMANDS: [2022-06-03T14:20:30.731Z] #40 63.35 init Create an initial ./winres/winres.json [2022-06-03T14:20:30.731Z] #40 63.35 make Make syso files for the "go build" command [2022-06-03T14:20:30.731Z] #40 63.35 simply Make syso files for the "go build" command (simplified) [2022-06-03T14:20:30.731Z] #40 63.35 extract Extract all resources from an executable [2022-06-03T14:20:30.731Z] #40 63.35 patch Replace resources in an executable file (exe, dll) [2022-06-03T14:20:30.731Z] #40 63.35 help, h Shows a list of commands or help for one command [2022-06-03T14:20:30.731Z] #40 63.35 [2022-06-03T14:20:30.731Z] #40 63.35 GLOBAL OPTIONS: [2022-06-03T14:20:30.731Z] #40 63.35 --help, -h show help (default: false) [2022-06-03T14:20:30.731Z] #40 DONE 63.5s [2022-06-03T14:20:30.989Z] [2022-06-03T14:20:30.989Z] #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 [2022-06-03T14:20:30.989Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:30.989Z] #55 59.20 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T14:20:30.989Z] #55 59.34 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T14:20:30.989Z] #55 59.50 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T14:20:30.989Z] #55 59.53 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T14:20:30.989Z] #55 59.66 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T14:20:30.989Z] #55 59.73 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T14:20:30.989Z] #55 59.92 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T14:20:30.989Z] #55 61.22 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T14:20:30.989Z] #55 61.25 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T14:20:30.989Z] #55 61.37 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T14:20:30.989Z] #55 61.48 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T14:20:30.989Z] #55 61.49 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T14:20:30.989Z] #55 61.57 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T14:20:30.989Z] #55 61.64 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T14:20:30.989Z] #55 61.93 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T14:20:30.989Z] #55 62.07 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T14:20:30.989Z] #55 62.18 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T14:20:30.989Z] #55 62.25 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T14:20:30.989Z] #55 62.30 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T14:20:30.989Z] #55 62.36 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T14:20:30.989Z] #55 62.44 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T14:20:30.989Z] #55 62.55 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T14:20:30.989Z] #55 62.84 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T14:20:30.989Z] #55 63.07 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T14:20:30.989Z] #55 63.15 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T14:20:30.989Z] #55 63.27 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T14:20:30.989Z] #55 63.66 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T14:20:31.553Z] #55 64.05 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T14:20:31.553Z] #55 64.19 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T14:20:31.553Z] #55 64.24 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T14:20:31.583Z] #19 142.4 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-06-03T14:20:31.583Z] #19 142.4 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-06-03T14:20:31.841Z] #19 ... [2022-06-03T14:20:31.841Z] [2022-06-03T14:20:31.841Z] #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 [2022-06-03T14:20:31.841Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:20:31.841Z] #41 DONE 154.5s [2022-06-03T14:20:31.841Z] [2022-06-03T14:20:31.841Z] #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 [2022-06-03T14:20:31.841Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:20:31.841Z] #19 142.6 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-03T14:20:31.841Z] #19 142.7 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-06-03T14:20:31.841Z] #19 142.8 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] [2022-06-03T14:20:31.843Z] #44 8.632 [100%] Linking C executable tini-static [2022-06-03T14:20:32.100Z] #44 ... [2022-06-03T14:20:32.100Z] [2022-06-03T14:20:32.100Z] #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 [2022-06-03T14:20:32.100Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:20:32.100Z] #53 60.68 gotestsum version dev [2022-06-03T14:20:32.118Z] #55 64.69 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T14:20:32.118Z] #55 64.72 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T14:20:32.118Z] #55 64.80 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T14:20:32.118Z] #55 64.83 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T14:20:32.376Z] #55 64.87 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T14:20:32.376Z] #55 64.93 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T14:20:32.376Z] #55 64.96 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T14:20:32.376Z] #55 65.03 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T14:20:32.633Z] #55 65.20 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T14:20:32.633Z] #55 65.29 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T14:20:32.633Z] #55 65.31 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T14:20:32.633Z] #55 ... [2022-06-03T14:20:32.633Z] [2022-06-03T14:20:32.633Z] #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 [2022-06-03T14:20:32.633Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:32.633Z] #14 65.36 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T14:20:32.890Z] #14 65.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:20:32.890Z] #14 65.38 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:32.967Z] #62 ... [2022-06-03T14:20:32.967Z] [2022-06-03T14:20:32.968Z] #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 [2022-06-03T14:20:32.968Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:32.968Z] #14 35.58 Reading package lists... [2022-06-03T14:20:32.968Z] #14 44.20 Building dependency tree... [2022-06-03T14:20:32.968Z] #14 49.47 The following additional packages will be installed: [2022-06-03T14:20:32.968Z] #14 49.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:20:32.968Z] #14 49.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T14:20:32.968Z] #14 49.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T14:20:32.968Z] #14 49.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T14:20:32.968Z] #14 49.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T14:20:32.968Z] #14 49.49 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T14:20:32.968Z] #14 49.49 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T14:20:32.968Z] #14 49.51 Suggested packages: [2022-06-03T14:20:32.968Z] #14 49.52 gcc-10-locales seccomp wine64 [2022-06-03T14:20:32.968Z] #14 51.73 The following NEW packages will be installed: [2022-06-03T14:20:32.968Z] #14 51.77 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:20:32.968Z] #14 51.77 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T14:20:32.968Z] #14 51.77 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T14:20:32.968Z] #14 51.77 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T14:20:32.968Z] #14 51.77 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T14:20:32.968Z] #14 51.77 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T14:20:32.968Z] #14 51.77 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T14:20:32.968Z] #14 51.77 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T14:20:32.968Z] #14 51.78 mingw-w64-x86-64-dev [2022-06-03T14:20:32.968Z] #14 52.36 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:32.968Z] #14 52.36 Need to get 115 MB of archives. [2022-06-03T14:20:32.968Z] #14 52.36 After this operation, 645 MB of additional disk space will be used. [2022-06-03T14:20:32.968Z] #14 52.36 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] [2022-06-03T14:20:32.968Z] #14 52.68 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] [2022-06-03T14:20:32.968Z] #14 52.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-03T14:20:32.968Z] #14 52.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-03T14:20:32.968Z] #14 52.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-03T14:20:32.968Z] #14 52.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T14:20:32.968Z] #14 53.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-03T14:20:33.033Z] #53 DONE 61.6s [2022-06-03T14:20:33.033Z] [2022-06-03T14:20:33.033Z] #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 [2022-06-03T14:20:33.033Z] #44 sha256:b6f1c534402a5a4f9fc97c058fbde25b0d3503efd3758e3ee42c806abf4a55a1 [2022-06-03T14:20:33.033Z] #44 9.374 [100%] Built target tini-static [2022-06-03T14:20:33.033Z] #44 9.416 + mkdir -p /build [2022-06-03T14:20:33.033Z] #44 9.416 + cp tini-static /build/docker-init [2022-06-03T14:20:33.033Z] #44 DONE 9.9s [2022-06-03T14:20:33.033Z] [2022-06-03T14:20:33.033Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-03T14:20:33.033Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:33.033Z] #14 55.84 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T14:20:33.033Z] #14 55.85 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T14:20:33.033Z] #14 55.87 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:20:33.211Z] #19 143.9 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-06-03T14:20:33.211Z] #19 143.9 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-03T14:20:33.211Z] #19 143.9 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-03T14:20:33.211Z] #19 143.9 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-06-03T14:20:33.211Z] #19 143.9 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-06-03T14:20:33.211Z] #19 143.9 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-06-03T14:20:33.211Z] #19 143.9 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-03T14:20:33.211Z] #19 143.9 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-03T14:20:33.211Z] #19 144.0 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-06-03T14:20:33.211Z] #19 ... [2022-06-03T14:20:33.211Z] [2022-06-03T14:20:33.211Z] #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 [2022-06-03T14:20:33.211Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:20:33.211Z] #43 155.2 Delve is a source level debugger for Go programs. [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T14:20:33.211Z] #43 155.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 Usage: [2022-06-03T14:20:33.211Z] #43 155.2 dlv [command] [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 Available Commands: [2022-06-03T14:20:33.211Z] #43 155.2 attach Attach to running process and begin debugging. [2022-06-03T14:20:33.211Z] #43 155.2 connect Connect to a headless debug server with a terminal client. [2022-06-03T14:20:33.211Z] #43 155.2 core Examine a core dump. [2022-06-03T14:20:33.211Z] #43 155.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T14:20:33.211Z] #43 155.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T14:20:33.211Z] #43 155.2 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T14:20:33.211Z] #43 155.2 help Help about any command [2022-06-03T14:20:33.211Z] #43 155.2 run Deprecated command. Use 'debug' instead. [2022-06-03T14:20:33.211Z] #43 155.2 test Compile test binary and begin debugging program. [2022-06-03T14:20:33.211Z] #43 155.2 trace Compile and begin tracing program. [2022-06-03T14:20:33.211Z] #43 155.2 version Prints version. [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 Flags: [2022-06-03T14:20:33.211Z] #43 155.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T14:20:33.211Z] #43 155.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T14:20:33.211Z] #43 155.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-03T14:20:33.211Z] #43 155.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T14:20:33.211Z] #43 155.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T14:20:33.211Z] #43 155.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-03T14:20:33.211Z] #43 155.2 --disable-aslr Disables address space randomization [2022-06-03T14:20:33.211Z] #43 155.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T14:20:33.211Z] #43 155.2 -h, --help help for dlv [2022-06-03T14:20:33.211Z] #43 155.2 --init string Init file, executed by the terminal client. [2022-06-03T14:20:33.211Z] #43 155.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T14:20:33.211Z] #43 155.2 --log Enable debugging server logging. [2022-06-03T14:20:33.211Z] #43 155.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T14:20:33.211Z] #43 155.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T14:20:33.211Z] #43 155.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T14:20:33.211Z] #43 155.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T14:20:33.211Z] #43 155.2 --wd string Working directory for running the program. [2022-06-03T14:20:33.211Z] #43 155.2 [2022-06-03T14:20:33.211Z] #43 155.2 Additional help topics: [2022-06-03T14:20:33.211Z] #43 155.2 dlv backend Help about the --backend flag. [2022-06-03T14:20:33.212Z] #43 155.2 dlv log Help about logging flags. [2022-06-03T14:20:33.212Z] #43 155.2 dlv redirect Help about file redirection. [2022-06-03T14:20:33.212Z] #43 155.2 [2022-06-03T14:20:33.212Z] #43 155.2 Use "dlv [command] --help" for more information about a command. [2022-06-03T14:20:33.212Z] #43 DONE 156.0s [2022-06-03T14:20:33.212Z] [2022-06-03T14:20:33.212Z] #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 [2022-06-03T14:20:33.212Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:20:33.212Z] #19 144.0 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-03T14:20:33.212Z] #19 144.1 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-06-03T14:20:33.212Z] #19 144.1 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-06-03T14:20:33.231Z] #14 53.20 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] [2022-06-03T14:20:33.231Z] #14 53.21 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] [2022-06-03T14:20:33.289Z] #14 61.98 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T14:20:33.289Z] #14 61.98 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:20:33.289Z] #14 61.98 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:20:33.492Z] #14 ... [2022-06-03T14:20:33.492Z] [2022-06-03T14:20:33.492Z] #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 [2022-06-03T14:20:33.492Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:33.492Z] #62 53.42 The following additional packages will be installed: [2022-06-03T14:20:33.492Z] #62 53.42 libbtrfs0 [2022-06-03T14:20:33.545Z] #14 62.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T14:20:33.545Z] #14 62.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:20:33.545Z] #14 62.18 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:20:33.752Z] #62 53.78 The following NEW packages will be installed: [2022-06-03T14:20:33.752Z] #62 53.80 libbtrfs-dev libbtrfs0 [2022-06-03T14:20:33.772Z] #14 ... [2022-06-03T14:20:33.772Z] [2022-06-03T14:20:33.772Z] #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 [2022-06-03T14:20:33.772Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:20:33.772Z] #64 38.08 Updating files: 64% (3078/4764) Updating files: 65% (3097/4764) Updating files: 66% (3145/4764) Updating files: 67% (3192/4764) Updating files: 68% (3240/4764) Updating files: 69% (3288/4764) Updating files: 70% (3335/4764) Updating files: 71% (3383/4764) Updating files: 72% (3431/4764) Updating files: 73% (3478/4764) Updating files: 74% (3526/4764) Updating files: 75% (3573/4764) Updating files: 76% (3621/4764) Updating files: 77% (3669/4764) Updating files: 78% (3716/4764) Updating files: 79% (3764/4764) Updating files: 80% (3812/4764) Updating files: 81% (3859/4764) Updating files: 82% (3907/4764) Updating files: 83% (3955/4764) Updating files: 84% (4002/4764) Updating files: 85% (4050/4764) Updating files: 86% (4098/4764) Updating files: 87% (4145/4764) Updating files: 88% (4193/4764) Updating files: 89% (4240/4764) Updating files: 90% (4288/4764) Updating files: 91% (4336/4764) Updating files: 92% (4383/4764) Updating files: 93% (4431/4764) Updating files: 94% (4479/4764) Updating files: 95% (4526/4764) Updating files: 96% (4574/4764) Updating files: 97% (4622/4764) Updating files: 98% (4669/4764) Updating files: 99% (4717/4764) Updating files: 100% (4764/4764) Updating files: 100% (4764/4764), done. [2022-06-03T14:20:33.772Z] #64 38.86 + cd /tmp/tmp.nxltd8PJSP/src/github.com/containerd/containerd [2022-06-03T14:20:33.772Z] #64 38.86 + git checkout -q v1.6.4 [2022-06-03T14:20:34.013Z] #62 54.25 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:34.013Z] #62 54.25 Need to get 460 kB of archives. [2022-06-03T14:20:34.013Z] #62 54.25 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T14:20:34.013Z] #62 54.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:20:34.144Z] #19 145.2 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-06-03T14:20:34.273Z] #62 54.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:20:34.344Z] #64 39.93 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T14:20:34.344Z] #64 39.93 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T14:20:34.344Z] #64 39.93 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:20:34.344Z] #64 39.93 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:20:34.344Z] #64 39.93 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T14:20:34.344Z] #64 39.93 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T14:20:34.344Z] #64 39.93 + '[' '' = dynamic ']' [2022-06-03T14:20:34.344Z] #64 39.93 + make [2022-06-03T14:20:34.402Z] #19 145.2 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-06-03T14:20:34.402Z] #19 145.2 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-03T14:20:34.402Z] #19 145.3 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-06-03T14:20:34.402Z] #19 145.3 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] [2022-06-03T14:20:34.912Z] #14 ... [2022-06-03T14:20:34.912Z] [2022-06-03T14:20:34.912Z] #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 [2022-06-03T14:20:34.912Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:34.912Z] #55 53.28 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T14:20:35.730Z] #64 41.41 + bin/ctr [2022-06-03T14:20:35.770Z] #19 146.4 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-03T14:20:35.770Z] #19 146.4 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-03T14:20:36.702Z] #19 147.5 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:36.872Z] #62 56.41 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:36.872Z] #62 ... [2022-06-03T14:20:36.872Z] [2022-06-03T14:20:36.872Z] #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 [2022-06-03T14:20:36.872Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:36.872Z] #42 38.13 Reading package lists... [2022-06-03T14:20:36.872Z] #42 46.64 Building dependency tree... [2022-06-03T14:20:36.872Z] #42 52.28 The following additional packages will be installed: [2022-06-03T14:20:36.872Z] #42 52.28 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-03T14:20:36.872Z] #42 52.31 Suggested packages: [2022-06-03T14:20:36.872Z] #42 52.33 cmake-doc ninja-build lrzip [2022-06-03T14:20:36.872Z] #42 52.34 Recommended packages: [2022-06-03T14:20:36.872Z] #42 52.34 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T14:20:36.872Z] #42 53.41 The following NEW packages will be installed: [2022-06-03T14:20:36.872Z] #42 53.44 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-03T14:20:36.872Z] #42 53.46 vim-common xxd [2022-06-03T14:20:36.872Z] #42 54.00 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:36.872Z] #42 54.00 Need to get 17.7 MB of archives. [2022-06-03T14:20:36.872Z] #42 54.00 After this operation, 70.7 MB of additional disk space will be used. [2022-06-03T14:20:36.872Z] #42 54.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:20:36.872Z] #42 54.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:20:36.872Z] #42 54.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T14:20:36.872Z] #42 54.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:20:36.872Z] #42 54.97 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] [2022-06-03T14:20:36.872Z] #42 55.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T14:20:36.872Z] #42 55.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T14:20:36.872Z] #42 55.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T14:20:36.872Z] #42 55.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T14:20:36.872Z] #42 55.10 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T14:20:36.960Z] #19 147.9 Fetched 788 MB in 32s (24.6 MB/s) [2022-06-03T14:20:37.079Z] #14 69.53 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T14:20:37.079Z] #14 69.53 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T14:20:37.079Z] #14 69.53 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:20:37.079Z] #14 69.74 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T14:20:37.079Z] #14 69.74 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:20:37.079Z] #14 69.74 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:20:37.155Z] #42 ... [2022-06-03T14:20:37.155Z] [2022-06-03T14:20:37.155Z] #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 [2022-06-03T14:20:37.155Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:37.155Z] #62 57.02 Fetched 460 kB in 0s (1076 kB/s) [2022-06-03T14:20:37.217Z] #19 148.0 Selecting previously unselected package liblocale-gettext-perl. [2022-06-03T14:20:37.217Z] #19 148.0 (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.) [2022-06-03T14:20:37.217Z] #19 148.0 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-03T14:20:37.217Z] #19 148.0 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-03T14:20:37.217Z] #19 148.2 Selecting previously unselected package bzip2. [2022-06-03T14:20:37.217Z] #19 148.2 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T14:20:37.217Z] #19 148.2 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T14:20:37.337Z] #14 70.14 Selecting previously unselected package dmsetup. [2022-06-03T14:20:37.426Z] #62 57.39 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:20:37.426Z] #62 57.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T14:20:37.426Z] #62 57.52 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:20:37.426Z] #62 57.58 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:20:37.474Z] #19 148.3 Selecting previously unselected package libmagic-mgc. [2022-06-03T14:20:37.474Z] #19 148.3 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-03T14:20:37.474Z] #19 148.3 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-03T14:20:37.596Z] #14 70.14 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:20:37.596Z] #14 70.15 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:20:37.696Z] #62 ... [2022-06-03T14:20:37.696Z] [2022-06-03T14:20:37.696Z] #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 [2022-06-03T14:20:37.696Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T14:20:37.696Z] #57 57.24 v3.0.2 [2022-06-03T14:20:37.696Z] #57 DONE 57.8s [2022-06-03T14:20:37.696Z] [2022-06-03T14:20:37.696Z] #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 [2022-06-03T14:20:37.696Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:37.696Z] #42 57.61 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:37.730Z] #19 148.5 Selecting previously unselected package libmagic1:amd64. [2022-06-03T14:20:37.730Z] #19 148.5 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-03T14:20:37.730Z] #19 148.6 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-03T14:20:37.730Z] #19 148.7 Selecting previously unselected package file. [2022-06-03T14:20:37.730Z] #19 148.7 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-03T14:20:37.730Z] #19 148.7 Unpacking file (1:5.39-3) ... [2022-06-03T14:20:37.958Z] #42 57.97 Fetched 17.7 MB in 2s (9068 kB/s) [2022-06-03T14:20:37.989Z] #19 148.8 Selecting previously unselected package xz-utils. [2022-06-03T14:20:37.989Z] #19 148.8 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T14:20:37.989Z] #19 148.8 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:20:38.165Z] #14 70.61 Selecting previously unselected package mingw-w64-common. [2022-06-03T14:20:38.165Z] #14 70.61 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T14:20:38.165Z] #14 70.62 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T14:20:38.165Z] #14 ... [2022-06-03T14:20:38.165Z] [2022-06-03T14:20:38.165Z] #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 [2022-06-03T14:20:38.165Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:38.165Z] #42 60.61 Selecting previously unselected package cmake-data. [2022-06-03T14:20:38.165Z] #42 60.62 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T14:20:38.165Z] #42 60.64 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:38.165Z] #42 66.40 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:20:38.165Z] #42 66.40 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:20:38.165Z] #42 66.42 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:20:38.165Z] #42 ... [2022-06-03T14:20:38.165Z] [2022-06-03T14:20:38.165Z] #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 [2022-06-03T14:20:38.165Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:38.165Z] #55 65.36 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T14:20:38.165Z] #55 65.42 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T14:20:38.165Z] #55 65.51 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T14:20:38.165Z] #55 65.55 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T14:20:38.165Z] #55 65.60 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T14:20:38.165Z] #55 65.67 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T14:20:38.165Z] #55 65.69 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T14:20:38.165Z] #55 65.72 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T14:20:38.165Z] #55 65.79 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T14:20:38.165Z] #55 66.60 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T14:20:38.165Z] #55 66.60 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T14:20:38.165Z] #55 66.66 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T14:20:38.166Z] #55 66.69 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T14:20:38.166Z] #55 66.72 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T14:20:38.166Z] #55 66.79 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T14:20:38.166Z] #55 66.83 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T14:20:38.166Z] #55 66.89 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T14:20:38.166Z] #55 66.90 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T14:20:38.166Z] #55 67.23 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T14:20:38.166Z] #55 67.24 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T14:20:38.166Z] #55 67.25 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T14:20:38.166Z] #55 67.25 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T14:20:38.166Z] #55 67.27 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T14:20:38.166Z] #55 67.32 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T14:20:38.166Z] #55 67.35 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T14:20:38.166Z] #55 67.38 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T14:20:38.166Z] #55 67.42 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T14:20:38.166Z] #55 67.55 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T14:20:38.166Z] #55 67.55 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T14:20:38.166Z] #55 67.58 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T14:20:38.166Z] #55 67.94 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T14:20:38.166Z] #55 67.99 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T14:20:38.166Z] #55 68.05 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T14:20:38.166Z] #55 68.14 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T14:20:38.166Z] #55 68.28 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T14:20:38.166Z] #55 68.34 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T14:20:38.166Z] #55 68.58 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T14:20:38.166Z] #55 70.61 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T14:20:38.166Z] #55 70.61 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T14:20:38.166Z] #55 70.70 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T14:20:38.166Z] #55 70.76 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T14:20:38.166Z] #55 70.80 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T14:20:38.166Z] #55 70.88 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T14:20:38.219Z] #42 58.30 Selecting previously unselected package xxd. [2022-06-03T14:20:38.219Z] #42 58.30 (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.) [2022-06-03T14:20:38.219Z] #42 58.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:20:38.219Z] #42 58.38 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:38.219Z] #42 ... [2022-06-03T14:20:38.219Z] [2022-06-03T14:20:38.219Z] #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 [2022-06-03T14:20:38.219Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:38.219Z] #55 48.36 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:20:38.219Z] #55 48.36 go: downloading github.com/fatih/color v1.13.0 [2022-06-03T14:20:38.219Z] #55 48.41 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-03T14:20:38.220Z] #55 48.46 go: downloading github.com/spf13/viper v1.10.1 [2022-06-03T14:20:38.220Z] #55 48.81 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-03T14:20:38.220Z] #55 49.49 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-03T14:20:38.220Z] #55 49.68 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-03T14:20:38.220Z] #55 51.47 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-03T14:20:38.220Z] #55 51.55 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-03T14:20:38.220Z] #55 57.10 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-03T14:20:38.220Z] #55 57.10 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:20:38.220Z] #55 57.16 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T14:20:38.220Z] #55 57.30 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-03T14:20:38.220Z] #55 57.46 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-03T14:20:38.220Z] #55 57.59 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-03T14:20:38.220Z] #55 57.80 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-03T14:20:38.220Z] #55 57.91 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-03T14:20:38.220Z] #55 58.00 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-03T14:20:38.220Z] #55 58.16 go: downloading github.com/spf13/afero v1.6.0 [2022-06-03T14:20:38.220Z] #55 58.24 go: downloading github.com/spf13/cast v1.4.1 [2022-06-03T14:20:38.220Z] #55 58.31 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-03T14:20:38.220Z] #55 58.35 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-03T14:20:38.246Z] #19 149.0 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-03T14:20:38.246Z] #19 149.0 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T14:20:38.246Z] #19 149.0 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-03T14:20:38.424Z] #55 71.05 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T14:20:38.425Z] #55 ... [2022-06-03T14:20:38.425Z] [2022-06-03T14:20:38.425Z] #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 [2022-06-03T14:20:38.425Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:38.425Z] #51 60.82 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-03T14:20:38.425Z] #51 63.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:38.425Z] #51 63.53 Fetched 2314 kB in 3s (674 kB/s) [2022-06-03T14:20:38.425Z] #51 63.76 Selecting previously unselected package libprotobuf23:amd64. [2022-06-03T14:20:38.425Z] #51 63.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.) [2022-06-03T14:20:38.425Z] #51 63.90 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-03T14:20:38.425Z] #51 63.91 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:20:38.425Z] #51 65.61 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:20:38.425Z] #51 65.61 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:20:38.425Z] #51 65.62 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:38.425Z] #51 65.98 Selecting previously unselected package python3-six. [2022-06-03T14:20:38.425Z] #51 65.99 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T14:20:38.425Z] #51 66.02 Unpacking python3-six (1.16.0-2) ... [2022-06-03T14:20:38.425Z] #51 66.14 Selecting previously unselected package python3-protobuf. [2022-06-03T14:20:38.425Z] #51 66.14 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-03T14:20:38.425Z] #51 66.15 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:38.425Z] #51 66.80 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:20:38.425Z] #51 66.83 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:20:38.425Z] #51 66.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:38.425Z] #51 67.09 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:20:38.425Z] #51 67.09 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:20:38.425Z] #51 67.11 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:20:38.425Z] #51 67.43 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:20:38.425Z] #51 67.43 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:20:38.425Z] #51 67.43 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:20:38.425Z] #51 67.71 Selecting previously unselected package criu. [2022-06-03T14:20:38.425Z] #51 67.73 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-03T14:20:38.425Z] #51 67.74 Unpacking criu (3.17-1) ... [2022-06-03T14:20:38.425Z] #51 69.28 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:38.425Z] #51 ... [2022-06-03T14:20:38.425Z] [2022-06-03T14:20:38.425Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T14:20:38.425Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:38.425Z] #55 71.13 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T14:20:38.425Z] #55 71.13 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T14:20:38.425Z] #55 71.13 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T14:20:38.425Z] #55 71.14 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T14:20:38.425Z] #55 71.16 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T14:20:38.425Z] #55 71.20 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T14:20:38.425Z] #55 71.21 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T14:20:38.482Z] #55 58.45 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-03T14:20:38.482Z] #55 ... [2022-06-03T14:20:38.482Z] [2022-06-03T14:20:38.482Z] #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 [2022-06-03T14:20:38.482Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:38.482Z] #62 58.00 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:20:38.482Z] #62 58.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:20:38.482Z] #62 58.07 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:20:38.482Z] #62 58.65 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:20:38.684Z] #55 71.23 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T14:20:38.684Z] #55 71.35 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T14:20:38.744Z] #62 58.67 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:20:38.744Z] #62 58.68 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:38.945Z] #55 71.76 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T14:20:39.203Z] #55 71.90 go: downloading golang.org/x/text v0.3.7 [2022-06-03T14:20:39.316Z] #62 ... [2022-06-03T14:20:39.316Z] [2022-06-03T14:20:39.316Z] #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 [2022-06-03T14:20:39.316Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:39.316Z] #51 40.48 Reading package lists... [2022-06-03T14:20:39.316Z] #51 49.31 Building dependency tree... [2022-06-03T14:20:39.316Z] #51 55.65 The following additional packages will be installed: [2022-06-03T14:20:39.316Z] #51 55.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:20:39.316Z] #51 55.68 python3-protobuf python3-six [2022-06-03T14:20:39.316Z] #51 55.69 Suggested packages: [2022-06-03T14:20:39.316Z] #51 55.71 python3-setuptools [2022-06-03T14:20:39.316Z] #51 55.71 Recommended packages: [2022-06-03T14:20:39.316Z] #51 55.72 iproute2 | iproute [2022-06-03T14:20:39.316Z] #51 57.06 The following NEW packages will be installed: [2022-06-03T14:20:39.316Z] #51 57.19 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-03T14:20:39.316Z] #51 57.19 python3-protobuf python3-six [2022-06-03T14:20:39.316Z] #51 57.73 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:20:39.316Z] #51 57.73 Need to get 2314 kB of archives. [2022-06-03T14:20:39.316Z] #51 57.73 After this operation, 11.1 MB of additional disk space will be used. [2022-06-03T14:20:39.316Z] #51 57.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-03T14:20:39.316Z] #51 57.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:20:39.316Z] #51 57.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-03T14:20:39.316Z] #51 57.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-03T14:20:39.316Z] #51 57.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:20:39.316Z] #51 57.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:20:39.316Z] #51 57.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:20:39.577Z] #51 ... [2022-06-03T14:20:39.577Z] [2022-06-03T14:20:39.578Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T14:20:39.578Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:39.578Z] #55 58.67 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-03T14:20:39.578Z] #55 58.67 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-03T14:20:39.578Z] #55 58.68 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-03T14:20:39.578Z] #55 58.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-03T14:20:39.578Z] #55 58.75 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-03T14:20:39.578Z] #55 58.79 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-03T14:20:39.578Z] #55 58.81 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-03T14:20:39.578Z] #55 58.91 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-03T14:20:39.578Z] #55 58.96 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-03T14:20:39.578Z] #55 59.10 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-03T14:20:39.578Z] #55 59.16 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-03T14:20:39.578Z] #55 59.32 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-03T14:20:39.578Z] #55 59.42 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-03T14:20:39.578Z] #55 59.58 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-03T14:20:39.618Z] #19 150.2 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-03T14:20:39.618Z] #19 150.2 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-03T14:20:39.618Z] #19 150.2 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-03T14:20:39.840Z] #55 ... [2022-06-03T14:20:39.840Z] [2022-06-03T14:20:39.840Z] #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 [2022-06-03T14:20:39.840Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T14:20:39.840Z] #62 DONE 60.0s [2022-06-03T14:20:40.110Z] [2022-06-03T14:20:40.110Z] #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 [2022-06-03T14:20:40.110Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:40.110Z] #55 60.05 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-03T14:20:40.110Z] #55 60.05 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-03T14:20:40.110Z] #55 60.13 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-03T14:20:40.371Z] #55 ... [2022-06-03T14:20:40.371Z] [2022-06-03T14:20:40.371Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T14:20:40.371Z] #63 sha256:82289a316a029fa6e3ca78266c2239393b39c37fe4720c0af74d1ab09dfd0643 [2022-06-03T14:20:40.371Z] #63 DONE 0.3s [2022-06-03T14:20:40.371Z] [2022-06-03T14:20:40.371Z] #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 [2022-06-03T14:20:40.371Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:40.371Z] #55 60.28 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-03T14:20:40.371Z] #55 60.52 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-03T14:20:40.632Z] #55 60.60 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-03T14:20:40.632Z] #55 60.60 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-03T14:20:40.632Z] #55 60.63 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-03T14:20:40.632Z] #55 60.71 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-03T14:20:40.632Z] #55 60.76 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-03T14:20:40.895Z] #55 60.87 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-03T14:20:40.895Z] #55 60.95 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-03T14:20:40.895Z] #55 60.98 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-03T14:20:40.895Z] #55 61.00 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-03T14:20:40.895Z] #55 61.01 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-03T14:20:41.017Z] #19 151.9 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-03T14:20:41.017Z] #19 151.9 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-03T14:20:41.158Z] #55 61.12 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-03T14:20:41.158Z] #55 61.22 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-03T14:20:41.158Z] #55 61.22 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-03T14:20:41.158Z] #55 61.22 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-03T14:20:41.158Z] #55 61.26 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-03T14:20:41.279Z] #19 152.1 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-03T14:20:41.506Z] #55 ... [2022-06-03T14:20:41.506Z] [2022-06-03T14:20:41.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 [2022-06-03T14:20:41.506Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:41.506Z] #14 69.12 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T14:20:41.506Z] #14 69.12 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:20:41.506Z] #14 69.13 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:20:41.730Z] #55 61.69 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-03T14:20:41.991Z] #55 61.93 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-03T14:20:41.991Z] #55 61.93 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-03T14:20:41.991Z] #55 61.94 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-03T14:20:41.991Z] #55 61.95 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-03T14:20:41.991Z] #55 62.12 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-03T14:20:41.991Z] #55 62.16 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-03T14:20:41.991Z] #55 62.22 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-03T14:20:42.252Z] #55 62.28 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-03T14:20:42.252Z] #55 62.28 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-03T14:20:42.252Z] #55 62.39 go: downloading github.com/julz/importas v0.1.0 [2022-06-03T14:20:42.252Z] #55 62.48 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-03T14:20:42.512Z] #55 62.52 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-03T14:20:42.512Z] #55 62.62 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-03T14:20:42.666Z] #19 153.6 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-03T14:20:42.773Z] #55 62.64 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-03T14:20:42.773Z] #55 62.81 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-03T14:20:42.773Z] #55 62.81 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-03T14:20:42.773Z] #55 62.86 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-03T14:20:42.922Z] #19 153.6 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T14:20:42.922Z] #19 153.6 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-03T14:20:43.034Z] #55 62.98 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-03T14:20:43.034Z] #55 63.04 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-03T14:20:43.034Z] #55 63.11 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-03T14:20:43.034Z] #55 63.15 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-03T14:20:43.295Z] #55 63.23 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-03T14:20:43.866Z] #55 ... [2022-06-03T14:20:43.866Z] [2022-06-03T14:20:43.866Z] #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 [2022-06-03T14:20:43.866Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:43.866Z] #14 53.99 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] [2022-06-03T14:20:43.866Z] #14 56.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] [2022-06-03T14:20:43.866Z] #14 57.59 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] [2022-06-03T14:20:43.866Z] #14 58.77 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] [2022-06-03T14:20:43.866Z] #14 60.64 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] [2022-06-03T14:20:43.866Z] #14 61.68 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] [2022-06-03T14:20:43.866Z] #14 61.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T14:20:43.866Z] #14 61.73 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T14:20:43.866Z] #14 61.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:20:43.866Z] #14 61.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:20:43.866Z] #14 61.78 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] [2022-06-03T14:20:43.866Z] #14 61.81 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T14:20:43.866Z] #14 61.83 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T14:20:43.866Z] #14 61.87 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T14:20:43.866Z] #14 61.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T14:20:43.866Z] #14 61.89 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T14:20:43.866Z] #14 61.90 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T14:20:43.866Z] #14 61.94 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T14:20:43.866Z] #14 61.95 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-03T14:20:43.867Z] #14 61.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-03T14:20:43.867Z] #14 61.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T14:20:43.867Z] #14 63.74 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:43.875Z] #64 ... [2022-06-03T14:20:43.875Z] [2022-06-03T14:20:43.875Z] #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 [2022-06-03T14:20:43.875Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:20:43.875Z] #14 68.84 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T14:20:43.875Z] #14 68.84 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:43.875Z] #14 68.84 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:20:43.875Z] #14 73.60 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T14:20:43.875Z] #14 73.60 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:43.875Z] #14 73.60 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:20:43.875Z] #14 78.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T14:20:43.875Z] #14 78.74 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:43.875Z] #14 78.76 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:20:44.128Z] #14 64.08 Fetched 115 MB in 10s (11.4 MB/s) [2022-06-03T14:20:44.128Z] #14 ... [2022-06-03T14:20:44.128Z] [2022-06-03T14:20:44.128Z] #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 [2022-06-03T14:20:44.128Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:44.128Z] #51 60.36 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-03T14:20:44.128Z] #51 62.40 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:20:44.128Z] #51 62.71 Fetched 2314 kB in 3s (665 kB/s) [2022-06-03T14:20:44.128Z] #51 62.97 Selecting previously unselected package libprotobuf23:amd64. [2022-06-03T14:20:44.128Z] #51 62.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T14:20:44.128Z] #51 63.07 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-03T14:20:44.128Z] #51 63.09 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:20:44.389Z] #51 ... [2022-06-03T14:20:44.389Z] [2022-06-03T14:20:44.389Z] #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 [2022-06-03T14:20:44.390Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T14:20:44.390Z] #40 64.18 NAME: [2022-06-03T14:20:44.390Z] #40 64.18 go-winres - A tool for embedding resources in Windows executables [2022-06-03T14:20:44.390Z] #40 64.18 [2022-06-03T14:20:44.390Z] #40 64.18 USAGE: [2022-06-03T14:20:44.390Z] #40 64.18 go-winres [global options] command [command options] [arguments...] [2022-06-03T14:20:44.390Z] #40 64.18 [2022-06-03T14:20:44.390Z] #40 64.18 COMMANDS: [2022-06-03T14:20:44.390Z] #40 64.18 init Create an initial ./winres/winres.json [2022-06-03T14:20:44.390Z] #40 64.18 make Make syso files for the "go build" command [2022-06-03T14:20:44.390Z] #40 64.18 simply Make syso files for the "go build" command (simplified) [2022-06-03T14:20:44.390Z] #40 64.18 extract Extract all resources from an executable [2022-06-03T14:20:44.390Z] #40 64.18 patch Replace resources in an executable file (exe, dll) [2022-06-03T14:20:44.390Z] #40 64.18 help, h Shows a list of commands or help for one command [2022-06-03T14:20:44.390Z] #40 64.18 [2022-06-03T14:20:44.390Z] #40 64.18 GLOBAL OPTIONS: [2022-06-03T14:20:44.390Z] #40 64.18 --help, -h show help (default: false) [2022-06-03T14:20:44.390Z] #40 DONE 64.5s [2022-06-03T14:20:44.469Z] #55 ... [2022-06-03T14:20:44.469Z] [2022-06-03T14:20:44.469Z] #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 [2022-06-03T14:20:44.469Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:44.469Z] #42 77.05 Selecting previously unselected package libxml2:amd64. [2022-06-03T14:20:44.469Z] #42 77.05 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T14:20:44.469Z] #42 77.07 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:44.651Z] [2022-06-03T14:20:44.651Z] #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 [2022-06-03T14:20:44.651Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:44.651Z] #14 64.44 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T14:20:44.651Z] #14 64.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T14:20:44.651Z] #14 64.58 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:20:44.651Z] #14 64.59 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:44.818Z] #19 155.7 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-03T14:20:44.818Z] #19 155.7 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T14:20:44.818Z] #19 155.7 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-03T14:20:45.405Z] #42 77.89 Selecting previously unselected package libarchive13:amd64. [2022-06-03T14:20:45.405Z] #42 77.94 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T14:20:45.405Z] #42 77.94 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:45.663Z] #42 78.48 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T14:20:45.922Z] #42 78.48 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T14:20:45.922Z] #42 78.50 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:20:46.180Z] #42 ... [2022-06-03T14:20:46.180Z] [2022-06-03T14:20:46.180Z] #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 [2022-06-03T14:20:46.180Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:20:46.180Z] #34 68.65 Updating files: 91% (1395/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. [2022-06-03T14:20:46.180Z] #34 69.37 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T14:20:46.180Z] #34 70.09 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T14:20:46.185Z] #19 156.8 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-03T14:20:46.185Z] #19 156.8 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:20:46.185Z] #19 156.8 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:20:46.185Z] #19 156.9 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-03T14:20:46.185Z] #19 156.9 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:20:46.185Z] #19 157.0 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:20:46.439Z] #34 ... [2022-06-03T14:20:46.439Z] [2022-06-03T14:20:46.439Z] #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 [2022-06-03T14:20:46.439Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:46.439Z] #42 78.97 Selecting previously unselected package librhash0:amd64. [2022-06-03T14:20:46.439Z] #42 78.97 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T14:20:46.439Z] #42 79.01 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:20:46.698Z] #42 79.25 Selecting previously unselected package libuv1:amd64. [2022-06-03T14:20:46.698Z] #42 79.25 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T14:20:46.698Z] #42 79.26 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:20:46.963Z] #42 79.63 Selecting previously unselected package cmake. [2022-06-03T14:20:46.963Z] #42 79.63 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T14:20:47.222Z] #42 79.64 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:48.858Z] #14 68.54 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T14:20:48.858Z] #14 68.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:20:48.858Z] #14 68.57 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:20:48.858Z] #14 ... [2022-06-03T14:20:48.858Z] [2022-06-03T14:20:48.858Z] #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 [2022-06-03T14:20:48.858Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:48.858Z] #42 58.96 Selecting previously unselected package vim-common. [2022-06-03T14:20:48.858Z] #42 58.96 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:20:48.858Z] #42 59.00 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:48.858Z] #42 60.06 Selecting previously unselected package cmake-data. [2022-06-03T14:20:48.858Z] #42 60.06 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T14:20:48.858Z] #42 60.06 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:48.858Z] #42 65.57 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:20:48.858Z] #42 65.57 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:20:48.858Z] #42 65.60 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:20:49.120Z] #42 ... [2022-06-03T14:20:49.120Z] [2022-06-03T14:20:49.120Z] #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 [2022-06-03T14:20:49.120Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:20:49.641Z] #34 68.89 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-03T14:20:49.641Z] #34 69.72 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-03T14:20:49.761Z] #42 ... [2022-06-03T14:20:49.761Z] [2022-06-03T14:20:49.761Z] #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 [2022-06-03T14:20:49.761Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:49.761Z] #51 71.98 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:20:49.761Z] #51 72.00 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:49.761Z] #51 72.01 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:20:49.761Z] #51 72.02 Setting up python3-six (1.16.0-2) ... [2022-06-03T14:20:49.761Z] #51 73.85 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:20:49.761Z] #51 73.91 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:49.761Z] #51 79.69 Setting up criu (3.17-1) ... [2022-06-03T14:20:49.761Z] #51 ... [2022-06-03T14:20:49.761Z] [2022-06-03T14:20:49.761Z] #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 [2022-06-03T14:20:49.761Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:49.761Z] #55 80.57 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T14:20:49.761Z] #55 80.59 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T14:20:49.761Z] #55 80.80 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T14:20:49.761Z] #55 80.85 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T14:20:49.761Z] #55 80.88 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T14:20:49.761Z] #55 80.93 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T14:20:49.761Z] #55 81.03 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T14:20:49.761Z] #55 81.04 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T14:20:49.761Z] #55 81.19 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T14:20:49.761Z] #55 81.36 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T14:20:49.761Z] #55 81.55 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T14:20:49.761Z] #55 81.93 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T14:20:49.761Z] #55 82.05 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T14:20:49.761Z] #55 82.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T14:20:50.020Z] #55 82.63 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T14:20:50.219Z] #34 70.22 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-03T14:20:50.219Z] #34 ... [2022-06-03T14:20:50.219Z] [2022-06-03T14:20:50.219Z] #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 [2022-06-03T14:20:50.219Z] #64 sha256:da967a4b350509834f08c14a3dd7e171cf008916eb4bcd8b8f2ef74adc0ccabe [2022-06-03T14:20:50.219Z] #64 1.641 + RM_GOPATH=0 [2022-06-03T14:20:50.219Z] #64 1.641 + TMP_GOPATH= [2022-06-03T14:20:50.219Z] #64 1.641 + : /build [2022-06-03T14:20:50.219Z] #64 1.641 + '[' -z '' ']' [2022-06-03T14:20:50.219Z] #64 1.641 ++ mktemp -d [2022-06-03T14:20:50.219Z] #64 1.649 + export GOPATH=/tmp/tmp.ft8Mi90mCp [2022-06-03T14:20:50.219Z] #64 1.649 + GOPATH=/tmp/tmp.ft8Mi90mCp [2022-06-03T14:20:50.219Z] #64 1.649 + RM_GOPATH=1 [2022-06-03T14:20:50.219Z] #64 1.649 + case "$(go env GOARCH)" in [2022-06-03T14:20:50.219Z] #64 1.650 ++ go env GOARCH [2022-06-03T14:20:50.219Z] #64 1.698 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:50.219Z] #64 1.703 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:50.219Z] #64 1.703 ++ dirname /install.sh [2022-06-03T14:20:50.219Z] #64 1.703 + dir=/ [2022-06-03T14:20:50.219Z] #64 1.703 + bin=containerd [2022-06-03T14:20:50.219Z] #64 1.703 + shift [2022-06-03T14:20:50.219Z] #64 1.703 + '[' '!' -f //containerd.installer ']' [2022-06-03T14:20:50.219Z] #64 1.703 + . //containerd.installer [2022-06-03T14:20:50.219Z] #64 1.703 ++ set -e [2022-06-03T14:20:50.219Z] #64 1.703 ++ : v1.6.4 [2022-06-03T14:20:50.219Z] #64 1.703 + install_containerd [2022-06-03T14:20:50.219Z] #64 1.732 + echo 'Install containerd version v1.6.4' [2022-06-03T14:20:50.219Z] #64 1.733 Install containerd version v1.6.4 [2022-06-03T14:20:50.219Z] #64 1.736 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ft8Mi90mCp/src/github.com/containerd/containerd [2022-06-03T14:20:50.219Z] #64 1.749 Cloning into '/tmp/tmp.ft8Mi90mCp/src/github.com/containerd/containerd'... [2022-06-03T14:20:50.280Z] #55 83.00 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T14:20:50.280Z] #55 83.04 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T14:20:50.480Z] #64 ... [2022-06-03T14:20:50.480Z] [2022-06-03T14:20:50.480Z] #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 [2022-06-03T14:20:50.480Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:50.480Z] #55 64.16 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-03T14:20:50.480Z] #55 64.16 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-03T14:20:50.480Z] #55 64.19 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-03T14:20:50.480Z] #55 64.26 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-03T14:20:50.480Z] #55 64.35 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-03T14:20:50.480Z] #55 64.40 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-03T14:20:50.480Z] #55 64.46 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-03T14:20:50.480Z] #55 64.54 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-03T14:20:50.480Z] #55 64.65 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-03T14:20:50.480Z] #55 65.00 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-03T14:20:50.480Z] #55 65.04 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-03T14:20:50.480Z] #55 65.04 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-03T14:20:50.480Z] #55 65.05 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-03T14:20:50.480Z] #55 65.12 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-03T14:20:50.480Z] #55 65.18 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-03T14:20:50.480Z] #55 65.25 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-03T14:20:50.480Z] #55 65.36 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-03T14:20:50.480Z] #55 65.47 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-03T14:20:50.480Z] #55 65.49 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-03T14:20:50.480Z] #55 65.64 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-03T14:20:50.480Z] #55 65.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-03T14:20:50.480Z] #55 66.06 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-03T14:20:50.480Z] #55 66.09 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-03T14:20:50.480Z] #55 66.13 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-03T14:20:50.480Z] #55 66.33 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-03T14:20:50.480Z] #55 66.34 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-03T14:20:50.480Z] #55 66.38 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-03T14:20:50.480Z] #55 66.89 go: downloading honnef.co/go/tools v0.2.2 [2022-06-03T14:20:50.480Z] #55 68.91 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-03T14:20:50.480Z] #55 68.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-03T14:20:50.480Z] #55 69.07 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-03T14:20:50.480Z] #55 69.07 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-03T14:20:50.539Z] #55 83.30 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T14:20:50.799Z] #55 83.34 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T14:20:50.799Z] #55 83.42 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T14:20:50.799Z] #55 83.49 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T14:20:51.051Z] #55 71.02 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-03T14:20:51.051Z] #55 71.03 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T14:20:51.051Z] #55 71.06 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-03T14:20:51.312Z] #55 71.26 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-03T14:20:51.367Z] #55 84.10 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T14:20:51.573Z] #55 71.57 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-03T14:20:51.573Z] #55 71.63 go: downloading golang.org/x/text v0.3.7 [2022-06-03T14:20:51.628Z] #55 ... [2022-06-03T14:20:51.628Z] [2022-06-03T14:20:51.628Z] #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 [2022-06-03T14:20:51.628Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:51.628Z] #51 82.68 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:51.628Z] #51 DONE 84.2s [2022-06-03T14:20:51.886Z] [2022-06-03T14:20:51.886Z] #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 [2022-06-03T14:20:51.886Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:20:51.886Z] #55 84.51 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T14:20:52.144Z] #55 84.66 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T14:20:52.144Z] #55 84.78 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T14:20:52.513Z] #55 ... [2022-06-03T14:20:52.514Z] [2022-06-03T14:20:52.514Z] #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 [2022-06-03T14:20:52.514Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:52.514Z] #14 72.65 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T14:20:52.514Z] #14 72.66 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T14:20:52.514Z] #14 72.66 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:20:53.086Z] #14 72.96 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T14:20:53.086Z] #14 72.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:20:53.086Z] #14 72.99 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:20:53.346Z] #14 73.27 Selecting previously unselected package dmsetup. [2022-06-03T14:20:53.346Z] #14 73.28 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:20:53.346Z] #14 73.29 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:20:53.607Z] #14 73.56 Selecting previously unselected package mingw-w64-common. [2022-06-03T14:20:53.607Z] #14 73.60 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T14:20:53.607Z] #14 73.61 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T14:20:53.707Z] #14 82.09 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T14:20:53.707Z] #14 82.10 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:20:53.707Z] #14 82.10 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:20:53.956Z] #14 88.52 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T14:20:53.956Z] #14 88.53 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-03T14:20:53.956Z] #14 88.53 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:20:54.548Z] #14 ... [2022-06-03T14:20:54.548Z] [2022-06-03T14:20:54.548Z] #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 [2022-06-03T14:20:54.548Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:20:54.548Z] #51 64.32 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:20:54.548Z] #51 64.32 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:20:54.548Z] #51 64.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:54.548Z] #51 64.79 Selecting previously unselected package python3-six. [2022-06-03T14:20:54.548Z] #51 64.79 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-03T14:20:54.548Z] #51 64.81 Unpacking python3-six (1.16.0-2) ... [2022-06-03T14:20:54.548Z] #51 65.03 Selecting previously unselected package python3-protobuf. [2022-06-03T14:20:54.548Z] #51 65.03 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-03T14:20:54.548Z] #51 65.03 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:54.548Z] #51 66.06 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:20:54.548Z] #51 66.07 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:20:54.548Z] #51 66.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:54.548Z] #51 66.96 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:20:54.548Z] #51 66.96 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:20:54.548Z] #51 66.97 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:20:54.548Z] #51 67.24 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:20:54.548Z] #51 67.24 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:20:54.548Z] #51 67.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:20:54.548Z] #51 67.44 Selecting previously unselected package criu. [2022-06-03T14:20:54.548Z] #51 67.45 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-03T14:20:54.548Z] #51 67.45 Unpacking criu (3.17-1) ... [2022-06-03T14:20:54.548Z] #51 68.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:20:54.548Z] #51 71.19 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-03T14:20:54.548Z] #51 71.28 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:20:54.548Z] #51 71.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:20:54.548Z] #51 71.39 Setting up python3-six (1.16.0-2) ... [2022-06-03T14:20:54.548Z] #51 73.16 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:20:54.548Z] #51 73.20 Setting up python3-protobuf (3.12.4-1) ... [2022-06-03T14:20:55.431Z] #55 87.55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T14:20:55.597Z] #14 ... [2022-06-03T14:20:55.597Z] [2022-06-03T14:20:55.597Z] #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 [2022-06-03T14:20:55.597Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:20:56.000Z] #55 ... [2022-06-03T14:20:56.000Z] [2022-06-03T14:20:56.000Z] #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 [2022-06-03T14:20:56.000Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:56.000Z] #42 87.44 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:20:56.000Z] #42 87.56 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:56.000Z] #42 87.61 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:20:56.000Z] #42 87.67 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:20:56.000Z] #42 87.70 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:20:56.000Z] #42 87.71 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:20:56.000Z] #42 87.74 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:20:56.000Z] #42 87.77 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:56.000Z] #42 87.81 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:56.000Z] #42 87.83 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:56.000Z] #42 87.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:20:56.000Z] #42 DONE 88.4s [2022-06-03T14:20:56.000Z] [2022-06-03T14:20:56.000Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T14:20:56.000Z] #43 sha256:a7c1a4dd172ef6f532b89cf75d1230e5f998406dea04d5af4ca76939cefeb096 [2022-06-03T14:20:56.000Z] #43 DONE 0.2s [2022-06-03T14:20:56.000Z] [2022-06-03T14:20:56.000Z] #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 [2022-06-03T14:20:56.000Z] #44 sha256:c4bc3d38dfeea58e72f39e9a1a0cf6bf0bc956871220e46224e4613826cf1b44 [2022-06-03T14:20:56.365Z] #64 45.87 Updating files: 55% (2630/4764) Updating files: 56% (2668/4764) Updating files: 57% (2716/4764) Updating files: 58% (2764/4764) Updating files: 59% (2811/4764) Updating files: 60% (2859/4764) Updating files: 61% (2907/4764) Updating files: 62% (2954/4764) Updating files: 63% (3002/4764) Updating files: 64% (3049/4764) Updating files: 65% (3097/4764) Updating files: 66% (3145/4764) Updating files: 67% (3192/4764) Updating files: 68% (3240/4764) Updating files: 69% (3288/4764) Updating files: 70% (3335/4764) Updating files: 71% (3383/4764) Updating files: 72% (3431/4764) Updating files: 73% (3478/4764) Updating files: 74% (3526/4764) Updating files: 75% (3573/4764) Updating files: 76% (3621/4764) Updating files: 77% (3669/4764) Updating files: 78% (3716/4764) Updating files: 79% (3764/4764) Updating files: 80% (3812/4764) Updating files: 81% (3859/4764) Updating files: 82% (3907/4764) Updating files: 83% (3955/4764) Updating files: 84% (4002/4764) Updating files: 85% (4050/4764) Updating files: 86% (4098/4764) Updating files: 87% (4145/4764) Updating files: 88% (4193/4764) Updating files: 89% (4240/4764) Updating files: 90% (4288/4764) Updating files: 91% (4336/4764) Updating files: 92% (4383/4764) Updating files: 93% (4431/4764) Updating files: 94% (4479/4764) Updating files: 94% (4480/4764) Updating files: 95% (4526/4764) Updating files: 96% (4574/4764) Updating files: 97% (4622/4764) Updating files: 98% (4669/4764) Updating files: 99% (4717/4764) Updating files: 100% (4764/4764) Updating files: 100% (4764/4764), done. [2022-06-03T14:20:56.622Z] #64 47.08 + cd /tmp/tmp.bF86PVXf8n/src/github.com/containerd/containerd [2022-06-03T14:20:56.622Z] #64 47.08 + git checkout -q v1.6.4 [2022-06-03T14:20:57.094Z] #51 ... [2022-06-03T14:20:57.094Z] [2022-06-03T14:20:57.094Z] #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 [2022-06-03T14:20:57.095Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:20:57.095Z] #42 76.75 Selecting previously unselected package libxml2:amd64. [2022-06-03T14:20:57.095Z] #42 76.75 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T14:20:57.095Z] #42 76.80 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:20:57.375Z] #44 1.279 + RM_GOPATH=0 [2022-06-03T14:20:57.375Z] #44 1.279 + TMP_GOPATH= [2022-06-03T14:20:57.375Z] #44 1.279 + : /build [2022-06-03T14:20:57.375Z] #44 1.279 + '[' -z '' ']' [2022-06-03T14:20:57.375Z] #44 1.281 ++ mktemp -d [2022-06-03T14:20:57.375Z] #44 1.331 + export GOPATH=/tmp/tmp.lSfaDpvIEQ [2022-06-03T14:20:57.375Z] #44 1.331 + GOPATH=/tmp/tmp.lSfaDpvIEQ [2022-06-03T14:20:57.375Z] #44 1.331 + RM_GOPATH=1 [2022-06-03T14:20:57.375Z] #44 1.331 + case "$(go env GOARCH)" in [2022-06-03T14:20:57.375Z] #44 1.332 ++ go env GOARCH [2022-06-03T14:20:57.375Z] #44 1.392 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:57.375Z] #44 ... [2022-06-03T14:20:57.375Z] [2022-06-03T14:20:57.375Z] #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 [2022-06-03T14:20:57.375Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:20:57.375Z] #14 79.86 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T14:20:57.375Z] #14 79.87 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T14:20:57.375Z] #14 79.89 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:20:57.375Z] #14 ... [2022-06-03T14:20:57.375Z] [2022-06-03T14:20:57.375Z] #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 [2022-06-03T14:20:57.376Z] #44 sha256:c4bc3d38dfeea58e72f39e9a1a0cf6bf0bc956871220e46224e4613826cf1b44 [2022-06-03T14:20:57.376Z] #44 1.393 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:20:57.376Z] #44 1.393 ++ dirname /install.sh [2022-06-03T14:20:57.376Z] #44 1.398 + dir=/ [2022-06-03T14:20:57.376Z] #44 1.399 + bin=tini [2022-06-03T14:20:57.376Z] #44 1.399 + shift [2022-06-03T14:20:57.376Z] #44 1.399 + '[' '!' -f //tini.installer ']' [2022-06-03T14:20:57.376Z] #44 1.399 + . //tini.installer [2022-06-03T14:20:57.376Z] #44 1.399 ++ : v0.19.0 [2022-06-03T14:20:57.376Z] #44 1.400 + install_tini [2022-06-03T14:20:57.376Z] #44 1.400 + echo 'Install tini version v0.19.0' [2022-06-03T14:20:57.376Z] #44 1.400 Install tini version v0.19.0 [2022-06-03T14:20:57.376Z] #44 1.400 + git clone https://github.com/krallin/tini.git /tmp/tmp.lSfaDpvIEQ/tini [2022-06-03T14:20:57.376Z] #44 1.402 Cloning into '/tmp/tmp.lSfaDpvIEQ/tini'... [2022-06-03T14:20:57.665Z] #42 77.72 Selecting previously unselected package libarchive13:amd64. [2022-06-03T14:20:57.665Z] #42 77.72 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T14:20:57.665Z] #42 77.74 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:20:57.989Z] #64 48.48 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T14:20:57.989Z] #64 48.49 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T14:20:57.989Z] #64 48.49 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:20:57.989Z] #64 48.49 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:20:57.989Z] #64 48.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T14:20:57.989Z] #64 48.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T14:20:57.989Z] #64 48.49 + '[' '' = dynamic ']' [2022-06-03T14:20:57.989Z] #64 48.49 + make [2022-06-03T14:20:58.164Z] #14 93.81 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T14:20:58.164Z] #14 93.81 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T14:20:58.164Z] #14 93.82 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:20:58.164Z] #14 93.92 Selecting previously unselected package libapparmor1:arm64. [2022-06-03T14:20:58.164Z] #14 93.92 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-03T14:20:58.164Z] #14 93.93 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T14:20:58.164Z] #14 94.03 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-03T14:20:58.164Z] #14 94.04 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-03T14:20:58.164Z] #14 94.04 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T14:20:58.236Z] #42 78.37 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T14:20:58.236Z] #42 78.37 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T14:20:58.310Z] #44 2.351 + cd /tmp/tmp.lSfaDpvIEQ/tini [2022-06-03T14:20:58.310Z] #44 2.351 + git checkout -q v0.19.0 [2022-06-03T14:20:58.310Z] #44 2.416 + cmake . [2022-06-03T14:20:58.426Z] #14 94.17 Selecting previously unselected package libbtrfs0:arm64. [2022-06-03T14:20:58.426Z] #14 94.17 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-03T14:20:58.426Z] #14 94.18 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T14:20:58.426Z] #14 94.33 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-03T14:20:58.426Z] #14 94.35 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-03T14:20:58.426Z] #14 94.36 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T14:20:58.426Z] #14 ... [2022-06-03T14:20:58.426Z] [2022-06-03T14:20:58.426Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-03T14:20:58.426Z] #67 sha256:9f41df252f80c39247cc777693fd1c3776b05f99a6b41f31d2e19c041d6e0499 [2022-06-03T14:20:58.426Z] #67 94.08 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:20:58.426Z] #67 94.08 + GOBIN=/build [2022-06-03T14:20:58.426Z] #67 94.08 + GO111MODULE=on [2022-06-03T14:20:58.426Z] #67 94.08 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:20:58.497Z] #42 78.38 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:20:58.497Z] #42 78.66 Selecting previously unselected package librhash0:amd64. [2022-06-03T14:20:58.497Z] #42 78.66 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T14:20:58.758Z] #42 78.67 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:20:58.758Z] #42 78.91 Selecting previously unselected package libuv1:amd64. [2022-06-03T14:20:58.758Z] #42 78.91 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T14:20:59.019Z] #42 78.93 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:20:59.246Z] #44 3.285 -- The C compiler identification is GNU 10.2.1 [2022-06-03T14:20:59.246Z] #44 3.403 -- Detecting C compiler ABI info [2022-06-03T14:20:59.279Z] #42 79.48 Selecting previously unselected package cmake. [2022-06-03T14:20:59.279Z] #42 79.48 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T14:20:59.542Z] #42 79.52 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:20:59.887Z] #64 50.29 + bin/ctr [2022-06-03T14:21:00.180Z] #44 4.283 -- Detecting C compiler ABI info - done [2022-06-03T14:21:00.439Z] #44 4.479 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T14:21:00.439Z] #44 4.504 -- Detecting C compile features [2022-06-03T14:21:00.439Z] #44 4.512 -- Detecting C compile features - done [2022-06-03T14:21:00.439Z] #44 4.576 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T14:21:01.006Z] #44 5.055 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T14:21:01.006Z] #44 5.176 -- Configuring done [2022-06-03T14:21:01.264Z] #44 5.205 -- Generating done [2022-06-03T14:21:01.264Z] #44 5.209 -- Build files have been written to: /tmp/tmp.lSfaDpvIEQ/tini [2022-06-03T14:21:01.264Z] #44 5.231 + make tini-static [2022-06-03T14:21:01.522Z] #44 5.680 Scanning dependencies of target tini-static [2022-06-03T14:21:01.522Z] #44 5.728 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T14:21:03.717Z] #67 ... [2022-06-03T14:21:03.717Z] [2022-06-03T14:21:03.717Z] #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 [2022-06-03T14:21:03.717Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:21:03.717Z] #14 94.52 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-03T14:21:03.717Z] #14 94.52 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 94.52 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T14:21:03.717Z] #14 94.58 Selecting previously unselected package libudev-dev:arm64. [2022-06-03T14:21:03.717Z] #14 94.59 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 94.60 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-03T14:21:03.717Z] #14 94.74 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-03T14:21:03.717Z] #14 94.74 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 94.76 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-03T14:21:03.717Z] #14 94.97 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-03T14:21:03.717Z] #14 94.97 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 94.97 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 95.11 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-03T14:21:03.717Z] #14 95.11 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 95.11 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 95.31 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-03T14:21:03.717Z] #14 95.31 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 95.31 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 95.38 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-03T14:21:03.717Z] #14 95.38 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 95.39 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 95.72 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-03T14:21:03.717Z] #14 95.72 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 95.73 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-03T14:21:03.717Z] #14 95.92 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-03T14:21:03.717Z] #14 95.93 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 95.93 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-03T14:21:03.717Z] #14 96.02 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-03T14:21:03.717Z] #14 96.04 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 96.05 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T14:21:03.717Z] #14 96.19 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-03T14:21:03.717Z] #14 96.21 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-03T14:21:03.717Z] #14 96.23 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-03T14:21:03.717Z] #14 96.80 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T14:21:03.717Z] #14 96.83 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T14:21:03.717Z] #14 96.84 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:21:03.717Z] #14 96.85 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-03T14:21:03.717Z] #14 96.86 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 96.87 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 96.88 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-03T14:21:03.717Z] #14 96.89 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 96.90 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-03T14:21:03.717Z] #14 96.91 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 96.92 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:21:03.717Z] #14 96.93 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-03T14:21:03.717Z] #14 96.94 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 96.95 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T14:21:03.717Z] #14 96.96 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T14:21:03.717Z] #14 96.97 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-03T14:21:03.717Z] #14 96.98 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:21:03.717Z] #14 96.98 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-03T14:21:03.717Z] #14 96.99 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-03T14:21:03.717Z] #14 97.00 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 97.01 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 97.02 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 [2022-06-03T14:21:03.717Z] #14 97.03 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 97.04 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 [2022-06-03T14:21:03.717Z] #14 97.05 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:21:03.717Z] #14 97.06 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 97.07 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 [2022-06-03T14:21:03.717Z] #14 97.08 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 97.10 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:21:03.717Z] #14 97.12 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T14:21:03.717Z] #14 97.13 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:21:03.717Z] #14 97.14 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-03T14:21:03.717Z] #14 97.15 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-03T14:21:03.717Z] #14 97.16 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:21:03.753Z] #42 ... [2022-06-03T14:21:03.753Z] [2022-06-03T14:21:03.753Z] #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 [2022-06-03T14:21:03.753Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:21:03.753Z] #55 80.48 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-03T14:21:03.753Z] #55 80.56 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-03T14:21:03.753Z] #55 80.58 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-03T14:21:03.753Z] #55 80.75 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-03T14:21:03.753Z] #55 80.98 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-03T14:21:03.753Z] #55 80.99 go: downloading golang.org/x/mod v0.5.1 [2022-06-03T14:21:03.753Z] #55 81.15 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-03T14:21:03.753Z] #55 81.21 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-03T14:21:03.753Z] #55 81.27 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-03T14:21:03.753Z] #55 81.62 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-03T14:21:03.753Z] #55 81.74 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-03T14:21:03.753Z] #55 81.93 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-03T14:21:03.753Z] #55 82.52 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-03T14:21:03.753Z] #55 82.74 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-03T14:21:03.753Z] #55 82.80 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-03T14:21:03.753Z] #55 83.44 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-03T14:21:03.753Z] #55 83.50 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-03T14:21:03.753Z] #55 83.64 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-03T14:21:03.753Z] #55 83.72 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-03T14:21:03.753Z] #55 83.79 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-03T14:21:03.753Z] #55 83.80 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-03T14:21:04.015Z] #55 84.17 go: downloading github.com/prometheus/common v0.10.0 [2022-06-03T14:21:04.056Z] #44 7.679 [100%] Linking C executable tini-static [2022-06-03T14:21:04.277Z] #55 84.29 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-03T14:21:04.280Z] #19 172.1 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-03T14:21:04.280Z] #19 172.1 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:04.280Z] #19 172.1 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:21:04.280Z] #19 172.2 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-03T14:21:04.280Z] #19 172.2 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:04.280Z] #19 172.2 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T14:21:04.289Z] #14 ... [2022-06-03T14:21:04.290Z] [2022-06-03T14:21:04.290Z] #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 [2022-06-03T14:21:04.290Z] #67 sha256:9f41df252f80c39247cc777693fd1c3776b05f99a6b41f31d2e19c041d6e0499 [2022-06-03T14:21:04.290Z] #67 99.82 rootlesskit version 1.0.0 [2022-06-03T14:21:04.290Z] #67 99.85 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T14:21:04.290Z] #67 99.86 -container-ip string [2022-06-03T14:21:04.290Z] #67 99.86 container ip [2022-06-03T14:21:04.290Z] #67 99.86 -container-port int [2022-06-03T14:21:04.290Z] #67 99.86 container port (default -1) [2022-06-03T14:21:04.290Z] #67 99.86 -host-ip string [2022-06-03T14:21:04.290Z] #67 99.86 host ip [2022-06-03T14:21:04.290Z] #67 99.86 -host-port int [2022-06-03T14:21:04.290Z] #67 99.86 host port (default -1) [2022-06-03T14:21:04.290Z] #67 99.86 -proto string [2022-06-03T14:21:04.290Z] #67 99.86 proxy protocol (default "tcp") [2022-06-03T14:21:04.538Z] #55 84.43 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-03T14:21:04.538Z] #55 84.55 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-03T14:21:04.623Z] #44 8.503 [100%] Built target tini-static [2022-06-03T14:21:04.623Z] #44 8.581 + mkdir -p /build [2022-06-03T14:21:04.623Z] #44 8.594 + cp tini-static /build/docker-init [2022-06-03T14:21:04.623Z] #44 DONE 8.8s [2022-06-03T14:21:04.623Z] [2022-06-03T14:21:04.623Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-03T14:21:04.623Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:04.623Z] #14 90.21 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T14:21:04.623Z] #14 90.25 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:04.623Z] #14 90.33 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:21:04.623Z] #14 90.71 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T14:21:04.623Z] #14 90.72 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:04.623Z] #14 90.74 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:04.800Z] #55 ... [2022-06-03T14:21:04.800Z] [2022-06-03T14:21:04.800Z] #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 [2022-06-03T14:21:04.800Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T14:21:04.800Z] #51 79.53 Setting up criu (3.17-1) ... [2022-06-03T14:21:04.800Z] #51 82.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:21:04.800Z] #51 DONE 84.6s [2022-06-03T14:21:04.882Z] #14 ... [2022-06-03T14:21:04.882Z] [2022-06-03T14:21:04.882Z] #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 [2022-06-03T14:21:04.882Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:21:04.882Z] #53 95.71 gotestsum version dev [2022-06-03T14:21:04.882Z] #53 DONE 97.4s [2022-06-03T14:21:05.061Z] [2022-06-03T14:21:05.061Z] #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 [2022-06-03T14:21:05.061Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:05.061Z] #14 83.92 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T14:21:05.061Z] #14 83.95 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T14:21:05.061Z] #14 84.00 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:21:05.140Z] [2022-06-03T14:21:05.140Z] #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 [2022-06-03T14:21:05.140Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:21:08.368Z] #14 ... [2022-06-03T14:21:08.368Z] [2022-06-03T14:21:08.368Z] #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 [2022-06-03T14:21:08.368Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T14:21:08.368Z] #42 86.23 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:21:08.368Z] #42 86.25 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:08.368Z] #42 86.27 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:21:08.368Z] #42 86.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:08.368Z] #42 86.50 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:21:08.368Z] #42 86.56 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:21:08.368Z] #42 86.64 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:21:08.368Z] #42 86.73 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:21:08.368Z] #42 86.75 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:21:08.368Z] #42 86.85 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:21:08.368Z] #42 86.90 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:21:08.368Z] #42 DONE 87.8s [2022-06-03T14:21:08.368Z] [2022-06-03T14:21:08.368Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T14:21:08.368Z] #43 sha256:e2ac44b54d9d33e71fe3a09f10cbca374ce9b336a0dce3d2ac4745173ce674eb [2022-06-03T14:21:08.368Z] #43 DONE 0.3s [2022-06-03T14:21:08.368Z] [2022-06-03T14:21:08.368Z] #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 [2022-06-03T14:21:08.368Z] #44 sha256:60f17fd1d5caffe6d4ed1b7f7f93c07c7c9bfdf30b49b98c24a7445e25949e5d [2022-06-03T14:21:08.497Z] #67 DONE 103.9s [2022-06-03T14:21:08.497Z] [2022-06-03T14:21:08.497Z] #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 [2022-06-03T14:21:08.497Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T14:21:08.497Z] #14 DONE 104.2s [2022-06-03T14:21:08.497Z] [2022-06-03T14:21:08.497Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T14:21:08.497Z] #59 sha256:1f10676e17d74c6c461014f8b84c18cf0a607e54c55b3ad3e5bb464b0e4b337d [2022-06-03T14:21:08.497Z] #59 ... [2022-06-03T14:21:08.497Z] [2022-06-03T14:21:08.497Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T14:21:08.497Z] #68 sha256:e84f0b0928135b0ec0c4a626990b7b33e2212698e34eed5021779ad2639cb5d2 [2022-06-03T14:21:08.497Z] #68 DONE 0.1s [2022-06-03T14:21:08.497Z] [2022-06-03T14:21:08.497Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T14:21:08.497Z] #59 sha256:1f10676e17d74c6c461014f8b84c18cf0a607e54c55b3ad3e5bb464b0e4b337d [2022-06-03T14:21:08.497Z] #59 DONE 0.2s [2022-06-03T14:21:08.497Z] [2022-06-03T14:21:08.497Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T14:21:08.497Z] #69 sha256:0a04b467e4c1da9230e50f067e4a11fb21e2261bf56a00036c49eddc45e20806 [2022-06-03T14:21:08.497Z] #69 DONE 0.2s [2022-06-03T14:21:08.497Z] [2022-06-03T14:21:08.497Z] #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 [2022-06-03T14:21:08.497Z] #60 sha256:9f4c4eb819ad08236f926cf936bded5631a2c33b4a7e09b3f792c7a01acb0d65 [2022-06-03T14:21:09.312Z] #44 1.290 + RM_GOPATH=0 [2022-06-03T14:21:09.312Z] #44 1.290 + TMP_GOPATH= [2022-06-03T14:21:09.312Z] #44 1.290 + : /build [2022-06-03T14:21:09.312Z] #44 1.290 + '[' -z '' ']' [2022-06-03T14:21:09.312Z] #44 1.292 ++ mktemp -d [2022-06-03T14:21:09.312Z] #44 1.305 + export GOPATH=/tmp/tmp.uuIyUHv0OS [2022-06-03T14:21:09.312Z] #44 1.305 + GOPATH=/tmp/tmp.uuIyUHv0OS [2022-06-03T14:21:09.312Z] #44 1.305 + RM_GOPATH=1 [2022-06-03T14:21:09.312Z] #44 1.305 + case "$(go env GOARCH)" in [2022-06-03T14:21:09.312Z] #44 1.305 ++ go env GOARCH [2022-06-03T14:21:09.312Z] #44 1.350 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:21:09.312Z] #44 1.350 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:21:09.312Z] #44 1.351 ++ dirname /install.sh [2022-06-03T14:21:09.312Z] #44 1.352 + dir=/ [2022-06-03T14:21:09.312Z] #44 1.352 + bin=tini [2022-06-03T14:21:09.312Z] #44 1.352 + shift [2022-06-03T14:21:09.312Z] #44 1.352 + '[' '!' -f //tini.installer ']' [2022-06-03T14:21:09.312Z] #44 1.352 + . //tini.installer [2022-06-03T14:21:09.312Z] #44 1.352 ++ : v0.19.0 [2022-06-03T14:21:09.312Z] #44 1.352 + install_tini [2022-06-03T14:21:09.312Z] #44 1.352 + echo 'Install tini version v0.19.0' [2022-06-03T14:21:09.312Z] #44 1.352 + git clone https://github.com/krallin/tini.git /tmp/tmp.uuIyUHv0OS/tini [2022-06-03T14:21:09.312Z] #44 1.352 Install tini version v0.19.0 [2022-06-03T14:21:09.312Z] #44 1.368 Cloning into '/tmp/tmp.uuIyUHv0OS/tini'... [2022-06-03T14:21:09.831Z] #64 ... [2022-06-03T14:21:09.831Z] [2022-06-03T14:21:09.831Z] #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 [2022-06-03T14:21:09.831Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:09.831Z] #14 87.33 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T14:21:09.831Z] #14 87.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:09.831Z] #14 87.35 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:09.831Z] #14 93.25 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T14:21:09.831Z] #14 93.25 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:09.831Z] #14 93.26 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:09.885Z] #60 1.241 + RM_GOPATH=0 [2022-06-03T14:21:09.885Z] #60 1.241 + TMP_GOPATH= [2022-06-03T14:21:09.885Z] #60 1.241 + : /build [2022-06-03T14:21:09.885Z] #60 1.241 + '[' -z '' ']' [2022-06-03T14:21:09.885Z] #60 1.241 ++ mktemp -d [2022-06-03T14:21:09.885Z] #60 1.252 + export GOPATH=/tmp/tmp.5ar0CwJyAY [2022-06-03T14:21:09.885Z] #60 1.252 + GOPATH=/tmp/tmp.5ar0CwJyAY [2022-06-03T14:21:09.885Z] #60 1.252 + RM_GOPATH=1 [2022-06-03T14:21:09.885Z] #60 1.252 + case "$(go env GOARCH)" in [2022-06-03T14:21:09.885Z] #60 1.252 ++ go env GOARCH [2022-06-03T14:21:09.885Z] #60 1.288 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:21:09.885Z] #60 1.288 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:21:09.885Z] #60 1.288 ++ dirname /install.sh [2022-06-03T14:21:09.885Z] #60 1.297 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T14:21:09.885Z] #60 1.298 + dir=/ [2022-06-03T14:21:09.885Z] #60 1.298 + bin=runc [2022-06-03T14:21:09.885Z] #60 1.298 + shift [2022-06-03T14:21:09.885Z] #60 1.298 + '[' '!' -f //runc.installer ']' [2022-06-03T14:21:09.885Z] #60 1.298 + . //runc.installer [2022-06-03T14:21:09.885Z] #60 1.298 ++ set -e [2022-06-03T14:21:09.885Z] #60 1.298 ++ : v1.1.2 [2022-06-03T14:21:09.885Z] #60 1.298 + install_runc [2022-06-03T14:21:09.885Z] #60 1.298 + RUNC_BUILDTAGS=seccomp [2022-06-03T14:21:09.885Z] #60 1.298 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T14:21:09.885Z] #60 1.298 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5ar0CwJyAY/src/github.com/opencontainers/runc [2022-06-03T14:21:09.885Z] #60 1.298 Cloning into '/tmp/tmp.5ar0CwJyAY/src/github.com/opencontainers/runc'... [2022-06-03T14:21:10.457Z] #60 ... [2022-06-03T14:21:10.457Z] [2022-06-03T14:21:10.457Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T14:21:10.457Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02 [2022-06-03T14:21:10.457Z] #15 DONE 2.1s [2022-06-03T14:21:10.457Z] [2022-06-03T14:21:10.457Z] #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 [2022-06-03T14:21:10.457Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T14:21:10.457Z] #36 106.1 Delve is a source level debugger for Go programs. [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T14:21:10.457Z] #36 106.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Usage: [2022-06-03T14:21:10.457Z] #36 106.1 dlv [command] [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Available Commands: [2022-06-03T14:21:10.457Z] #36 106.1 attach Attach to running process and begin debugging. [2022-06-03T14:21:10.457Z] #36 106.1 connect Connect to a headless debug server with a terminal client. [2022-06-03T14:21:10.457Z] #36 106.1 core Examine a core dump. [2022-06-03T14:21:10.457Z] #36 106.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T14:21:10.457Z] #36 106.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T14:21:10.457Z] #36 106.1 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T14:21:10.457Z] #36 106.1 help Help about any command [2022-06-03T14:21:10.457Z] #36 106.1 run Deprecated command. Use 'debug' instead. [2022-06-03T14:21:10.457Z] #36 106.1 test Compile test binary and begin debugging program. [2022-06-03T14:21:10.457Z] #36 106.1 trace Compile and begin tracing program. [2022-06-03T14:21:10.457Z] #36 106.1 version Prints version. [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Flags: [2022-06-03T14:21:10.457Z] #36 106.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T14:21:10.457Z] #36 106.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T14:21:10.457Z] #36 106.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-03T14:21:10.457Z] #36 106.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T14:21:10.457Z] #36 106.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T14:21:10.457Z] #36 106.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-03T14:21:10.457Z] #36 106.1 --disable-aslr Disables address space randomization [2022-06-03T14:21:10.457Z] #36 106.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T14:21:10.457Z] #36 106.1 -h, --help help for dlv [2022-06-03T14:21:10.457Z] #36 106.1 --init string Init file, executed by the terminal client. [2022-06-03T14:21:10.457Z] #36 106.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T14:21:10.457Z] #36 106.1 --log Enable debugging server logging. [2022-06-03T14:21:10.457Z] #36 106.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T14:21:10.457Z] #36 106.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T14:21:10.457Z] #36 106.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T14:21:10.457Z] #36 106.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T14:21:10.457Z] #36 106.1 --wd string Working directory for running the program. [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Additional help topics: [2022-06-03T14:21:10.457Z] #36 106.1 dlv backend Help about the --backend flag. [2022-06-03T14:21:10.457Z] #36 106.1 dlv log Help about logging flags. [2022-06-03T14:21:10.457Z] #36 106.1 dlv redirect Help about file redirection. [2022-06-03T14:21:10.457Z] #36 106.1 [2022-06-03T14:21:10.457Z] #36 106.1 Use "dlv [command] --help" for more information about a command. [2022-06-03T14:21:10.457Z] #36 DONE 106.4s [2022-06-03T14:21:10.457Z] [2022-06-03T14:21:10.457Z] #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 [2022-06-03T14:21:10.457Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:21:10.698Z] #44 2.580 + cd /tmp/tmp.uuIyUHv0OS/tini [2022-06-03T14:21:10.698Z] #44 2.594 + git checkout -q v0.19.0 [2022-06-03T14:21:10.698Z] #44 2.630 + cmake . [2022-06-03T14:21:10.959Z] #44 3.045 -- The C compiler identification is GNU 10.2.1 [2022-06-03T14:21:11.220Z] #44 3.205 -- Detecting C compiler ABI info [2022-06-03T14:21:11.701Z] #64 ... [2022-06-03T14:21:11.701Z] [2022-06-03T14:21:11.701Z] #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 [2022-06-03T14:21:11.701Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:11.701Z] #14 103.2 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T14:21:11.701Z] #14 103.2 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:11.701Z] #14 103.2 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:12.162Z] #44 4.063 -- Detecting C compiler ABI info - done [2022-06-03T14:21:12.288Z] #26 105.2 Updating files: 18% (2061/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: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 36% (4172/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: 54% (6210/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) [2022-06-03T14:21:12.288Z] #26 ... [2022-06-03T14:21:12.288Z] [2022-06-03T14:21:12.288Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T14:21:12.288Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4 [2022-06-03T14:21:12.288Z] #16 DONE 1.9s [2022-06-03T14:21:12.288Z] [2022-06-03T14:21:12.288Z] #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 [2022-06-03T14:21:12.288Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:21:12.423Z] #44 4.294 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T14:21:12.423Z] #44 4.299 -- Detecting C compile features [2022-06-03T14:21:12.423Z] #44 4.302 -- Detecting C compile features - done [2022-06-03T14:21:12.423Z] #44 4.409 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T14:21:12.994Z] #44 4.859 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T14:21:12.994Z] #44 5.006 -- Configuring done [2022-06-03T14:21:12.994Z] #44 5.038 -- Generating done [2022-06-03T14:21:12.994Z] #44 5.051 -- Build files have been written to: /tmp/tmp.uuIyUHv0OS/tini [2022-06-03T14:21:12.994Z] #44 5.080 + make tini-static [2022-06-03T14:21:13.337Z] #26 105.2 Updating files: 18% (2061/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: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 36% (4172/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: 54% (6210/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: 75% (8650/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) [2022-06-03T14:21:13.337Z] #26 ... [2022-06-03T14:21:13.337Z] [2022-06-03T14:21:13.337Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T14:21:13.337Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2 [2022-06-03T14:21:13.337Z] #17 0.637 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T14:21:13.337Z] #17 DONE 1.0s [2022-06-03T14:21:13.337Z] [2022-06-03T14:21:13.337Z] #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 [2022-06-03T14:21:13.337Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:21:13.598Z] #26 105.2 Updating files: 18% (2061/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: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 36% (4172/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: 54% (6210/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: 75% (8650/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: 99% (11336/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-06-03T14:21:13.861Z] #26 109.5 + cd /tmp/tmp.UHnOlso4Fj/tmp/docker-ce [2022-06-03T14:21:13.861Z] #26 109.5 + git checkout -q v17.06.2-ce [2022-06-03T14:21:13.936Z] #44 5.720 Scanning dependencies of target tini-static [2022-06-03T14:21:13.936Z] #44 5.876 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T14:21:14.278Z] #19 183.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-03T14:21:14.278Z] #19 183.6 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:14.278Z] #19 183.6 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:21:14.278Z] #19 183.7 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-03T14:21:14.278Z] #19 183.7 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:14.278Z] #19 183.7 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T14:21:14.438Z] #26 ... [2022-06-03T14:21:14.439Z] [2022-06-03T14:21:14.439Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T14:21:14.439Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d [2022-06-03T14:21:14.439Z] #18 DONE 1.0s [2022-06-03T14:21:14.439Z] [2022-06-03T14:21:14.439Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T14:21:14.439Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d [2022-06-03T14:21:15.011Z] #19 DONE 0.7s [2022-06-03T14:21:15.011Z] [2022-06-03T14:21:15.011Z] #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 [2022-06-03T14:21:15.011Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:21:15.011Z] #64 ... [2022-06-03T14:21:15.011Z] [2022-06-03T14:21:15.011Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T14:21:15.011Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11 [2022-06-03T14:21:15.590Z] #20 DONE 0.7s [2022-06-03T14:21:15.590Z] [2022-06-03T14:21:15.590Z] #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 [2022-06-03T14:21:15.590Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T14:21:15.849Z] #44 ... [2022-06-03T14:21:15.849Z] [2022-06-03T14:21:15.849Z] #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 [2022-06-03T14:21:15.849Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:21:15.849Z] #53 95.65 gotestsum version dev [2022-06-03T14:21:15.882Z] #34 ... [2022-06-03T14:21:15.882Z] [2022-06-03T14:21:15.882Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:21:15.882Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T14:21:16.909Z] #21 1.249 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:21:16.909Z] #21 1.275 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:21:16.909Z] #21 1.348 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:21:17.232Z] #53 ... [2022-06-03T14:21:17.232Z] [2022-06-03T14:21:17.232Z] #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 [2022-06-03T14:21:17.233Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:21:17.233Z] #55 87.43 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-03T14:21:17.492Z] #21 1.881 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:21:17.493Z] #55 ... [2022-06-03T14:21:17.493Z] [2022-06-03T14:21:17.493Z] #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 [2022-06-03T14:21:17.493Z] #44 sha256:60f17fd1d5caffe6d4ed1b7f7f93c07c7c9bfdf30b49b98c24a7445e25949e5d [2022-06-03T14:21:17.493Z] #44 7.867 [100%] Linking C executable tini-static [2022-06-03T14:21:17.493Z] #44 8.923 [100%] Built target tini-static [2022-06-03T14:21:17.493Z] #44 8.953 + mkdir -p /build [2022-06-03T14:21:17.493Z] #44 8.955 + cp tini-static /build/docker-init [2022-06-03T14:21:17.922Z] #14 105.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T14:21:17.922Z] #14 105.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:17.922Z] #14 105.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:18.064Z] #44 DONE 10.0s [2022-06-03T14:21:18.064Z] [2022-06-03T14:21:18.064Z] #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 [2022-06-03T14:21:18.064Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T14:21:18.064Z] #53 DONE 98.1s [2022-06-03T14:21:18.064Z] [2022-06-03T14:21:18.064Z] #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 [2022-06-03T14:21:18.064Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:18.064Z] #14 93.82 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T14:21:18.064Z] #14 93.89 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:18.064Z] #14 93.94 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:21:18.064Z] #14 94.38 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T14:21:18.064Z] #14 94.38 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:18.064Z] #14 94.43 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:18.433Z] #21 2.728 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:21:19.819Z] #21 4.027 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:21:22.094Z] #14 ... [2022-06-03T14:21:22.094Z] [2022-06-03T14:21:22.094Z] #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 [2022-06-03T14:21:22.350Z] #67 sha256:9d1c0c8dad5719970c7000537a3e7083ee26fc3a7167eb2af14e0642c07bece1 [2022-06-03T14:21:22.350Z] #67 110.5 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:21:22.350Z] #67 110.5 + GOBIN=/build [2022-06-03T14:21:22.350Z] #67 110.5 + GO111MODULE=on [2022-06-03T14:21:22.350Z] #67 110.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:21:22.364Z] #21 6.305 Fetched 8424 kB in 6s (1526 kB/s) [2022-06-03T14:21:22.376Z] #19 192.4 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-03T14:21:22.376Z] #19 192.4 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:22.376Z] #19 192.4 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:21:22.376Z] #19 192.4 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-03T14:21:22.376Z] #19 192.4 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:22.376Z] #19 192.4 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:21:23.758Z] #21 6.305 Reading package lists... [2022-06-03T14:21:23.758Z] #21 ... [2022-06-03T14:21:23.758Z] [2022-06-03T14:21:23.758Z] #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 [2022-06-03T14:21:23.758Z] #60 sha256:9f4c4eb819ad08236f926cf936bded5631a2c33b4a7e09b3f792c7a01acb0d65 [2022-06-03T14:21:23.758Z] #60 9.934 + cd /tmp/tmp.5ar0CwJyAY/src/github.com/opencontainers/runc [2022-06-03T14:21:23.758Z] #60 9.934 + git checkout -q v1.1.2 [2022-06-03T14:21:23.758Z] #60 10.30 + '[' -z '' ']' [2022-06-03T14:21:23.758Z] #60 10.30 + target=static [2022-06-03T14:21:23.758Z] #60 10.30 + make BUILDTAGS=seccomp static [2022-06-03T14:21:23.758Z] #60 10.84 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 . [2022-06-03T14:21:24.019Z] #60 ... [2022-06-03T14:21:24.019Z] [2022-06-03T14:21:24.019Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:21:24.019Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T14:21:24.019Z] #21 6.305 Reading package lists... [2022-06-03T14:21:24.591Z] #21 8.546 Reading package lists... [2022-06-03T14:21:24.591Z] #21 ... [2022-06-03T14:21:24.591Z] [2022-06-03T14:21:24.591Z] #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 [2022-06-03T14:21:24.591Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T14:21:24.591Z] #34 DONE 120.1s [2022-06-03T14:21:24.853Z] [2022-06-03T14:21:24.853Z] #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 [2022-06-03T14:21:24.853Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:21:24.853Z] #26 113.3 + mkdir -p /tmp/tmp.UHnOlso4Fj/src/github.com/docker [2022-06-03T14:21:24.853Z] #26 113.3 + mv components/cli /tmp/tmp.UHnOlso4Fj/src/github.com/docker/cli [2022-06-03T14:21:24.853Z] #26 113.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-03T14:21:26.198Z] #14 105.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T14:21:26.198Z] #14 105.5 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:26.198Z] #14 105.5 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:26.237Z] #26 ... [2022-06-03T14:21:26.237Z] [2022-06-03T14:21:26.238Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:21:26.238Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T14:21:26.238Z] #21 8.546 Reading package lists... [2022-06-03T14:21:26.808Z] #21 10.56 Building dependency tree... [2022-06-03T14:21:27.617Z] #67 ... [2022-06-03T14:21:27.617Z] [2022-06-03T14:21:27.617Z] #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 [2022-06-03T14:21:27.617Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:27.617Z] #14 111.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T14:21:27.617Z] #14 111.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T14:21:27.617Z] #14 111.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 111.2 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T14:21:27.617Z] #14 111.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 111.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:21:27.617Z] #14 111.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T14:21:27.617Z] #14 111.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 111.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:21:27.617Z] #14 111.5 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:21:27.617Z] #14 111.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 111.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:21:27.617Z] #14 111.7 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:21:27.617Z] #14 111.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 111.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:21:27.617Z] #14 111.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T14:21:27.617Z] #14 112.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 112.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:21:27.617Z] #14 112.0 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T14:21:27.617Z] #14 112.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 112.0 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:21:27.617Z] #14 112.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T14:21:27.617Z] #14 112.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 112.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:21:27.617Z] #14 112.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T14:21:27.617Z] #14 112.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 112.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 112.7 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T14:21:27.617Z] #14 112.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 112.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 112.9 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T14:21:27.617Z] #14 112.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 112.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 112.9 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T14:21:27.617Z] #14 112.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 113.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 113.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T14:21:27.617Z] #14 113.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 113.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:21:27.617Z] #14 113.7 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T14:21:27.617Z] #14 113.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 113.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:21:27.617Z] #14 113.8 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T14:21:27.617Z] #14 113.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 113.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:21:27.617Z] #14 114.0 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T14:21:27.617Z] #14 114.0 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T14:21:27.617Z] #14 114.0 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:21:27.617Z] #14 114.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:21:27.617Z] #14 114.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T14:21:27.617Z] #14 114.8 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:21:27.617Z] #14 114.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:21:27.617Z] #14 114.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:21:27.617Z] #14 114.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:21:27.617Z] #14 114.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.8 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 [2022-06-03T14:21:27.617Z] #14 114.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-03T14:21:27.617Z] #14 114.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:21:27.617Z] #14 114.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-03T14:21:27.617Z] #14 114.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:21:27.617Z] #14 114.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:21:27.617Z] #14 114.9 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:21:27.617Z] #14 115.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:21:27.617Z] #14 115.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:21:27.617Z] #14 115.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:21:27.750Z] #21 11.98 The following additional packages will be installed: [2022-06-03T14:21:27.750Z] #21 11.98 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:21:27.750Z] #21 11.99 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-03T14:21:27.750Z] #21 11.99 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T14:21:27.750Z] #21 11.99 python3-pkg-resources vim-runtime xxd [2022-06-03T14:21:27.750Z] #21 11.99 Suggested packages: [2022-06-03T14:21:27.750Z] #21 11.99 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-03T14:21:27.750Z] #21 11.99 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-03T14:21:27.750Z] #21 11.99 acl attr quota [2022-06-03T14:21:27.750Z] #21 11.99 Recommended packages: [2022-06-03T14:21:27.750Z] #21 11.99 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T14:21:28.545Z] #14 DONE 117.0s [2022-06-03T14:21:28.545Z] [2022-06-03T14:21:28.545Z] #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 [2022-06-03T14:21:28.545Z] #67 sha256:9d1c0c8dad5719970c7000537a3e7083ee26fc3a7167eb2af14e0642c07bece1 [2022-06-03T14:21:28.545Z] #67 115.9 rootlesskit version 1.0.0 [2022-06-03T14:21:28.545Z] #67 115.9 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T14:21:28.545Z] #67 115.9 -container-ip string [2022-06-03T14:21:28.545Z] #67 115.9 container ip [2022-06-03T14:21:28.545Z] #67 115.9 -container-port int [2022-06-03T14:21:28.545Z] #67 115.9 container port (default -1) [2022-06-03T14:21:28.545Z] #67 115.9 -host-ip string [2022-06-03T14:21:28.545Z] #67 115.9 host ip [2022-06-03T14:21:28.545Z] #67 115.9 -host-port int [2022-06-03T14:21:28.545Z] #67 115.9 host port (default -1) [2022-06-03T14:21:28.545Z] #67 115.9 -proto string [2022-06-03T14:21:28.545Z] #67 115.9 proxy protocol (default "tcp") [2022-06-03T14:21:28.545Z] #67 DONE 116.7s [2022-06-03T14:21:28.545Z] [2022-06-03T14:21:28.545Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T14:21:28.545Z] #59 sha256:31aeffd08fb5f762b7be765105ce1211f4b97e286998fa2c9cdcf69d5d109435 [2022-06-03T14:21:28.692Z] #21 12.98 The following NEW packages will be installed: [2022-06-03T14:21:28.692Z] #21 12.99 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-03T14:21:28.692Z] #21 12.99 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:21:28.692Z] #21 12.99 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-03T14:21:28.692Z] #21 12.99 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-03T14:21:28.692Z] #21 13.00 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-03T14:21:28.692Z] #21 13.00 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-03T14:21:28.692Z] #21 13.00 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-03T14:21:28.692Z] #21 13.00 xz-utils zip zstd [2022-06-03T14:21:28.802Z] #59 DONE 0.3s [2022-06-03T14:21:28.802Z] [2022-06-03T14:21:28.802Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T14:21:28.802Z] #68 sha256:63b81a3d8bebb46eeafa6f5a8d8e27df57c6860ebefa5f14f62d41cb2a183431 [2022-06-03T14:21:28.802Z] #68 DONE 0.3s [2022-06-03T14:21:28.802Z] [2022-06-03T14:21:28.802Z] #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 [2022-06-03T14:21:28.802Z] #60 sha256:8fae64f2c54b13dd1ce611fa75094580a230dcaee56ca5b1feb7042dd1d8fde9 [2022-06-03T14:21:28.802Z] #60 ... [2022-06-03T14:21:28.802Z] [2022-06-03T14:21:28.802Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T14:21:28.802Z] #69 sha256:c07ba36247e108b4323a63d60ff84ae83efb07139a9f74312fa176bd9fad75d4 [2022-06-03T14:21:28.802Z] #69 DONE 0.1s [2022-06-03T14:21:28.953Z] #21 13.31 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:21:28.953Z] #21 13.31 Need to get 27.0 MB of archives. [2022-06-03T14:21:28.953Z] #21 13.31 After this operation, 105 MB of additional disk space will be used. [2022-06-03T14:21:28.953Z] #21 13.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-03T14:21:28.953Z] #21 13.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-03T14:21:28.953Z] #21 13.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-03T14:21:28.953Z] #21 13.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-03T14:21:28.953Z] #21 13.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-03T14:21:28.953Z] #21 13.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-03T14:21:28.953Z] #21 13.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-03T14:21:28.953Z] #21 13.33 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-03T14:21:28.953Z] #21 13.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:21:28.953Z] #21 13.35 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:21:28.953Z] #21 13.35 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T14:21:28.953Z] #21 13.37 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-03T14:21:28.953Z] #21 13.37 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] [2022-06-03T14:21:28.953Z] #21 13.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-03T14:21:28.953Z] #21 13.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-03T14:21:28.953Z] #21 13.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-03T14:21:29.059Z] [2022-06-03T14:21:29.059Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T14:21:29.059Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T14:21:29.216Z] #21 13.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-03T14:21:29.216Z] #21 13.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-03T14:21:29.216Z] #21 13.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-03T14:21:29.216Z] #21 13.41 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-03T14:21:29.216Z] #21 13.41 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-03T14:21:29.216Z] #21 13.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-03T14:21:29.216Z] #21 13.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-03T14:21:29.216Z] #21 13.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-03T14:21:29.216Z] #21 13.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-03T14:21:29.216Z] #21 13.52 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-03T14:21:29.216Z] #21 13.52 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-03T14:21:29.478Z] #21 13.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-03T14:21:29.478Z] #21 13.68 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-06-03T14:21:29.478Z] #21 13.68 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-06-03T14:21:29.478Z] #21 13.68 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-03T14:21:29.478Z] #21 13.68 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-03T14:21:29.478Z] #21 13.69 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-03T14:21:29.478Z] #21 13.69 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-03T14:21:29.478Z] #21 13.72 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T14:21:29.478Z] #21 13.73 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T14:21:29.478Z] #21 13.73 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:21:29.478Z] #21 13.74 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T14:21:29.478Z] #21 13.74 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T14:21:29.478Z] #21 13.75 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T14:21:29.478Z] #21 13.75 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-03T14:21:29.478Z] #21 13.77 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-03T14:21:29.478Z] #21 13.79 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-03T14:21:29.478Z] #21 13.79 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-03T14:21:29.478Z] #21 13.89 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-03T14:21:29.739Z] #21 13.90 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-03T14:21:29.739Z] #21 13.92 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-03T14:21:29.739Z] #21 13.92 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-03T14:21:30.000Z] #21 14.34 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:21:30.000Z] #21 14.47 Fetched 27.0 MB in 1s (30.0 MB/s) [2022-06-03T14:21:30.261Z] #21 14.52 Selecting previously unselected package pigz. [2022-06-03T14:21:30.261Z] #21 14.52 (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.) [2022-06-03T14:21:30.261Z] #21 14.57 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-03T14:21:30.261Z] #21 14.57 Unpacking pigz (2.6-1) ... [2022-06-03T14:21:30.261Z] #21 14.66 Selecting previously unselected package libelf1:arm64. [2022-06-03T14:21:30.471Z] #19 ... [2022-06-03T14:21:30.471Z] [2022-06-03T14:21:30.471Z] #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 [2022-06-03T14:21:30.471Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:21:30.471Z] #54 212.1 + dpkg --print-architecture [2022-06-03T14:21:30.471Z] #54 212.1 + git checkout -q v2.1.0 [2022-06-03T14:21:30.471Z] #54 212.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-03T14:21:30.471Z] #54 212.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-03T14:21:30.522Z] #21 14.67 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-03T14:21:30.522Z] #21 14.68 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-03T14:21:30.522Z] #21 14.81 Selecting previously unselected package libbpf0:arm64. [2022-06-03T14:21:30.522Z] #21 14.81 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-03T14:21:30.522Z] #21 14.81 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-03T14:21:30.522Z] #21 14.90 Selecting previously unselected package libcap2:arm64. [2022-06-03T14:21:30.522Z] #21 14.91 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-03T14:21:30.522Z] #21 14.91 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-03T14:21:30.522Z] #21 15.00 Selecting previously unselected package libmnl0:arm64. [2022-06-03T14:21:30.522Z] #21 15.00 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-03T14:21:30.522Z] #21 15.00 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-03T14:21:30.522Z] #21 15.05 Selecting previously unselected package libxtables12:arm64. [2022-06-03T14:21:30.782Z] #21 15.06 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-03T14:21:30.782Z] #21 15.06 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-03T14:21:30.782Z] #21 15.12 Selecting previously unselected package libcap2-bin. [2022-06-03T14:21:30.782Z] #21 15.13 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-03T14:21:30.782Z] #21 15.15 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T14:21:31.044Z] #21 15.23 Selecting previously unselected package iproute2. [2022-06-03T14:21:31.044Z] #21 15.23 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-03T14:21:31.044Z] #21 15.26 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T14:21:31.615Z] #21 15.81 Selecting previously unselected package xxd. [2022-06-03T14:21:31.615Z] #21 15.81 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-03T14:21:31.615Z] #21 15.82 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:31.615Z] #21 15.93 Selecting previously unselected package vim-common. [2022-06-03T14:21:31.615Z] #21 15.94 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:21:31.615Z] #21 15.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:31.876Z] #21 16.13 Selecting previously unselected package bash-completion. [2022-06-03T14:21:31.876Z] #21 16.13 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T14:21:32.332Z] #15 DONE 4.0s [2022-06-03T14:21:32.332Z] [2022-06-03T14:21:32.332Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T14:21:32.332Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T14:21:33.636Z] #14 ... [2022-06-03T14:21:33.636Z] [2022-06-03T14:21:33.636Z] #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 [2022-06-03T14:21:33.636Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:21:33.636Z] #64 66.10 Updating files: 35% (1709/4764) Updating files: 36% (1716/4764) Updating files: 37% (1763/4764) Updating files: 38% (1811/4764) Updating files: 39% (1858/4764) Updating files: 40% (1906/4764) Updating files: 41% (1954/4764) Updating files: 42% (2001/4764) Updating files: 43% (2049/4764) Updating files: 44% (2097/4764) Updating files: 45% (2144/4764) Updating files: 46% (2192/4764) Updating files: 47% (2240/4764) Updating files: 48% (2287/4764) Updating files: 49% (2335/4764) Updating files: 50% (2382/4764) Updating files: 51% (2430/4764) Updating files: 52% (2478/4764) Updating files: 53% (2525/4764) Updating files: 54% (2573/4764) Updating files: 55% (2621/4764) Updating files: 56% (2668/4764) Updating files: 57% (2716/4764) Updating files: 58% (2764/4764) Updating files: 59% (2811/4764) Updating files: 60% (2859/4764) Updating files: 61% (2907/4764) Updating files: 62% (2954/4764) Updating files: 63% (3002/4764) Updating files: 64% (3049/4764) Updating files: 65% (3097/4764) Updating files: 66% (3145/4764) Updating files: 67% (3192/4764) Updating files: 68% (3240/4764) Updating files: 69% (3288/4764) Updating files: 70% (3335/4764) Updating files: 71% (3383/4764) Updating files: 72% (3431/4764) Updating files: 73% (3478/4764) Updating files: 74% (3526/4764) Updating files: 75% (3573/4764) Updating files: 76% (3621/4764) Updating files: 77% (3669/4764) Updating files: 78% (3716/4764) Updating files: 79% (3764/4764) Updating files: 80% (3812/4764) Updating files: 81% (3859/4764) Updating files: 82% (3907/4764) Updating files: 83% (3955/4764) Updating files: 84% (4002/4764) Updating files: 85% (4050/4764) Updating files: 86% (4098/4764) Updating files: 87% (4145/4764) Updating files: 88% (4193/4764) Updating files: 89% (4240/4764) Updating files: 90% (4288/4764) Updating files: 90% (4314/4764) Updating files: 91% (4336/4764) Updating files: 92% (4383/4764) Updating files: 93% (4431/4764) Updating files: 94% (4479/4764) Updating files: 95% (4526/4764) Updating files: 96% (4574/4764) Updating files: 97% (4622/4764) Updating files: 98% (4669/4764) Updating files: 99% (4717/4764) Updating files: 100% (4764/4764) Updating files: 100% (4764/4764), done. [2022-06-03T14:21:33.636Z] #64 68.56 + cd /tmp/tmp.0oeVQxJmSr/src/github.com/containerd/containerd [2022-06-03T14:21:33.636Z] #64 68.56 + git checkout -q v1.6.4 [2022-06-03T14:21:34.427Z] #21 18.33 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T14:21:34.427Z] #21 18.77 Selecting previously unselected package bzip2. [2022-06-03T14:21:34.427Z] #21 18.77 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-03T14:21:34.427Z] #21 18.78 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T14:21:34.427Z] #21 18.86 Selecting previously unselected package xz-utils. [2022-06-03T14:21:34.688Z] #21 18.88 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-03T14:21:34.688Z] #21 18.89 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:21:34.688Z] #21 19.05 Selecting previously unselected package apparmor. [2022-06-03T14:21:34.688Z] #21 19.05 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-03T14:21:34.688Z] #21 19.12 Unpacking apparmor (2.13.6-10) ... [2022-06-03T14:21:35.016Z] #64 70.48 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T14:21:35.016Z] #64 70.48 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T14:21:35.016Z] #64 70.48 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:21:35.016Z] #64 70.48 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:21:35.016Z] #64 70.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T14:21:35.016Z] #64 70.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T14:21:35.017Z] #64 70.48 + '[' '' = dynamic ']' [2022-06-03T14:21:35.017Z] #64 70.48 + make [2022-06-03T14:21:35.212Z] #21 19.46 Selecting previously unselected package inetutils-ping. [2022-06-03T14:21:35.212Z] #21 19.46 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-03T14:21:35.213Z] #21 19.48 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T14:21:35.213Z] #21 19.59 Selecting previously unselected package libip4tc2:arm64. [2022-06-03T14:21:35.213Z] #21 19.60 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-03T14:21:35.213Z] #21 19.60 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-03T14:21:35.213Z] #21 19.66 Selecting previously unselected package libip6tc2:arm64. [2022-06-03T14:21:35.213Z] #21 19.66 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-03T14:21:35.213Z] #21 19.67 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-03T14:21:35.213Z] #21 19.71 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-03T14:21:35.474Z] #21 19.72 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-03T14:21:35.474Z] #21 19.72 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-03T14:21:35.474Z] #21 19.77 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-03T14:21:35.474Z] #21 19.78 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-03T14:21:35.474Z] #21 19.79 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-03T14:21:35.474Z] #21 19.86 Selecting previously unselected package libnftnl11:arm64. [2022-06-03T14:21:35.474Z] #21 19.86 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-03T14:21:35.474Z] #21 19.87 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-03T14:21:35.474Z] #21 19.95 Selecting previously unselected package iptables. [2022-06-03T14:21:35.474Z] #21 19.96 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-03T14:21:35.735Z] #21 19.96 Unpacking iptables (1.8.7-1) ... [2022-06-03T14:21:35.996Z] #21 20.22 Selecting previously unselected package libonig5:arm64. [2022-06-03T14:21:35.996Z] #21 20.23 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-03T14:21:35.996Z] #21 20.23 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T14:21:35.996Z] #21 20.35 Selecting previously unselected package libjq1:arm64. [2022-06-03T14:21:35.996Z] #21 20.35 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-03T14:21:35.996Z] #21 20.36 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-03T14:21:35.996Z] #21 20.46 Selecting previously unselected package jq. [2022-06-03T14:21:35.996Z] #21 20.46 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-03T14:21:36.258Z] #21 20.46 Unpacking jq (1.6-2.1) ... [2022-06-03T14:21:36.258Z] #21 20.54 Selecting previously unselected package libaio1:arm64. [2022-06-03T14:21:36.258Z] #21 20.57 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-03T14:21:36.258Z] #21 20.58 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-03T14:21:36.258Z] #21 20.65 Selecting previously unselected package libgpm2:arm64. [2022-06-03T14:21:36.258Z] #21 20.65 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-03T14:21:36.258Z] #21 20.66 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-03T14:21:36.501Z] #16 DONE 4.1s [2022-06-03T14:21:36.501Z] [2022-06-03T14:21:36.501Z] #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 [2022-06-03T14:21:36.501Z] #60 sha256:8fae64f2c54b13dd1ce611fa75094580a230dcaee56ca5b1feb7042dd1d8fde9 [2022-06-03T14:21:36.501Z] #60 3.149 + RM_GOPATH=0 [2022-06-03T14:21:36.501Z] #60 3.149 + TMP_GOPATH= [2022-06-03T14:21:36.501Z] #60 3.149 + : /build [2022-06-03T14:21:36.501Z] #60 3.149 + '[' -z '' ']' [2022-06-03T14:21:36.501Z] #60 3.149 ++ mktemp -d [2022-06-03T14:21:36.501Z] #60 3.149 + export GOPATH=/tmp/tmp.WldnYQvAnU [2022-06-03T14:21:36.501Z] #60 3.149 + GOPATH=/tmp/tmp.WldnYQvAnU [2022-06-03T14:21:36.501Z] #60 3.149 + RM_GOPATH=1 [2022-06-03T14:21:36.501Z] #60 3.149 + case "$(go env GOARCH)" in [2022-06-03T14:21:36.501Z] #60 3.149 ++ go env GOARCH [2022-06-03T14:21:36.501Z] #60 3.161 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T14:21:36.501Z] #60 3.161 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:21:36.501Z] #60 3.161 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:21:36.501Z] #60 3.161 ++ dirname /install.sh [2022-06-03T14:21:36.501Z] #60 3.161 + dir=/ [2022-06-03T14:21:36.501Z] #60 3.161 + bin=runc [2022-06-03T14:21:36.501Z] #60 3.161 + shift [2022-06-03T14:21:36.501Z] #60 3.161 + '[' '!' -f //runc.installer ']' [2022-06-03T14:21:36.501Z] #60 3.161 + . //runc.installer [2022-06-03T14:21:36.501Z] #60 3.161 ++ set -e [2022-06-03T14:21:36.501Z] #60 3.161 ++ : v1.1.2 [2022-06-03T14:21:36.501Z] #60 3.161 + install_runc [2022-06-03T14:21:36.501Z] #60 3.161 + RUNC_BUILDTAGS=seccomp [2022-06-03T14:21:36.501Z] #60 3.161 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T14:21:36.501Z] #60 3.161 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.WldnYQvAnU/src/github.com/opencontainers/runc [2022-06-03T14:21:36.501Z] #60 3.166 Cloning into '/tmp/tmp.WldnYQvAnU/src/github.com/opencontainers/runc'... [2022-06-03T14:21:36.518Z] #21 20.73 Selecting previously unselected package libicu67:arm64. [2022-06-03T14:21:36.518Z] #21 20.74 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-03T14:21:36.518Z] #21 20.75 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-03T14:21:37.553Z] #64 72.95 + bin/ctr [2022-06-03T14:21:38.565Z] #54 ... [2022-06-03T14:21:38.565Z] [2022-06-03T14:21:38.565Z] #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 [2022-06-03T14:21:38.565Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:21:38.565Z] #19 200.8 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-03T14:21:38.565Z] #19 200.8 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 200.8 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:21:38.565Z] #19 200.9 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-03T14:21:38.565Z] #19 200.9 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 200.9 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:21:38.565Z] #19 208.6 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-03T14:21:38.565Z] #19 208.6 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 208.6 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:21:38.565Z] #19 208.7 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-03T14:21:38.565Z] #19 208.7 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 208.7 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T14:21:38.565Z] #19 208.7 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-03T14:21:38.565Z] #19 208.7 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 208.7 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T14:21:38.565Z] #19 208.8 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-03T14:21:38.565Z] #19 208.8 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 208.8 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:21:38.565Z] #19 208.8 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-03T14:21:38.565Z] #19 208.8 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:21:38.565Z] #19 208.8 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:21:38.565Z] #19 208.9 Selecting previously unselected package cross-config. [2022-06-03T14:21:38.565Z] #19 208.9 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-03T14:21:38.565Z] #19 208.9 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-03T14:21:38.565Z] #19 208.9 Selecting previously unselected package gcc-10-cross-base. [2022-06-03T14:21:38.565Z] #19 208.9 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:38.565Z] #19 208.9 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-03T14:21:38.565Z] #19 209.0 Selecting previously unselected package libc6-arm64-cross. [2022-06-03T14:21:38.565Z] #19 209.0 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-03T14:21:38.565Z] #19 209.0 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-03T14:21:38.565Z] #19 209.3 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-03T14:21:38.565Z] #19 209.3 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:38.565Z] #19 209.3 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:38.565Z] #19 209.4 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-03T14:21:38.565Z] #19 209.4 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:38.565Z] #19 209.4 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:38.565Z] #19 209.5 Selecting previously unselected package libitm1-arm64-cross. [2022-06-03T14:21:38.565Z] #19 209.5 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:38.565Z] #19 209.5 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:38.565Z] #19 209.5 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-03T14:21:38.565Z] #19 209.5 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:38.565Z] #19 209.5 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:38.822Z] #19 209.6 Selecting previously unselected package libasan6-arm64-cross. [2022-06-03T14:21:38.822Z] #19 209.6 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:38.822Z] #19 209.6 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:39.070Z] #21 23.52 Selecting previously unselected package libinih1:arm64. [2022-06-03T14:21:39.070Z] #21 23.52 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-03T14:21:39.332Z] #21 23.53 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-03T14:21:39.332Z] #21 23.59 Selecting previously unselected package libnet1:arm64. [2022-06-03T14:21:39.332Z] #21 23.60 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-03T14:21:39.332Z] #21 23.60 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:21:39.332Z] #21 23.69 Selecting previously unselected package libnl-3-200:arm64. [2022-06-03T14:21:39.332Z] #21 23.69 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-03T14:21:39.332Z] #21 23.70 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T14:21:39.332Z] #21 23.76 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-03T14:21:39.386Z] #19 210.2 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-03T14:21:39.386Z] #19 210.2 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:39.386Z] #19 210.2 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:39.593Z] #21 23.78 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-03T14:21:39.593Z] #21 23.79 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T14:21:39.593Z] #21 23.85 Selecting previously unselected package net-tools. [2022-06-03T14:21:39.593Z] #21 23.85 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-03T14:21:39.593Z] #21 23.86 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:21:39.643Z] #19 210.4 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-03T14:21:39.643Z] #19 210.4 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:39.643Z] #19 210.4 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:39.767Z] #60 ... [2022-06-03T14:21:39.767Z] [2022-06-03T14:21:39.767Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T14:21:39.767Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T14:21:39.767Z] #17 2.739 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T14:21:39.767Z] #17 DONE 2.9s [2022-06-03T14:21:39.767Z] [2022-06-03T14:21:39.767Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T14:21:39.767Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T14:21:39.854Z] #21 24.04 Selecting previously unselected package patch. [2022-06-03T14:21:39.854Z] #21 24.04 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-06-03T14:21:39.854Z] #21 24.04 Unpacking patch (2.7.6-7) ... [2022-06-03T14:21:39.854Z] #21 24.13 Selecting previously unselected package python-pip-whl. [2022-06-03T14:21:39.854Z] #21 24.15 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:21:39.854Z] #21 24.15 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:21:40.206Z] #19 210.9 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-03T14:21:40.206Z] #19 210.9 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:40.206Z] #19 210.9 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:40.376Z] #21 24.60 Selecting previously unselected package python3-lib2to3. [2022-06-03T14:21:40.376Z] #21 24.60 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T14:21:40.376Z] #21 24.61 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:21:40.376Z] #21 24.73 Selecting previously unselected package python3-distutils. [2022-06-03T14:21:40.376Z] #21 24.73 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T14:21:40.376Z] #21 24.75 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T14:21:40.637Z] #21 24.89 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:21:40.637Z] #21 24.89 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:21:40.637Z] #21 24.89 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:21:40.770Z] #19 211.5 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-03T14:21:40.770Z] #19 211.5 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:40.770Z] #19 211.7 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:40.908Z] #21 25.03 Selecting previously unselected package python3-setuptools. [2022-06-03T14:21:40.908Z] #21 25.03 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T14:21:40.908Z] #21 25.03 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T14:21:40.908Z] #21 25.28 Selecting previously unselected package python3-wheel. [2022-06-03T14:21:40.908Z] #21 25.28 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T14:21:40.908Z] #21 25.29 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T14:21:40.908Z] #21 25.37 Selecting previously unselected package python3-pip. [2022-06-03T14:21:40.908Z] #21 25.37 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:21:40.908Z] #21 25.37 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:21:41.478Z] #21 25.64 Selecting previously unselected package sudo. [2022-06-03T14:21:41.478Z] #21 25.64 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-06-03T14:21:41.478Z] #21 25.65 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T14:21:41.661Z] #18 DONE 1.9s [2022-06-03T14:21:41.661Z] [2022-06-03T14:21:41.661Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T14:21:41.661Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T14:21:41.739Z] #21 26.10 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T14:21:41.739Z] #21 26.11 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-03T14:21:41.739Z] #21 26.13 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:21:41.999Z] #21 26.28 Selecting previously unselected package uidmap. [2022-06-03T14:21:41.999Z] #21 26.29 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-03T14:21:41.999Z] #21 26.29 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T14:21:41.999Z] #21 26.43 Selecting previously unselected package vim-runtime. [2022-06-03T14:21:42.139Z] #19 212.7 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-03T14:21:42.139Z] #19 212.7 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:42.139Z] #19 213.0 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:42.260Z] #21 26.43 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:21:42.260Z] #21 26.46 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-03T14:21:42.260Z] #21 26.47 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T14:21:42.260Z] #21 26.48 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:43.508Z] #19 214.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-03T14:21:43.508Z] #19 214.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:43.508Z] #19 214.4 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:21:43.551Z] #19 DONE 1.9s [2022-06-03T14:21:43.551Z] [2022-06-03T14:21:43.551Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T14:21:43.551Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T14:21:44.117Z] #64 ... [2022-06-03T14:21:44.117Z] [2022-06-03T14:21:44.117Z] #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 [2022-06-03T14:21:44.117Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:44.117Z] #14 125.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T14:21:44.117Z] #14 125.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:44.117Z] #14 125.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:44.117Z] #14 134.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T14:21:44.117Z] #14 134.7 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:44.117Z] #14 134.7 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:44.318Z] #14 ... [2022-06-03T14:21:44.318Z] [2022-06-03T14:21:44.318Z] #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 [2022-06-03T14:21:44.318Z] #64 sha256:da967a4b350509834f08c14a3dd7e171cf008916eb4bcd8b8f2ef74adc0ccabe [2022-06-03T14:21:44.804Z] #21 28.95 Selecting previously unselected package vim. [2022-06-03T14:21:44.804Z] #21 28.95 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-03T14:21:44.804Z] #21 28.97 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:45.065Z] #21 29.45 Selecting previously unselected package xfsprogs. [2022-06-03T14:21:45.065Z] #21 29.45 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-03T14:21:45.065Z] #21 29.45 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T14:21:45.325Z] #21 29.80 Selecting previously unselected package zip. [2022-06-03T14:21:45.439Z] #20 DONE 2.1s [2022-06-03T14:21:45.439Z] [2022-06-03T14:21:45.439Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:21:45.439Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:21:45.587Z] #21 29.80 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-06-03T14:21:45.587Z] #21 29.82 Unpacking zip (3.0-12) ... [2022-06-03T14:21:45.587Z] #21 29.94 Selecting previously unselected package zstd. [2022-06-03T14:21:45.587Z] #21 29.95 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-03T14:21:45.587Z] #21 29.96 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:21:46.159Z] #21 30.27 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:21:46.731Z] #21 31.08 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-03T14:21:46.731Z] #21 31.15 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:21:46.731Z] #21 31.16 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-03T14:21:46.731Z] #21 31.22 Setting up libicu67:arm64 (67.1-7) ... [2022-06-03T14:21:46.731Z] #21 31.23 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-03T14:21:46.731Z] #21 31.24 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-03T14:21:46.992Z] #21 31.25 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T14:21:46.992Z] #21 31.26 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:21:46.992Z] #21 31.27 Setting up bzip2 (1.0.8-4) ... [2022-06-03T14:21:46.992Z] #21 31.28 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-03T14:21:46.992Z] #21 31.30 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T14:21:47.071Z] #64 63.92 Updating files: 30% (1448/4764) Updating files: 31% (1477/4764) Updating files: 32% (1525/4764) Updating files: 33% (1573/4764) Updating files: 34% (1620/4764) Updating files: 35% (1668/4764) Updating files: 36% (1716/4764) Updating files: 37% (1763/4764) Updating files: 38% (1811/4764) Updating files: 39% (1858/4764) Updating files: 40% (1906/4764) Updating files: 41% (1954/4764) Updating files: 42% (2001/4764) Updating files: 43% (2049/4764) Updating files: 44% (2097/4764) Updating files: 45% (2144/4764) Updating files: 46% (2192/4764) Updating files: 47% (2240/4764) Updating files: 48% (2287/4764) Updating files: 49% (2335/4764) Updating files: 50% (2382/4764) Updating files: 51% (2430/4764) Updating files: 52% (2478/4764) Updating files: 53% (2525/4764) Updating files: 54% (2573/4764) Updating files: 55% (2621/4764) Updating files: 56% (2668/4764) Updating files: 57% (2716/4764) Updating files: 58% (2764/4764) Updating files: 59% (2811/4764) Updating files: 60% (2859/4764) Updating files: 61% (2907/4764) Updating files: 62% (2954/4764) Updating files: 63% (3002/4764) Updating files: 63% (3029/4764) Updating files: 64% (3049/4764) Updating files: 65% (3097/4764) Updating files: 66% (3145/4764) Updating files: 67% (3192/4764) Updating files: 68% (3240/4764) Updating files: 69% (3288/4764) Updating files: 70% (3335/4764) Updating files: 71% (3383/4764) Updating files: 72% (3431/4764) Updating files: 73% (3478/4764) Updating files: 74% (3526/4764) Updating files: 75% (3573/4764) Updating files: 76% (3621/4764) Updating files: 77% (3669/4764) Updating files: 78% (3716/4764) Updating files: 79% (3764/4764) Updating files: 80% (3812/4764) Updating files: 81% (3859/4764) Updating files: 82% (3907/4764) Updating files: 83% (3955/4764) Updating files: 83% (3986/4764) Updating files: 84% (4002/4764) Updating files: 85% (4050/4764) Updating files: 86% (4098/4764) Updating files: 87% (4145/4764) Updating files: 88% (4193/4764) Updating files: 89% (4240/4764) Updating files: 90% (4288/4764) Updating files: 91% (4336/4764) Updating files: 92% (4383/4764) Updating files: 93% (4431/4764) Updating files: 94% (4479/4764) Updating files: 95% (4526/4764) Updating files: 96% (4574/4764) Updating files: 97% (4622/4764) Updating files: 98% (4669/4764) Updating files: 99% (4717/4764) Updating files: 100% (4764/4764) Updating files: 100% (4764/4764), done. [2022-06-03T14:21:47.071Z] #64 66.78 + cd /tmp/tmp.ft8Mi90mCp/src/github.com/containerd/containerd [2022-06-03T14:21:47.071Z] #64 66.78 + git checkout -q v1.6.4 [2022-06-03T14:21:47.330Z] #21 1.963 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:21:47.330Z] #21 2.170 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:21:47.330Z] #21 2.187 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:21:47.564Z] #21 31.84 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:47.564Z] #21 31.85 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-03T14:21:47.564Z] #21 31.86 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T14:21:47.564Z] #21 31.87 Setting up apparmor (2.13.6-10) ... [2022-06-03T14:21:47.683Z] #19 ... [2022-06-03T14:21:47.683Z] [2022-06-03T14:21:47.683Z] #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 [2022-06-03T14:21:47.683Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:21:47.683Z] #54 DONE 229.7s [2022-06-03T14:21:47.683Z] [2022-06-03T14:21:47.683Z] #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 [2022-06-03T14:21:47.683Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:21:47.893Z] #21 2.479 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:21:48.822Z] #21 3.316 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:21:48.950Z] #21 33.11 Setting up zip (3.0-12) ... [2022-06-03T14:21:48.950Z] #21 33.13 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:48.950Z] #21 33.15 Setting up bash-completion (1:2.11-2) ... [2022-06-03T14:21:49.614Z] #64 69.14 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T14:21:49.614Z] #64 69.14 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T14:21:49.614Z] #64 69.14 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:21:49.614Z] #64 69.14 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:21:49.614Z] #64 69.14 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T14:21:49.614Z] #64 69.14 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T14:21:49.614Z] #64 69.14 + '[' '' = dynamic ']' [2022-06-03T14:21:49.614Z] #64 69.14 + make [2022-06-03T14:21:50.191Z] #21 4.674 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:21:51.496Z] #21 35.64 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:21:51.496Z] #21 35.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T14:21:51.496Z] #21 35.67 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-03T14:21:51.496Z] #21 35.68 Setting up patch (2.7.6-7) ... [2022-06-03T14:21:51.496Z] #21 35.70 Setting up sudo (1.9.5p2-3) ... [2022-06-03T14:21:51.496Z] #21 35.77 invoke-rc.d: could not determine current runlevel [2022-06-03T14:21:51.496Z] #21 35.78 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T14:21:51.496Z] #21 35.79 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T14:21:51.496Z] #21 35.81 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-03T14:21:51.496Z] #21 35.82 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T14:21:51.496Z] #21 35.83 Setting up pigz (2.6-1) ... [2022-06-03T14:21:51.496Z] #21 35.84 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-03T14:21:51.496Z] #21 35.85 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-03T14:21:51.496Z] #21 35.88 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:21:51.496Z] #21 35.89 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:51.560Z] #21 ... [2022-06-03T14:21:51.560Z] [2022-06-03T14:21:51.560Z] #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 [2022-06-03T14:21:51.560Z] #60 sha256:8fae64f2c54b13dd1ce611fa75094580a230dcaee56ca5b1feb7042dd1d8fde9 [2022-06-03T14:21:51.560Z] #60 12.52 + cd /tmp/tmp.WldnYQvAnU/src/github.com/opencontainers/runc [2022-06-03T14:21:51.560Z] #60 12.52 + git checkout -q v1.1.2 [2022-06-03T14:21:51.560Z] #60 12.98 + '[' -z '' ']' [2022-06-03T14:21:51.560Z] #60 12.98 + target=static [2022-06-03T14:21:51.560Z] #60 12.98 + make BUILDTAGS=seccomp static [2022-06-03T14:21:51.560Z] #60 13.44 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 . [2022-06-03T14:21:52.067Z] #21 36.34 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-03T14:21:52.067Z] #21 36.35 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:21:52.160Z] #64 71.51 + bin/ctr [2022-06-03T14:21:52.328Z] #21 36.70 Setting up libelf1:arm64 (0.183-1) ... [2022-06-03T14:21:52.589Z] #21 36.80 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:21:52.589Z] #21 36.81 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-03T14:21:52.589Z] #21 36.83 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T14:21:52.850Z] #21 37.21 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:21:52.850Z] #21 37.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T14:21:52.850Z] #21 37.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T14:21:52.850Z] #21 37.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T14:21:52.850Z] #21 37.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T14:21:52.850Z] #21 37.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T14:21:52.850Z] #21 37.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T14:21:52.850Z] #21 37.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T14:21:52.850Z] #21 37.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T14:21:52.850Z] #21 37.26 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T14:21:52.948Z] #62 ... [2022-06-03T14:21:52.948Z] [2022-06-03T14:21:52.948Z] #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 [2022-06-03T14:21:52.948Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:21:52.948Z] #19 223.0 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-03T14:21:52.948Z] #19 223.0 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:21:52.948Z] #19 223.0 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:21:52.948Z] #19 223.1 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-03T14:21:52.948Z] #19 223.1 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-03T14:21:52.948Z] #19 223.1 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-03T14:21:52.948Z] #19 223.4 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-03T14:21:52.948Z] #19 223.4 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-03T14:21:52.948Z] #19 223.4 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-03T14:21:52.948Z] #19 223.9 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-03T14:21:52.948Z] #19 223.9 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:21:52.948Z] #19 223.9 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:21:53.878Z] #19 224.5 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-03T14:21:53.878Z] #19 224.5 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:21:53.878Z] #19 224.5 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:21:54.080Z] #60 ... [2022-06-03T14:21:54.080Z] [2022-06-03T14:21:54.080Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:21:54.080Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:21:54.080Z] #21 8.544 Fetched 8537 kB in 7s (1245 kB/s) [2022-06-03T14:21:54.172Z] #14 145.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T14:21:54.172Z] #14 145.9 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:54.172Z] #14 145.9 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:21:54.235Z] #21 38.35 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-03T14:21:54.235Z] #21 38.36 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-03T14:21:54.235Z] #21 38.37 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:21:54.235Z] #21 38.39 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:21:55.177Z] #21 39.46 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-03T14:21:55.177Z] #21 39.47 Setting up jq (1.6-2.1) ... [2022-06-03T14:21:55.177Z] #21 39.48 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-03T14:21:55.177Z] #21 39.49 Setting up iptables (1.8.7-1) ... [2022-06-03T14:21:55.177Z] #21 39.50 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:21:55.177Z] #21 39.51 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:21:55.177Z] #21 39.51 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:21:55.177Z] #21 39.52 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:21:55.177Z] #21 39.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T14:21:55.177Z] #21 39.53 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T14:21:55.177Z] #21 39.54 Setting up iproute2 (5.10.0-4) ... [2022-06-03T14:21:55.437Z] #21 39.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:21:55.449Z] #21 8.544 Reading package lists... [2022-06-03T14:21:55.449Z] #21 ... [2022-06-03T14:21:55.449Z] [2022-06-03T14:21:55.449Z] #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 [2022-06-03T14:21:55.449Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:21:55.449Z] #34 DONE 143.6s [2022-06-03T14:21:55.449Z] [2022-06-03T14:21:55.449Z] #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 [2022-06-03T14:21:55.449Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:21:55.706Z] #36 144.2 Delve is a source level debugger for Go programs. [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T14:21:55.706Z] #36 144.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Usage: [2022-06-03T14:21:55.706Z] #36 144.2 dlv [command] [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Available Commands: [2022-06-03T14:21:55.706Z] #36 144.2 attach Attach to running process and begin debugging. [2022-06-03T14:21:55.706Z] #36 144.2 connect Connect to a headless debug server with a terminal client. [2022-06-03T14:21:55.706Z] #36 144.2 core Examine a core dump. [2022-06-03T14:21:55.706Z] #36 144.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T14:21:55.706Z] #36 144.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T14:21:55.706Z] #36 144.2 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T14:21:55.706Z] #36 144.2 help Help about any command [2022-06-03T14:21:55.706Z] #36 144.2 run Deprecated command. Use 'debug' instead. [2022-06-03T14:21:55.706Z] #36 144.2 test Compile test binary and begin debugging program. [2022-06-03T14:21:55.706Z] #36 144.2 trace Compile and begin tracing program. [2022-06-03T14:21:55.706Z] #36 144.2 version Prints version. [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Flags: [2022-06-03T14:21:55.706Z] #36 144.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T14:21:55.706Z] #36 144.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T14:21:55.706Z] #36 144.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-03T14:21:55.706Z] #36 144.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T14:21:55.706Z] #36 144.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T14:21:55.706Z] #36 144.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-03T14:21:55.706Z] #36 144.2 --disable-aslr Disables address space randomization [2022-06-03T14:21:55.706Z] #36 144.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T14:21:55.706Z] #36 144.2 -h, --help help for dlv [2022-06-03T14:21:55.706Z] #36 144.2 --init string Init file, executed by the terminal client. [2022-06-03T14:21:55.706Z] #36 144.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T14:21:55.706Z] #36 144.2 --log Enable debugging server logging. [2022-06-03T14:21:55.706Z] #36 144.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T14:21:55.706Z] #36 144.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T14:21:55.706Z] #36 144.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T14:21:55.706Z] #36 144.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T14:21:55.706Z] #36 144.2 --wd string Working directory for running the program. [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Additional help topics: [2022-06-03T14:21:55.706Z] #36 144.2 dlv backend Help about the --backend flag. [2022-06-03T14:21:55.706Z] #36 144.2 dlv log Help about logging flags. [2022-06-03T14:21:55.706Z] #36 144.2 dlv redirect Help about file redirection. [2022-06-03T14:21:55.706Z] #36 144.2 [2022-06-03T14:21:55.706Z] #36 144.2 Use "dlv [command] --help" for more information about a command. [2022-06-03T14:21:55.706Z] #36 DONE 144.3s [2022-06-03T14:21:55.706Z] [2022-06-03T14:21:55.706Z] #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 [2022-06-03T14:21:55.706Z] #60 sha256:8fae64f2c54b13dd1ce611fa75094580a230dcaee56ca5b1feb7042dd1d8fde9 [2022-06-03T14:21:56.008Z] #21 DONE 40.5s [2022-06-03T14:21:56.008Z] [2022-06-03T14:21:56.008Z] #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 [2022-06-03T14:21:56.008Z] #60 sha256:9f4c4eb819ad08236f926cf936bded5631a2c33b4a7e09b3f792c7a01acb0d65 [2022-06-03T14:21:56.268Z] #60 ... [2022-06-03T14:21:56.268Z] [2022-06-03T14:21:56.268Z] #22 [dev-systemd-false 8/26] 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 [2022-06-03T14:21:56.268Z] #22 sha256:26137475dac873686777bd0156314dca208fc7d33375079d71d14c3dcb30c35d [2022-06-03T14:21:56.273Z] #60 ... [2022-06-03T14:21:56.274Z] [2022-06-03T14:21:56.274Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:21:56.274Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:21:56.274Z] #21 8.544 Reading package lists... [2022-06-03T14:21:56.839Z] #22 0.600 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T14:21:56.839Z] #22 0.604 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T14:21:56.839Z] #22 0.608 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T14:21:57.100Z] #22 DONE 0.9s [2022-06-03T14:21:57.100Z] [2022-06-03T14:21:57.100Z] #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 [2022-06-03T14:21:57.100Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:21:57.100Z] #55 ... [2022-06-03T14:21:57.100Z] [2022-06-03T14:21:57.100Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T14:21:57.100Z] #23 sha256:88254d14ddb90aa4c0cca30b66e3966710f4b7f4a492f4f9ef657a1c3e17af57 [2022-06-03T14:21:58.744Z] #64 ... [2022-06-03T14:21:58.744Z] [2022-06-03T14:21:58.744Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-03T14:21:58.744Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:21:58.744Z] #14 127.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T14:21:58.744Z] #14 127.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:58.744Z] #14 127.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:21:58.744Z] #14 137.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T14:21:58.744Z] #14 137.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:21:58.744Z] #14 137.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:21:58.800Z] #21 10.99 Reading package lists... [2022-06-03T14:21:59.401Z] #21 13.54 Building dependency tree... [2022-06-03T14:22:00.352Z] #21 14.99 The following additional packages will be installed: [2022-06-03T14:22:00.352Z] #21 14.99 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:22:00.352Z] #21 14.99 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-03T14:22:00.352Z] #21 14.99 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T14:22:00.352Z] #21 14.99 python3-pkg-resources vim-runtime xxd [2022-06-03T14:22:00.352Z] #21 14.99 Suggested packages: [2022-06-03T14:22:00.352Z] #21 14.99 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-03T14:22:00.352Z] #21 14.99 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-03T14:22:00.352Z] #21 14.99 acl attr quota [2022-06-03T14:22:00.352Z] #21 14.99 Recommended packages: [2022-06-03T14:22:00.352Z] #21 14.99 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T14:22:01.722Z] #21 16.46 The following NEW packages will be installed: [2022-06-03T14:22:01.722Z] #21 16.46 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-03T14:22:01.722Z] #21 16.46 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:22:01.722Z] #21 16.46 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-03T14:22:01.722Z] #21 16.46 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-03T14:22:01.722Z] #21 16.46 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-03T14:22:01.722Z] #21 16.46 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-03T14:22:01.722Z] #21 16.46 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-03T14:22:01.722Z] #21 16.46 xz-utils zip zstd [2022-06-03T14:22:01.974Z] #19 231.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-03T14:22:01.974Z] #19 231.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:01.974Z] #19 231.5 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:01.974Z] #19 231.5 Selecting previously unselected package patch. [2022-06-03T14:22:01.974Z] #19 231.5 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-03T14:22:01.974Z] #19 231.5 Unpacking patch (2.7.6-7) ... [2022-06-03T14:22:01.974Z] #19 231.6 Selecting previously unselected package dpkg-dev. [2022-06-03T14:22:01.974Z] #19 231.6 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-03T14:22:01.974Z] #19 231.6 Unpacking dpkg-dev (1.20.10) ... [2022-06-03T14:22:01.974Z] #19 231.8 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-03T14:22:01.974Z] #19 231.8 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-03T14:22:01.974Z] #19 231.8 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-03T14:22:01.974Z] #19 231.9 Selecting previously unselected package libio-string-perl. [2022-06-03T14:22:01.974Z] #19 231.9 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-03T14:22:01.974Z] #19 231.9 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-03T14:22:01.974Z] #19 231.9 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:22:01.974Z] #19 231.9 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:22:01.974Z] #19 231.9 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:22:01.979Z] #21 16.73 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:22:01.979Z] #21 16.73 Need to get 27.6 MB of archives. [2022-06-03T14:22:01.979Z] #21 16.73 After this operation, 106 MB of additional disk space will be used. [2022-06-03T14:22:01.979Z] #21 16.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T14:22:01.979Z] #21 16.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T14:22:01.979Z] #21 16.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T14:22:01.979Z] #21 16.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T14:22:01.979Z] #21 16.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T14:22:01.979Z] #21 16.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T14:22:01.979Z] #21 16.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T14:22:01.979Z] #21 16.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T14:22:01.979Z] #21 16.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:22:02.236Z] #21 16.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:22:02.236Z] #21 16.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T14:22:02.236Z] #21 16.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T14:22:02.236Z] #21 16.85 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] [2022-06-03T14:22:02.236Z] #21 16.86 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T14:22:02.236Z] #21 16.89 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T14:22:02.236Z] #21 16.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T14:22:02.236Z] #21 16.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T14:22:02.236Z] #21 16.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T14:22:02.236Z] #21 16.90 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T14:22:02.236Z] #21 16.90 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T14:22:02.236Z] #21 16.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T14:22:02.236Z] #21 16.94 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:22:02.236Z] #21 16.94 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:22:02.236Z] #21 16.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:22:02.236Z] #21 16.94 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T14:22:02.236Z] #21 16.94 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T14:22:02.236Z] #21 16.94 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:22:02.488Z] #19 233.2 Selecting previously unselected package libxml2:amd64. [2022-06-03T14:22:02.488Z] #19 233.2 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T14:22:02.488Z] #19 233.2 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:22:02.488Z] #19 233.3 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-03T14:22:02.488Z] #19 233.3 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-03T14:22:02.488Z] #19 233.3 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-03T14:22:02.488Z] #19 233.4 Selecting previously unselected package libxml-sax-base-perl. [2022-06-03T14:22:02.488Z] #19 233.4 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-03T14:22:02.488Z] #19 233.4 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-03T14:22:02.488Z] #19 233.4 Selecting previously unselected package libxml-sax-perl. [2022-06-03T14:22:02.488Z] #19 233.4 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-03T14:22:02.492Z] #21 17.29 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T14:22:02.492Z] #21 17.29 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:22:02.492Z] #21 17.29 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:22:02.492Z] #21 17.29 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:22:02.492Z] #21 17.29 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T14:22:02.492Z] #21 17.30 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T14:22:02.492Z] #21 17.30 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-03T14:22:02.492Z] #21 17.35 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T14:22:02.745Z] #19 233.4 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-03T14:22:02.745Z] #19 233.5 Selecting previously unselected package libxml-libxml-perl. [2022-06-03T14:22:02.745Z] #19 233.5 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-03T14:22:02.745Z] #19 233.5 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-03T14:22:02.745Z] #19 233.6 Selecting previously unselected package libxml-simple-perl. [2022-06-03T14:22:02.745Z] #19 233.6 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-03T14:22:02.745Z] #19 233.6 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-03T14:22:02.745Z] #19 233.6 Selecting previously unselected package libyaml-perl. [2022-06-03T14:22:02.745Z] #19 233.6 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-03T14:22:02.745Z] #19 233.6 Unpacking libyaml-perl (1.30-1) ... [2022-06-03T14:22:02.745Z] #19 233.7 Selecting previously unselected package libconfig-auto-perl. [2022-06-03T14:22:02.745Z] #19 233.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-03T14:22:02.750Z] #21 17.36 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T14:22:02.750Z] #21 17.36 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:22:02.750Z] #21 17.37 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T14:22:02.750Z] #21 17.39 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T14:22:02.750Z] #21 17.39 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T14:22:02.750Z] #21 17.39 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T14:22:02.750Z] #21 17.42 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T14:22:02.750Z] #21 17.43 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T14:22:02.750Z] #21 17.44 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-03T14:22:02.750Z] #21 17.61 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T14:22:03.001Z] #19 233.7 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-03T14:22:03.001Z] #19 233.7 Selecting previously unselected package libfile-which-perl. [2022-06-03T14:22:03.001Z] #19 233.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-03T14:22:03.001Z] #19 233.7 Unpacking libfile-which-perl (1.23-1) ... [2022-06-03T14:22:03.001Z] #19 233.8 Selecting previously unselected package libfile-homedir-perl. [2022-06-03T14:22:03.001Z] #19 233.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-03T14:22:03.001Z] #19 233.8 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-03T14:22:03.001Z] #19 233.8 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-03T14:22:03.001Z] #19 233.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-03T14:22:03.001Z] #19 233.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-03T14:22:03.001Z] #19 233.9 Selecting previously unselected package dpkg-cross. [2022-06-03T14:22:03.001Z] #19 233.9 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-03T14:22:03.001Z] #19 233.9 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-03T14:22:03.001Z] #19 233.9 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-03T14:22:03.006Z] #21 17.66 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T14:22:03.006Z] #21 17.68 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T14:22:03.006Z] #21 17.68 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T14:22:03.257Z] #19 233.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-03T14:22:03.257Z] #19 233.9 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-03T14:22:03.257Z] #19 234.0 Selecting previously unselected package libc6-armel-cross. [2022-06-03T14:22:03.257Z] #19 234.0 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:03.257Z] #19 234.0 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-03T14:22:03.257Z] #19 234.1 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-03T14:22:03.257Z] #19 234.1 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:03.257Z] #19 234.2 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:03.257Z] #19 234.2 Selecting previously unselected package libgomp1-armel-cross. [2022-06-03T14:22:03.514Z] #19 234.2 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:03.514Z] #19 234.2 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:03.514Z] #19 234.3 Selecting previously unselected package libatomic1-armel-cross. [2022-06-03T14:22:03.514Z] #19 234.3 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:03.514Z] #19 234.3 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:03.514Z] #19 234.3 Selecting previously unselected package libasan6-armel-cross. [2022-06-03T14:22:03.514Z] #19 234.3 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:03.514Z] #19 234.3 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:03.568Z] #21 18.21 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:22:03.568Z] #21 18.29 Fetched 27.6 MB in 1s (21.7 MB/s) [2022-06-03T14:22:03.568Z] #21 18.33 Selecting previously unselected package pigz. [2022-06-03T14:22:03.770Z] #19 234.6 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-03T14:22:03.770Z] #19 234.7 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:03.770Z] #19 234.7 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:03.770Z] #19 234.8 Selecting previously unselected package libubsan1-armel-cross. [2022-06-03T14:22:03.826Z] #21 18.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 ... 24019 files and directories currently installed.) [2022-06-03T14:22:03.826Z] #21 18.40 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T14:22:03.826Z] #21 18.40 Unpacking pigz (2.6-1) ... [2022-06-03T14:22:03.826Z] #21 18.49 Selecting previously unselected package libelf1:amd64. [2022-06-03T14:22:03.826Z] #21 18.49 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T14:22:03.826Z] #21 18.50 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T14:22:04.027Z] #19 234.8 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:04.027Z] #19 234.8 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:04.027Z] #19 ... [2022-06-03T14:22:04.027Z] [2022-06-03T14:22:04.027Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T14:22:04.027Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:22:04.027Z] #62 246.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T14:22:04.083Z] #21 18.62 Selecting previously unselected package libbpf0:amd64. [2022-06-03T14:22:04.083Z] #21 18.64 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T14:22:04.083Z] #21 18.64 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:22:04.083Z] #21 18.75 Selecting previously unselected package libcap2:amd64. [2022-06-03T14:22:04.083Z] #21 18.77 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T14:22:04.083Z] #21 18.78 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:22:04.083Z] #21 18.88 Selecting previously unselected package libmnl0:amd64. [2022-06-03T14:22:04.339Z] #21 18.88 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T14:22:04.339Z] #21 18.89 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:22:04.339Z] #21 18.95 Selecting previously unselected package libxtables12:amd64. [2022-06-03T14:22:04.339Z] #21 18.95 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T14:22:04.339Z] #21 18.96 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:22:04.339Z] #21 19.06 Selecting previously unselected package libcap2-bin. [2022-06-03T14:22:04.339Z] #21 19.06 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T14:22:04.339Z] #21 19.07 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T14:22:04.339Z] #21 19.15 Selecting previously unselected package iproute2. [2022-06-03T14:22:04.595Z] #21 19.16 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T14:22:04.595Z] #21 19.17 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T14:22:04.851Z] #21 19.59 Selecting previously unselected package xxd. [2022-06-03T14:22:04.851Z] #21 19.60 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:22:04.851Z] #21 19.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:04.851Z] #21 19.72 Selecting previously unselected package vim-common. [2022-06-03T14:22:05.107Z] #21 19.73 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:22:05.107Z] #21 19.76 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:05.363Z] #21 19.90 Selecting previously unselected package bash-completion. [2022-06-03T14:22:05.363Z] #21 19.90 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T14:22:07.175Z] #23 8.690 Collecting yamllint==1.26.1 [2022-06-03T14:22:07.175Z] #23 9.751 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T14:22:07.270Z] #21 21.58 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T14:22:07.526Z] #21 22.01 Selecting previously unselected package bzip2. [2022-06-03T14:22:07.526Z] #21 22.01 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T14:22:07.526Z] #21 22.02 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T14:22:07.526Z] #21 22.21 Selecting previously unselected package xz-utils. [2022-06-03T14:22:07.526Z] #21 22.21 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T14:22:07.526Z] #21 22.22 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:22:07.746Z] #23 10.68 Collecting pathspec>=0.5.3 [2022-06-03T14:22:07.746Z] #23 10.69 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T14:22:07.783Z] #21 22.36 Selecting previously unselected package apparmor. [2022-06-03T14:22:07.783Z] #21 22.36 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T14:22:07.783Z] #21 22.41 Unpacking apparmor (2.13.6-10) ... [2022-06-03T14:22:08.007Z] #23 10.96 Collecting pyyaml [2022-06-03T14:22:08.007Z] #23 10.99 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-03T14:22:08.039Z] #21 22.74 Selecting previously unselected package inetutils-ping. [2022-06-03T14:22:08.039Z] #21 22.74 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T14:22:08.039Z] #21 22.76 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T14:22:08.039Z] #21 22.86 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T14:22:08.268Z] #23 11.11 Building wheels for collected packages: yamllint [2022-06-03T14:22:08.268Z] #23 11.11 Building wheel for yamllint (setup.py): started [2022-06-03T14:22:08.295Z] #21 22.86 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:22:08.295Z] #21 22.89 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:22:08.295Z] #21 22.95 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T14:22:08.295Z] #21 22.96 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:22:08.295Z] #21 22.97 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:22:08.295Z] #21 23.03 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T14:22:08.295Z] #21 23.03 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T14:22:08.295Z] #21 23.05 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:22:08.295Z] #21 23.09 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T14:22:08.552Z] #21 23.10 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T14:22:08.552Z] #21 23.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:22:08.552Z] #21 23.18 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T14:22:08.552Z] #21 23.19 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T14:22:08.552Z] #21 23.19 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:22:08.552Z] #21 23.30 Selecting previously unselected package iptables. [2022-06-03T14:22:08.552Z] #21 23.30 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-03T14:22:08.552Z] #21 23.31 Unpacking iptables (1.8.7-1) ... [2022-06-03T14:22:08.747Z] #14 148.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T14:22:08.747Z] #14 148.9 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:22:08.747Z] #14 148.9 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:08.810Z] #21 23.61 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:22:08.810Z] #21 23.63 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:22:08.810Z] #21 23.64 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:22:09.067Z] #21 23.74 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:22:09.067Z] #21 23.75 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:22:09.067Z] #21 23.76 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:22:09.211Z] #23 11.93 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T14:22:09.211Z] #23 11.93 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b2dfd54d127e8ae69603c1cb505dfe9db8a497286a329a64932755ed45440279 [2022-06-03T14:22:09.211Z] #23 11.93 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T14:22:09.211Z] #23 11.93 Successfully built yamllint [2022-06-03T14:22:09.211Z] #23 11.96 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T14:22:09.324Z] #21 23.86 Selecting previously unselected package jq. [2022-06-03T14:22:09.324Z] #21 23.86 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:22:09.324Z] #21 23.87 Unpacking jq (1.6-2.1) ... [2022-06-03T14:22:09.324Z] #21 23.94 Selecting previously unselected package libaio1:amd64. [2022-06-03T14:22:09.324Z] #21 23.94 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T14:22:09.324Z] #21 23.95 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:22:09.324Z] #21 24.01 Selecting previously unselected package libgpm2:amd64. [2022-06-03T14:22:09.324Z] #21 24.01 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T14:22:09.324Z] #21 24.02 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:22:09.324Z] #21 24.09 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:22:09.324Z] #21 24.10 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:22:09.324Z] #62 DONE 251.7s [2022-06-03T14:22:09.324Z] [2022-06-03T14:22:09.324Z] #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 [2022-06-03T14:22:09.324Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T14:22:09.324Z] #19 235.6 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-03T14:22:09.324Z] #19 235.6 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:09.324Z] #19 235.7 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:09.324Z] #19 236.1 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-03T14:22:09.324Z] #19 236.1 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:09.324Z] #19 236.1 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T14:22:09.473Z] #23 12.30 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T14:22:09.580Z] #21 24.10 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:22:09.736Z] #23 DONE 12.8s [2022-06-03T14:22:09.736Z] [2022-06-03T14:22:09.736Z] #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 [2022-06-03T14:22:09.736Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:22:10.691Z] #19 241.4 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-03T14:22:10.691Z] #19 241.4 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:10.691Z] #19 241.4 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T14:22:10.691Z] #19 241.4 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-03T14:22:10.691Z] #19 241.4 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-03T14:22:10.691Z] #19 241.4 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-03T14:22:10.691Z] #19 241.6 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-03T14:22:10.691Z] #19 241.6 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:10.691Z] #19 241.6 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-03T14:22:10.947Z] #19 241.8 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-03T14:22:10.947Z] #19 241.8 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:10.947Z] #19 241.8 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:11.203Z] #19 242.1 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-03T14:22:11.203Z] #19 242.1 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:11.203Z] #19 242.1 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T14:22:12.855Z] #21 27.27 Selecting previously unselected package libinih1:amd64. [2022-06-03T14:22:12.856Z] #21 27.28 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-03T14:22:12.856Z] #21 27.29 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T14:22:12.856Z] #21 27.35 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:22:12.856Z] #21 27.35 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:22:12.856Z] #21 27.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:22:12.856Z] #21 27.45 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:22:12.856Z] #21 27.45 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:22:12.856Z] #21 27.46 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:22:12.856Z] #21 27.55 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:22:12.856Z] #21 27.56 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:22:12.856Z] #21 27.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:22:12.856Z] #21 27.62 Selecting previously unselected package net-tools. [2022-06-03T14:22:13.111Z] #21 27.63 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T14:22:13.111Z] #21 27.63 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:22:13.111Z] #21 27.79 Selecting previously unselected package patch. [2022-06-03T14:22:13.111Z] #21 27.80 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-03T14:22:13.111Z] #21 27.80 Unpacking patch (2.7.6-7) ... [2022-06-03T14:22:13.367Z] #21 27.91 Selecting previously unselected package python-pip-whl. [2022-06-03T14:22:13.367Z] #21 27.93 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:22:13.367Z] #21 27.93 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:22:13.929Z] #21 28.45 Selecting previously unselected package python3-lib2to3. [2022-06-03T14:22:13.929Z] #21 28.46 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T14:22:13.929Z] #21 28.46 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:22:13.929Z] #21 28.60 Selecting previously unselected package python3-distutils. [2022-06-03T14:22:13.929Z] #21 28.60 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T14:22:13.929Z] #21 28.61 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T14:22:13.929Z] #21 28.74 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:22:13.929Z] #21 28.74 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:22:13.929Z] #21 28.74 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:22:14.186Z] #21 28.89 Selecting previously unselected package python3-setuptools. [2022-06-03T14:22:14.186Z] #21 28.89 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T14:22:14.186Z] #21 28.90 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T14:22:14.442Z] #21 29.13 Selecting previously unselected package python3-wheel. [2022-06-03T14:22:14.442Z] #21 29.14 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T14:22:14.442Z] #21 29.14 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T14:22:14.698Z] #21 29.25 Selecting previously unselected package python3-pip. [2022-06-03T14:22:14.698Z] #21 29.27 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:22:14.698Z] #21 29.28 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:22:14.954Z] #21 29.52 Selecting previously unselected package sudo. [2022-06-03T14:22:14.954Z] #21 29.53 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T14:22:14.954Z] #21 29.54 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T14:22:15.210Z] #21 30.06 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T14:22:15.467Z] #21 30.08 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T14:22:15.467Z] #21 30.09 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:22:15.724Z] #21 30.30 Selecting previously unselected package uidmap. [2022-06-03T14:22:15.724Z] #21 30.31 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T14:22:15.724Z] #21 30.31 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T14:22:15.724Z] #21 30.45 Selecting previously unselected package vim-runtime. [2022-06-03T14:22:15.724Z] #21 30.46 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:22:15.980Z] #21 30.50 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-03T14:22:15.980Z] #21 30.53 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T14:22:15.980Z] #21 30.54 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:16.276Z] #14 167.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T14:22:16.276Z] #14 167.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:22:16.276Z] #14 167.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:16.449Z] #19 246.5 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-03T14:22:16.449Z] #19 246.5 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:16.449Z] #19 246.5 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T14:22:16.449Z] #19 246.5 Selecting previously unselected package crossbuild-essential-armel. [2022-06-03T14:22:16.449Z] #19 246.5 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-03T14:22:16.449Z] #19 246.5 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-03T14:22:16.449Z] #19 246.5 Selecting previously unselected package libc6-armhf-cross. [2022-06-03T14:22:16.449Z] #19 246.5 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:16.449Z] #19 246.5 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-03T14:22:16.449Z] #19 246.6 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-03T14:22:16.449Z] #19 246.6 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 246.6 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 246.7 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-03T14:22:16.449Z] #19 246.7 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 246.7 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 246.7 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-03T14:22:16.449Z] #19 246.7 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 246.7 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 246.8 Selecting previously unselected package libasan6-armhf-cross. [2022-06-03T14:22:16.449Z] #19 246.8 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 246.8 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 247.0 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-03T14:22:16.449Z] #19 247.0 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 247.0 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 247.1 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-03T14:22:16.449Z] #19 247.1 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 247.1 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 247.2 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-03T14:22:16.449Z] #19 247.2 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:16.449Z] #19 247.2 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:16.449Z] #19 247.3 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-03T14:22:16.449Z] #19 247.3 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:16.449Z] #19 247.3 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T14:22:19.288Z] #21 33.66 Selecting previously unselected package vim. [2022-06-03T14:22:19.288Z] #21 33.66 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:22:19.288Z] #21 33.67 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:19.544Z] #21 34.18 Selecting previously unselected package xfsprogs. [2022-06-03T14:22:19.544Z] #21 34.19 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T14:22:19.544Z] #21 34.20 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T14:22:19.561Z] #14 ... [2022-06-03T14:22:19.561Z] [2022-06-03T14:22:19.561Z] #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 [2022-06-03T14:22:19.561Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:22:19.561Z] #67 171.5 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:22:19.561Z] #67 171.5 + GOBIN=/build [2022-06-03T14:22:19.561Z] #67 171.5 + GO111MODULE=on [2022-06-03T14:22:19.561Z] #67 171.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:22:20.108Z] #21 34.60 Selecting previously unselected package zip. [2022-06-03T14:22:20.108Z] #21 34.61 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-03T14:22:20.108Z] #21 34.62 Unpacking zip (3.0-12) ... [2022-06-03T14:22:20.108Z] #21 34.74 Selecting previously unselected package zstd. [2022-06-03T14:22:20.108Z] #21 34.75 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T14:22:20.108Z] #21 34.76 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:22:20.366Z] #21 35.05 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:22:21.297Z] #21 35.79 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:22:21.297Z] #21 35.81 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:22:21.297Z] #21 35.82 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:22:21.297Z] #21 35.84 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:22:21.297Z] #21 35.85 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:22:21.297Z] #21 35.86 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T14:22:21.297Z] #21 35.88 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T14:22:21.297Z] #21 35.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:22:21.297Z] #21 35.90 Setting up bzip2 (1.0.8-4) ... [2022-06-03T14:22:21.297Z] #21 35.92 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:22:21.297Z] #21 35.93 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T14:22:21.696Z] #19 252.0 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-03T14:22:21.696Z] #19 252.0 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:21.696Z] #19 252.0 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T14:22:21.696Z] #19 252.0 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-03T14:22:21.696Z] #19 252.0 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-03T14:22:21.696Z] #19 252.0 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-03T14:22:21.696Z] #19 252.2 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-03T14:22:21.697Z] #19 252.2 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:21.697Z] #19 252.2 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-03T14:22:21.697Z] #19 252.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-03T14:22:21.697Z] #19 252.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:21.697Z] #19 252.4 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:21.860Z] #21 36.54 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:21.860Z] #21 36.56 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:22:21.860Z] #21 36.57 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T14:22:21.860Z] #21 36.59 Setting up apparmor (2.13.6-10) ... [2022-06-03T14:22:21.953Z] #19 252.7 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-03T14:22:21.953Z] #19 252.7 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:21.953Z] #19 252.7 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T14:22:21.964Z] #26 ... [2022-06-03T14:22:21.964Z] [2022-06-03T14:22:21.964Z] #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 [2022-06-03T14:22:21.964Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T14:22:21.964Z] #47 176.5 + dpkg --print-architecture [2022-06-03T14:22:21.964Z] #47 DONE 177.1s [2022-06-03T14:22:21.964Z] [2022-06-03T14:22:21.964Z] #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 [2022-06-03T14:22:21.964Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:22:23.753Z] #21 38.19 Setting up zip (3.0-12) ... [2022-06-03T14:22:23.753Z] #21 38.21 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:23.753Z] #21 38.23 Setting up bash-completion (1:2.11-2) ... [2022-06-03T14:22:24.828Z] #67 ... [2022-06-03T14:22:24.828Z] [2022-06-03T14:22:24.828Z] #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 [2022-06-03T14:22:24.828Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:24.828Z] #14 176.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T14:22:24.828Z] #14 176.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T14:22:24.828Z] #14 176.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:22:24.828Z] #14 176.5 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T14:22:24.828Z] #14 176.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T14:22:24.828Z] #14 176.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:22:24.828Z] #14 176.7 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T14:22:24.828Z] #14 176.7 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T14:22:24.828Z] #14 176.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:22:24.828Z] #14 176.9 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:22:24.828Z] #14 176.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:22:24.828Z] #14 176.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:22:24.828Z] #14 177.4 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:22:24.828Z] #14 177.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:22:24.828Z] #14 177.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:22:25.394Z] #14 177.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T14:22:25.394Z] #14 177.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:22:25.394Z] #14 177.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:25.394Z] #14 178.1 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T14:22:25.646Z] #21 40.14 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:22:25.646Z] #21 40.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T14:22:25.646Z] #21 40.16 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:22:25.646Z] #21 40.17 Setting up patch (2.7.6-7) ... [2022-06-03T14:22:25.646Z] #21 40.19 Setting up sudo (1.9.5p2-3) ... [2022-06-03T14:22:25.646Z] #21 40.28 invoke-rc.d: could not determine current runlevel [2022-06-03T14:22:25.646Z] #21 40.29 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T14:22:25.646Z] #21 40.31 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T14:22:25.646Z] #21 40.32 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:22:25.646Z] #21 40.34 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T14:22:25.646Z] #21 40.35 Setting up pigz (2.6-1) ... [2022-06-03T14:22:25.646Z] #21 40.36 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:22:25.646Z] #21 40.38 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:22:25.658Z] #14 178.1 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T14:22:25.658Z] #14 178.1 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:22:25.903Z] #21 40.40 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:22:25.903Z] #21 40.42 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:25.916Z] #14 178.5 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T14:22:25.916Z] #14 178.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T14:22:25.916Z] #14 178.6 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:22:26.124Z] #19 257.1 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-03T14:22:26.160Z] #21 40.91 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:22:26.160Z] #21 40.93 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:22:26.380Z] #19 257.1 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:26.380Z] #19 257.1 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T14:22:26.380Z] #19 257.1 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-03T14:22:26.380Z] #19 257.1 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-03T14:22:26.380Z] #19 257.1 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-03T14:22:26.380Z] #19 257.2 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-03T14:22:26.380Z] #19 257.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:26.380Z] #19 257.2 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-03T14:22:26.380Z] #19 257.3 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-03T14:22:26.380Z] #19 257.3 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.380Z] #19 257.3 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:26.380Z] #19 257.4 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-03T14:22:26.380Z] #19 257.4 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.500Z] #14 179.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T14:22:26.500Z] #14 179.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T14:22:26.500Z] #14 179.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:22:26.636Z] #19 257.4 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:26.636Z] #19 257.4 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-03T14:22:26.636Z] #19 257.4 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.636Z] #19 257.4 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:26.636Z] #19 257.4 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-03T14:22:26.636Z] #19 257.4 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.636Z] #19 257.4 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:26.636Z] #19 257.5 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-03T14:22:26.636Z] #19 257.5 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.636Z] #19 257.5 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:26.724Z] #21 41.32 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T14:22:26.724Z] #21 41.36 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:22:26.724Z] #21 41.38 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:22:26.724Z] #21 41.39 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T14:22:26.892Z] #19 257.7 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-03T14:22:26.892Z] #19 257.7 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.892Z] #19 257.7 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:26.892Z] #19 257.9 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-03T14:22:26.892Z] #19 257.9 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:26.981Z] #21 41.85 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:22:27.151Z] #19 257.9 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:27.151Z] #19 258.1 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-03T14:22:27.151Z] #19 258.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:27.151Z] #19 258.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:27.238Z] #21 41.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T14:22:27.238Z] #21 41.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T14:22:27.238Z] #21 41.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T14:22:27.238Z] #21 41.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T14:22:27.238Z] #21 41.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T14:22:27.238Z] #21 41.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T14:22:27.238Z] #21 41.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T14:22:27.238Z] #21 41.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T14:22:27.238Z] #21 41.92 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T14:22:27.408Z] #19 258.2 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-03T14:22:27.408Z] #19 258.2 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:27.408Z] #19 258.2 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:27.408Z] #19 258.3 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-03T14:22:27.664Z] #19 258.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:27.664Z] #19 258.3 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:27.664Z] #19 258.3 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-03T14:22:27.664Z] #19 258.4 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:27.664Z] #19 258.4 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:27.664Z] #19 258.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-03T14:22:27.664Z] #19 258.5 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:27.664Z] #19 258.5 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:28.430Z] #14 180.6 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T14:22:28.430Z] #14 180.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T14:22:28.430Z] #14 180.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:22:28.606Z] #21 43.27 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:22:28.606Z] #21 43.28 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:22:28.606Z] #21 43.30 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:22:28.606Z] #21 43.31 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:22:29.002Z] #14 181.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T14:22:29.002Z] #14 181.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T14:22:29.002Z] #14 181.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:22:29.262Z] #14 ... [2022-06-03T14:22:29.262Z] [2022-06-03T14:22:29.262Z] #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 [2022-06-03T14:22:29.262Z] #67 sha256:e4cc682181343d4ab0cc5a228f516443ca479fc7c47c2df251d3c6398733978d [2022-06-03T14:22:29.262Z] #67 180.4 rootlesskit version 1.0.0 [2022-06-03T14:22:29.262Z] #67 180.4 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T14:22:29.262Z] #67 180.4 -container-ip string [2022-06-03T14:22:29.262Z] #67 180.4 container ip [2022-06-03T14:22:29.262Z] #67 180.4 -container-port int [2022-06-03T14:22:29.262Z] #67 180.4 container port (default -1) [2022-06-03T14:22:29.262Z] #67 180.4 -host-ip string [2022-06-03T14:22:29.262Z] #67 180.4 host ip [2022-06-03T14:22:29.522Z] #67 180.4 -host-port int [2022-06-03T14:22:29.522Z] #67 180.4 host port (default -1) [2022-06-03T14:22:29.522Z] #67 180.4 -proto string [2022-06-03T14:22:29.522Z] #67 180.4 proxy protocol (default "tcp") [2022-06-03T14:22:29.522Z] #67 DONE 181.7s [2022-06-03T14:22:29.522Z] [2022-06-03T14:22:29.522Z] #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 [2022-06-03T14:22:29.522Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:29.522Z] #14 182.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T14:22:29.522Z] #14 ... [2022-06-03T14:22:29.522Z] [2022-06-03T14:22:29.522Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T14:22:29.522Z] #68 sha256:573b3a6ca4989c9321e8a232bf18374b7d2b6f2dad416ddb66c2539c03f45e0e [2022-06-03T14:22:29.522Z] #68 DONE 0.3s [2022-06-03T14:22:29.522Z] [2022-06-03T14:22:29.522Z] #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 [2022-06-03T14:22:29.522Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:29.522Z] #14 182.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T14:22:29.522Z] #14 182.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:22:29.781Z] #14 ... [2022-06-03T14:22:29.781Z] [2022-06-03T14:22:29.781Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T14:22:29.781Z] #69 sha256:8ee084a79ed0beb5ee9d0612b327bbc03a370fe15f3d654fa97f07d5b70fc121 [2022-06-03T14:22:29.781Z] #69 DONE 0.3s [2022-06-03T14:22:29.851Z] #21 44.41 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:22:29.851Z] #21 44.48 Setting up jq (1.6-2.1) ... [2022-06-03T14:22:30.040Z] [2022-06-03T14:22:30.040Z] #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 [2022-06-03T14:22:30.040Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:22:30.108Z] #21 44.56 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:22:30.108Z] #21 44.64 Setting up iptables (1.8.7-1) ... [2022-06-03T14:22:30.108Z] #21 44.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:22:30.108Z] #21 44.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:22:30.108Z] #21 44.85 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:22:30.108Z] #21 44.85 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:22:30.108Z] #21 44.86 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T14:22:30.108Z] #21 44.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T14:22:30.108Z] #21 44.88 Setting up iproute2 (5.10.0-4) ... [2022-06-03T14:22:30.639Z] #64 ... [2022-06-03T14:22:30.639Z] [2022-06-03T14:22:30.639Z] #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 [2022-06-03T14:22:30.639Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:30.639Z] #14 183.2 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T14:22:30.639Z] #14 183.2 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T14:22:30.639Z] #14 183.2 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:22:30.671Z] #21 45.26 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:22:30.929Z] #21 DONE 45.6s [2022-06-03T14:22:30.929Z] [2022-06-03T14:22:30.929Z] #22 [dev-systemd-false 8/26] 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 [2022-06-03T14:22:30.929Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T14:22:31.207Z] #14 183.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T14:22:31.207Z] #14 183.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:22:31.207Z] #14 183.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:31.466Z] #14 184.1 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T14:22:31.466Z] #14 184.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T14:22:31.466Z] #14 184.1 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:22:31.725Z] #14 184.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T14:22:31.725Z] #14 184.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T14:22:31.725Z] #14 184.4 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:22:32.299Z] #22 1.209 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T14:22:32.299Z] #22 1.213 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T14:22:32.299Z] #22 1.216 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T14:22:32.299Z] #22 DONE 1.3s [2022-06-03T14:22:32.299Z] [2022-06-03T14:22:32.299Z] #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 [2022-06-03T14:22:32.299Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:22:32.299Z] #64 ... [2022-06-03T14:22:32.299Z] [2022-06-03T14:22:32.299Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T14:22:32.299Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T14:22:32.658Z] #14 185.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:22:32.658Z] #14 185.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:22:32.658Z] #14 185.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:22:32.658Z] #14 185.4 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:22:32.658Z] #14 185.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:22:32.658Z] #14 185.4 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:22:32.658Z] #14 185.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:22:32.658Z] #14 185.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:22:32.658Z] #14 185.5 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:22:32.912Z] #19 263.1 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-03T14:22:32.912Z] #19 263.1 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:32.912Z] #19 263.1 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:32.912Z] #19 263.1 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-03T14:22:32.912Z] #19 263.1 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-03T14:22:32.912Z] #19 263.1 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-03T14:22:32.912Z] #19 263.3 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-03T14:22:32.912Z] #19 263.3 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:32.912Z] #19 263.3 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-03T14:22:32.912Z] #19 263.6 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-03T14:22:32.912Z] #19 263.6 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:32.912Z] #19 263.6 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:32.915Z] #14 185.5 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:22:32.915Z] #14 185.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:22:32.915Z] #14 185.5 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:22:32.915Z] #14 185.5 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:22:32.915Z] #14 185.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:22:32.915Z] #14 185.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T14:22:32.915Z] #14 185.6 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:22:32.915Z] #14 185.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:22:32.915Z] #14 185.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:22:33.169Z] #19 263.9 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-03T14:22:33.169Z] #19 263.9 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:33.169Z] #19 263.9 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:33.174Z] #14 185.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:22:33.174Z] #14 185.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:22:33.174Z] #14 185.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:22:33.174Z] #14 185.8 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 [2022-06-03T14:22:33.174Z] #14 185.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:33.174Z] #14 185.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 [2022-06-03T14:22:33.174Z] #14 185.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:22:33.174Z] #14 185.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:33.174Z] #14 185.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-03T14:22:33.433Z] #14 185.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:22:33.433Z] #14 186.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:22:33.433Z] #14 186.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:33.433Z] #14 186.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:22:33.433Z] #14 186.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:33.433Z] #14 186.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:33.691Z] #14 186.2 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:22:35.353Z] #14 171.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T14:22:35.353Z] #14 171.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:22:35.353Z] #14 171.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:35.353Z] #14 ... [2022-06-03T14:22:35.353Z] [2022-06-03T14:22:35.353Z] #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 [2022-06-03T14:22:35.353Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:22:35.353Z] #67 173.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:22:35.353Z] #67 173.9 + GOBIN=/build [2022-06-03T14:22:35.353Z] #67 173.9 + GO111MODULE=on [2022-06-03T14:22:35.353Z] #67 173.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:22:35.595Z] #14 DONE 188.2s [2022-06-03T14:22:35.595Z] [2022-06-03T14:22:35.595Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T14:22:35.595Z] #59 sha256:40a42eb81733add75103c069e1b67ac06ac02856f0e2c3eb710ac2e4d922c8b0 [2022-06-03T14:22:35.595Z] #59 DONE 0.2s [2022-06-03T14:22:35.595Z] [2022-06-03T14:22:35.595Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T14:22:35.595Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T14:22:37.349Z] #19 268.2 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-03T14:22:37.349Z] #19 268.3 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:37.349Z] #19 268.3 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:37.349Z] #19 268.3 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-03T14:22:37.349Z] #19 268.3 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-03T14:22:37.349Z] #19 268.3 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-03T14:22:37.349Z] #19 268.3 Selecting previously unselected package libc6-s390x-cross. [2022-06-03T14:22:37.349Z] #19 268.3 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:37.349Z] #19 268.3 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-03T14:22:37.606Z] #19 268.5 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-03T14:22:37.606Z] #19 268.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:37.606Z] #19 268.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:37.606Z] #19 268.5 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-03T14:22:37.606Z] #19 268.5 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:37.606Z] #19 268.5 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:37.606Z] #19 268.6 Selecting previously unselected package libitm1-s390x-cross. [2022-06-03T14:22:37.606Z] #19 268.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:37.606Z] #19 268.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:37.606Z] #19 268.6 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-03T14:22:37.863Z] #19 268.6 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:37.863Z] #19 268.6 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:37.863Z] #19 268.6 Selecting previously unselected package libasan6-s390x-cross. [2022-06-03T14:22:37.863Z] #19 268.6 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:37.863Z] #19 268.6 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:37.863Z] #19 268.9 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-03T14:22:38.119Z] #19 268.9 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:38.119Z] #19 268.9 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:38.119Z] #19 268.9 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-03T14:22:38.119Z] #19 268.9 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:38.119Z] #19 268.9 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:38.119Z] #19 269.0 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-03T14:22:38.119Z] #19 269.0 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:38.119Z] #19 269.0 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:38.119Z] #19 269.1 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-03T14:22:38.125Z] #15 DONE 2.5s [2022-06-03T14:22:38.125Z] [2022-06-03T14:22:38.125Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T14:22:38.125Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T14:22:38.376Z] #19 269.2 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:38.376Z] #19 269.2 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:40.646Z] #67 ... [2022-06-03T14:22:40.646Z] [2022-06-03T14:22:40.646Z] #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 [2022-06-03T14:22:40.646Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:40.646Z] #14 180.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T14:22:40.646Z] #14 180.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T14:22:40.646Z] #14 180.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:22:40.646Z] #14 180.5 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T14:22:40.646Z] #14 180.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T14:22:40.646Z] #14 180.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:22:40.646Z] #14 180.7 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T14:22:40.646Z] #14 180.7 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T14:22:40.646Z] #14 180.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:22:40.656Z] #16 DONE 2.1s [2022-06-03T14:22:40.656Z] [2022-06-03T14:22:40.656Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T14:22:40.656Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T14:22:40.908Z] #14 180.9 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:22:40.908Z] #14 180.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:22:40.908Z] #14 180.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:22:41.171Z] #14 181.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:22:41.171Z] #14 181.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:22:41.171Z] #14 181.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:22:41.531Z] #14 181.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T14:22:41.531Z] #14 181.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:22:41.531Z] #14 181.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:41.531Z] #14 181.5 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T14:22:41.531Z] #14 181.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T14:22:41.531Z] #14 181.5 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:22:42.105Z] #14 182.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T14:22:42.105Z] #14 182.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T14:22:42.251Z] #23 9.526 Collecting yamllint==1.26.1 [2022-06-03T14:22:42.366Z] #14 182.3 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:22:42.544Z] #19 273.4 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-03T14:22:42.544Z] #19 273.4 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:42.544Z] #19 273.4 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:42.544Z] #19 273.5 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-03T14:22:42.558Z] #17 2.168 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T14:22:42.558Z] #17 DONE 2.3s [2022-06-03T14:22:42.558Z] [2022-06-03T14:22:42.558Z] #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 [2022-06-03T14:22:42.558Z] #60 sha256:7e4633e4902b22955a5f70daeac0bdb8aacca916c6707e15db6f6a0034352cda [2022-06-03T14:22:42.558Z] #60 2.191 + RM_GOPATH=0 [2022-06-03T14:22:42.558Z] #60 2.196 + TMP_GOPATH= [2022-06-03T14:22:42.558Z] #60 2.196 + : /build [2022-06-03T14:22:42.558Z] #60 2.196 + '[' -z '' ']' [2022-06-03T14:22:42.558Z] #60 2.196 ++ mktemp -d [2022-06-03T14:22:42.558Z] #60 2.196 + export GOPATH=/tmp/tmp.gMU5RNIqoO [2022-06-03T14:22:42.558Z] #60 2.196 + GOPATH=/tmp/tmp.gMU5RNIqoO [2022-06-03T14:22:42.558Z] #60 2.196 + RM_GOPATH=1 [2022-06-03T14:22:42.558Z] #60 2.196 + case "$(go env GOARCH)" in [2022-06-03T14:22:42.558Z] #60 2.196 ++ go env GOARCH [2022-06-03T14:22:42.558Z] #60 2.222 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:42.558Z] #60 2.222 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:42.558Z] #60 2.222 ++ dirname /install.sh [2022-06-03T14:22:42.558Z] #60 2.222 + dir=/ [2022-06-03T14:22:42.558Z] #60 2.222 + bin=runc [2022-06-03T14:22:42.558Z] #60 2.222 + shift [2022-06-03T14:22:42.558Z] #60 2.222 + '[' '!' -f //runc.installer ']' [2022-06-03T14:22:42.558Z] #60 2.222 + . //runc.installer [2022-06-03T14:22:42.558Z] #60 2.222 ++ set -e [2022-06-03T14:22:42.558Z] #60 2.222 ++ : v1.1.2 [2022-06-03T14:22:42.558Z] #60 2.222 + install_runc [2022-06-03T14:22:42.558Z] #60 2.222 + RUNC_BUILDTAGS=seccomp [2022-06-03T14:22:42.558Z] #60 2.222 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T14:22:42.558Z] #60 2.222 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gMU5RNIqoO/src/github.com/opencontainers/runc [2022-06-03T14:22:42.558Z] #60 2.223 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T14:22:42.558Z] #60 2.254 Cloning into '/tmp/tmp.gMU5RNIqoO/src/github.com/opencontainers/runc'... [2022-06-03T14:22:42.558Z] #60 ... [2022-06-03T14:22:42.558Z] [2022-06-03T14:22:42.558Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T14:22:42.558Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T14:22:42.799Z] #19 273.5 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-03T14:22:42.799Z] #19 273.5 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-03T14:22:42.799Z] #19 273.7 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-03T14:22:42.799Z] #19 273.7 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-03T14:22:42.799Z] #19 273.7 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-03T14:22:42.814Z] #23 10.58 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T14:22:43.055Z] #19 273.9 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-03T14:22:43.055Z] #19 273.9 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T14:22:43.055Z] #19 273.9 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:43.311Z] #19 274.1 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-03T14:22:43.311Z] #19 274.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T14:22:43.311Z] #19 274.2 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:43.745Z] #23 11.70 Collecting pathspec>=0.5.3 [2022-06-03T14:22:43.750Z] #14 183.9 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T14:22:44.001Z] #23 11.72 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T14:22:44.043Z] #14 183.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T14:22:44.043Z] #14 183.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:22:44.258Z] #23 12.08 Collecting pyyaml [2022-06-03T14:22:44.258Z] #23 12.09 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) [2022-06-03T14:22:44.516Z] #23 12.16 Building wheels for collected packages: yamllint [2022-06-03T14:22:44.516Z] #23 12.17 Building wheel for yamllint (setup.py): started [2022-06-03T14:22:45.001Z] #14 184.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T14:22:45.001Z] #14 184.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T14:22:45.001Z] #14 184.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:22:45.088Z] #18 DONE 2.1s [2022-06-03T14:22:45.088Z] [2022-06-03T14:22:45.088Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T14:22:45.088Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T14:22:45.265Z] #14 ... [2022-06-03T14:22:45.265Z] [2022-06-03T14:22:45.265Z] #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 [2022-06-03T14:22:45.265Z] #67 sha256:4645965d2ea84d567464bfb861356d7e6aef1f2be298c4debfda7644a248c747 [2022-06-03T14:22:45.265Z] #67 181.7 rootlesskit version 1.0.0 [2022-06-03T14:22:45.265Z] #67 181.7 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T14:22:45.265Z] #67 181.7 -container-ip string [2022-06-03T14:22:45.265Z] #67 181.7 container ip [2022-06-03T14:22:45.265Z] #67 181.7 -container-port int [2022-06-03T14:22:45.265Z] #67 181.7 container port (default -1) [2022-06-03T14:22:45.265Z] #67 181.7 -host-ip string [2022-06-03T14:22:45.265Z] #67 181.7 host ip [2022-06-03T14:22:45.265Z] #67 181.7 -host-port int [2022-06-03T14:22:45.265Z] #67 181.7 host port (default -1) [2022-06-03T14:22:45.265Z] #67 181.7 -proto string [2022-06-03T14:22:45.265Z] #67 181.7 proxy protocol (default "tcp") [2022-06-03T14:22:45.265Z] #67 DONE 185.0s [2022-06-03T14:22:45.265Z] [2022-06-03T14:22:45.265Z] #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 [2022-06-03T14:22:45.265Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:45.265Z] #14 185.3 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T14:22:45.265Z] #14 185.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T14:22:45.265Z] #14 185.3 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:22:45.265Z] #14 ... [2022-06-03T14:22:45.265Z] [2022-06-03T14:22:45.265Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T14:22:45.265Z] #68 sha256:a0c82f8da3a1ff29d796dc052c7abb04987ac498326e64e76c75a42d8e3ade99 [2022-06-03T14:22:45.265Z] #68 DONE 0.1s [2022-06-03T14:22:45.265Z] [2022-06-03T14:22:45.265Z] #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 [2022-06-03T14:22:45.265Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:45.265Z] #14 185.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T14:22:45.265Z] #14 185.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T14:22:45.456Z] #23 13.09 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T14:22:45.456Z] #23 13.09 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d6939be25610a4857ffb4f222b2bb6088c651c125bd8c5ef2fc718aefa1a21a9 [2022-06-03T14:22:45.456Z] #23 13.09 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T14:22:45.456Z] #23 13.09 Successfully built yamllint [2022-06-03T14:22:45.456Z] #23 13.16 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T14:22:45.531Z] #14 ... [2022-06-03T14:22:45.531Z] [2022-06-03T14:22:45.531Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T14:22:45.531Z] #69 sha256:97a26df30e6b007967298bdd185a43cb58f41944696dce9a2754e92437d154fb [2022-06-03T14:22:45.531Z] #69 DONE 0.1s [2022-06-03T14:22:45.531Z] [2022-06-03T14:22:45.531Z] #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 [2022-06-03T14:22:45.531Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T14:22:45.531Z] #14 185.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:22:45.713Z] #23 13.54 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T14:22:46.277Z] #23 DONE 14.0s [2022-06-03T14:22:46.277Z] [2022-06-03T14:22:46.277Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T14:22:46.277Z] #27 sha256:5b89e1d9d6a41d41deeed39cb02e85a5e5e49181ddccc0bbab7c99cdaf452768 [2022-06-03T14:22:46.471Z] #14 186.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T14:22:46.472Z] #14 186.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T14:22:46.472Z] #14 186.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:22:46.472Z] #19 DONE 1.8s [2022-06-03T14:22:46.472Z] [2022-06-03T14:22:46.472Z] #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 [2022-06-03T14:22:46.472Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:22:46.472Z] #36 ... [2022-06-03T14:22:46.472Z] [2022-06-03T14:22:46.472Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T14:22:46.472Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T14:22:46.534Z] #27 DONE 0.4s [2022-06-03T14:22:46.534Z] [2022-06-03T14:22:46.534Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T14:22:46.534Z] #32 sha256:25fdf62cbf75f1db439bf455fc37a1d0c1b4396e498d74ea26fd9e9b98a45766 [2022-06-03T14:22:47.043Z] #14 187.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T14:22:47.043Z] #14 187.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:22:47.043Z] #14 187.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:47.043Z] #14 187.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T14:22:47.043Z] #14 187.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T14:22:47.305Z] #14 187.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:22:47.468Z] #32 DONE 0.5s [2022-06-03T14:22:47.468Z] [2022-06-03T14:22:47.468Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T14:22:47.468Z] #35 sha256:665ca135d613ef44e6d54ffb121d400a18f283ba19895dde1ebe441726a78a09 [2022-06-03T14:22:47.468Z] #35 DONE 0.4s [2022-06-03T14:22:47.468Z] [2022-06-03T14:22:47.468Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T14:22:47.468Z] #37 sha256:6c641657bbab1ad5004a38e26b2359208b0c0df8f3a22f46b9a75d727bc410e7 [2022-06-03T14:22:47.479Z] #19 278.3 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-03T14:22:47.479Z] #19 278.3 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T14:22:47.479Z] #19 278.3 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:47.479Z] #19 278.4 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-03T14:22:47.479Z] #19 278.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-03T14:22:47.479Z] #19 278.4 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-03T14:22:47.479Z] #19 278.4 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-03T14:22:47.479Z] #19 278.4 Setting up libfile-which-perl (1.23-1) ... [2022-06-03T14:22:47.479Z] #19 278.4 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-03T14:22:47.566Z] #14 187.6 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T14:22:47.566Z] #14 187.6 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T14:22:47.566Z] #14 187.6 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:22:47.734Z] #19 278.4 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-03T14:22:47.734Z] #19 278.5 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up file (1:5.39-3) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up bzip2 (1.0.8-4) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up libyaml-perl (1.30-1) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up libio-string-perl (1.08-3.1) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-03T14:22:47.734Z] #19 278.6 Setting up cross-config (2.6.18+nmu1) ... [2022-06-03T14:22:47.734Z] #19 278.7 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:22:47.851Z] #20 DONE 1.6s [2022-06-03T14:22:47.851Z] [2022-06-03T14:22:47.851Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:22:47.851Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:22:47.990Z] #19 278.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T14:22:47.990Z] #19 278.8 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up patch (2.7.6-7) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-03T14:22:47.990Z] #19 278.8 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-03T14:22:47.990Z] #19 278.9 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-03T14:22:47.990Z] #19 279.0 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.033Z] #37 DONE 0.4s [2022-06-03T14:22:48.033Z] [2022-06-03T14:22:48.033Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T14:22:48.033Z] #39 sha256:275ae0b4bf8181fd941057b901acb215a5bc93aead06bbacb718258a4ccccb51 [2022-06-03T14:22:48.033Z] #39 DONE 0.1s [2022-06-03T14:22:48.033Z] [2022-06-03T14:22:48.033Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T14:22:48.033Z] #41 sha256:016b2afa78a4a10b0b49932eef27899cddf697abdae90d1e06895f910ec8c3d7 [2022-06-03T14:22:48.033Z] #41 DONE 0.1s [2022-06-03T14:22:48.033Z] [2022-06-03T14:22:48.033Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T14:22:48.033Z] #45 sha256:955d06a626af80b8e25030d6dfce89fd11262f6f05e4af3742c5d80fbf327b4f [2022-06-03T14:22:48.033Z] #45 DONE 0.1s [2022-06-03T14:22:48.033Z] [2022-06-03T14:22:48.033Z] #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 [2022-06-03T14:22:48.033Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:22:48.248Z] #19 279.0 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.0 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.1 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.2 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.2 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.248Z] #19 279.2 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.504Z] #19 279.2 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.504Z] #19 279.3 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-03T14:22:48.504Z] #19 279.3 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-03T14:22:48.504Z] #19 279.4 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-03T14:22:48.761Z] #19 279.5 [2022-06-03T14:22:48.761Z] #19 279.5 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-03T14:22:48.761Z] #19 279.5 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.5 Setting up dpkg-dev (1.20.10) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.6 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.7 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.7 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.7 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:48.761Z] #19 279.7 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-03T14:22:48.761Z] #19 279.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-03T14:22:48.761Z] #19 279.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-03T14:22:48.951Z] #14 188.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:22:48.951Z] #14 188.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:22:48.951Z] #14 188.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:22:48.951Z] #14 188.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:22:48.951Z] #14 188.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:22:48.951Z] #14 188.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:22:48.951Z] #14 188.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:22:48.951Z] #14 188.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:22:48.951Z] #14 188.8 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:22:48.951Z] #14 188.8 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:22:48.951Z] #14 188.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:22:48.951Z] #14 188.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:22:48.951Z] #14 188.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:22:48.951Z] #14 188.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:22:48.951Z] #14 189.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T14:22:48.951Z] #14 189.0 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:22:48.951Z] #14 189.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:22:48.951Z] #14 189.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:22:48.951Z] #14 189.1 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:22:48.951Z] #14 189.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:22:48.951Z] #14 189.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:22:49.017Z] #19 279.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-03T14:22:49.017Z] #19 280.0 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-03T14:22:49.017Z] #19 280.0 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.017Z] #19 280.0 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.017Z] #19 280.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.017Z] #19 280.0 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T14:22:49.017Z] #19 280.0 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.017Z] #19 280.1 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up libxml-simple-perl (2.25-1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.2 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.3 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.274Z] #19 280.3 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-03T14:22:49.274Z] #19 280.3 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.337Z] #14 189.2 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 [2022-06-03T14:22:49.337Z] #14 189.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:49.337Z] #14 189.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-03T14:22:49.532Z] #19 280.3 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.3 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.3 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.3 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-03T14:22:49.532Z] #19 280.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-03T14:22:49.532Z] #19 280.5 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.532Z] #19 280.5 Setting up crossbuild-essential-armel (12.9) ... [2022-06-03T14:22:49.615Z] #14 189.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:22:49.788Z] #19 280.5 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T14:22:49.788Z] #19 280.5 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-03T14:22:49.788Z] #19 280.5 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-03T14:22:49.788Z] #19 280.5 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-03T14:22:49.788Z] #19 280.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-03T14:22:49.788Z] #19 280.6 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:22:50.389Z] #21 2.110 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:22:50.389Z] #21 2.171 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:22:50.389Z] #21 2.218 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:22:51.152Z] #19 DONE 281.9s [2022-06-03T14:22:51.152Z] [2022-06-03T14:22:51.152Z] #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 [2022-06-03T14:22:51.152Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T14:22:51.152Z] #49 ... [2022-06-03T14:22:51.152Z] [2022-06-03T14:22:51.152Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T14:22:51.152Z] #32 sha256:c5f9397dafbcbe909013ef7fae3024ec02e14b17c82ef5e3879b164065536bf5 [2022-06-03T14:22:51.152Z] #32 DONE 0.1s [2022-06-03T14:22:51.152Z] [2022-06-03T14:22:51.152Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T14:22:51.152Z] #73 sha256:295649f0dc78d5b47ef0cd15440293de36ff9015f46250940ef9b4c5fba67337 [2022-06-03T14:22:51.152Z] #73 DONE 0.2s [2022-06-03T14:22:51.324Z] #21 3.389 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:22:51.408Z] [2022-06-03T14:22:51.408Z] #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 [2022-06-03T14:22:51.408Z] #74 sha256:02c2f2e5593c528edca158da7f5d7f20b19017f34453ad458295537225d38b4b [2022-06-03T14:22:51.896Z] #14 191.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:22:52.337Z] #74 1.222 + RM_GOPATH=0 [2022-06-03T14:22:52.337Z] #74 1.222 + TMP_GOPATH= [2022-06-03T14:22:52.337Z] #74 1.222 + : /build [2022-06-03T14:22:52.337Z] #74 1.222 + '[' -z '' ']' [2022-06-03T14:22:52.337Z] #74 1.222 ++ mktemp -d [2022-06-03T14:22:52.337Z] #74 1.222 + export GOPATH=/tmp/tmp.WoojFWUSXc [2022-06-03T14:22:52.337Z] #74 1.222 + GOPATH=/tmp/tmp.WoojFWUSXc [2022-06-03T14:22:52.337Z] #74 1.222 + RM_GOPATH=1 [2022-06-03T14:22:52.337Z] #74 1.222 + case "$(go env GOARCH)" in [2022-06-03T14:22:52.337Z] #74 1.222 ++ go env GOARCH [2022-06-03T14:22:52.337Z] #74 1.229 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:52.337Z] #74 1.229 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:52.337Z] #74 1.230 ++ dirname /install.sh [2022-06-03T14:22:52.337Z] #74 1.230 + dir=/ [2022-06-03T14:22:52.337Z] #74 1.231 + bin=rootlesskit [2022-06-03T14:22:52.337Z] #74 1.231 + shift [2022-06-03T14:22:52.337Z] #74 1.231 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T14:22:52.337Z] #74 1.231 + . //rootlesskit.installer [2022-06-03T14:22:52.337Z] #74 1.231 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:22:52.337Z] #74 1.231 + install_rootlesskit [2022-06-03T14:22:52.337Z] #74 1.231 + case "$1" in [2022-06-03T14:22:52.337Z] #74 1.231 + export CGO_ENABLED=0 [2022-06-03T14:22:52.337Z] #74 1.231 + CGO_ENABLED=0 [2022-06-03T14:22:52.337Z] #74 1.231 + _install_rootlesskit [2022-06-03T14:22:52.337Z] #74 1.233 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:22:52.337Z] #74 1.233 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T14:22:52.337Z] #74 1.233 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:22:52.337Z] #74 1.233 + GOBIN=/build [2022-06-03T14:22:52.337Z] #74 1.233 + GO111MODULE=on [2022-06-03T14:22:52.337Z] #74 1.233 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:22:52.741Z] #14 192.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-03T14:22:52.742Z] #14 192.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:22:52.742Z] #14 192.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:22:52.742Z] #14 192.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:52.742Z] #14 192.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:22:52.742Z] #14 192.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:52.742Z] #14 192.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:22:52.742Z] #14 192.8 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:22:52.901Z] #74 1.621 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T14:22:53.228Z] #21 5.434 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:22:53.314Z] #14 DONE 193.5s [2022-06-03T14:22:53.314Z] [2022-06-03T14:22:53.314Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T14:22:53.314Z] #59 sha256:1532f0e67ccdbbd660bb31260e1da521b3bebbbd1d189a31eace4adf99a26e7e [2022-06-03T14:22:53.795Z] #21 ... [2022-06-03T14:22:53.795Z] [2022-06-03T14:22:53.795Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-03T14:22:53.795Z] #60 sha256:7e4633e4902b22955a5f70daeac0bdb8aacca916c6707e15db6f6a0034352cda [2022-06-03T14:22:53.795Z] #60 17.92 + cd /tmp/tmp.gMU5RNIqoO/src/github.com/opencontainers/runc [2022-06-03T14:22:53.795Z] #60 17.92 + git checkout -q v1.1.2 [2022-06-03T14:22:53.885Z] #59 DONE 0.3s [2022-06-03T14:22:53.885Z] [2022-06-03T14:22:53.885Z] #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 [2022-06-03T14:22:53.885Z] #60 sha256:11f99f8d1fbbfad3b202c841d8daca8c4d58746820eca280176226f366e3e917 [2022-06-03T14:22:54.729Z] #60 18.81 + '[' -z '' ']' [2022-06-03T14:22:54.729Z] #60 18.82 + target=static [2022-06-03T14:22:54.729Z] #60 18.82 + make BUILDTAGS=seccomp static [2022-06-03T14:22:54.795Z] #74 3.706 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T14:22:54.795Z] #74 3.707 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T14:22:55.295Z] #60 19.59 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 . [2022-06-03T14:22:55.357Z] #74 3.925 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T14:22:56.291Z] #74 ... [2022-06-03T14:22:56.291Z] [2022-06-03T14:22:56.291Z] #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 [2022-06-03T14:22:56.291Z] #33 sha256:6a85736a790226c150e6680c922e418b846b34b91e07e24511b552fbe7e90648 [2022-06-03T14:22:56.291Z] #33 1.328 + RM_GOPATH=0 [2022-06-03T14:22:56.291Z] #33 1.328 + TMP_GOPATH= [2022-06-03T14:22:56.291Z] #33 1.328 + : /build [2022-06-03T14:22:56.291Z] #33 1.328 + '[' -z '' ']' [2022-06-03T14:22:56.291Z] #33 1.339 ++ mktemp -d [2022-06-03T14:22:56.291Z] #33 1.339 + export GOPATH=/tmp/tmp.BD5sjuQB3g [2022-06-03T14:22:56.291Z] #33 1.339 + GOPATH=/tmp/tmp.BD5sjuQB3g [2022-06-03T14:22:56.291Z] #33 1.339 + RM_GOPATH=1 [2022-06-03T14:22:56.291Z] #33 1.339 + case "$(go env GOARCH)" in [2022-06-03T14:22:56.291Z] #33 1.339 ++ go env GOARCH [2022-06-03T14:22:56.291Z] #33 1.344 Install docker/cli version 17.06.2-ce from stable [2022-06-03T14:22:56.291Z] #33 1.344 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:56.291Z] #33 1.344 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:56.291Z] #33 1.344 ++ dirname /install.sh [2022-06-03T14:22:56.291Z] #33 1.344 + dir=/ [2022-06-03T14:22:56.291Z] #33 1.344 + bin=dockercli [2022-06-03T14:22:56.291Z] #33 1.344 + shift [2022-06-03T14:22:56.291Z] #33 1.344 + '[' '!' -f //dockercli.installer ']' [2022-06-03T14:22:56.291Z] #33 1.344 + . //dockercli.installer [2022-06-03T14:22:56.291Z] #33 1.344 ++ : stable [2022-06-03T14:22:56.291Z] #33 1.344 ++ : 17.06.2-ce [2022-06-03T14:22:56.291Z] #33 1.344 + install_dockercli [2022-06-03T14:22:56.291Z] #33 1.344 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T14:22:56.291Z] #33 1.344 ++ uname -m [2022-06-03T14:22:56.291Z] #33 1.346 + arch=x86_64 [2022-06-03T14:22:56.291Z] #33 1.346 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T14:22:56.291Z] #33 1.346 + url=https://download.docker.com/linux/static [2022-06-03T14:22:56.291Z] #33 1.346 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T14:22:56.291Z] #33 1.346 + tar -xz docker/docker [2022-06-03T14:22:56.291Z] #33 4.829 + mkdir -p /build [2022-06-03T14:22:56.291Z] #33 4.831 + mv docker/docker /build/ [2022-06-03T14:22:56.291Z] #33 4.832 + rmdir docker [2022-06-03T14:22:56.291Z] #33 DONE 5.0s [2022-06-03T14:22:56.291Z] [2022-06-03T14:22:56.291Z] #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 [2022-06-03T14:22:56.291Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T14:22:56.291Z] #49 1.851 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:22:56.291Z] #49 1.869 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:22:56.291Z] #49 1.870 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:22:56.291Z] #49 2.189 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T14:22:56.291Z] #49 2.493 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:22:56.291Z] #49 2.753 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T14:22:56.291Z] #49 3.017 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T14:22:56.291Z] #49 3.277 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T14:22:56.291Z] #49 3.697 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:22:56.291Z] #49 4.132 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T14:22:56.291Z] #49 4.133 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T14:22:56.291Z] #49 4.134 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T14:22:56.291Z] #49 4.134 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:22:56.291Z] #49 4.137 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:22:56.291Z] #49 4.142 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T14:22:56.291Z] #49 4.781 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T14:22:56.291Z] #49 4.793 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:22:56.291Z] #49 4.797 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T14:22:56.291Z] #49 4.797 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T14:22:56.291Z] #49 4.800 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T14:22:56.291Z] #49 4.801 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:22:56.430Z] #60 2.663 + RM_GOPATH=0 [2022-06-03T14:22:56.430Z] #60 2.663 + TMP_GOPATH= [2022-06-03T14:22:56.430Z] #60 2.663 + : /build [2022-06-03T14:22:56.430Z] #60 2.663 + '[' -z '' ']' [2022-06-03T14:22:56.430Z] #60 2.669 ++ mktemp -d [2022-06-03T14:22:56.430Z] #60 2.672 + export GOPATH=/tmp/tmp.nwhlV4pBHx [2022-06-03T14:22:56.430Z] #60 2.672 + GOPATH=/tmp/tmp.nwhlV4pBHx [2022-06-03T14:22:56.430Z] #60 2.672 + RM_GOPATH=1 [2022-06-03T14:22:56.430Z] #60 2.672 + case "$(go env GOARCH)" in [2022-06-03T14:22:56.430Z] #60 2.672 ++ go env GOARCH [2022-06-03T14:22:56.430Z] #60 2.708 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:56.430Z] #60 2.708 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:22:56.430Z] #60 2.708 ++ dirname /install.sh [2022-06-03T14:22:56.430Z] #60 2.715 + dir=/ [2022-06-03T14:22:56.430Z] #60 2.715 + bin=runc [2022-06-03T14:22:56.430Z] #60 2.715 + shift [2022-06-03T14:22:56.430Z] #60 2.715 + '[' '!' -f //runc.installer ']' [2022-06-03T14:22:56.430Z] #60 2.715 + . //runc.installer [2022-06-03T14:22:56.430Z] #60 2.715 ++ set -e [2022-06-03T14:22:56.430Z] #60 2.715 ++ : v1.1.2 [2022-06-03T14:22:56.430Z] #60 2.715 + install_runc [2022-06-03T14:22:56.430Z] #60 2.715 + RUNC_BUILDTAGS=seccomp [2022-06-03T14:22:56.430Z] #60 2.715 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T14:22:56.430Z] #60 2.715 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nwhlV4pBHx/src/github.com/opencontainers/runc [2022-06-03T14:22:56.430Z] #60 2.715 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T14:22:56.430Z] #60 2.736 Cloning into '/tmp/tmp.nwhlV4pBHx/src/github.com/opencontainers/runc'... [2022-06-03T14:22:56.691Z] #60 ... [2022-06-03T14:22:56.691Z] [2022-06-03T14:22:56.691Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T14:22:56.691Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T14:22:56.691Z] #15 DONE 3.1s [2022-06-03T14:22:56.691Z] [2022-06-03T14:22:56.691Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T14:22:56.691Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T14:22:59.237Z] #16 DONE 2.4s [2022-06-03T14:22:59.237Z] [2022-06-03T14:22:59.237Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T14:22:59.237Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T14:23:00.244Z] #64 ... [2022-06-03T14:23:00.244Z] [2022-06-03T14:23:00.244Z] #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 [2022-06-03T14:23:00.244Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:23:00.244Z] #47 208.6 + dpkg --print-architecture [2022-06-03T14:23:00.468Z] #49 ... [2022-06-03T14:23:00.468Z] [2022-06-03T14:23:00.468Z] #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 [2022-06-03T14:23:00.468Z] #74 sha256:02c2f2e5593c528edca158da7f5d7f20b19017f34453ad458295537225d38b4b [2022-06-03T14:23:00.468Z] #74 5.158 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T14:23:00.468Z] #74 5.660 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T14:23:00.468Z] #74 5.693 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T14:23:00.468Z] #74 5.723 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T14:23:00.468Z] #74 5.804 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T14:23:00.468Z] #74 5.825 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T14:23:00.468Z] #74 5.952 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T14:23:00.468Z] #74 6.157 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T14:23:00.468Z] #74 6.283 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T14:23:00.468Z] #74 6.345 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T14:23:00.468Z] #74 6.981 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T14:23:00.501Z] #47 208.6 + git checkout -q v2.1.0 [2022-06-03T14:23:01.042Z] #74 ... [2022-06-03T14:23:01.042Z] [2022-06-03T14:23:01.042Z] #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 [2022-06-03T14:23:01.042Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:23:01.042Z] #20 1.514 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:23:01.042Z] #20 1.531 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:23:01.042Z] #20 1.532 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:23:01.042Z] #20 1.652 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T14:23:01.042Z] #20 1.773 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T14:23:01.042Z] #20 2.089 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:23:01.042Z] #20 2.514 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T14:23:01.042Z] #20 3.159 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T14:23:01.042Z] #20 3.534 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:23:01.042Z] #20 3.810 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:23:01.042Z] #20 3.812 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:23:01.042Z] #20 3.813 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T14:23:01.042Z] #20 3.825 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T14:23:01.042Z] #20 3.827 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T14:23:01.042Z] #20 3.835 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T14:23:01.042Z] #20 3.921 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T14:23:01.042Z] #20 3.935 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:23:01.042Z] #20 3.936 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T14:23:01.042Z] #20 3.938 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T14:23:01.042Z] #20 3.942 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:23:01.042Z] #20 3.945 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T14:23:01.064Z] #47 209.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-03T14:23:01.064Z] #47 209.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-03T14:23:01.163Z] #17 2.041 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T14:23:01.163Z] #17 DONE 2.1s [2022-06-03T14:23:01.163Z] [2022-06-03T14:23:01.163Z] #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 [2022-06-03T14:23:01.163Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:23:01.163Z] #34 ... [2022-06-03T14:23:01.163Z] [2022-06-03T14:23:01.163Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T14:23:01.163Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T14:23:01.298Z] #20 ... [2022-06-03T14:23:01.298Z] [2022-06-03T14:23:01.298Z] #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 [2022-06-03T14:23:01.298Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T14:23:01.298Z] #69 1.796 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:23:01.298Z] #69 1.808 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:23:01.298Z] #69 1.809 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:23:01.298Z] #69 2.101 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:23:01.298Z] #69 2.365 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T14:23:01.298Z] #69 2.662 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T14:23:01.298Z] #69 2.929 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T14:23:01.298Z] #69 3.178 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:23:01.299Z] #69 3.642 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T14:23:01.299Z] #69 3.942 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:23:01.299Z] #69 3.953 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T14:23:01.299Z] #69 3.955 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T14:23:01.299Z] #69 3.958 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T14:23:01.299Z] #69 3.966 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T14:23:01.299Z] #69 3.973 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:23:01.299Z] #69 4.568 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:23:01.299Z] #69 4.575 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T14:23:01.299Z] #69 4.578 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T14:23:01.299Z] #69 4.579 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:23:01.299Z] #69 4.579 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T14:23:01.299Z] #69 4.580 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T14:23:03.097Z] #18 DONE 1.7s [2022-06-03T14:23:03.097Z] [2022-06-03T14:23:03.097Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T14:23:03.097Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T14:23:05.012Z] #19 DONE 2.2s [2022-06-03T14:23:05.012Z] [2022-06-03T14:23:05.012Z] #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 [2022-06-03T14:23:05.012Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:23:05.012Z] #47 ... [2022-06-03T14:23:05.012Z] [2022-06-03T14:23:05.012Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T14:23:05.012Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T14:23:07.500Z] #60 ... [2022-06-03T14:23:07.501Z] [2022-06-03T14:23:07.501Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:23:07.501Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:23:07.501Z] #21 7.992 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:23:07.501Z] #21 11.53 Fetched 8537 kB in 10s (867 kB/s) [2022-06-03T14:23:07.501Z] #21 11.53 Reading package lists... [2022-06-03T14:23:07.501Z] #21 15.87 Reading package lists... [2022-06-03T14:23:07.501Z] #21 18.95 Building dependency tree...#21 ... [2022-06-03T14:23:07.501Z] [2022-06-03T14:23:07.501Z] #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 [2022-06-03T14:23:07.501Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:23:07.501Z] #34 DONE 219.9s [2022-06-03T14:23:07.501Z] [2022-06-03T14:23:07.501Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:23:07.501Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:23:07.501Z] #21 18.95 Building dependency tree... [2022-06-03T14:23:07.565Z] #20 DONE 2.2s [2022-06-03T14:23:07.565Z] [2022-06-03T14:23:07.565Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:23:07.565Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:23:08.879Z] #21 20.67 The following additional packages will be installed: [2022-06-03T14:23:08.879Z] #21 20.68 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:23:08.879Z] #21 20.68 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-03T14:23:08.879Z] #21 20.68 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T14:23:08.879Z] #21 20.68 python3-pkg-resources vim-runtime xxd [2022-06-03T14:23:08.879Z] #21 20.69 Suggested packages: [2022-06-03T14:23:08.879Z] #21 20.69 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-03T14:23:08.879Z] #21 20.69 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-03T14:23:08.879Z] #21 20.69 acl attr quota [2022-06-03T14:23:08.879Z] #21 20.69 Recommended packages: [2022-06-03T14:23:08.879Z] #21 20.69 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T14:23:08.973Z] #21 1.943 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:23:08.973Z] #21 2.004 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:23:08.973Z] #21 2.004 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:23:09.915Z] #21 2.816 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:23:10.255Z] #21 22.13 The following NEW packages will be installed: [2022-06-03T14:23:10.255Z] #21 22.14 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-03T14:23:10.255Z] #21 22.14 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:23:10.255Z] #21 22.14 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-03T14:23:10.255Z] #21 22.14 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-03T14:23:10.255Z] #21 22.14 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-03T14:23:10.255Z] #21 22.14 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-03T14:23:10.255Z] #21 22.14 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-03T14:23:10.255Z] #21 22.14 xz-utils zip zstd [2022-06-03T14:23:10.255Z] #21 22.46 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:23:10.255Z] #21 22.46 Need to get 27.6 MB of archives. [2022-06-03T14:23:10.255Z] #21 22.46 After this operation, 106 MB of additional disk space will be used. [2022-06-03T14:23:10.255Z] #21 22.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T14:23:10.255Z] #21 22.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T14:23:10.255Z] #21 22.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T14:23:10.255Z] #21 22.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T14:23:10.255Z] #21 22.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T14:23:10.255Z] #21 22.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T14:23:10.255Z] #21 22.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T14:23:10.255Z] #21 22.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T14:23:10.255Z] #21 22.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:23:10.513Z] #21 22.52 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:23:10.513Z] #21 22.53 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T14:23:10.513Z] #21 22.55 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T14:23:10.513Z] #21 22.55 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] [2022-06-03T14:23:10.513Z] #21 22.55 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T14:23:10.513Z] #21 22.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T14:23:10.513Z] #21 22.58 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T14:23:10.513Z] #21 22.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T14:23:10.513Z] #21 22.60 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T14:23:10.513Z] #21 22.60 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T14:23:10.513Z] #21 22.60 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T14:23:10.513Z] #21 22.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T14:23:10.513Z] #21 22.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:23:10.513Z] #21 22.62 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:23:10.513Z] #21 22.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:23:10.513Z] #21 22.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T14:23:10.513Z] #21 22.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T14:23:10.513Z] #21 22.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:23:10.774Z] #21 23.00 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T14:23:10.774Z] #21 23.01 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:23:10.774Z] #21 23.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:23:10.774Z] #21 23.01 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:23:10.774Z] #21 23.01 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T14:23:10.774Z] #21 23.02 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T14:23:10.774Z] #21 23.02 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-03T14:23:11.033Z] #21 ... [2022-06-03T14:23:11.033Z] [2022-06-03T14:23:11.033Z] #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 [2022-06-03T14:23:11.033Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:23:11.033Z] #36 223.2 Delve is a source level debugger for Go programs. [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T14:23:11.033Z] #36 223.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Usage: [2022-06-03T14:23:11.033Z] #36 223.2 dlv [command] [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Available Commands: [2022-06-03T14:23:11.033Z] #36 223.2 attach Attach to running process and begin debugging. [2022-06-03T14:23:11.033Z] #36 223.2 connect Connect to a headless debug server with a terminal client. [2022-06-03T14:23:11.033Z] #36 223.2 core Examine a core dump. [2022-06-03T14:23:11.033Z] #36 223.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T14:23:11.033Z] #36 223.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T14:23:11.033Z] #36 223.2 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T14:23:11.033Z] #36 223.2 help Help about any command [2022-06-03T14:23:11.033Z] #36 223.2 run Deprecated command. Use 'debug' instead. [2022-06-03T14:23:11.033Z] #36 223.2 test Compile test binary and begin debugging program. [2022-06-03T14:23:11.033Z] #36 223.2 trace Compile and begin tracing program. [2022-06-03T14:23:11.033Z] #36 223.2 version Prints version. [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Flags: [2022-06-03T14:23:11.033Z] #36 223.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T14:23:11.033Z] #36 223.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T14:23:11.033Z] #36 223.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-03T14:23:11.033Z] #36 223.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T14:23:11.033Z] #36 223.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T14:23:11.033Z] #36 223.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-03T14:23:11.033Z] #36 223.2 --disable-aslr Disables address space randomization [2022-06-03T14:23:11.033Z] #36 223.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T14:23:11.033Z] #36 223.2 -h, --help help for dlv [2022-06-03T14:23:11.033Z] #36 223.2 --init string Init file, executed by the terminal client. [2022-06-03T14:23:11.033Z] #36 223.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T14:23:11.033Z] #36 223.2 --log Enable debugging server logging. [2022-06-03T14:23:11.033Z] #36 223.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T14:23:11.033Z] #36 223.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T14:23:11.033Z] #36 223.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T14:23:11.033Z] #36 223.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T14:23:11.033Z] #36 223.2 --wd string Working directory for running the program. [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Additional help topics: [2022-06-03T14:23:11.033Z] #36 223.2 dlv backend Help about the --backend flag. [2022-06-03T14:23:11.033Z] #36 223.2 dlv log Help about logging flags. [2022-06-03T14:23:11.033Z] #36 223.2 dlv redirect Help about file redirection. [2022-06-03T14:23:11.033Z] #36 223.2 [2022-06-03T14:23:11.033Z] #36 223.2 Use "dlv [command] --help" for more information about a command. [2022-06-03T14:23:11.033Z] #36 DONE 223.6s [2022-06-03T14:23:11.033Z] [2022-06-03T14:23:11.033Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:23:11.033Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:23:11.033Z] #21 23.12 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T14:23:11.033Z] #21 23.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T14:23:11.033Z] #21 23.12 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:23:11.033Z] #21 23.13 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T14:23:11.033Z] #21 23.16 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T14:23:11.033Z] #21 23.16 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T14:23:11.033Z] #21 23.16 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T14:23:11.033Z] #21 23.21 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T14:23:11.033Z] #21 23.22 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T14:23:11.033Z] #21 23.22 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-03T14:23:11.292Z] #21 23.54 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T14:23:11.551Z] #21 23.57 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T14:23:11.551Z] #21 23.61 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T14:23:11.551Z] #21 23.62 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T14:23:11.829Z] #21 4.829 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:23:12.402Z] #21 ... [2022-06-03T14:23:12.402Z] [2022-06-03T14:23:12.402Z] #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 [2022-06-03T14:23:12.402Z] #60 sha256:11f99f8d1fbbfad3b202c841d8daca8c4d58746820eca280176226f366e3e917 [2022-06-03T14:23:12.487Z] #21 24.33 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:23:12.487Z] #21 24.44 Fetched 27.6 MB in 1s (18.7 MB/s) [2022-06-03T14:23:12.487Z] #21 24.49 Selecting previously unselected package pigz. [2022-06-03T14:23:12.487Z] #21 24.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-03T14:23:12.487Z] #21 24.55 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T14:23:12.487Z] #21 24.55 Unpacking pigz (2.6-1) ... [2022-06-03T14:23:12.487Z] #21 24.65 Selecting previously unselected package libelf1:amd64. [2022-06-03T14:23:12.487Z] #21 24.65 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T14:23:12.663Z] #60 18.82 Updating files: 89% (1066/1187) Updating files: 90% (1069/1187) Updating files: 91% (1081/1187) Updating files: 92% (1093/1187) Updating files: 93% (1104/1187) Updating files: 94% (1116/1187) Updating files: 95% (1128/1187) Updating files: 96% (1140/1187) Updating files: 97% (1152/1187) Updating files: 98% (1164/1187) Updating files: 99% (1176/1187) Updating files: 100% (1187/1187) Updating files: 100% (1187/1187), done. [2022-06-03T14:23:12.663Z] #60 18.90 + cd /tmp/tmp.nwhlV4pBHx/src/github.com/opencontainers/runc [2022-06-03T14:23:12.663Z] #60 18.90 + git checkout -q v1.1.2 [2022-06-03T14:23:12.746Z] #21 24.67 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T14:23:12.746Z] #21 24.84 Selecting previously unselected package libbpf0:amd64. [2022-06-03T14:23:12.746Z] #21 24.84 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T14:23:12.746Z] #21 24.84 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:23:12.746Z] #21 24.93 Selecting previously unselected package libcap2:amd64. [2022-06-03T14:23:13.004Z] #21 24.93 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T14:23:13.004Z] #21 24.95 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:23:13.004Z] #21 24.99 Selecting previously unselected package libmnl0:amd64. [2022-06-03T14:23:13.004Z] #21 24.99 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T14:23:13.004Z] #21 25.01 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:23:13.004Z] #21 25.05 Selecting previously unselected package libxtables12:amd64. [2022-06-03T14:23:13.004Z] #21 25.05 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T14:23:13.004Z] #21 25.06 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:23:13.004Z] #21 25.12 Selecting previously unselected package libcap2-bin. [2022-06-03T14:23:13.004Z] #21 25.13 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T14:23:13.004Z] #21 25.13 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T14:23:13.235Z] #60 19.49 + '[' -z '' ']' [2022-06-03T14:23:13.235Z] #60 19.49 + target=static [2022-06-03T14:23:13.235Z] #60 19.49 + make BUILDTAGS=seccomp static [2022-06-03T14:23:13.264Z] #21 25.21 Selecting previously unselected package iproute2. [2022-06-03T14:23:13.264Z] #21 25.22 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T14:23:13.264Z] #21 25.23 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T14:23:13.518Z] #69 ... [2022-06-03T14:23:13.518Z] [2022-06-03T14:23:13.518Z] #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 [2022-06-03T14:23:13.518Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:23:13.518Z] #20 20.87 Fetched 49.0 MB in 20s (2501 kB/s) [2022-06-03T14:23:13.522Z] #21 25.63 Selecting previously unselected package xxd. [2022-06-03T14:23:13.522Z] #21 25.63 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:23:13.522Z] #21 25.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:13.522Z] #21 25.77 Selecting previously unselected package vim-common. [2022-06-03T14:23:13.781Z] #21 25.78 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:23:13.781Z] #21 25.82 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:13.862Z] #60 20.13 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 . [2022-06-03T14:23:14.039Z] #21 25.97 Selecting previously unselected package bash-completion. [2022-06-03T14:23:14.039Z] #21 25.97 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T14:23:15.456Z] #21 27.66 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T14:23:16.032Z] #21 28.14 Selecting previously unselected package bzip2. [2022-06-03T14:23:16.032Z] #21 28.14 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T14:23:16.032Z] #21 28.14 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T14:23:16.032Z] #21 28.23 Selecting previously unselected package xz-utils. [2022-06-03T14:23:16.032Z] #21 28.23 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T14:23:16.032Z] #21 28.24 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:23:16.290Z] #21 28.42 Selecting previously unselected package apparmor. [2022-06-03T14:23:16.290Z] #21 28.42 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T14:23:16.290Z] #21 28.46 Unpacking apparmor (2.13.6-10) ... [2022-06-03T14:23:16.860Z] #21 28.93 Selecting previously unselected package inetutils-ping. [2022-06-03T14:23:16.860Z] #21 28.93 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T14:23:16.860Z] #21 28.94 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T14:23:16.860Z] #21 29.03 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T14:23:16.860Z] #21 29.04 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:23:16.860Z] #21 29.04 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:16.860Z] #21 29.11 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T14:23:17.121Z] #21 29.11 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:23:17.121Z] #21 29.12 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:17.121Z] #21 29.22 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T14:23:17.121Z] #21 29.22 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T14:23:17.121Z] #21 29.22 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:23:17.121Z] #21 29.27 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T14:23:17.121Z] #21 29.27 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T14:23:17.121Z] #21 29.28 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:23:17.121Z] #21 29.34 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T14:23:17.379Z] #21 29.34 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T14:23:17.379Z] #21 29.39 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:23:17.379Z] #21 29.47 Selecting previously unselected package iptables. [2022-06-03T14:23:17.379Z] #21 29.47 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-03T14:23:17.379Z] #21 29.48 Unpacking iptables (1.8.7-1) ... [2022-06-03T14:23:17.638Z] #21 29.78 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:23:17.638Z] #21 29.78 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:23:17.638Z] #21 29.78 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:23:17.897Z] #21 29.90 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:23:17.897Z] #21 29.90 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:23:17.897Z] #21 29.90 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:23:17.897Z] #21 30.01 Selecting previously unselected package jq. [2022-06-03T14:23:17.897Z] #21 30.01 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:23:17.897Z] #21 30.03 Unpacking jq (1.6-2.1) ... [2022-06-03T14:23:17.897Z] #21 30.11 Selecting previously unselected package libaio1:amd64. [2022-06-03T14:23:18.156Z] #21 30.11 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T14:23:18.156Z] #21 30.13 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:23:18.156Z] #21 30.18 Selecting previously unselected package libgpm2:amd64. [2022-06-03T14:23:18.156Z] #21 30.18 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T14:23:18.156Z] #21 30.19 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:23:18.156Z] #21 30.25 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:23:18.156Z] #21 30.25 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:23:18.156Z] #21 30.27 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:23:18.231Z] #26 ... [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.231Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T14:23:18.231Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T14:23:18.231Z] #55 226.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T14:23:18.231Z] #55 DONE 228.9s [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.231Z] #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 [2022-06-03T14:23:18.231Z] #26 sha256:190fb072fd6d75bb68b40ea3a578af810dc9b11542dbed0aa32c09f88ef22d60 [2022-06-03T14:23:18.231Z] #26 226.5 + return [2022-06-03T14:23:18.231Z] #26 DONE 228.7s [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.231Z] #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 [2022-06-03T14:23:18.231Z] #60 sha256:9f4c4eb819ad08236f926cf936bded5631a2c33b4a7e09b3f792c7a01acb0d65 [2022-06-03T14:23:18.231Z] #60 127.2 + mkdir -p /build [2022-06-03T14:23:18.231Z] #60 127.2 + cp runc /build/runc [2022-06-03T14:23:18.231Z] #60 DONE 127.3s [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.231Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T14:23:18.231Z] #27 sha256:58df352edb022545f239488f463d096df83a3bbd5b0a79b49c905361e7d20879 [2022-06-03T14:23:18.231Z] #27 DONE 0.2s [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.231Z] #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 [2022-06-03T14:23:18.231Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:23:18.231Z] #64 ... [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.231Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T14:23:18.231Z] #32 sha256:a36fb780640eb6fdfb0edfefb9d988c77c0a1eaae26692056cf3bf48deb1fb35 [2022-06-03T14:23:18.231Z] #32 DONE 0.9s [2022-06-03T14:23:18.231Z] [2022-06-03T14:23:18.232Z] #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 [2022-06-03T14:23:18.232Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:23:18.232Z] #64 ... [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T14:23:18.232Z] #35 sha256:05a57a5bada759dfc7ea2f4f154147ea3e1a2e68bfa2647d2271ffd3e15eacbf [2022-06-03T14:23:18.232Z] #35 DONE 0.5s [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T14:23:18.232Z] #37 sha256:09905c49678b1a2eb82b7a5fd1d1189e367542da4a9de8fca44c1ed4293abb6e [2022-06-03T14:23:18.232Z] #37 DONE 0.4s [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T14:23:18.232Z] #39 sha256:468fde64b560f67794f91c798d8f9c901edc33dbc9c649215aa1707dced42142 [2022-06-03T14:23:18.232Z] #39 DONE 0.1s [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T14:23:18.232Z] #41 sha256:c0d4d2adbc44d1dd4d827f50bd074739815d1517c68327cb1ae722c723ac617c [2022-06-03T14:23:18.232Z] #41 DONE 0.1s [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T14:23:18.232Z] #45 sha256:3be565219ad96008a1391f5d2c8746d1fb5c5e15e19fae503dd412605b642a8c [2022-06-03T14:23:18.232Z] #45 DONE 0.0s [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #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 [2022-06-03T14:23:18.232Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:23:18.232Z] #64 ... [2022-06-03T14:23:18.232Z] [2022-06-03T14:23:18.232Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T14:23:18.232Z] #48 sha256:3899527d4a0c2aac636aec26024abb7987e827ce9ff8eac79c456b86bc98c217 [2022-06-03T14:23:18.810Z] #48 DONE 0.5s [2022-06-03T14:23:18.810Z] [2022-06-03T14:23:18.810Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T14:23:18.810Z] #52 sha256:f59c134fca0ccaf0d82d8934a6247d588260580d366a717fc392c1d42bd8d1f6 [2022-06-03T14:23:18.810Z] #52 DONE 0.1s [2022-06-03T14:23:18.810Z] [2022-06-03T14:23:18.810Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T14:23:18.810Z] #54 sha256:e74dd1bd77498b73f16d9b8b8eb09568f9b39b73c8039115503712789d7ef199 [2022-06-03T14:23:18.810Z] #54 DONE 0.1s [2022-06-03T14:23:18.810Z] [2022-06-03T14:23:18.810Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T14:23:18.810Z] #56 sha256:0fded4e995707cd1f721a0790a1c959bb5637655faa82104d264967e73a7dce4 [2022-06-03T14:23:20.071Z] #20 20.87 Reading package lists... [2022-06-03T14:23:20.071Z] #20 ... [2022-06-03T14:23:20.071Z] [2022-06-03T14:23:20.071Z] #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 [2022-06-03T14:23:20.071Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T14:23:20.071Z] #49 21.31 Fetched 49.0 MB in 20s (2490 kB/s) [2022-06-03T14:23:20.723Z] #56 DONE 1.6s [2022-06-03T14:23:20.723Z] [2022-06-03T14:23:20.723Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T14:23:20.723Z] #58 sha256:0755032cc551f4ad381e02d449caa2c2a8ecde6f733194d6f7c184871bae03c7 [2022-06-03T14:23:20.723Z] #58 DONE 0.1s [2022-06-03T14:23:20.723Z] [2022-06-03T14:23:20.723Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T14:23:20.723Z] #61 sha256:984dc801035793df6ff75079c522425a71999620e62bf0fc95f39ae8861ea047 [2022-06-03T14:23:20.983Z] #61 DONE 0.5s [2022-06-03T14:23:20.983Z] [2022-06-03T14:23:20.983Z] #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 [2022-06-03T14:23:20.983Z] #64 sha256:1d46ba252b5395c2af2902f5a909605a549e7363870e8bd2246f4b3ac261a033 [2022-06-03T14:23:20.984Z] #64 204.9 + bin/containerd [2022-06-03T14:23:21.437Z] #49 21.31 Reading package lists... [2022-06-03T14:23:21.437Z] #49 ... [2022-06-03T14:23:21.437Z] [2022-06-03T14:23:21.437Z] #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 [2022-06-03T14:23:21.437Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:23:21.437Z] #20 20.87 Reading package lists... [2022-06-03T14:23:21.440Z] #21 33.33 Selecting previously unselected package libinih1:amd64. [2022-06-03T14:23:21.440Z] #21 33.33 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-03T14:23:21.440Z] #21 33.34 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T14:23:21.440Z] #21 33.41 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:23:21.440Z] #21 33.41 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:23:21.440Z] #21 33.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:23:21.440Z] #21 33.53 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:23:21.440Z] #21 33.53 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:23:21.440Z] #21 33.55 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:23:21.441Z] #21 33.63 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:23:21.698Z] #21 33.64 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:23:21.698Z] #21 33.65 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:23:21.698Z] #21 33.71 Selecting previously unselected package net-tools. [2022-06-03T14:23:21.698Z] #21 33.72 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T14:23:21.698Z] #21 33.72 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:23:21.698Z] #21 33.89 Selecting previously unselected package patch. [2022-06-03T14:23:21.956Z] #21 33.90 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-03T14:23:21.956Z] #21 33.90 Unpacking patch (2.7.6-7) ... [2022-06-03T14:23:21.956Z] #21 34.00 Selecting previously unselected package python-pip-whl. [2022-06-03T14:23:21.956Z] #21 34.01 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:23:21.956Z] #21 34.01 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:23:22.026Z] #60 ... [2022-06-03T14:23:22.027Z] [2022-06-03T14:23:22.027Z] #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 [2022-06-03T14:23:22.027Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T14:23:22.027Z] #34 DONE 222.0s [2022-06-03T14:23:22.027Z] [2022-06-03T14:23:22.027Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:23:22.027Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:23:22.027Z] #21 6.340 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:23:22.027Z] #21 13.19 Fetched 8537 kB in 12s (738 kB/s) [2022-06-03T14:23:22.373Z] #20 30.32 Reading package lists... [2022-06-03T14:23:22.373Z] #20 ... [2022-06-03T14:23:22.373Z] [2022-06-03T14:23:22.373Z] #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 [2022-06-03T14:23:22.373Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T14:23:22.373Z] #69 21.25 Fetched 49.0 MB in 20s (2492 kB/s) [2022-06-03T14:23:22.373Z] #69 21.25 Reading package lists... [2022-06-03T14:23:22.373Z] #69 30.93 Reading package lists... [2022-06-03T14:23:22.373Z] #69 ... [2022-06-03T14:23:22.373Z] [2022-06-03T14:23:22.373Z] #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 [2022-06-03T14:23:22.373Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T14:23:22.522Z] #21 34.67 Selecting previously unselected package python3-lib2to3. [2022-06-03T14:23:22.522Z] #21 34.68 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T14:23:22.522Z] #21 34.69 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:23:22.780Z] #21 34.79 Selecting previously unselected package python3-distutils. [2022-06-03T14:23:22.780Z] #21 34.79 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T14:23:22.780Z] #21 34.80 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T14:23:22.780Z] #21 34.91 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:23:22.780Z] #21 34.92 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:23:22.781Z] #21 34.93 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:23:23.038Z] #21 35.04 Selecting previously unselected package python3-setuptools. [2022-06-03T14:23:23.038Z] #21 35.04 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T14:23:23.038Z] #21 35.05 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T14:23:23.038Z] #21 35.24 Selecting previously unselected package python3-wheel. [2022-06-03T14:23:23.038Z] #21 35.25 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T14:23:23.038Z] #21 35.26 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T14:23:23.296Z] #21 35.32 Selecting previously unselected package python3-pip. [2022-06-03T14:23:23.296Z] #21 35.34 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:23:23.296Z] #21 35.34 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:23:23.554Z] #21 35.64 Selecting previously unselected package sudo. [2022-06-03T14:23:23.554Z] #21 35.64 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T14:23:23.554Z] #21 35.66 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T14:23:24.120Z] #21 36.15 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T14:23:24.120Z] #21 36.16 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T14:23:24.120Z] #21 36.16 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:23:24.120Z] #21 36.36 Selecting previously unselected package uidmap. [2022-06-03T14:23:24.379Z] #21 36.37 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T14:23:24.379Z] #21 36.37 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T14:23:24.379Z] #21 36.49 Selecting previously unselected package vim-runtime. [2022-06-03T14:23:24.379Z] #21 36.50 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:23:24.379Z] #21 36.54 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-03T14:23:24.379Z] #21 36.57 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T14:23:24.379Z] #21 36.58 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:24.583Z] #21 13.19 Reading package lists... [2022-06-03T14:23:27.621Z] #47 DONE 231.7s [2022-06-03T14:23:27.621Z] [2022-06-03T14:23:27.621Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T14:23:27.621Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:23:27.621Z] #64 ... [2022-06-03T14:23:27.621Z] [2022-06-03T14:23:27.621Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T14:23:27.621Z] #48 sha256:b895faf2a547d309754642497bf9013ce9eee52d08711295eaa413b5cba82c52 [2022-06-03T14:23:27.621Z] #48 DONE 0.5s [2022-06-03T14:23:27.621Z] [2022-06-03T14:23:27.621Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T14:23:27.621Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:23:27.621Z] #64 ... [2022-06-03T14:23:27.621Z] [2022-06-03T14:23:27.621Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T14:23:27.621Z] #52 sha256:bddc43f1c9e74fba1cb6f5216dfd231d7d23dd79ac8cad34c75585e05d7d712f [2022-06-03T14:23:27.621Z] #52 DONE 0.1s [2022-06-03T14:23:27.621Z] [2022-06-03T14:23:27.621Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T14:23:27.621Z] #54 sha256:e492ab545bf84cef1c6ce92aa9aef40c7e31ce6c99e16309e4d8fd0dedd176fe [2022-06-03T14:23:27.621Z] #54 DONE 0.1s [2022-06-03T14:23:27.621Z] [2022-06-03T14:23:27.621Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T14:23:27.621Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:23:27.664Z] #21 39.67 Selecting previously unselected package vim. [2022-06-03T14:23:27.665Z] #21 39.67 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:23:27.665Z] #21 39.70 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:28.232Z] #21 40.27 Selecting previously unselected package xfsprogs. [2022-06-03T14:23:28.232Z] #21 40.28 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T14:23:28.232Z] #21 40.28 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T14:23:28.798Z] #21 40.71 Selecting previously unselected package zip. [2022-06-03T14:23:28.798Z] #21 40.72 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-03T14:23:28.798Z] #21 40.73 Unpacking zip (3.0-12) ... [2022-06-03T14:23:28.799Z] #21 40.86 Selecting previously unselected package zstd. [2022-06-03T14:23:28.799Z] #21 40.87 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T14:23:28.799Z] #21 40.88 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:23:28.817Z] #21 17.51 Reading package lists... [2022-06-03T14:23:28.817Z] #21 ... [2022-06-03T14:23:28.817Z] [2022-06-03T14:23:28.817Z] #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 [2022-06-03T14:23:28.817Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T14:23:28.817Z] #36 228.1 Delve is a source level debugger for Go programs. [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-03T14:23:28.817Z] #36 228.1 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Pass flags to the program you are debugging using `--`, for example: [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Usage: [2022-06-03T14:23:28.817Z] #36 228.1 dlv [command] [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Available Commands: [2022-06-03T14:23:28.817Z] #36 228.1 attach Attach to running process and begin debugging. [2022-06-03T14:23:28.817Z] #36 228.1 connect Connect to a headless debug server with a terminal client. [2022-06-03T14:23:28.817Z] #36 228.1 core Examine a core dump. [2022-06-03T14:23:28.817Z] #36 228.1 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-03T14:23:28.817Z] #36 228.1 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-03T14:23:28.817Z] #36 228.1 exec Execute a precompiled binary, and begin a debug session. [2022-06-03T14:23:28.817Z] #36 228.1 help Help about any command [2022-06-03T14:23:28.817Z] #36 228.1 run Deprecated command. Use 'debug' instead. [2022-06-03T14:23:28.817Z] #36 228.1 test Compile test binary and begin debugging program. [2022-06-03T14:23:28.817Z] #36 228.1 trace Compile and begin tracing program. [2022-06-03T14:23:28.817Z] #36 228.1 version Prints version. [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Flags: [2022-06-03T14:23:28.817Z] #36 228.1 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-03T14:23:28.817Z] #36 228.1 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-03T14:23:28.817Z] #36 228.1 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-03T14:23:28.817Z] #36 228.1 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-03T14:23:28.817Z] #36 228.1 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-03T14:23:28.817Z] #36 228.1 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-03T14:23:28.817Z] #36 228.1 --disable-aslr Disables address space randomization [2022-06-03T14:23:28.817Z] #36 228.1 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-03T14:23:28.817Z] #36 228.1 -h, --help help for dlv [2022-06-03T14:23:28.817Z] #36 228.1 --init string Init file, executed by the terminal client. [2022-06-03T14:23:28.817Z] #36 228.1 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-03T14:23:28.817Z] #36 228.1 --log Enable debugging server logging. [2022-06-03T14:23:28.817Z] #36 228.1 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-03T14:23:28.817Z] #36 228.1 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-03T14:23:28.817Z] #36 228.1 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-03T14:23:28.817Z] #36 228.1 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-03T14:23:28.817Z] #36 228.1 --wd string Working directory for running the program. [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Additional help topics: [2022-06-03T14:23:28.817Z] #36 228.1 dlv backend Help about the --backend flag. [2022-06-03T14:23:28.817Z] #36 228.1 dlv log Help about logging flags. [2022-06-03T14:23:28.817Z] #36 228.1 dlv redirect Help about file redirection. [2022-06-03T14:23:28.817Z] #36 228.1 [2022-06-03T14:23:28.817Z] #36 228.1 Use "dlv [command] --help" for more information about a command. [2022-06-03T14:23:28.817Z] #36 DONE 228.3s [2022-06-03T14:23:28.817Z] [2022-06-03T14:23:28.817Z] #21 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:23:28.817Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T14:23:28.817Z] #21 17.51 Reading package lists... [2022-06-03T14:23:29.057Z] #21 41.23 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:23:29.077Z] #21 21.06 Building dependency tree... [2022-06-03T14:23:29.990Z] #21 41.94 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:29.990Z] #21 41.96 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:23:29.990Z] #21 41.97 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:23:29.990Z] #21 41.98 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:23:29.990Z] #21 41.99 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:29.990Z] #21 42.00 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T14:23:29.990Z] #21 42.02 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T14:23:29.990Z] #21 42.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:23:29.990Z] #21 42.04 Setting up bzip2 (1.0.8-4) ... [2022-06-03T14:23:29.990Z] #21 42.05 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:23:29.990Z] #21 42.06 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T14:23:30.020Z] #21 22.87 The following additional packages will be installed: [2022-06-03T14:23:30.020Z] #21 22.88 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:23:30.020Z] #21 22.88 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-03T14:23:30.020Z] #21 22.88 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T14:23:30.020Z] #21 22.88 python3-pkg-resources vim-runtime xxd [2022-06-03T14:23:30.020Z] #21 22.89 Suggested packages: [2022-06-03T14:23:30.020Z] #21 22.89 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-03T14:23:30.020Z] #21 22.89 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-03T14:23:30.020Z] #21 22.89 acl attr quota [2022-06-03T14:23:30.020Z] #21 22.89 Recommended packages: [2022-06-03T14:23:30.020Z] #21 22.89 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T14:23:30.465Z] #49 30.38 Reading package lists... [2022-06-03T14:23:30.465Z] #49 ... [2022-06-03T14:23:30.465Z] [2022-06-03T14:23:30.465Z] #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 [2022-06-03T14:23:30.465Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:23:30.465Z] #20 30.32 Reading package lists... [2022-06-03T14:23:30.556Z] #21 42.66 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:30.556Z] #21 42.67 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:23:30.556Z] #21 42.68 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T14:23:30.556Z] #21 42.69 Setting up apparmor (2.13.6-10) ... [2022-06-03T14:23:31.404Z] #21 23.94 The following NEW packages will be installed: [2022-06-03T14:23:31.404Z] #21 23.95 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-03T14:23:31.404Z] #21 23.95 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-03T14:23:31.404Z] #21 23.95 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-03T14:23:31.404Z] #21 23.95 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-06-03T14:23:31.404Z] #21 23.96 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-06-03T14:23:31.404Z] #21 23.96 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-03T14:23:31.404Z] #21 23.96 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-03T14:23:31.404Z] #21 23.96 xz-utils zip zstd [2022-06-03T14:23:31.404Z] #21 24.27 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:23:31.404Z] #21 24.27 Need to get 27.6 MB of archives. [2022-06-03T14:23:31.404Z] #21 24.27 After this operation, 106 MB of additional disk space will be used. [2022-06-03T14:23:31.404Z] #21 24.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T14:23:31.404Z] #21 24.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T14:23:31.404Z] #21 24.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T14:23:31.404Z] #21 24.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T14:23:31.404Z] #21 24.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T14:23:31.404Z] #21 24.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T14:23:31.404Z] #21 24.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T14:23:31.404Z] #21 24.29 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T14:23:31.404Z] #21 24.31 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:23:31.404Z] #21 24.33 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:23:31.404Z] #21 24.33 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T14:23:31.665Z] #21 24.34 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T14:23:31.665Z] #21 24.35 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] [2022-06-03T14:23:31.665Z] #21 24.35 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T14:23:31.665Z] #21 24.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T14:23:31.665Z] #21 24.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T14:23:31.665Z] #21 24.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T14:23:31.665Z] #21 24.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T14:23:31.665Z] #21 24.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T14:23:31.665Z] #21 24.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T14:23:31.665Z] #21 24.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T14:23:31.665Z] #21 24.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:23:31.665Z] #21 24.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:23:31.665Z] #21 24.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:23:31.665Z] #21 24.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T14:23:31.665Z] #21 24.42 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T14:23:31.665Z] #21 24.42 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T14:23:31.926Z] #21 24.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T14:23:31.926Z] #21 24.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:23:31.926Z] #21 24.66 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:23:31.926Z] #21 24.66 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:23:31.926Z] #21 24.66 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T14:23:31.926Z] #21 24.66 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T14:23:31.926Z] #21 24.67 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-03T14:23:31.926Z] #21 24.73 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T14:23:31.926Z] #21 24.74 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T14:23:31.926Z] #21 24.74 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:23:31.926Z] #21 24.76 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T14:23:31.927Z] #21 24.77 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T14:23:31.927Z] #21 24.77 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T14:23:31.927Z] #21 24.78 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T14:23:31.927Z] #21 24.80 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T14:23:31.927Z] #21 24.82 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T14:23:31.927Z] #21 24.83 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-03T14:23:32.188Z] #21 25.07 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T14:23:32.188Z] #21 25.10 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T14:23:32.188Z] #21 25.12 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T14:23:32.188Z] #21 25.12 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T14:23:32.356Z] #20 39.41 Building dependency tree... [2022-06-03T14:23:32.461Z] #21 44.16 Setting up zip (3.0-12) ... [2022-06-03T14:23:32.461Z] #21 44.18 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:32.461Z] #21 44.21 Setting up bash-completion (1:2.11-2) ... [2022-06-03T14:23:32.759Z] #21 25.63 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:23:32.759Z] #21 25.76 Fetched 27.6 MB in 1s (23.8 MB/s) [2022-06-03T14:23:33.022Z] #21 25.82 Selecting previously unselected package pigz. [2022-06-03T14:23:33.022Z] #21 25.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-03T14:23:33.022Z] #21 25.88 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T14:23:33.022Z] #21 25.89 Unpacking pigz (2.6-1) ... [2022-06-03T14:23:33.022Z] #21 25.97 Selecting previously unselected package libelf1:amd64. [2022-06-03T14:23:33.283Z] #21 25.98 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T14:23:33.283Z] #21 25.99 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T14:23:33.283Z] #21 26.12 Selecting previously unselected package libbpf0:amd64. [2022-06-03T14:23:33.283Z] #21 26.12 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T14:23:33.283Z] #21 26.15 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:23:33.283Z] #21 26.24 Selecting previously unselected package libcap2:amd64. [2022-06-03T14:23:33.544Z] #21 26.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T14:23:33.544Z] #21 26.25 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:23:33.544Z] #21 26.31 Selecting previously unselected package libmnl0:amd64. [2022-06-03T14:23:33.544Z] #21 26.32 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T14:23:33.544Z] #21 26.33 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:23:33.544Z] #21 26.39 Selecting previously unselected package libxtables12:amd64. [2022-06-03T14:23:33.544Z] #21 26.39 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T14:23:33.544Z] #21 26.39 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:23:33.544Z] #21 26.47 Selecting previously unselected package libcap2-bin. [2022-06-03T14:23:33.544Z] #21 26.47 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T14:23:33.544Z] #21 26.48 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T14:23:33.805Z] #21 26.57 Selecting previously unselected package iproute2. [2022-06-03T14:23:33.805Z] #21 26.57 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T14:23:33.805Z] #21 26.59 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T14:23:33.835Z] #21 45.91 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:23:33.835Z] #21 45.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T14:23:33.835Z] #21 45.93 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:23:33.835Z] #21 45.94 Setting up patch (2.7.6-7) ... [2022-06-03T14:23:33.835Z] #21 45.96 Setting up sudo (1.9.5p2-3) ... [2022-06-03T14:23:34.093Z] #21 46.06 invoke-rc.d: could not determine current runlevel [2022-06-03T14:23:34.093Z] #21 46.07 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T14:23:34.093Z] #21 46.08 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T14:23:34.093Z] #21 46.10 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:23:34.093Z] #21 46.11 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T14:23:34.093Z] #21 46.13 Setting up pigz (2.6-1) ... [2022-06-03T14:23:34.093Z] #21 46.15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:23:34.093Z] #21 46.18 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:23:34.093Z] #21 46.21 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:23:34.093Z] #21 46.22 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:34.250Z] #20 42.86 The following additional packages will be installed: [2022-06-03T14:23:34.250Z] #20 42.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:23:34.251Z] #20 42.87 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T14:23:34.251Z] #20 42.87 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T14:23:34.251Z] #20 42.87 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T14:23:34.251Z] #20 42.88 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T14:23:34.251Z] #20 42.89 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T14:23:34.251Z] #20 42.89 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T14:23:34.251Z] #20 42.92 Suggested packages: [2022-06-03T14:23:34.251Z] #20 42.93 gcc-10-locales seccomp wine64 [2022-06-03T14:23:34.377Z] #21 27.00 Selecting previously unselected package xxd. [2022-06-03T14:23:34.377Z] #21 27.00 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:23:34.377Z] #21 27.01 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:34.377Z] #21 27.12 Selecting previously unselected package vim-common. [2022-06-03T14:23:34.377Z] #21 27.12 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:23:34.377Z] #21 27.13 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:34.377Z] #21 27.25 Selecting previously unselected package bash-completion. [2022-06-03T14:23:34.377Z] #21 27.26 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T14:23:34.659Z] #21 46.83 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:23:34.659Z] #21 46.84 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:23:34.814Z] #20 43.69 The following NEW packages will be installed: [2022-06-03T14:23:34.814Z] #20 43.69 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T14:23:34.814Z] #20 43.69 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T14:23:34.814Z] #20 43.69 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T14:23:34.814Z] #20 43.69 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T14:23:34.814Z] #20 43.70 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T14:23:34.814Z] #20 43.70 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T14:23:34.814Z] #20 43.71 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T14:23:34.814Z] #20 43.71 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T14:23:34.814Z] #20 43.72 mingw-w64-x86-64-dev [2022-06-03T14:23:35.226Z] #21 47.22 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T14:23:35.226Z] #21 47.24 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:23:35.226Z] #21 47.26 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:23:35.226Z] #21 47.28 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T14:23:35.381Z] #20 44.19 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:23:35.381Z] #20 44.19 Need to get 115 MB of archives. [2022-06-03T14:23:35.381Z] #20 44.19 After this operation, 645 MB of additional disk space will be used. [2022-06-03T14:23:35.381Z] #20 44.19 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] [2022-06-03T14:23:35.381Z] #20 44.24 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] [2022-06-03T14:23:35.381Z] #20 44.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-03T14:23:35.381Z] #20 44.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-03T14:23:35.381Z] #20 44.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-03T14:23:35.381Z] #20 44.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T14:23:35.381Z] #20 44.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-03T14:23:35.381Z] #20 44.44 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] [2022-06-03T14:23:35.381Z] #20 44.44 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] [2022-06-03T14:23:35.793Z] #21 47.70 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:35.793Z] #21 47.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T14:23:35.793Z] #21 47.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T14:23:35.793Z] #21 47.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T14:23:35.793Z] #21 47.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T14:23:35.793Z] #21 47.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T14:23:35.793Z] #21 47.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T14:23:35.793Z] #21 47.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T14:23:35.793Z] #21 47.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T14:23:35.793Z] #21 47.78 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T14:23:35.947Z] #20 44.72 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] [2022-06-03T14:23:36.204Z] #20 45.12 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] [2022-06-03T14:23:36.289Z] #21 29.00 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T14:23:36.463Z] #20 45.34 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] [2022-06-03T14:23:36.550Z] #21 29.34 Selecting previously unselected package bzip2. [2022-06-03T14:23:36.550Z] #21 29.34 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T14:23:36.550Z] #21 29.36 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T14:23:36.550Z] #21 29.45 Selecting previously unselected package xz-utils. [2022-06-03T14:23:36.721Z] #20 45.60 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] [2022-06-03T14:23:36.811Z] #21 29.46 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T14:23:36.811Z] #21 29.46 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:23:36.811Z] #21 29.64 Selecting previously unselected package apparmor. [2022-06-03T14:23:36.811Z] #21 29.65 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T14:23:36.811Z] #21 29.71 Unpacking apparmor (2.13.6-10) ... [2022-06-03T14:23:37.170Z] #21 49.24 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:23:37.170Z] #21 49.26 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:23:37.170Z] #21 49.27 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:23:37.170Z] #21 49.29 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:23:37.288Z] #20 46.09 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] [2022-06-03T14:23:37.288Z] #20 ... [2022-06-03T14:23:37.288Z] [2022-06-03T14:23:37.288Z] #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 [2022-06-03T14:23:37.288Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T14:23:37.288Z] #69 30.93 Reading package lists... [2022-06-03T14:23:37.288Z] #69 40.06 Building dependency tree... [2022-06-03T14:23:37.288Z] #69 43.93 The following additional packages will be installed: [2022-06-03T14:23:37.288Z] #69 43.95 libbtrfs0 [2022-06-03T14:23:37.288Z] #69 44.09 The following NEW packages will be installed: [2022-06-03T14:23:37.288Z] #69 44.10 libbtrfs-dev libbtrfs0 [2022-06-03T14:23:37.288Z] #69 44.49 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:23:37.288Z] #69 44.49 Need to get 460 kB of archives. [2022-06-03T14:23:37.288Z] #69 44.49 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T14:23:37.288Z] #69 44.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:23:37.288Z] #69 44.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:23:37.288Z] #69 45.16 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:23:37.288Z] #69 45.49 Fetched 460 kB in 0s (1405 kB/s) [2022-06-03T14:23:37.288Z] #69 45.55 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:23:37.288Z] #69 45.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-03T14:23:37.288Z] #69 45.60 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:23:37.288Z] #69 45.61 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:23:37.288Z] #69 45.69 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:23:37.288Z] #69 45.69 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:23:37.288Z] #69 45.70 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:23:37.288Z] #69 45.89 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:23:37.288Z] #69 45.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:23:37.288Z] #69 45.92 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:23:37.288Z] #69 DONE 46.2s [2022-06-03T14:23:37.288Z] [2022-06-03T14:23:37.288Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T14:23:37.288Z] #70 sha256:0d14c91fef0b9abc54941b00d036b54eb16894d799ebd7f9de4b04984974567a [2022-06-03T14:23:37.288Z] #70 DONE 0.1s [2022-06-03T14:23:37.288Z] [2022-06-03T14:23:37.288Z] #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 [2022-06-03T14:23:37.288Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T14:23:37.288Z] #49 30.38 Reading package lists... [2022-06-03T14:23:37.288Z] #49 39.93 Building dependency tree... [2022-06-03T14:23:37.288Z] #49 43.91 The following additional packages will be installed: [2022-06-03T14:23:37.288Z] #49 43.93 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-03T14:23:37.288Z] #49 43.95 Suggested packages: [2022-06-03T14:23:37.288Z] #49 43.95 cmake-doc ninja-build lrzip [2022-06-03T14:23:37.288Z] #49 43.95 Recommended packages: [2022-06-03T14:23:37.288Z] #49 43.95 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T14:23:37.288Z] #49 44.51 The following NEW packages will be installed: [2022-06-03T14:23:37.289Z] #49 44.52 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-03T14:23:37.289Z] #49 44.95 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:23:37.289Z] #49 44.95 Need to get 8418 kB of archives. [2022-06-03T14:23:37.289Z] #49 44.95 After this operation, 34.9 MB of additional disk space will be used. [2022-06-03T14:23:37.289Z] #49 44.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:23:37.289Z] #49 44.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:23:37.289Z] #49 44.97 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T14:23:37.289Z] #49 45.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T14:23:37.289Z] #49 45.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T14:23:37.289Z] #49 45.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T14:23:37.289Z] #49 45.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T14:23:37.289Z] #49 45.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T14:23:37.289Z] #49 46.04 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:23:37.289Z] #49 ... [2022-06-03T14:23:37.289Z] [2022-06-03T14:23:37.289Z] #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 [2022-06-03T14:23:37.289Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:23:37.289Z] #20 46.37 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] [2022-06-03T14:23:37.289Z] #20 46.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T14:23:37.289Z] #20 46.37 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T14:23:37.289Z] #20 46.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T14:23:37.289Z] #20 46.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T14:23:37.289Z] #20 46.39 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] [2022-06-03T14:23:37.289Z] #20 46.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T14:23:37.289Z] #20 46.39 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T14:23:37.289Z] #20 46.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T14:23:37.382Z] #21 30.07 Selecting previously unselected package inetutils-ping. [2022-06-03T14:23:37.382Z] #21 30.08 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T14:23:37.382Z] #21 30.08 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T14:23:37.382Z] #21 30.19 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T14:23:37.382Z] #21 30.19 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:23:37.382Z] #21 30.20 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:37.382Z] #21 30.28 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T14:23:37.382Z] #21 30.28 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:23:37.382Z] #21 30.29 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:37.382Z] #21 30.34 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T14:23:37.382Z] #21 30.35 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T14:23:37.382Z] #21 30.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:23:37.382Z] #21 30.41 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T14:23:37.550Z] #20 46.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T14:23:37.550Z] #20 46.40 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T14:23:37.550Z] #20 46.40 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T14:23:37.550Z] #20 46.42 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T14:23:37.550Z] #20 46.44 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-03T14:23:37.550Z] #20 46.44 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-03T14:23:37.550Z] #20 46.44 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T14:23:37.645Z] #21 30.41 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T14:23:37.645Z] #21 30.41 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:23:37.645Z] #21 30.48 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T14:23:37.645Z] #21 30.49 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T14:23:37.645Z] #21 30.49 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:23:37.908Z] #21 30.58 Selecting previously unselected package iptables. [2022-06-03T14:23:37.908Z] #21 30.59 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-03T14:23:37.908Z] #21 30.61 Unpacking iptables (1.8.7-1) ... [2022-06-03T14:23:38.169Z] #21 30.89 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:23:38.169Z] #21 30.89 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:23:38.169Z] #21 30.90 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:23:38.169Z] #21 31.03 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:23:38.169Z] #21 31.04 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:23:38.169Z] #21 31.05 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:23:38.169Z] #21 31.15 Selecting previously unselected package jq. [2022-06-03T14:23:38.169Z] #21 31.15 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:23:38.429Z] #21 31.17 Unpacking jq (1.6-2.1) ... [2022-06-03T14:23:38.429Z] #21 31.25 Selecting previously unselected package libaio1:amd64. [2022-06-03T14:23:38.429Z] #21 31.25 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T14:23:38.429Z] #21 31.26 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:23:38.429Z] #21 31.32 Selecting previously unselected package libgpm2:amd64. [2022-06-03T14:23:38.429Z] #21 31.32 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T14:23:38.429Z] #21 31.34 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:23:38.429Z] #21 31.39 Selecting previously unselected package libicu67:amd64. [2022-06-03T14:23:38.480Z] #20 47.25 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:23:38.480Z] #20 47.49 Fetched 115 MB in 3s (44.3 MB/s) [2022-06-03T14:23:38.547Z] #21 50.41 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:23:38.547Z] #21 50.42 Setting up jq (1.6-2.1) ... [2022-06-03T14:23:38.547Z] #21 50.43 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:23:38.547Z] #21 50.50 Setting up iptables (1.8.7-1) ... [2022-06-03T14:23:38.547Z] #21 50.51 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:23:38.547Z] #21 50.52 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:23:38.547Z] #21 50.52 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:23:38.547Z] #21 50.53 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:23:38.547Z] #21 50.54 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T14:23:38.547Z] #21 50.54 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T14:23:38.547Z] #21 50.55 Setting up iproute2 (5.10.0-4) ... [2022-06-03T14:23:38.690Z] #21 31.40 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-03T14:23:38.690Z] #21 31.41 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T14:23:38.738Z] #20 47.53 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T14:23:38.738Z] #20 47.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 ... 30256 files and directories currently installed.) [2022-06-03T14:23:38.738Z] #20 47.55 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:23:38.738Z] #20 47.56 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:23:38.806Z] #21 50.88 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:23:39.301Z] #20 48.25 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T14:23:39.301Z] #20 48.25 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T14:23:39.301Z] #20 48.26 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:23:39.743Z] #21 DONE 51.7s [2022-06-03T14:23:39.743Z] [2022-06-03T14:23:39.743Z] #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 [2022-06-03T14:23:39.743Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:23:39.743Z] #55 ... [2022-06-03T14:23:39.743Z] [2022-06-03T14:23:39.743Z] #22 [dev-systemd-false 8/26] 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 [2022-06-03T14:23:39.743Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T14:23:40.315Z] #22 0.832 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T14:23:40.315Z] #22 0.836 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T14:23:40.315Z] #22 0.839 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T14:23:40.315Z] #22 DONE 0.9s [2022-06-03T14:23:40.315Z] [2022-06-03T14:23:40.315Z] #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 [2022-06-03T14:23:40.315Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:23:40.574Z] #64 ... [2022-06-03T14:23:40.574Z] [2022-06-03T14:23:40.574Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T14:23:40.574Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T14:23:40.669Z] #20 49.32 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T14:23:40.669Z] #20 49.32 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T14:23:40.669Z] #20 49.32 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:23:40.669Z] #20 49.41 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T14:23:40.669Z] #20 49.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:23:40.669Z] #20 49.43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:23:40.669Z] #20 49.54 Selecting previously unselected package dmsetup. [2022-06-03T14:23:40.669Z] #20 49.55 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:23:40.669Z] #20 49.55 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:23:40.669Z] #20 49.64 Selecting previously unselected package mingw-w64-common. [2022-06-03T14:23:40.669Z] #20 49.65 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T14:23:40.669Z] #20 49.65 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T14:23:41.598Z] #20 ... [2022-06-03T14:23:41.598Z] [2022-06-03T14:23:41.598Z] #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 [2022-06-03T14:23:41.598Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T14:23:41.598Z] #49 46.50 Fetched 8418 kB in 1s (14.3 MB/s) [2022-06-03T14:23:41.598Z] #49 46.57 Selecting previously unselected package xxd. [2022-06-03T14:23:41.598Z] #49 46.57 (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.) [2022-06-03T14:23:41.598Z] #49 46.59 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:23:41.598Z] #49 46.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 46.76 Selecting previously unselected package vim-common. [2022-06-03T14:23:41.598Z] #49 46.76 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:23:41.598Z] #49 46.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 46.96 Selecting previously unselected package cmake-data. [2022-06-03T14:23:41.598Z] #49 46.96 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T14:23:41.598Z] #49 46.98 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 47.95 Selecting previously unselected package libarchive13:amd64. [2022-06-03T14:23:41.598Z] #49 47.96 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T14:23:41.598Z] #49 47.97 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 48.09 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T14:23:41.598Z] #49 48.09 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T14:23:41.598Z] #49 48.10 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:23:41.598Z] #49 48.18 Selecting previously unselected package librhash0:amd64. [2022-06-03T14:23:41.598Z] #49 48.18 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T14:23:41.598Z] #49 48.19 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:23:41.598Z] #49 48.26 Selecting previously unselected package libuv1:amd64. [2022-06-03T14:23:41.598Z] #49 48.26 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T14:23:41.598Z] #49 48.27 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:23:41.598Z] #49 48.34 Selecting previously unselected package cmake. [2022-06-03T14:23:41.598Z] #49 48.35 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T14:23:41.598Z] #49 48.36 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 49.87 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 49.89 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 49.90 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T14:23:41.598Z] #49 49.92 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 49.94 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T14:23:41.598Z] #49 49.95 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T14:23:41.598Z] #49 49.96 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 49.98 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T14:23:41.598Z] #49 50.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:23:41.598Z] #49 DONE 50.5s [2022-06-03T14:23:41.854Z] [2022-06-03T14:23:41.854Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T14:23:41.854Z] #50 sha256:e8e480126691c9e1a24fff965dcee753b064ae28f2e49e5595a746c11e32731c [2022-06-03T14:23:41.854Z] #50 DONE 0.1s [2022-06-03T14:23:41.854Z] [2022-06-03T14:23:41.854Z] #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 [2022-06-03T14:23:41.854Z] #51 sha256:93c345ecde85b03e22460d062825cc3c2696f72c995a4a4ed134d57561d0f240 [2022-06-03T14:23:41.989Z] #21 34.45 Selecting previously unselected package libinih1:amd64. [2022-06-03T14:23:41.989Z] #21 34.45 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-03T14:23:41.989Z] #21 34.46 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T14:23:41.989Z] #21 34.52 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:23:41.989Z] #21 34.52 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:23:41.989Z] #21 34.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:23:41.989Z] #21 34.64 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:23:41.989Z] #21 34.64 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:23:41.989Z] #21 34.65 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:23:41.989Z] #21 34.73 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:23:41.989Z] #21 34.73 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:23:41.989Z] #21 34.73 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:23:41.989Z] #21 34.80 Selecting previously unselected package net-tools. [2022-06-03T14:23:41.989Z] #21 34.80 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T14:23:41.989Z] #21 34.81 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:23:42.250Z] #21 34.99 Selecting previously unselected package patch. [2022-06-03T14:23:42.250Z] #21 34.99 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-06-03T14:23:42.250Z] #21 35.00 Unpacking patch (2.7.6-7) ... [2022-06-03T14:23:42.250Z] #21 35.13 Selecting previously unselected package python-pip-whl. [2022-06-03T14:23:42.250Z] #21 35.13 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:23:42.250Z] #21 35.14 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:23:42.421Z] #51 ... [2022-06-03T14:23:42.421Z] [2022-06-03T14:23:42.421Z] #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 [2022-06-03T14:23:42.421Z] #74 sha256:02c2f2e5593c528edca158da7f5d7f20b19017f34453ad458295537225d38b4b [2022-06-03T14:23:42.421Z] #74 47.70 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T14:23:42.421Z] #74 47.70 + GOBIN=/build [2022-06-03T14:23:42.421Z] #74 47.70 + GO111MODULE=on [2022-06-03T14:23:42.421Z] #74 47.70 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T14:23:42.421Z] #74 51.04 rootlesskit version 1.0.0 [2022-06-03T14:23:42.421Z] #74 51.05 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T14:23:42.421Z] #74 51.05 -container-ip string [2022-06-03T14:23:42.421Z] #74 51.05 container ip [2022-06-03T14:23:42.422Z] #74 51.05 -container-port int [2022-06-03T14:23:42.422Z] #74 51.05 container port (default -1) [2022-06-03T14:23:42.422Z] #74 51.05 -host-ip string [2022-06-03T14:23:42.422Z] #74 51.05 host ip [2022-06-03T14:23:42.422Z] #74 51.05 -host-port int [2022-06-03T14:23:42.422Z] #74 51.05 host port (default -1) [2022-06-03T14:23:42.422Z] #74 51.05 -proto string [2022-06-03T14:23:42.422Z] #74 51.05 proxy protocol (default "tcp") [2022-06-03T14:23:42.422Z] #74 DONE 51.2s [2022-06-03T14:23:42.422Z] [2022-06-03T14:23:42.422Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T14:23:42.422Z] #75 sha256:11cf147af2235af03d958df842c5abd46ecf6c045da3782142f93079f2f350a0 [2022-06-03T14:23:42.422Z] #75 DONE 0.1s [2022-06-03T14:23:42.422Z] [2022-06-03T14:23:42.422Z] #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 [2022-06-03T14:23:42.422Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:23:42.422Z] #71 0.774 + RM_GOPATH=0 [2022-06-03T14:23:42.422Z] #71 0.774 + TMP_GOPATH= [2022-06-03T14:23:42.422Z] #71 0.774 + : /build [2022-06-03T14:23:42.422Z] #71 0.774 + '[' -z '' ']' [2022-06-03T14:23:42.422Z] #71 0.775 ++ mktemp -d [2022-06-03T14:23:42.422Z] #71 0.778 + export GOPATH=/tmp/tmp.wHpIDTE9TT [2022-06-03T14:23:42.422Z] #71 0.779 + GOPATH=/tmp/tmp.wHpIDTE9TT [2022-06-03T14:23:42.422Z] #71 0.779 + RM_GOPATH=1 [2022-06-03T14:23:42.422Z] #71 0.779 + case "$(go env GOARCH)" in [2022-06-03T14:23:42.422Z] #71 0.782 ++ go env GOARCH [2022-06-03T14:23:42.422Z] #71 0.789 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:23:42.422Z] #71 0.789 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:23:42.422Z] #71 0.790 ++ dirname /install.sh [2022-06-03T14:23:42.422Z] #71 0.792 + dir=/ [2022-06-03T14:23:42.422Z] #71 0.792 + bin=containerd [2022-06-03T14:23:42.422Z] #71 0.793 + shift [2022-06-03T14:23:42.422Z] #71 0.793 + '[' '!' -f //containerd.installer ']' [2022-06-03T14:23:42.422Z] #71 0.794 + . //containerd.installer [2022-06-03T14:23:42.422Z] #71 0.794 ++ set -e [2022-06-03T14:23:42.422Z] #71 0.794 ++ : v1.6.4 [2022-06-03T14:23:42.422Z] #71 0.794 + install_containerd [2022-06-03T14:23:42.422Z] #71 0.796 + echo 'Install containerd version v1.6.4' [2022-06-03T14:23:42.422Z] #71 0.796 Install containerd version v1.6.4 [2022-06-03T14:23:42.422Z] #71 0.796 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wHpIDTE9TT/src/github.com/containerd/containerd [2022-06-03T14:23:42.422Z] #71 0.801 Cloning into '/tmp/tmp.wHpIDTE9TT/src/github.com/containerd/containerd'... [2022-06-03T14:23:42.679Z] #71 ... [2022-06-03T14:23:42.679Z] [2022-06-03T14:23:42.679Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T14:23:42.679Z] #76 sha256:8b9ddebc1b3c17df129b11920a0f5bd47b028cd1cee0bbf624b1058fa45f03e1 [2022-06-03T14:23:42.679Z] #76 DONE 0.1s [2022-06-03T14:23:42.679Z] [2022-06-03T14:23:42.679Z] #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 [2022-06-03T14:23:42.679Z] #51 sha256:93c345ecde85b03e22460d062825cc3c2696f72c995a4a4ed134d57561d0f240 [2022-06-03T14:23:42.679Z] #51 0.875 + RM_GOPATH=0 [2022-06-03T14:23:42.679Z] #51 0.875 + TMP_GOPATH= [2022-06-03T14:23:42.679Z] #51 0.875 + : /build [2022-06-03T14:23:42.679Z] #51 0.875 + '[' -z '' ']' [2022-06-03T14:23:42.679Z] #51 0.875 ++ mktemp -d [2022-06-03T14:23:42.679Z] #51 0.875 + export GOPATH=/tmp/tmp.kAI7w4mtGy [2022-06-03T14:23:42.679Z] #51 0.875 + GOPATH=/tmp/tmp.kAI7w4mtGy [2022-06-03T14:23:42.679Z] #51 0.875 + RM_GOPATH=1 [2022-06-03T14:23:42.679Z] #51 0.875 + case "$(go env GOARCH)" in [2022-06-03T14:23:42.679Z] #51 0.875 ++ go env GOARCH [2022-06-03T14:23:42.679Z] #51 0.881 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:23:42.679Z] #51 0.883 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:23:42.679Z] #51 0.883 ++ dirname /install.sh [2022-06-03T14:23:42.679Z] #51 0.887 + dir=/ [2022-06-03T14:23:42.679Z] #51 0.887 + bin=tini [2022-06-03T14:23:42.679Z] #51 0.887 + shift [2022-06-03T14:23:42.680Z] #51 0.887 + '[' '!' -f //tini.installer ']' [2022-06-03T14:23:42.680Z] #51 0.887 + . //tini.installer [2022-06-03T14:23:42.680Z] #51 0.887 ++ : v0.19.0 [2022-06-03T14:23:42.680Z] #51 0.887 + install_tini [2022-06-03T14:23:42.680Z] #51 0.887 + echo 'Install tini version v0.19.0' [2022-06-03T14:23:42.680Z] #51 0.887 Install tini version v0.19.0 [2022-06-03T14:23:42.680Z] #51 0.888 + git clone https://github.com/krallin/tini.git /tmp/tmp.kAI7w4mtGy/tini [2022-06-03T14:23:42.680Z] #51 0.889 Cloning into '/tmp/tmp.kAI7w4mtGy/tini'... [2022-06-03T14:23:42.822Z] #21 35.69 Selecting previously unselected package python3-lib2to3. [2022-06-03T14:23:42.822Z] #21 35.70 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T14:23:42.822Z] #21 35.70 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:23:43.085Z] #21 35.81 Selecting previously unselected package python3-distutils. [2022-06-03T14:23:43.085Z] #21 35.81 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T14:23:43.085Z] #21 35.81 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T14:23:43.085Z] #21 36.01 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:23:43.085Z] #21 36.02 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:23:43.085Z] #21 36.03 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:23:43.244Z] #51 1.374 + cd /tmp/tmp.kAI7w4mtGy/tini [2022-06-03T14:23:43.244Z] #51 1.374 + git checkout -q v0.19.0 [2022-06-03T14:23:43.244Z] #51 1.383 + cmake . [2022-06-03T14:23:43.244Z] #51 1.570 -- The C compiler identification is GNU 10.2.1 [2022-06-03T14:23:43.244Z] #51 1.601 -- Detecting C compiler ABI info [2022-06-03T14:23:43.346Z] #21 36.18 Selecting previously unselected package python3-setuptools. [2022-06-03T14:23:43.346Z] #21 36.19 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T14:23:43.346Z] #21 36.20 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T14:23:43.501Z] #51 1.859 -- Detecting C compiler ABI info - done [2022-06-03T14:23:43.501Z] #51 1.928 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T14:23:43.501Z] #51 1.932 -- Detecting C compile features [2022-06-03T14:23:43.607Z] #21 36.45 Selecting previously unselected package python3-wheel. [2022-06-03T14:23:43.607Z] #21 36.45 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T14:23:43.607Z] #21 36.46 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T14:23:43.607Z] #21 36.52 Selecting previously unselected package python3-pip. [2022-06-03T14:23:43.758Z] #51 1.933 -- Detecting C compile features - done [2022-06-03T14:23:43.758Z] #51 1.958 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T14:23:43.758Z] #51 2.113 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T14:23:43.758Z] #51 2.159 -- Configuring done [2022-06-03T14:23:43.758Z] #51 2.172 -- Generating done [2022-06-03T14:23:43.758Z] #51 2.185 -- Build files have been written to: /tmp/tmp.kAI7w4mtGy/tini [2022-06-03T14:23:43.868Z] #21 36.53 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:23:43.868Z] #21 36.53 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:23:44.014Z] #51 2.199 + make tini-static [2022-06-03T14:23:44.014Z] #51 2.472 Scanning dependencies of target tini-static [2022-06-03T14:23:44.129Z] #21 36.79 Selecting previously unselected package sudo. [2022-06-03T14:23:44.129Z] #21 36.80 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T14:23:44.129Z] #21 36.81 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T14:23:44.271Z] #51 2.563 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T14:23:44.389Z] #21 37.31 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T14:23:44.389Z] #21 37.31 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T14:23:44.389Z] #21 37.32 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:23:44.650Z] #21 37.52 Selecting previously unselected package uidmap. [2022-06-03T14:23:44.651Z] #21 37.53 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T14:23:44.651Z] #21 37.54 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T14:23:44.839Z] #51 2.926 [100%] Linking C executable tini-static [2022-06-03T14:23:44.839Z] #51 3.197 [100%] Built target tini-static [2022-06-03T14:23:44.919Z] #21 37.66 Selecting previously unselected package vim-runtime. [2022-06-03T14:23:44.919Z] #21 37.67 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:23:44.919Z] #21 37.71 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-03T14:23:44.919Z] #21 37.73 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T14:23:44.919Z] #21 37.74 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:45.096Z] #51 3.213 + mkdir -p /build [2022-06-03T14:23:45.096Z] #51 3.215 + cp tini-static /build/docker-init [2022-06-03T14:23:45.096Z] #51 DONE 3.3s [2022-06-03T14:23:45.096Z] [2022-06-03T14:23:45.096Z] #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 [2022-06-03T14:23:45.096Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:23:45.096Z] #20 52.41 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T14:23:45.096Z] #20 52.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T14:23:45.096Z] #20 52.43 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:23:46.046Z] #20 54.89 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T14:23:46.046Z] #20 54.91 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:23:46.046Z] #20 54.91 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:23:46.046Z] #20 55.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T14:23:46.046Z] #20 55.03 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:23:46.046Z] #20 55.03 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:23:48.223Z] #21 40.53 Selecting previously unselected package vim. [2022-06-03T14:23:48.226Z] #21 40.54 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:23:48.226Z] #21 40.56 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:48.226Z] #21 41.02 Selecting previously unselected package xfsprogs. [2022-06-03T14:23:48.226Z] #21 41.03 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T14:23:48.226Z] #21 41.04 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T14:23:48.566Z] #20 57.46 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T14:23:48.566Z] #20 57.46 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:23:48.566Z] #20 57.46 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:23:48.809Z] #21 41.50 Selecting previously unselected package zip. [2022-06-03T14:23:48.809Z] #21 41.50 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-06-03T14:23:48.809Z] #21 41.50 Unpacking zip (3.0-12) ... [2022-06-03T14:23:48.809Z] #21 41.62 Selecting previously unselected package zstd. [2022-06-03T14:23:48.809Z] #21 41.64 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T14:23:48.809Z] #21 41.65 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:23:49.331Z] #21 42.00 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:23:50.164Z] #21 42.87 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:50.164Z] #21 42.88 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:23:50.164Z] #21 42.89 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:23:50.164Z] #21 42.90 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T14:23:50.164Z] #21 42.92 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:23:50.164Z] #21 42.93 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T14:23:50.164Z] #21 42.94 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T14:23:50.164Z] #21 42.96 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:23:50.164Z] #21 42.97 Setting up bzip2 (1.0.8-4) ... [2022-06-03T14:23:50.164Z] #21 42.98 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:23:50.164Z] #21 43.00 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T14:23:50.549Z] #23 9.299 Collecting yamllint==1.26.1 [2022-06-03T14:23:51.107Z] #21 43.73 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:51.107Z] #21 43.75 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:23:51.107Z] #21 43.76 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T14:23:51.107Z] #21 43.80 Setting up apparmor (2.13.6-10) ... [2022-06-03T14:23:51.116Z] #23 10.36 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T14:23:52.055Z] #23 11.34 Collecting pathspec>=0.5.3 [2022-06-03T14:23:52.055Z] #23 11.38 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T14:23:52.313Z] #23 11.77 Collecting pyyaml [2022-06-03T14:23:52.314Z] #23 11.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) [2022-06-03T14:23:52.314Z] #23 11.83 Building wheels for collected packages: yamllint [2022-06-03T14:23:52.314Z] #23 11.83 Building wheel for yamllint (setup.py): started [2022-06-03T14:23:52.735Z] #20 61.27 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T14:23:52.735Z] #20 61.27 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:23:52.735Z] #20 61.27 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:23:52.735Z] #20 ... [2022-06-03T14:23:52.735Z] [2022-06-03T14:23:52.735Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T14:23:52.735Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:23:52.735Z] #71 15.16 + cd /tmp/tmp.wHpIDTE9TT/src/github.com/containerd/containerd [2022-06-03T14:23:52.735Z] #71 15.16 + git checkout -q v1.6.4 [2022-06-03T14:23:53.091Z] #21 45.57 Setting up zip (3.0-12) ... [2022-06-03T14:23:53.091Z] #21 45.58 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:53.091Z] #21 45.63 Setting up bash-completion (1:2.11-2) ... [2022-06-03T14:23:53.250Z] #23 12.70 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T14:23:53.250Z] #23 12.71 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=fd557fb519192e1bfd26500f901af08935a44b8c775a50177f4ef77ec613ff93 [2022-06-03T14:23:53.250Z] #23 12.71 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T14:23:53.250Z] #23 12.71 Successfully built yamllint [2022-06-03T14:23:53.250Z] #23 12.74 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T14:23:53.298Z] #71 15.82 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T14:23:53.298Z] #71 15.82 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T14:23:53.298Z] #71 15.82 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:23:53.298Z] #71 15.82 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T14:23:53.298Z] #71 15.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T14:23:53.298Z] #71 15.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T14:23:53.298Z] #71 15.82 + '[' '' = dynamic ']' [2022-06-03T14:23:53.298Z] #71 15.82 + make [2022-06-03T14:23:53.509Z] #23 13.11 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T14:23:53.861Z] #71 16.52 + bin/ctr [2022-06-03T14:23:54.156Z] #23 DONE 13.5s [2022-06-03T14:23:54.156Z] [2022-06-03T14:23:54.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 [2022-06-03T14:23:54.156Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:23:54.156Z] #64 ... [2022-06-03T14:23:54.156Z] [2022-06-03T14:23:54.156Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T14:23:54.156Z] #27 sha256:63cf32906ae91350bef1989d1d5bf072cc07eff1cb3e06a9b2c53d26f868f6de [2022-06-03T14:23:54.156Z] #27 DONE 0.2s [2022-06-03T14:23:54.156Z] [2022-06-03T14:23:54.156Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T14:23:54.156Z] #32 sha256:f5bb7c0bc345077c4594b277a900f4afbee538ee63e4bc3bd44a42ac45657320 [2022-06-03T14:23:55.004Z] #21 47.51 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T14:23:55.004Z] #21 47.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T14:23:55.004Z] #21 47.57 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:23:55.004Z] #21 47.59 Setting up patch (2.7.6-7) ... [2022-06-03T14:23:55.004Z] #21 47.60 Setting up sudo (1.9.5p2-3) ... [2022-06-03T14:23:55.004Z] #21 47.66 invoke-rc.d: could not determine current runlevel [2022-06-03T14:23:55.004Z] #21 47.67 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T14:23:55.004Z] #21 47.68 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T14:23:55.004Z] #21 47.70 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:23:55.004Z] #21 47.71 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T14:23:55.004Z] #21 47.72 Setting up pigz (2.6-1) ... [2022-06-03T14:23:55.004Z] #21 47.73 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:23:55.004Z] #21 47.75 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:23:55.004Z] #21 47.77 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:23:55.004Z] #21 47.80 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:55.099Z] #32 DONE 0.6s [2022-06-03T14:23:55.099Z] [2022-06-03T14:23:55.099Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T14:23:55.099Z] #35 sha256:1bb9f5c325d0e3cd6ffa67053c6ec74a4521fcddedfbfd1531212718be7c3d97 [2022-06-03T14:23:55.099Z] #35 DONE 0.3s [2022-06-03T14:23:55.099Z] [2022-06-03T14:23:55.099Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T14:23:55.099Z] #37 sha256:758553da6c8b5e028a4798f0d7f2c0ac71b4656ce1c28c812b447a0e406514ba [2022-06-03T14:23:55.375Z] #37 DONE 0.3s [2022-06-03T14:23:55.375Z] [2022-06-03T14:23:55.375Z] #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 [2022-06-03T14:23:55.375Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:23:55.633Z] #55 ... [2022-06-03T14:23:55.633Z] [2022-06-03T14:23:55.633Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T14:23:55.633Z] #39 sha256:c0b3bc1eac53298d2d79e493d8057328524cb8ce5afd565e465d3e81ed87fa3c [2022-06-03T14:23:55.633Z] #39 DONE 0.1s [2022-06-03T14:23:55.633Z] [2022-06-03T14:23:55.633Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T14:23:55.633Z] #41 sha256:f653d179dafe213c2e1bb23faaae483472918052b1cabb7e99459ca33a4d6b26 [2022-06-03T14:23:55.633Z] #41 DONE 0.1s [2022-06-03T14:23:55.633Z] [2022-06-03T14:23:55.633Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T14:23:55.634Z] #45 sha256:945c6dc61e279e84dc757feea33c39a94e2d7ca6b4723f936652d5011901dc8c [2022-06-03T14:23:55.634Z] #45 DONE 0.1s [2022-06-03T14:23:55.634Z] [2022-06-03T14:23:55.634Z] #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 [2022-06-03T14:23:55.634Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:23:55.946Z] #21 48.62 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:23:55.946Z] #21 48.64 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:23:56.207Z] #21 49.05 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T14:23:56.207Z] #21 49.14 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:23:56.468Z] #21 49.16 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:23:56.468Z] #21 49.17 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T14:23:56.729Z] #21 49.63 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:23:56.729Z] #21 49.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T14:23:56.729Z] #21 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T14:23:56.729Z] #21 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T14:23:56.729Z] #21 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T14:23:56.729Z] #21 49.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T14:23:56.729Z] #21 49.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T14:23:56.729Z] #21 49.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T14:23:56.990Z] #21 49.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T14:23:56.990Z] #21 49.74 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T14:23:58.374Z] #21 51.09 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:23:58.374Z] #21 51.10 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:23:58.374Z] #21 51.12 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:23:58.374Z] #21 51.13 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:23:59.316Z] #21 52.20 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:23:59.316Z] #21 52.21 Setting up jq (1.6-2.1) ... [2022-06-03T14:23:59.316Z] #21 52.22 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:23:59.577Z] #21 52.23 Setting up iptables (1.8.7-1) ... [2022-06-03T14:23:59.577Z] #21 52.24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:23:59.577Z] #21 52.25 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:23:59.577Z] #21 52.26 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:23:59.577Z] #21 52.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:23:59.577Z] #21 52.27 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T14:23:59.577Z] #21 52.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T14:23:59.577Z] #21 52.29 Setting up iproute2 (5.10.0-4) ... [2022-06-03T14:23:59.659Z] #64 ... [2022-06-03T14:23:59.659Z] [2022-06-03T14:23:59.659Z] #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 [2022-06-03T14:23:59.659Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:23:59.659Z] #55 265.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T14:23:59.659Z] #55 DONE 266.4s [2022-06-03T14:23:59.659Z] [2022-06-03T14:23:59.659Z] #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 [2022-06-03T14:23:59.659Z] #60 sha256:8fae64f2c54b13dd1ce611fa75094580a230dcaee56ca5b1feb7042dd1d8fde9 [2022-06-03T14:23:59.659Z] #60 149.3 + mkdir -p /build [2022-06-03T14:23:59.659Z] #60 149.3 + cp runc /build/runc [2022-06-03T14:23:59.659Z] #60 DONE 149.5s [2022-06-03T14:23:59.659Z] [2022-06-03T14:23:59.659Z] #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 [2022-06-03T14:23:59.659Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:23:59.744Z] #64 244.3 # github.com/containerd/containerd/cmd/containerd [2022-06-03T14:23:59.744Z] #64 244.3 /usr/bin/ld: /tmp/go-link-1096713594/000019.o: in function `New': [2022-06-03T14:23:59.744Z] #64 244.3 /tmp/tmp.nxltd8PJSP/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 [2022-06-03T14:23:59.744Z] #64 244.4 + bin/containerd-stress [2022-06-03T14:23:59.744Z] #64 245.5 + bin/containerd-shim [2022-06-03T14:23:59.853Z] #21 52.65 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:24:00.400Z] #71 ... [2022-06-03T14:24:00.400Z] [2022-06-03T14:24:00.400Z] #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 [2022-06-03T14:24:00.400Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T14:24:00.400Z] #20 62.80 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T14:24:00.400Z] #20 62.80 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:24:00.400Z] #20 62.80 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:24:00.400Z] #20 64.34 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T14:24:00.400Z] #20 64.35 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:24:00.400Z] #20 64.36 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:24:00.400Z] #20 68.19 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T14:24:00.400Z] #20 68.20 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T14:24:00.400Z] #20 68.21 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:24:00.963Z] #20 69.94 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T14:24:00.963Z] #20 69.94 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T14:24:00.963Z] #20 69.95 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:24:00.963Z] #20 70.01 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T14:24:00.963Z] #20 70.02 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T14:24:00.963Z] #20 70.02 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:24:01.028Z] #64 ... [2022-06-03T14:24:01.028Z] [2022-06-03T14:24:01.028Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T14:24:01.028Z] #56 sha256:ff56af37a861c865a92258839abf60795228db0a5e631f71efab83b54f5880b6 [2022-06-03T14:24:01.219Z] #20 70.08 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T14:24:01.219Z] #20 70.09 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T14:24:01.219Z] #20 70.09 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:24:01.219Z] #20 70.17 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T14:24:01.219Z] #20 70.17 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T14:24:01.219Z] #20 70.18 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:24:01.219Z] #20 70.25 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T14:24:01.219Z] #20 70.26 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T14:24:01.219Z] #20 70.26 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:24:01.247Z] #21 DONE 53.9s [2022-06-03T14:24:01.247Z] [2022-06-03T14:24:01.247Z] #22 [dev-systemd-false 8/26] 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 [2022-06-03T14:24:01.247Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T14:24:01.288Z] #56 DONE 0.7s [2022-06-03T14:24:01.288Z] [2022-06-03T14:24:01.288Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T14:24:01.288Z] #58 sha256:8baba46ba4a3f51b7cae9806cd77f6d1071892e944ad7282c233b93512308d64 [2022-06-03T14:24:01.475Z] #20 70.34 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T14:24:01.475Z] #20 70.35 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:24:01.475Z] #20 70.36 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:24:01.475Z] #20 70.40 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T14:24:01.475Z] #20 70.41 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T14:24:01.475Z] #20 70.41 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:24:01.475Z] #20 70.47 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T14:24:01.475Z] #20 70.48 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T14:24:01.475Z] #20 70.48 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:24:01.544Z] #58 DONE 0.1s [2022-06-03T14:24:01.544Z] [2022-06-03T14:24:01.544Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T14:24:01.544Z] #61 sha256:897ec1a7e9e7fcbd7ad04d974b1044f00ba6899a074190ef0f44d927297e2bc1 [2022-06-03T14:24:01.544Z] #61 DONE 0.2s [2022-06-03T14:24:01.544Z] [2022-06-03T14:24:01.544Z] #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 [2022-06-03T14:24:01.544Z] #64 sha256:a7c28a51494ccc37584c0c6bb2345ee5219f2bd79a8484334b45a992eb0cbadb [2022-06-03T14:24:01.732Z] #20 70.60 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T14:24:01.732Z] #20 70.61 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T14:24:01.732Z] #20 70.61 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:24:01.732Z] #20 70.70 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T14:24:01.732Z] #20 70.71 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T14:24:01.732Z] #20 70.71 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:24:01.826Z] #22 0.874 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T14:24:01.826Z] #22 0.879 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T14:24:01.826Z] #22 0.883 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T14:24:01.826Z] #22 DONE 1.0s [2022-06-03T14:24:01.826Z] [2022-06-03T14:24:01.826Z] #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 [2022-06-03T14:24:01.826Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:24:01.988Z] #20 70.81 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T14:24:01.989Z] #20 70.82 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T14:24:01.989Z] #20 70.82 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:24:01.989Z] #20 70.86 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T14:24:01.989Z] #20 70.87 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T14:24:01.989Z] #20 70.88 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:24:01.989Z] #20 71.06 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T14:24:02.090Z] #47 ... [2022-06-03T14:24:02.090Z] [2022-06-03T14:24:02.090Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T14:24:02.090Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T14:24:02.245Z] #20 71.07 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T14:24:02.245Z] #20 71.07 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:24:02.245Z] #20 71.16 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T14:24:02.245Z] #20 71.17 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T14:24:02.245Z] #20 71.17 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:24:02.245Z] #20 71.22 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T14:24:02.245Z] #20 71.23 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T14:24:02.245Z] #20 71.23 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:24:02.502Z] #20 71.29 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T14:24:02.502Z] #20 71.29 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T14:24:02.502Z] #20 71.30 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:24:02.502Z] #20 71.54 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T14:24:02.502Z] #20 71.56 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T14:24:02.502Z] #20 71.57 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T14:24:02.502Z] #20 71.58 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T14:24:02.502Z] #20 71.59 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T14:24:02.502Z] #20 71.60 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T14:24:02.502Z] #20 71.61 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T14:24:02.502Z] #20 71.62 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T14:24:02.502Z] #20 71.63 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T14:24:02.759Z] #20 71.65 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T14:24:02.759Z] #20 71.66 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T14:24:02.759Z] #20 71.67 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T14:24:02.759Z] #20 71.68 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T14:24:02.759Z] #20 71.69 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T14:24:02.759Z] #20 71.71 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T14:24:02.759Z] #20 71.72 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T14:24:02.759Z] #20 71.73 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T14:24:02.759Z] #20 71.74 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T14:24:02.759Z] #20 71.75 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T14:24:02.759Z] #20 71.77 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T14:24:02.759Z] #20 71.78 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:24:02.759Z] #20 71.79 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 [2022-06-03T14:24:02.759Z] #20 71.80 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:24:02.759Z] #20 71.81 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 [2022-06-03T14:24:02.759Z] #20 71.82 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T14:24:02.759Z] #20 71.83 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T14:24:02.759Z] #20 71.84 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 [2022-06-03T14:24:02.759Z] #20 71.84 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T14:24:03.020Z] #20 71.86 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T14:24:03.020Z] #20 71.88 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:24:03.020Z] #20 71.89 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T14:24:03.020Z] #20 71.90 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:24:03.020Z] #20 71.92 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T14:24:03.020Z] #20 71.93 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:24:04.389Z] #20 DONE 73.2s [2022-06-03T14:24:04.389Z] [2022-06-03T14:24:04.389Z] #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 [2022-06-03T14:24:04.389Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-03T14:24:04.820Z] #64 235.4 + bin/containerd [2022-06-03T14:24:05.756Z] #21 1.212 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T14:24:05.756Z] #21 1.313 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-03T14:24:05.756Z] #21 1.314 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T14:24:09.745Z] #64 254.1 + bin/containerd-shim-runc-v1 [2022-06-03T14:24:11.270Z] #21 1.729 Reading package lists... [2022-06-03T14:24:12.106Z] #23 9.352 Collecting yamllint==1.26.1 [2022-06-03T14:24:12.367Z] #23 10.39 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T14:24:13.727Z] #64 ... [2022-06-03T14:24:13.727Z] [2022-06-03T14:24:13.727Z] #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 [2022-06-03T14:24:13.727Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:24:13.727Z] #47 285.0 + dpkg --print-architecture [2022-06-03T14:24:13.727Z] #47 285.0 + git checkout -q v2.1.0 [2022-06-03T14:24:13.727Z] #47 285.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-03T14:24:13.727Z] #47 285.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-03T14:24:13.752Z] #23 11.54 Collecting pathspec>=0.5.3 [2022-06-03T14:24:13.752Z] #23 11.56 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T14:24:13.752Z] #23 11.95 Collecting pyyaml [2022-06-03T14:24:13.966Z] #64 259.0 + bin/containerd-shim-runc-v2 [2022-06-03T14:24:13.966Z] #64 259.7 + binaries [2022-06-03T14:24:14.014Z] #23 11.96 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) [2022-06-03T14:24:14.014Z] #23 12.02 Building wheels for collected packages: yamllint [2022-06-03T14:24:14.014Z] #23 12.02 Building wheel for yamllint (setup.py): started [2022-06-03T14:24:14.227Z] #64 259.7 + install -D bin/containerd /build/containerd [2022-06-03T14:24:14.227Z] #64 259.8 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T14:24:14.227Z] #64 259.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T14:24:14.227Z] #64 259.8 + install -D bin/ctr /build/ctr [2022-06-03T14:24:14.956Z] #23 12.99 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T14:24:14.956Z] #23 12.99 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=f465ddcc101af8d0d4a0e5ce4dd42d776210e9553c4c04e38bf09936e48990f7 [2022-06-03T14:24:14.956Z] #23 12.99 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T14:24:14.956Z] #23 13.01 Successfully built yamllint [2022-06-03T14:24:14.956Z] #23 13.04 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T14:24:15.217Z] #23 13.40 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T14:24:15.445Z] #21 6.256 Reading package lists... [2022-06-03T14:24:15.789Z] #23 DONE 13.8s [2022-06-03T14:24:15.789Z] [2022-06-03T14:24:15.789Z] #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 [2022-06-03T14:24:15.789Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:24:15.789Z] #55 ... [2022-06-03T14:24:15.789Z] [2022-06-03T14:24:15.789Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T14:24:15.789Z] #27 sha256:0a307f0340f0930548414afb3dcc9b299e9c3323f593bd4cdf1fd2e3dfb03e25 [2022-06-03T14:24:16.009Z] #21 10.78 Building dependency tree... [2022-06-03T14:24:16.050Z] #27 DONE 0.3s [2022-06-03T14:24:16.050Z] [2022-06-03T14:24:16.050Z] #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 [2022-06-03T14:24:16.050Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:24:16.265Z] #21 11.88 Reading state information... [2022-06-03T14:24:16.311Z] #55 ... [2022-06-03T14:24:16.311Z] [2022-06-03T14:24:16.311Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T14:24:16.311Z] #32 sha256:6b22b45e73be6ae8a5ba2828cf5cd9a635f433b93004ea043ffcbb224bfa51d5 [2022-06-03T14:24:16.572Z] #32 DONE 0.5s [2022-06-03T14:24:16.572Z] [2022-06-03T14:24:16.572Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T14:24:16.572Z] #35 sha256:175adcd8f62301c402f05a5f6f62c05ecb0a5c6a25e97b9830080eb19c14fd90 [2022-06-03T14:24:16.835Z] #35 DONE 0.3s [2022-06-03T14:24:16.835Z] [2022-06-03T14:24:16.835Z] #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 [2022-06-03T14:24:16.835Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:24:17.097Z] #47 ... [2022-06-03T14:24:17.097Z] [2022-06-03T14:24:17.097Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T14:24:17.097Z] #37 sha256:8b2b9c123d0b3e1c0d64d0f474e7ebff31cd31db715a2535d35d047cfb61b625 [2022-06-03T14:24:17.195Z] #21 12.84 The following additional packages will be installed: [2022-06-03T14:24:17.195Z] #21 12.84 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-03T14:24:17.195Z] #21 12.84 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-03T14:24:17.195Z] #21 12.84 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-03T14:24:17.195Z] #21 12.85 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-03T14:24:17.195Z] #21 12.85 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-03T14:24:17.195Z] #21 12.85 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-03T14:24:17.195Z] #21 12.85 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-03T14:24:17.195Z] #21 12.87 Suggested packages: [2022-06-03T14:24:17.195Z] #21 12.87 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-03T14:24:17.195Z] #21 12.87 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-03T14:24:17.195Z] #21 12.87 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-03T14:24:17.195Z] #21 12.87 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-03T14:24:17.195Z] #21 12.87 seccomp:ppc64el seccomp:s390x [2022-06-03T14:24:17.195Z] #21 12.87 Recommended packages: [2022-06-03T14:24:17.195Z] #21 12.87 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-03T14:24:17.195Z] #21 12.87 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-03T14:24:17.195Z] #21 12.87 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-03T14:24:17.195Z] #21 12.87 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-03T14:24:17.357Z] #37 DONE 0.3s [2022-06-03T14:24:17.357Z] [2022-06-03T14:24:17.357Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T14:24:17.357Z] #39 sha256:be2fcc610057d917fdc21d8ffee182b2f15eb0005728a4da3353ac36a0c2eb9f [2022-06-03T14:24:17.357Z] #39 DONE 0.1s [2022-06-03T14:24:17.357Z] [2022-06-03T14:24:17.357Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T14:24:17.357Z] #41 sha256:5765026177a5ee90b9539bf319f66b853a03efba63ed844074fb107862262a6e [2022-06-03T14:24:17.452Z] #21 13.35 The following NEW packages will be installed: [2022-06-03T14:24:17.452Z] #21 13.35 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-03T14:24:17.618Z] #41 DONE 0.1s [2022-06-03T14:24:17.618Z] [2022-06-03T14:24:17.618Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T14:24:17.618Z] #45 sha256:c822e1d9faf6aa71c9ba135b7f8b99e8005d536dac309e4b7cf7ac77c5d24edf [2022-06-03T14:24:17.618Z] #45 DONE 0.1s [2022-06-03T14:24:17.618Z] [2022-06-03T14:24:17.618Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T14:24:17.618Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:24:17.708Z] #21 13.35 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-03T14:24:17.708Z] #21 13.35 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-03T14:24:17.708Z] #21 13.35 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-03T14:24:17.708Z] #21 13.35 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-03T14:24:17.708Z] #21 13.35 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-03T14:24:17.708Z] #21 13.35 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-03T14:24:17.708Z] #21 13.35 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-03T14:24:17.708Z] #21 13.35 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-03T14:24:17.708Z] #21 13.35 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-03T14:24:17.708Z] #21 13.36 libseccomp2:ppc64el libseccomp2:s390x [2022-06-03T14:24:17.965Z] #21 13.69 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:24:17.965Z] #21 13.69 Need to get 15.9 MB of archives. [2022-06-03T14:24:17.965Z] #21 13.69 After this operation, 73.0 MB of additional disk space will be used. [2022-06-03T14:24:17.965Z] #21 13.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-03T14:24:17.965Z] #21 13.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-03T14:24:17.965Z] #21 13.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-03T14:24:17.965Z] #21 13.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-03T14:24:17.965Z] #21 13.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-03T14:24:17.965Z] #21 13.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-03T14:24:17.965Z] #21 13.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-03T14:24:17.965Z] #21 13.72 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-03T14:24:17.965Z] #21 13.76 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-03T14:24:17.965Z] #21 13.76 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-03T14:24:17.965Z] #21 13.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-03T14:24:17.965Z] #21 13.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-03T14:24:17.965Z] #21 13.77 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-03T14:24:17.965Z] #21 13.81 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-03T14:24:17.965Z] #21 13.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-03T14:24:17.965Z] #21 13.81 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-03T14:24:17.965Z] #21 13.81 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-03T14:24:17.965Z] #21 13.81 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-03T14:24:17.965Z] #21 13.86 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-03T14:24:18.223Z] #21 13.86 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-03T14:24:18.223Z] #21 13.87 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-03T14:24:18.223Z] #21 13.87 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-03T14:24:18.223Z] #21 13.87 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-03T14:24:18.223Z] #21 13.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-03T14:24:18.223Z] #21 13.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-03T14:24:18.223Z] #21 13.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-03T14:24:18.223Z] #21 13.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-03T14:24:18.223Z] #21 13.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-03T14:24:18.223Z] #21 13.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-03T14:24:18.223Z] #21 13.95 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-03T14:24:18.223Z] #21 13.96 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-06-03T14:24:18.223Z] #21 13.97 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-03T14:24:18.223Z] #21 13.98 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-03T14:24:18.787Z] #21 14.50 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:24:18.787Z] #21 14.67 Fetched 15.9 MB in 1s (27.8 MB/s) [2022-06-03T14:24:19.044Z] #21 14.70 Selecting previously unselected package gcc-10-base:armel. [2022-06-03T14:24:19.044Z] #21 14.70 (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.) [2022-06-03T14:24:19.044Z] #21 14.73 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-03T14:24:19.044Z] #21 14.74 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-03T14:24:19.044Z] #21 14.79 Selecting previously unselected package gcc-10-base:armhf. [2022-06-03T14:24:19.044Z] #21 14.79 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-03T14:24:19.044Z] #21 14.80 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-03T14:24:19.044Z] #21 14.84 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-03T14:24:19.044Z] #21 14.85 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-03T14:24:19.044Z] #21 14.85 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-03T14:24:19.044Z] #21 14.90 Selecting previously unselected package gcc-10-base:s390x. [2022-06-03T14:24:19.044Z] #21 14.90 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-03T14:24:19.301Z] #21 14.90 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-03T14:24:19.301Z] #21 14.95 Selecting previously unselected package gcc-10-base:arm64. [2022-06-03T14:24:19.301Z] #21 14.97 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-03T14:24:19.301Z] #21 14.97 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-03T14:24:19.301Z] #21 15.02 Selecting previously unselected package libgcc-s1:armel. [2022-06-03T14:24:19.301Z] #21 15.02 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-03T14:24:19.301Z] #21 15.03 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-03T14:24:19.301Z] #21 15.07 Selecting previously unselected package libcrypt1:armel. [2022-06-03T14:24:19.301Z] #21 15.07 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-03T14:24:19.301Z] #21 15.08 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-03T14:24:19.301Z] #21 15.16 Selecting previously unselected package libc6:armel. [2022-06-03T14:24:19.510Z] #64 DONE 264.5s [2022-06-03T14:24:19.558Z] #21 15.16 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-03T14:24:19.558Z] #21 15.33 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-03T14:24:20.080Z] [2022-06-03T14:24:20.080Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T14:24:20.080Z] #65 sha256:10f623e13aa3f693f3fb307f3b169987a887e0b2d79d307ddfb032346769b878 [2022-06-03T14:24:20.121Z] #21 15.75 Selecting previously unselected package libapparmor1:armel. [2022-06-03T14:24:20.121Z] #21 15.76 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-03T14:24:20.121Z] #21 15.76 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-03T14:24:20.121Z] #21 15.81 Selecting previously unselected package libapparmor-dev:armel. [2022-06-03T14:24:20.121Z] #21 15.81 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-03T14:24:20.121Z] #21 15.82 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-03T14:24:20.121Z] #21 15.88 Selecting previously unselected package libgcc-s1:arm64. [2022-06-03T14:24:20.121Z] #21 15.89 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-03T14:24:20.121Z] #21 15.89 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-03T14:24:20.121Z] #21 15.93 Selecting previously unselected package libcrypt1:arm64. [2022-06-03T14:24:20.121Z] #21 15.94 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-03T14:24:20.121Z] #21 15.94 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-03T14:24:20.378Z] #21 16.02 Selecting previously unselected package libc6:arm64. [2022-06-03T14:24:20.378Z] #21 16.03 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-03T14:24:20.635Z] #21 16.19 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-03T14:24:20.891Z] #21 16.64 Selecting previously unselected package libapparmor1:arm64. [2022-06-03T14:24:20.891Z] #21 16.64 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-03T14:24:20.891Z] #21 16.65 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T14:24:20.891Z] #21 16.70 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-03T14:24:20.891Z] #21 16.71 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-03T14:24:20.891Z] #21 16.71 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T14:24:21.148Z] #21 16.79 Selecting previously unselected package libgcc-s1:s390x. [2022-06-03T14:24:21.148Z] #21 16.80 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-03T14:24:21.148Z] #21 16.80 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-03T14:24:21.148Z] #21 16.85 Selecting previously unselected package libcrypt1:s390x. [2022-06-03T14:24:21.148Z] #21 16.85 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-03T14:24:21.148Z] #21 16.86 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-03T14:24:21.405Z] #21 16.94 Selecting previously unselected package libc6:s390x. [2022-06-03T14:24:21.405Z] #21 16.94 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-03T14:24:21.405Z] #21 17.16 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-03T14:24:21.968Z] #21 17.65 Selecting previously unselected package libapparmor1:s390x. [2022-06-03T14:24:21.968Z] #21 17.65 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-03T14:24:21.968Z] #21 17.66 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-03T14:24:21.968Z] #21 17.70 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-03T14:24:21.968Z] #21 17.71 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-03T14:24:21.968Z] #21 17.71 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-03T14:24:21.990Z] #65 DONE 1.9s [2022-06-03T14:24:21.990Z] [2022-06-03T14:24:21.990Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T14:24:21.990Z] #70 sha256:ce875787bc2d2da6d78fa7e24d0742f25078081ad214b19d15599302a662849d [2022-06-03T14:24:22.225Z] #21 17.78 Selecting previously unselected package libgcc-s1:armhf. [2022-06-03T14:24:22.225Z] #21 17.78 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-03T14:24:22.225Z] #21 17.79 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-03T14:24:22.225Z] #21 17.83 Selecting previously unselected package libcrypt1:armhf. [2022-06-03T14:24:22.225Z] #21 17.84 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-03T14:24:22.225Z] #21 17.85 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-03T14:24:22.225Z] #21 17.94 Selecting previously unselected package libc6:armhf. [2022-06-03T14:24:22.225Z] #21 17.94 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-03T14:24:22.250Z] #70 DONE 0.4s [2022-06-03T14:24:22.250Z] [2022-06-03T14:24:22.250Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T14:24:22.250Z] #75 sha256:131e1714c78628080250323ed1b428f2050336b30a02d4dfe3c703df47159740 [2022-06-03T14:24:22.482Z] #21 18.15 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-03T14:24:23.045Z] #21 18.59 Selecting previously unselected package libapparmor1:armhf. [2022-06-03T14:24:23.045Z] #21 18.60 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-03T14:24:23.045Z] #21 18.60 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-03T14:24:23.045Z] #21 18.66 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-03T14:24:23.045Z] #21 18.67 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-03T14:24:23.045Z] #21 18.67 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-03T14:24:23.045Z] #21 18.74 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-03T14:24:23.045Z] #21 18.74 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-03T14:24:23.045Z] #21 18.75 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-03T14:24:23.045Z] #21 18.79 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-03T14:24:23.045Z] #21 18.80 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-03T14:24:23.045Z] #21 18.80 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-03T14:24:23.045Z] #21 18.88 Selecting previously unselected package libc6:ppc64el. [2022-06-03T14:24:23.045Z] #21 18.88 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-03T14:24:23.302Z] #21 19.04 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-03T14:24:24.163Z] #75 DONE 1.9s [2022-06-03T14:24:24.163Z] [2022-06-03T14:24:24.163Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T14:24:24.163Z] #76 sha256:06a1fbac560053bcc91523f80be9ba55c33ed48583e39372c4e9182fc2432f00 [2022-06-03T14:24:24.163Z] #76 DONE 0.0s [2022-06-03T14:24:24.163Z] [2022-06-03T14:24:24.163Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T14:24:24.163Z] #77 sha256:79c9be94a6905ef6948bfb640f676fb83d5eab0e396cfddc63ec7e98265da5cd [2022-06-03T14:24:24.233Z] #21 19.70 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-03T14:24:24.233Z] #21 19.71 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-03T14:24:24.233Z] #21 19.72 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-03T14:24:24.233Z] #21 19.77 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-03T14:24:24.233Z] #21 19.77 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-03T14:24:24.233Z] #21 19.78 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-03T14:24:24.233Z] #21 19.84 Selecting previously unselected package libseccomp2:s390x. [2022-06-03T14:24:24.233Z] #21 19.85 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-03T14:24:24.233Z] #21 19.86 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.233Z] #21 19.90 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-03T14:24:24.233Z] #21 19.91 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-03T14:24:24.233Z] #21 19.91 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.233Z] #21 19.97 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-03T14:24:24.233Z] #21 19.98 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-03T14:24:24.233Z] #21 19.99 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.233Z] #21 20.03 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-03T14:24:24.233Z] #21 20.04 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-03T14:24:24.233Z] #21 20.05 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.489Z] #21 20.11 Selecting previously unselected package libseccomp2:armhf. [2022-06-03T14:24:24.489Z] #21 20.12 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-03T14:24:24.489Z] #21 20.13 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.489Z] #21 20.17 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-03T14:24:24.489Z] #21 20.18 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-03T14:24:24.489Z] #21 20.19 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.489Z] #21 20.25 Selecting previously unselected package libseccomp2:armel. [2022-06-03T14:24:24.489Z] #21 20.26 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-03T14:24:24.489Z] #21 20.27 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.489Z] #21 20.31 Selecting previously unselected package libseccomp-dev:armel. [2022-06-03T14:24:24.489Z] #21 20.32 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-03T14:24:24.489Z] #21 20.33 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.736Z] #77 DONE 0.9s [2022-06-03T14:24:24.745Z] #21 20.39 Selecting previously unselected package libseccomp2:arm64. [2022-06-03T14:24:24.745Z] #21 20.40 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T14:24:24.745Z] #21 20.40 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.745Z] #21 20.45 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-03T14:24:24.745Z] #21 20.45 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T14:24:24.745Z] #21 20.46 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T14:24:24.745Z] #21 20.54 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-03T14:24:24.745Z] #21 20.55 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-03T14:24:24.745Z] #21 20.56 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-03T14:24:24.745Z] #21 20.57 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-03T14:24:24.745Z] #21 20.58 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-03T14:24:24.745Z] #21 20.60 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-03T14:24:24.745Z] #21 20.62 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-03T14:24:24.745Z] #21 20.63 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-03T14:24:24.745Z] #21 20.64 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-03T14:24:24.996Z] [2022-06-03T14:24:24.996Z] #78 exporting to image [2022-06-03T14:24:24.996Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T14:24:24.996Z] #78 exporting layers [2022-06-03T14:24:25.002Z] #21 20.65 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-03T14:24:25.002Z] #21 20.66 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-03T14:24:25.002Z] #21 20.68 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-03T14:24:25.002Z] #21 20.69 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-03T14:24:25.002Z] #21 20.70 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-03T14:24:25.002Z] #21 20.72 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-03T14:24:25.002Z] #21 20.74 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-03T14:24:26.369Z] #21 21.98 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-03T14:24:27.739Z] #21 23.24 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-03T14:24:28.301Z] #78 exporting layers 3.4s done [2022-06-03T14:24:28.301Z] #78 writing image sha256:712bf957070c6d9a00a3f9733180c830b04875aa585edba755f29fab9d5d7ad6 done [2022-06-03T14:24:28.301Z] #78 naming to docker.io/library/docker:1db286c5e855a91df446a76c6d79122dad498d8e done [2022-06-03T14:24:28.301Z] #78 DONE 3.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-03T14:24:28.660Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-03T14:24:28.949Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/test/unit [2022-06-03T14:24:28.971Z] #21 24.50 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-03T14:24:29.854Z] #55 ... [2022-06-03T14:24:29.854Z] [2022-06-03T14:24:29.855Z] #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 [2022-06-03T14:24:29.855Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T14:24:29.855Z] #47 289.0 + dpkg --print-architecture [2022-06-03T14:24:29.855Z] #47 289.1 + git checkout -q v2.1.0 [2022-06-03T14:24:29.855Z] #47 289.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-03T14:24:29.855Z] #47 289.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-03T14:24:30.338Z] #21 25.73 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-03T14:24:30.861Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-03T14:24:30.861Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-03T14:24:30.861Z] + TESTDIRS=./... [2022-06-03T14:24:30.861Z] + exclude_paths='/vendor/|/integration' [2022-06-03T14:24:30.861Z] ++ go list ./... [2022-06-03T14:24:30.861Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-03T14:24:31.268Z] #21 26.98 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T14:24:31.268Z] #21 27.00 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-03T14:24:31.268Z] #21 27.01 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-03T14:24:31.268Z] #21 27.02 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-03T14:24:31.268Z] #21 27.03 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-03T14:24:31.268Z] #21 27.04 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.268Z] #21 27.05 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.268Z] #21 27.06 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.268Z] #21 27.07 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.268Z] #21 27.09 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.268Z] #21 27.10 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T14:24:31.268Z] #21 27.11 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-03T14:24:31.435Z] + pkg_list='github.com/docker/docker/api [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/backend [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/container [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/events [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/filters [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/image [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/mount [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/network [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/registry [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/time [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/versions [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/volume [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/config [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/debug [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:24:31.435Z] github.com/docker/docker/client [2022-06-03T14:24:31.435Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:24:31.435Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:24:31.435Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:24:31.435Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:24:31.435Z] github.com/docker/docker/container [2022-06-03T14:24:31.435Z] github.com/docker/docker/container/stream [2022-06-03T14:24:31.435Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:24:31.435Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:24:31.435Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/config [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/events [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/exec [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/images [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/links [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/names [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/network [2022-06-03T14:24:31.435Z] github.com/docker/docker/daemon/stats [2022-06-03T14:24:31.435Z] github.com/docker/docker/distribution [2022-06-03T14:24:31.435Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:24:31.435Z] github.com/docker/docker/distribution/utils [2022-06-03T14:24:31.435Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:24:31.435Z] github.com/docker/docker/dockerversion [2022-06-03T14:24:31.435Z] github.com/docker/docker/errdefs [2022-06-03T14:24:31.435Z] github.com/docker/docker/image [2022-06-03T14:24:31.435Z] github.com/docker/docker/image/cache [2022-06-03T14:24:31.435Z] github.com/docker/docker/image/tarexport [2022-06-03T14:24:31.435Z] github.com/docker/docker/image/v1 [2022-06-03T14:24:31.435Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:24:31.435Z] github.com/docker/docker/layer [2022-06-03T14:24:31.435Z] github.com/docker/docker/libcontainerd [2022-06-03T14:24:31.435Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:24:31.435Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:24:31.435Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:24:31.435Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/libnetwork/types [2022-06-03T14:24:31.435Z] github.com/docker/docker/oci [2022-06-03T14:24:31.435Z] github.com/docker/docker/oci/caps [2022-06-03T14:24:31.435Z] github.com/docker/docker/opts [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/archive [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/directory [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/platform [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/pools [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/progress [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/signal [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/stack [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/system [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:24:31.435Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:24:31.435Z] github.com/docker/docker/plugin [2022-06-03T14:24:31.435Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:24:31.435Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:24:31.435Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:24:31.435Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:24:31.435Z] github.com/docker/docker/quota [2022-06-03T14:24:31.435Z] github.com/docker/docker/reference [2022-06-03T14:24:31.435Z] github.com/docker/docker/registry [2022-06-03T14:24:31.435Z] github.com/docker/docker/registry/resumable [2022-06-03T14:24:31.435Z] github.com/docker/docker/restartmanager [2022-06-03T14:24:31.435Z] github.com/docker/docker/rootless [2022-06-03T14:24:31.435Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:24:31.435Z] github.com/docker/docker/runconfig [2022-06-03T14:24:31.435Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/environment [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/registry [2022-06-03T14:24:31.435Z] github.com/docker/docker/testutil/request [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume/drivers [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume/local [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume/mounts [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume/service [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:24:31.435Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:24:31.435Z] ++ grep --fixed-strings -v /libnetwork [2022-06-03T14:24:31.435Z] ++ echo 'github.com/docker/docker/api [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/backend [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/container [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/events [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/filters [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/image [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/mount [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/network [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/registry [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/time [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/versions [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:24:31.435Z] github.com/docker/docker/api/types/volume [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:24:31.435Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/config [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/debug [2022-06-03T14:24:31.435Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:24:31.436Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/client [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:24:31.436Z] github.com/docker/docker/container [2022-06-03T14:24:31.436Z] github.com/docker/docker/container/stream [2022-06-03T14:24:31.436Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:24:31.436Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:24:31.436Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/config [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/events [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/exec [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/images [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/links [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/names [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/network [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/stats [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution/utils [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:24:31.436Z] github.com/docker/docker/dockerversion [2022-06-03T14:24:31.436Z] github.com/docker/docker/errdefs [2022-06-03T14:24:31.436Z] github.com/docker/docker/image [2022-06-03T14:24:31.436Z] github.com/docker/docker/image/cache [2022-06-03T14:24:31.436Z] github.com/docker/docker/image/tarexport [2022-06-03T14:24:31.436Z] github.com/docker/docker/image/v1 [2022-06-03T14:24:31.436Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:24:31.436Z] github.com/docker/docker/layer [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/libnetwork/types [2022-06-03T14:24:31.436Z] github.com/docker/docker/oci [2022-06-03T14:24:31.436Z] github.com/docker/docker/oci/caps [2022-06-03T14:24:31.436Z] github.com/docker/docker/opts [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/archive [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/directory [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/platform [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/pools [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/progress [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/signal [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/stack [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/system [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:24:31.436Z] github.com/docker/docker/plugin [2022-06-03T14:24:31.436Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:24:31.436Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:24:31.436Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:24:31.436Z] github.com/docker/docker/quota [2022-06-03T14:24:31.436Z] github.com/docker/docker/reference [2022-06-03T14:24:31.436Z] github.com/docker/docker/registry [2022-06-03T14:24:31.436Z] github.com/docker/docker/registry/resumable [2022-06-03T14:24:31.436Z] github.com/docker/docker/restartmanager [2022-06-03T14:24:31.436Z] github.com/docker/docker/rootless [2022-06-03T14:24:31.436Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:24:31.436Z] github.com/docker/docker/runconfig [2022-06-03T14:24:31.436Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/environment [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/registry [2022-06-03T14:24:31.436Z] github.com/docker/docker/testutil/request [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume/drivers [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume/local [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume/mounts [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume/service [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:24:31.436Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:24:31.436Z] + base_pkg_list='github.com/docker/docker/api [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/backend [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/container [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/events [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/filters [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/image [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/mount [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/network [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/registry [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/time [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/versions [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:24:31.436Z] github.com/docker/docker/api/types/volume [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:24:31.436Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:24:31.436Z] github.com/docker/docker/cli [2022-06-03T14:24:31.436Z] github.com/docker/docker/cli/config [2022-06-03T14:24:31.436Z] github.com/docker/docker/cli/debug [2022-06-03T14:24:31.436Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:24:31.436Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/client [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:24:31.436Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:24:31.436Z] github.com/docker/docker/container [2022-06-03T14:24:31.436Z] github.com/docker/docker/container/stream [2022-06-03T14:24:31.436Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:24:31.436Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:24:31.436Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/config [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/events [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/exec [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/images [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/links [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/names [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/network [2022-06-03T14:24:31.436Z] github.com/docker/docker/daemon/stats [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution/utils [2022-06-03T14:24:31.436Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:24:31.436Z] github.com/docker/docker/dockerversion [2022-06-03T14:24:31.436Z] github.com/docker/docker/errdefs [2022-06-03T14:24:31.436Z] github.com/docker/docker/image [2022-06-03T14:24:31.436Z] github.com/docker/docker/image/cache [2022-06-03T14:24:31.436Z] github.com/docker/docker/image/tarexport [2022-06-03T14:24:31.436Z] github.com/docker/docker/image/v1 [2022-06-03T14:24:31.436Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:24:31.436Z] github.com/docker/docker/layer [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:24:31.436Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:24:31.436Z] github.com/docker/docker/oci [2022-06-03T14:24:31.436Z] github.com/docker/docker/oci/caps [2022-06-03T14:24:31.436Z] github.com/docker/docker/opts [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/archive [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:24:31.436Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/directory [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/platform [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/pools [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/progress [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/signal [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/stack [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/system [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:24:31.437Z] github.com/docker/docker/plugin [2022-06-03T14:24:31.437Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:24:31.437Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:24:31.437Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:24:31.437Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:24:31.437Z] github.com/docker/docker/quota [2022-06-03T14:24:31.437Z] github.com/docker/docker/reference [2022-06-03T14:24:31.437Z] github.com/docker/docker/registry [2022-06-03T14:24:31.437Z] github.com/docker/docker/registry/resumable [2022-06-03T14:24:31.437Z] github.com/docker/docker/restartmanager [2022-06-03T14:24:31.437Z] github.com/docker/docker/rootless [2022-06-03T14:24:31.437Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:24:31.437Z] github.com/docker/docker/runconfig [2022-06-03T14:24:31.437Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/environment [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/registry [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/request [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume/drivers [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume/local [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume/mounts [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume/service [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:24:31.437Z] ++ grep --fixed-strings /libnetwork [2022-06-03T14:24:31.437Z] ++ echo 'github.com/docker/docker/api [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/backend [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/container [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/events [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/filters [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/image [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/mount [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/network [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/registry [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/time [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/versions [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:24:31.437Z] github.com/docker/docker/api/types/volume [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:24:31.437Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:24:31.437Z] github.com/docker/docker/cli [2022-06-03T14:24:31.437Z] github.com/docker/docker/cli/config [2022-06-03T14:24:31.437Z] github.com/docker/docker/cli/debug [2022-06-03T14:24:31.437Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:24:31.437Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:24:31.437Z] github.com/docker/docker/client [2022-06-03T14:24:31.437Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:24:31.437Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:24:31.437Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:24:31.437Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:24:31.437Z] github.com/docker/docker/container [2022-06-03T14:24:31.437Z] github.com/docker/docker/container/stream [2022-06-03T14:24:31.437Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:24:31.437Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:24:31.437Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/config [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/events [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/exec [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/images [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/links [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/names [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/network [2022-06-03T14:24:31.437Z] github.com/docker/docker/daemon/stats [2022-06-03T14:24:31.437Z] github.com/docker/docker/distribution [2022-06-03T14:24:31.437Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:24:31.437Z] github.com/docker/docker/distribution/utils [2022-06-03T14:24:31.437Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:24:31.437Z] github.com/docker/docker/dockerversion [2022-06-03T14:24:31.437Z] github.com/docker/docker/errdefs [2022-06-03T14:24:31.437Z] github.com/docker/docker/image [2022-06-03T14:24:31.437Z] github.com/docker/docker/image/cache [2022-06-03T14:24:31.437Z] github.com/docker/docker/image/tarexport [2022-06-03T14:24:31.437Z] github.com/docker/docker/image/v1 [2022-06-03T14:24:31.437Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:24:31.437Z] github.com/docker/docker/layer [2022-06-03T14:24:31.437Z] github.com/docker/docker/libcontainerd [2022-06-03T14:24:31.437Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:24:31.437Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:24:31.437Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:24:31.437Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/libnetwork/types [2022-06-03T14:24:31.437Z] github.com/docker/docker/oci [2022-06-03T14:24:31.437Z] github.com/docker/docker/oci/caps [2022-06-03T14:24:31.437Z] github.com/docker/docker/opts [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/archive [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/directory [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/platform [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/pools [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/progress [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/signal [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/stack [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/system [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:24:31.437Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:24:31.437Z] github.com/docker/docker/plugin [2022-06-03T14:24:31.437Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:24:31.437Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:24:31.437Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:24:31.437Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:24:31.437Z] github.com/docker/docker/quota [2022-06-03T14:24:31.437Z] github.com/docker/docker/reference [2022-06-03T14:24:31.437Z] github.com/docker/docker/registry [2022-06-03T14:24:31.437Z] github.com/docker/docker/registry/resumable [2022-06-03T14:24:31.437Z] github.com/docker/docker/restartmanager [2022-06-03T14:24:31.437Z] github.com/docker/docker/rootless [2022-06-03T14:24:31.437Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:24:31.437Z] github.com/docker/docker/runconfig [2022-06-03T14:24:31.437Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/environment [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/registry [2022-06-03T14:24:31.437Z] github.com/docker/docker/testutil/request [2022-06-03T14:24:31.437Z] github.com/docker/docker/volume [2022-06-03T14:24:31.438Z] github.com/docker/docker/volume/drivers [2022-06-03T14:24:31.438Z] github.com/docker/docker/volume/local [2022-06-03T14:24:31.438Z] github.com/docker/docker/volume/mounts [2022-06-03T14:24:31.438Z] github.com/docker/docker/volume/service [2022-06-03T14:24:31.438Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:24:31.438Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:24:31.438Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/types' [2022-06-03T14:24:31.438Z] + echo 'github.com/docker/docker/libnetwork [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/types' [2022-06-03T14:24:31.438Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:24:31.438Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:24:31.438Z] + type docker-proxy [2022-06-03T14:24:31.438Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-03T14:24:31.438Z] + hack/make.sh binary-proxy install-proxy [2022-06-03T14:24:31.438Z] [2022-06-03T14:24:31.438Z] Removing bundles/ [2022-06-03T14:24:31.438Z] [2022-06-03T14:24:31.438Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-03T14:24:31.438Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-03T14:24:31.438Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:24:31.529Z] #21 27.12 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-03T14:24:31.529Z] #21 27.13 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-03T14:24:31.529Z] #21 27.14 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-03T14:24:31.529Z] #21 27.15 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.529Z] #21 27.16 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.529Z] #21 27.18 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.529Z] #21 27.19 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.529Z] #21 27.20 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-03T14:24:31.529Z] #21 27.21 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:24:31.785Z] #21 DONE 27.7s [2022-06-03T14:24:31.785Z] [2022-06-03T14:24:31.785Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-03T14:24:31.785Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:24:32.043Z] #71 ... [2022-06-03T14:24:32.043Z] [2022-06-03T14:24:32.043Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T14:24:32.043Z] #66 sha256:e5415d021ce7a992cd16942ecbfc2a1af414adf002c484b15227a0c3ea2ed4fa [2022-06-03T14:24:32.043Z] #66 DONE 0.1s [2022-06-03T14:24:32.043Z] [2022-06-03T14:24:32.043Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T14:24:32.043Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f [2022-06-03T14:24:33.415Z] #22 DONE 1.2s [2022-06-03T14:24:33.415Z] [2022-06-03T14:24:33.415Z] #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 [2022-06-03T14:24:33.415Z] #67 sha256:f7ad8c41dfb64659217af6b1536a20f523fd47c106f5b6ea607e8532a131c397 [2022-06-03T14:24:33.415Z] #67 1.008 + RM_GOPATH=0 [2022-06-03T14:24:33.415Z] #67 1.008 + TMP_GOPATH= [2022-06-03T14:24:33.415Z] #67 1.008 + : /build [2022-06-03T14:24:33.415Z] #67 1.008 + '[' -z '' ']' [2022-06-03T14:24:33.415Z] #67 1.008 ++ mktemp -d [2022-06-03T14:24:33.415Z] #67 1.008 + export GOPATH=/tmp/tmp.3785QUmbsU [2022-06-03T14:24:33.415Z] #67 1.008 + GOPATH=/tmp/tmp.3785QUmbsU [2022-06-03T14:24:33.415Z] #67 1.008 + RM_GOPATH=1 [2022-06-03T14:24:33.415Z] #67 1.008 + case "$(go env GOARCH)" in [2022-06-03T14:24:33.415Z] #67 1.008 ++ go env GOARCH [2022-06-03T14:24:33.415Z] #67 1.012 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T14:24:33.415Z] #67 1.012 + GO_BUILDMODE=-buildmode=pie [2022-06-03T14:24:33.415Z] #67 1.013 ++ dirname /install.sh [2022-06-03T14:24:33.415Z] #67 1.014 + dir=/ [2022-06-03T14:24:33.415Z] #67 1.014 + bin=runc [2022-06-03T14:24:33.415Z] #67 1.014 + shift [2022-06-03T14:24:33.415Z] #67 1.015 + '[' '!' -f //runc.installer ']' [2022-06-03T14:24:33.415Z] #67 1.015 + . //runc.installer [2022-06-03T14:24:33.415Z] #67 1.015 ++ set -e [2022-06-03T14:24:33.415Z] #67 1.015 ++ : v1.1.2 [2022-06-03T14:24:33.415Z] #67 1.016 + install_runc [2022-06-03T14:24:33.415Z] #67 1.016 + RUNC_BUILDTAGS=seccomp [2022-06-03T14:24:33.415Z] #67 1.016 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T14:24:33.415Z] #67 1.016 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T14:24:33.415Z] #67 1.017 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3785QUmbsU/src/github.com/opencontainers/runc [2022-06-03T14:24:33.415Z] #67 1.018 Cloning into '/tmp/tmp.3785QUmbsU/src/github.com/opencontainers/runc'... [2022-06-03T14:24:34.344Z] #67 ... [2022-06-03T14:24:34.344Z] [2022-06-03T14:24:34.344Z] #23 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T14:24:34.344Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22 [2022-06-03T14:24:34.344Z] #23 DONE 0.9s [2022-06-03T14:24:34.344Z] [2022-06-03T14:24:34.344Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T14:24:34.344Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466 [2022-06-03T14:24:34.908Z] #24 0.796 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T14:24:34.908Z] #24 DONE 0.9s [2022-06-03T14:24:34.908Z] [2022-06-03T14:24:34.908Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T14:24:34.908Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234 [2022-06-03T14:24:35.656Z] #47 DONE 307.8s [2022-06-03T14:24:35.656Z] [2022-06-03T14:24:35.656Z] #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 [2022-06-03T14:24:35.656Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:24:35.839Z] #25 DONE 0.9s [2022-06-03T14:24:35.839Z] [2022-06-03T14:24:35.839Z] #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 [2022-06-03T14:24:35.839Z] #67 sha256:f7ad8c41dfb64659217af6b1536a20f523fd47c106f5b6ea607e8532a131c397 [2022-06-03T14:24:36.593Z] #64 ... [2022-06-03T14:24:36.593Z] [2022-06-03T14:24:36.593Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T14:24:36.593Z] #48 sha256:f030b2854797051414b211d77323c9ed22ab100f938b69bc654c43849ba343c8 [2022-06-03T14:24:36.727Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-03T14:24:36.727Z] [2022-06-03T14:24:36.989Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-03T14:24:36.989Z] Installing docker-proxy to /usr/local/bin/ [2022-06-03T14:24:36.989Z] [2022-06-03T14:24:36.989Z] + mkdir -p bundles [2022-06-03T14:24:36.989Z] + '[' -n 'github.com/docker/docker/api [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/backend [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/container [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/events [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/filters [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/image [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/mount [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/network [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/registry [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/time [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/versions [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:24:36.989Z] github.com/docker/docker/api/types/volume [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:24:36.989Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:24:36.989Z] github.com/docker/docker/cli [2022-06-03T14:24:36.989Z] github.com/docker/docker/cli/config [2022-06-03T14:24:36.989Z] github.com/docker/docker/cli/debug [2022-06-03T14:24:36.989Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:24:36.989Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:24:36.989Z] github.com/docker/docker/client [2022-06-03T14:24:36.989Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:24:36.989Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:24:36.989Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:24:36.989Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:24:36.989Z] github.com/docker/docker/container [2022-06-03T14:24:36.989Z] github.com/docker/docker/container/stream [2022-06-03T14:24:36.989Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:24:36.989Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:24:36.989Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/config [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/events [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/exec [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/images [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/links [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/names [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/network [2022-06-03T14:24:36.989Z] github.com/docker/docker/daemon/stats [2022-06-03T14:24:36.989Z] github.com/docker/docker/distribution [2022-06-03T14:24:36.989Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:24:36.989Z] github.com/docker/docker/distribution/utils [2022-06-03T14:24:36.989Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:24:36.989Z] github.com/docker/docker/dockerversion [2022-06-03T14:24:36.989Z] github.com/docker/docker/errdefs [2022-06-03T14:24:36.989Z] github.com/docker/docker/image [2022-06-03T14:24:36.989Z] github.com/docker/docker/image/cache [2022-06-03T14:24:36.989Z] github.com/docker/docker/image/tarexport [2022-06-03T14:24:36.989Z] github.com/docker/docker/image/v1 [2022-06-03T14:24:36.989Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:24:36.989Z] github.com/docker/docker/layer [2022-06-03T14:24:36.989Z] github.com/docker/docker/libcontainerd [2022-06-03T14:24:36.989Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:24:36.989Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:24:36.989Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:24:36.989Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:24:36.989Z] github.com/docker/docker/oci [2022-06-03T14:24:36.989Z] github.com/docker/docker/oci/caps [2022-06-03T14:24:36.989Z] github.com/docker/docker/opts [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/archive [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/directory [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/platform [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/pools [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/progress [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/signal [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/stack [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/system [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:24:36.989Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:24:36.989Z] github.com/docker/docker/plugin [2022-06-03T14:24:36.989Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:24:36.989Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:24:36.989Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:24:36.989Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:24:36.989Z] github.com/docker/docker/quota [2022-06-03T14:24:36.989Z] github.com/docker/docker/reference [2022-06-03T14:24:36.989Z] github.com/docker/docker/registry [2022-06-03T14:24:36.989Z] github.com/docker/docker/registry/resumable [2022-06-03T14:24:36.989Z] github.com/docker/docker/restartmanager [2022-06-03T14:24:36.989Z] github.com/docker/docker/rootless [2022-06-03T14:24:36.989Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:24:36.989Z] github.com/docker/docker/runconfig [2022-06-03T14:24:36.989Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/environment [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/registry [2022-06-03T14:24:36.989Z] github.com/docker/docker/testutil/request [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume/drivers [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume/local [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume/mounts [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume/service [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:24:36.989Z] github.com/docker/docker/volume/testutils' ']' [2022-06-03T14:24:36.990Z] + 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 [2022-06-03T14:24:37.160Z] #48 DONE 0.5s [2022-06-03T14:24:37.160Z] [2022-06-03T14:24:37.160Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T14:24:37.160Z] #52 sha256:ed29c1846a9348f4d39b47a003e8007e403bfa08613a7b4e594971191092b69b [2022-06-03T14:24:37.160Z] #52 DONE 0.1s [2022-06-03T14:24:37.160Z] [2022-06-03T14:24:37.160Z] #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 [2022-06-03T14:24:37.160Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:24:37.160Z] #64 ... [2022-06-03T14:24:37.160Z] [2022-06-03T14:24:37.160Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T14:24:37.160Z] #54 sha256:d6081a419a60c736c6b21a69b3c196ea3e51b60af41dc81857855face31cf416 [2022-06-03T14:24:37.214Z] #67 ... [2022-06-03T14:24:37.214Z] [2022-06-03T14:24:37.214Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T14:24:37.214Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836 [2022-06-03T14:24:37.214Z] #26 DONE 0.9s [2022-06-03T14:24:37.214Z] [2022-06-03T14:24:37.214Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T14:24:37.214Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df [2022-06-03T14:24:37.418Z] #54 DONE 0.2s [2022-06-03T14:24:37.418Z] [2022-06-03T14:24:37.418Z] #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 [2022-06-03T14:24:37.418Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:24:37.930Z] ? github.com/docker/docker/api [no test files] [2022-06-03T14:24:38.142Z] #27 DONE 1.0s [2022-06-03T14:24:38.142Z] [2022-06-03T14:24:38.142Z] #28 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:24:38.142Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T14:24:39.073Z] #28 1.172 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T14:24:39.073Z] #28 1.189 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T14:24:39.329Z] #28 1.358 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T14:24:39.329Z] #28 1.467 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T14:24:39.585Z] #28 1.701 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T14:24:39.841Z] #28 1.980 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T14:24:40.097Z] #28 2.259 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T14:24:40.355Z] #28 2.467 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T14:24:40.611Z] #28 2.716 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T14:24:40.868Z] #28 2.996 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T14:24:40.868Z] #28 2.997 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T14:24:40.868Z] #28 3.005 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T14:24:40.868Z] #28 3.011 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T14:24:40.868Z] #28 3.020 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T14:24:40.868Z] #28 3.027 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T14:24:41.125Z] #28 3.418 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T14:24:41.381Z] #28 3.421 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T14:24:41.381Z] #28 3.426 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T14:24:41.381Z] #28 3.426 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T14:24:41.381Z] #28 3.428 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T14:24:41.381Z] #28 3.429 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T14:24:47.994Z] #28 ... [2022-06-03T14:24:47.994Z] [2022-06-03T14:24:47.994Z] #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 [2022-06-03T14:24:47.994Z] #67 sha256:f7ad8c41dfb64659217af6b1536a20f523fd47c106f5b6ea607e8532a131c397 [2022-06-03T14:24:47.994Z] #67 5.280 + cd /tmp/tmp.3785QUmbsU/src/github.com/opencontainers/runc [2022-06-03T14:24:47.994Z] #67 5.280 + git checkout -q v1.1.2 [2022-06-03T14:24:47.994Z] #67 5.498 + '[' -z '' ']' [2022-06-03T14:24:47.994Z] #67 5.498 + target=static [2022-06-03T14:24:47.994Z] #67 5.498 + make BUILDTAGS=seccomp static [2022-06-03T14:24:47.994Z] #67 5.939 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 . [2022-06-03T14:24:52.838Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-06-03T14:24:53.244Z] #67 ... [2022-06-03T14:24:53.244Z] [2022-06-03T14:24:53.244Z] #28 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:24:53.244Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T14:24:53.244Z] #28 14.66 Fetched 49.0 MB in 14s (3568 kB/s) [2022-06-03T14:24:56.435Z] #47 DONE 312.1s [2022-06-03T14:24:56.435Z] [2022-06-03T14:24:56.435Z] #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 [2022-06-03T14:24:56.435Z] #60 sha256:11f99f8d1fbbfad3b202c841d8daca8c4d58746820eca280176226f366e3e917 [2022-06-03T14:24:56.435Z] #60 ... [2022-06-03T14:24:56.435Z] [2022-06-03T14:24:56.435Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T14:24:56.435Z] #48 sha256:0e5f0b6e0a63d9853eae3e19089ea14e82ee2defc859243360872cd37166593d [2022-06-03T14:24:56.435Z] #48 DONE 0.5s [2022-06-03T14:24:56.435Z] [2022-06-03T14:24:56.435Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T14:24:56.435Z] #52 sha256:027f8c4b82f064f8627fdfd57f704a4d47ef6fadb8ec1c59e1e5a161bc3cf1cb [2022-06-03T14:24:56.435Z] #52 DONE 0.0s [2022-06-03T14:24:56.435Z] [2022-06-03T14:24:56.435Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T14:24:56.435Z] #54 sha256:efc392e6cfc66ab17b383c80db85f98171cb1c13fa4b12407b23a3c710b09d6c [2022-06-03T14:24:56.435Z] #54 DONE 0.1s [2022-06-03T14:24:56.435Z] [2022-06-03T14:24:56.435Z] #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 [2022-06-03T14:24:56.435Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T14:24:58.513Z] #28 14.66 Reading package lists... [2022-06-03T14:25:01.472Z] #64 285.7 # github.com/containerd/containerd/cmd/containerd [2022-06-03T14:25:01.474Z] #64 285.7 /usr/bin/ld: /tmp/go-link-2083508588/000019.o: in function `New': [2022-06-03T14:25:01.474Z] #64 285.7 /tmp/tmp.bF86PVXf8n/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 [2022-06-03T14:25:01.474Z] #64 285.8 + bin/containerd-stress [2022-06-03T14:25:01.474Z] #64 286.9 + bin/containerd-shim [2022-06-03T14:25:05.790Z] #28 20.91 Reading package lists... [2022-06-03T14:25:06.734Z] #28 27.33 Building dependency tree... [2022-06-03T14:25:08.028Z] #64 298.0 + bin/containerd-shim-runc-v1 [2022-06-03T14:25:08.104Z] #28 29.92 bzip2 is already the newest version (1.0.8-4). [2022-06-03T14:25:08.104Z] #28 29.92 patch is already the newest version (2.7.6-7). [2022-06-03T14:25:08.104Z] #28 29.92 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-03T14:25:08.104Z] #28 29.92 The following additional packages will be installed: [2022-06-03T14:25:08.104Z] #28 29.92 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-03T14:25:08.104Z] #28 29.93 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-03T14:25:08.104Z] #28 29.93 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T14:25:08.104Z] #28 29.94 python3-pkg-resources vim-runtime xxd [2022-06-03T14:25:08.104Z] #28 29.95 Suggested packages: [2022-06-03T14:25:08.104Z] #28 29.96 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-03T14:25:08.104Z] #28 29.96 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-03T14:25:08.104Z] #28 29.96 Recommended packages: [2022-06-03T14:25:08.104Z] #28 29.96 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T14:25:09.474Z] #28 31.42 The following NEW packages will be installed: [2022-06-03T14:25:09.474Z] #28 31.42 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-03T14:25:09.474Z] #28 31.43 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-03T14:25:09.474Z] #28 31.43 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-03T14:25:09.474Z] #28 31.43 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-06-03T14:25:09.474Z] #28 31.43 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-03T14:25:09.474Z] #28 31.44 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-03T14:25:09.474Z] #28 31.44 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-03T14:25:09.474Z] #28 31.78 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:25:09.474Z] #28 31.78 Need to get 18.6 MB of archives. [2022-06-03T14:25:09.474Z] #28 31.78 After this operation, 71.4 MB of additional disk space will be used. [2022-06-03T14:25:09.474Z] #28 31.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T14:25:09.474Z] #28 31.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T14:25:09.474Z] #28 31.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T14:25:09.493Z] #55 341.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T14:25:09.493Z] #55 DONE 342.2s [2022-06-03T14:25:09.493Z] [2022-06-03T14:25:09.493Z] #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 [2022-06-03T14:25:09.493Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:25:09.732Z] #28 31.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T14:25:09.732Z] #28 31.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T14:25:09.732Z] #28 31.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T14:25:09.732Z] #28 31.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T14:25:09.732Z] #28 31.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T14:25:09.732Z] #28 31.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T14:25:09.732Z] #28 31.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T14:25:09.732Z] #28 31.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T14:25:09.732Z] #28 31.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T14:25:09.732Z] #28 31.85 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T14:25:09.732Z] #28 31.86 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T14:25:09.732Z] #28 31.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T14:25:09.732Z] #28 31.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T14:25:09.732Z] #28 31.86 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T14:25:09.732Z] #28 31.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T14:25:09.732Z] #28 31.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T14:25:09.732Z] #28 31.88 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T14:25:09.732Z] #28 31.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T14:25:09.732Z] #28 31.88 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T14:25:09.732Z] #28 31.89 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T14:25:09.732Z] #28 31.89 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T14:25:09.732Z] #28 31.89 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T14:25:09.732Z] #28 31.89 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T14:25:09.732Z] #28 31.89 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T14:25:09.732Z] #28 31.89 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T14:25:09.732Z] #28 31.90 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T14:25:09.732Z] #28 31.90 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-03T14:25:09.732Z] #28 31.93 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T14:25:09.732Z] #28 31.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T14:25:09.732Z] #28 31.94 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T14:25:09.732Z] #28 31.95 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T14:25:09.732Z] #28 31.95 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T14:25:09.732Z] #28 31.95 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T14:25:09.732Z] #28 31.96 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T14:25:09.732Z] #28 31.98 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T14:25:09.732Z] #28 31.98 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T14:25:09.732Z] #28 31.99 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-03T14:25:09.989Z] #28 32.07 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T14:25:09.989Z] #28 32.09 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T14:25:09.989Z] #28 32.10 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T14:25:09.989Z] #28 32.10 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T14:25:10.553Z] #28 32.67 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:25:10.811Z] #28 32.87 Fetched 18.6 MB in 1s (30.2 MB/s) [2022-06-03T14:25:10.811Z] #28 32.91 Selecting previously unselected package pigz. [2022-06-03T14:25:10.811Z] #28 32.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40117 files and directories currently installed.) [2022-06-03T14:25:10.811Z] #28 32.97 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T14:25:10.811Z] #28 32.97 Unpacking pigz (2.6-1) ... [2022-06-03T14:25:10.869Z] #64 ... [2022-06-03T14:25:10.869Z] [2022-06-03T14:25:10.869Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T14:25:10.869Z] #56 sha256:2c5845f9fa0550e5e39d26c1bce518783d230f5bd9b146b7971199d1e56bf621 [2022-06-03T14:25:11.068Z] #28 33.04 Selecting previously unselected package libelf1:amd64. [2022-06-03T14:25:11.068Z] #28 33.04 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T14:25:11.068Z] #28 33.05 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T14:25:11.068Z] #28 33.15 Selecting previously unselected package libbpf0:amd64. [2022-06-03T14:25:11.068Z] #28 33.16 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T14:25:11.068Z] #28 33.16 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:25:11.068Z] #28 33.23 Selecting previously unselected package libcap2:amd64. [2022-06-03T14:25:11.068Z] #28 33.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T14:25:11.068Z] #28 33.24 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:25:11.325Z] #28 33.29 Selecting previously unselected package libmnl0:amd64. [2022-06-03T14:25:11.325Z] #28 33.30 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T14:25:11.325Z] #28 33.30 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:25:11.325Z] #28 33.35 Selecting previously unselected package libxtables12:amd64. [2022-06-03T14:25:11.325Z] #28 33.36 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T14:25:11.325Z] #28 33.36 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:25:11.325Z] #28 33.41 Selecting previously unselected package libcap2-bin. [2022-06-03T14:25:11.325Z] #28 33.42 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T14:25:11.325Z] #28 33.43 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T14:25:11.325Z] #28 33.47 Selecting previously unselected package iproute2. [2022-06-03T14:25:11.325Z] #28 33.48 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T14:25:11.325Z] #28 33.49 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T14:25:11.438Z] #56 ... [2022-06-03T14:25:11.438Z] [2022-06-03T14:25:11.438Z] #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 [2022-06-03T14:25:11.438Z] #60 sha256:7e4633e4902b22955a5f70daeac0bdb8aacca916c6707e15db6f6a0034352cda [2022-06-03T14:25:11.438Z] #60 155.5 + mkdir -p /build [2022-06-03T14:25:11.438Z] #60 155.5 + cp runc /build/runc [2022-06-03T14:25:11.438Z] #60 DONE 155.8s [2022-06-03T14:25:11.583Z] #28 33.77 Selecting previously unselected package xxd. [2022-06-03T14:25:11.583Z] #28 33.78 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:25:11.583Z] #28 33.78 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:11.698Z] [2022-06-03T14:25:11.698Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T14:25:11.698Z] #56 sha256:2c5845f9fa0550e5e39d26c1bce518783d230f5bd9b146b7971199d1e56bf621 [2022-06-03T14:25:11.698Z] #56 DONE 0.7s [2022-06-03T14:25:11.698Z] [2022-06-03T14:25:11.698Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T14:25:11.698Z] #58 sha256:80079b1fed4ec7a0878eaed2b3e96de986604716e8f2597afac35db49c4ff0fc [2022-06-03T14:25:11.698Z] #58 DONE 0.2s [2022-06-03T14:25:11.698Z] [2022-06-03T14:25:11.698Z] #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 [2022-06-03T14:25:11.698Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:25:11.840Z] #28 33.86 Selecting previously unselected package vim-common. [2022-06-03T14:25:11.840Z] #28 33.88 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:25:11.840Z] #28 33.90 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:11.840Z] #28 34.02 Selecting previously unselected package bash-completion. [2022-06-03T14:25:11.840Z] #28 34.04 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T14:25:13.076Z] #64 ... [2022-06-03T14:25:13.076Z] [2022-06-03T14:25:13.076Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T14:25:13.076Z] #61 sha256:231bdf4e03fac3f883d102a67d6ba63e9df3359448c0ce71930c4abed5042761 [2022-06-03T14:25:13.076Z] #61 DONE 0.1s [2022-06-03T14:25:13.076Z] [2022-06-03T14:25:13.076Z] #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 [2022-06-03T14:25:13.076Z] #64 sha256:584408dc2cbd13afdd03b002f1a668442a9844e5f7bdbc8bacc35a3755701e3e [2022-06-03T14:25:13.210Z] #28 35.13 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T14:25:13.210Z] #28 35.39 Selecting previously unselected package apparmor. [2022-06-03T14:25:13.210Z] #28 35.39 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T14:25:13.210Z] #28 35.43 Unpacking apparmor (2.13.6-10) ... [2022-06-03T14:25:13.467Z] #28 35.68 Selecting previously unselected package inetutils-ping. [2022-06-03T14:25:13.467Z] #28 35.69 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T14:25:13.467Z] #28 35.69 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T14:25:13.467Z] #28 35.77 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T14:25:13.723Z] #28 35.77 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:25:13.723Z] #28 35.78 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:25:13.723Z] #28 35.84 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T14:25:13.723Z] #28 35.84 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T14:25:13.723Z] #28 35.85 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:25:13.723Z] #28 35.90 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T14:25:13.723Z] #28 35.91 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T14:25:13.724Z] #28 35.92 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:25:13.724Z] #28 35.97 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T14:25:13.724Z] #28 35.97 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T14:25:13.724Z] #28 35.98 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:25:13.724Z] #28 36.03 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T14:25:13.980Z] #28 36.04 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T14:25:13.980Z] #28 36.04 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:25:13.980Z] #28 36.10 Selecting previously unselected package iptables. [2022-06-03T14:25:13.980Z] #28 36.11 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-03T14:25:13.980Z] #28 36.11 Unpacking iptables (1.8.7-1) ... [2022-06-03T14:25:13.980Z] #28 36.30 Selecting previously unselected package libonig5:amd64. [2022-06-03T14:25:14.237Z] #28 36.31 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T14:25:14.237Z] #28 36.31 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:25:14.237Z] #28 36.43 Selecting previously unselected package libjq1:amd64. [2022-06-03T14:25:14.237Z] #28 36.44 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T14:25:14.237Z] #28 36.45 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:25:14.237Z] #28 36.53 Selecting previously unselected package jq. [2022-06-03T14:25:14.494Z] #28 36.53 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-03T14:25:14.494Z] #28 36.55 Unpacking jq (1.6-2.1) ... [2022-06-03T14:25:14.494Z] #28 36.61 Selecting previously unselected package libaio1:amd64. [2022-06-03T14:25:14.494Z] #28 36.62 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T14:25:14.494Z] #28 36.63 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:25:14.572Z] #64 304.2 + bin/containerd-shim-runc-v2 [2022-06-03T14:25:14.572Z] #64 305.0 + binaries [2022-06-03T14:25:14.572Z] #64 305.0 + install -D bin/containerd /build/containerd [2022-06-03T14:25:14.572Z] #64 305.1 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T14:25:14.572Z] #64 305.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T14:25:14.572Z] #64 305.1 + install -D bin/ctr /build/ctr [2022-06-03T14:25:14.751Z] #28 36.68 Selecting previously unselected package libgpm2:amd64. [2022-06-03T14:25:14.751Z] #28 36.69 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T14:25:14.751Z] #28 36.70 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:25:14.751Z] #28 36.76 Selecting previously unselected package libinih1:amd64. [2022-06-03T14:25:14.751Z] #28 36.77 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-03T14:25:14.751Z] #28 36.78 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T14:25:14.751Z] #28 36.83 Selecting previously unselected package libnet1:amd64. [2022-06-03T14:25:14.751Z] #28 36.83 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T14:25:14.751Z] #28 36.84 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:25:14.751Z] #28 36.90 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T14:25:14.751Z] #28 36.91 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T14:25:14.751Z] #28 36.91 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:25:15.008Z] #28 36.99 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T14:25:15.008Z] #28 36.99 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T14:25:15.008Z] #28 37.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:25:15.008Z] #28 37.04 Selecting previously unselected package net-tools. [2022-06-03T14:25:15.008Z] #28 37.04 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T14:25:15.008Z] #28 37.05 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:25:15.008Z] #28 37.16 Selecting previously unselected package python-pip-whl. [2022-06-03T14:25:15.008Z] #28 37.16 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:25:15.008Z] #28 37.17 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:25:15.265Z] #28 37.53 Selecting previously unselected package python3-lib2to3. [2022-06-03T14:25:15.522Z] #28 37.54 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T14:25:15.522Z] #28 37.55 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:25:15.522Z] #28 37.63 Selecting previously unselected package python3-distutils. [2022-06-03T14:25:15.522Z] #28 37.64 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T14:25:15.522Z] #28 37.64 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T14:25:15.522Z] #28 37.73 Selecting previously unselected package python3-pkg-resources. [2022-06-03T14:25:15.522Z] #28 37.74 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T14:25:15.778Z] #28 37.75 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:25:15.778Z] #28 37.82 Selecting previously unselected package python3-setuptools. [2022-06-03T14:25:15.778Z] #28 37.83 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T14:25:15.778Z] #28 37.83 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T14:25:15.778Z] #28 37.98 Selecting previously unselected package python3-wheel. [2022-06-03T14:25:15.778Z] #28 37.98 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T14:25:15.778Z] #28 37.99 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T14:25:15.778Z] #28 38.04 Selecting previously unselected package python3-pip. [2022-06-03T14:25:16.035Z] #28 38.04 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T14:25:16.035Z] #28 38.05 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:25:16.035Z] #28 38.20 Selecting previously unselected package sudo. [2022-06-03T14:25:16.035Z] #28 38.21 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T14:25:16.035Z] #28 38.22 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T14:25:16.361Z] #64 291.8 + bin/containerd [2022-06-03T14:25:16.460Z] #64 DONE 306.8s [2022-06-03T14:25:16.599Z] #28 38.55 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T14:25:16.599Z] #28 38.55 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T14:25:16.599Z] #28 38.56 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:25:16.599Z] #28 38.70 Selecting previously unselected package uidmap. [2022-06-03T14:25:16.599Z] #28 38.71 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T14:25:16.599Z] #28 38.72 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T14:25:16.856Z] #28 38.81 Selecting previously unselected package vim-runtime. [2022-06-03T14:25:16.856Z] #28 38.82 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T14:25:16.856Z] #28 38.84 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-03T14:25:16.856Z] #28 38.86 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T14:25:16.856Z] #28 38.87 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:17.098Z] [2022-06-03T14:25:17.098Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T14:25:17.098Z] #65 sha256:b4128932bfcc4ee58ac65a8041492e4f8531088ba823dc23f59365028e5932b5 [2022-06-03T14:25:18.044Z] #65 DONE 0.8s [2022-06-03T14:25:18.044Z] [2022-06-03T14:25:18.044Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T14:25:18.044Z] #70 sha256:e03c3c028cd729d443214eaad1be6df00f922060d6070c30c32d01ace7bf04e9 [2022-06-03T14:25:18.299Z] #70 DONE 0.2s [2022-06-03T14:25:18.299Z] [2022-06-03T14:25:18.299Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T14:25:18.299Z] #75 sha256:dffaa253cb1e944a5dd03bb84fe43aec66a8e2acd08ab43481e8ade8767b6c36 [2022-06-03T14:25:18.751Z] #28 40.60 Selecting previously unselected package vim. [2022-06-03T14:25:18.751Z] #28 40.60 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T14:25:18.751Z] #28 40.62 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:18.751Z] #28 40.93 Selecting previously unselected package xfsprogs. [2022-06-03T14:25:18.751Z] #28 40.94 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T14:25:18.751Z] #28 40.95 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T14:25:19.008Z] #28 41.22 Selecting previously unselected package zip. [2022-06-03T14:25:19.008Z] #28 41.23 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-06-03T14:25:19.008Z] #28 41.24 Unpacking zip (3.0-12) ... [2022-06-03T14:25:19.225Z] #75 DONE 0.9s [2022-06-03T14:25:19.225Z] [2022-06-03T14:25:19.225Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T14:25:19.225Z] #76 sha256:44d61dc7730979eff086382ffd4253468920461b7ce67a065ba0f0c7afaf7044 [2022-06-03T14:25:19.225Z] #76 DONE 0.0s [2022-06-03T14:25:19.225Z] [2022-06-03T14:25:19.225Z] #77 [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 [2022-06-03T14:25:19.225Z] #77 sha256:b1c30a1767ea3d6e511af28435009a41a713fec9d30062375594a0dfd355843b [2022-06-03T14:25:19.265Z] #28 41.32 Selecting previously unselected package zstd. [2022-06-03T14:25:19.265Z] #28 41.34 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T14:25:19.265Z] #28 41.35 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:25:19.522Z] #28 41.61 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T14:25:19.787Z] #77 0.638 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T14:25:19.787Z] #77 0.638 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-03T14:25:19.787Z] #77 0.638 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T14:25:20.085Z] #28 42.11 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T14:25:20.085Z] #28 42.12 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T14:25:20.085Z] #28 42.14 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T14:25:20.085Z] #28 42.15 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T14:25:20.085Z] #28 42.17 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T14:25:20.085Z] #28 42.18 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T14:25:20.085Z] #28 42.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T14:25:20.085Z] #28 42.21 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T14:25:20.085Z] #28 42.22 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T14:25:20.612Z] #77 0.877 Reading package lists... [2022-06-03T14:25:20.649Z] #28 42.65 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:20.649Z] #28 42.66 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T14:25:20.649Z] #28 42.68 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T14:25:20.649Z] #28 42.69 Setting up apparmor (2.13.6-10) ... [2022-06-03T14:25:21.174Z] #77 1.375 Reading package lists... [2022-06-03T14:25:21.174Z] #77 1.861 Building dependency tree... [2022-06-03T14:25:21.174Z] #77 1.962 Reading state information... [2022-06-03T14:25:21.174Z] #77 2.076 The following additional packages will be installed: [2022-06-03T14:25:21.430Z] #77 2.076 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-06-03T14:25:21.430Z] #77 2.077 Suggested packages: [2022-06-03T14:25:21.430Z] #77 2.077 systemd-container policykit-1 [2022-06-03T14:25:21.430Z] #77 2.077 Recommended packages: [2022-06-03T14:25:21.430Z] #77 2.077 systemd-timesyncd | time-daemon libnss-systemd [2022-06-03T14:25:21.430Z] #77 2.144 The following NEW packages will be installed: [2022-06-03T14:25:21.430Z] #77 2.144 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-06-03T14:25:21.430Z] #77 2.145 libkmod2 libpam-systemd systemd systemd-sysv [2022-06-03T14:25:21.687Z] #77 2.412 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T14:25:21.687Z] #77 2.412 Need to get 5817 kB of archives. [2022-06-03T14:25:21.687Z] #77 2.412 After this operation, 19.3 MB of additional disk space will be used. [2022-06-03T14:25:21.687Z] #77 2.412 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-06-03T14:25:21.687Z] #77 2.422 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-06-03T14:25:21.687Z] #77 2.438 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-06-03T14:25:21.687Z] #77 2.440 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-06-03T14:25:21.687Z] #77 2.445 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-06-03T14:25:21.687Z] #77 2.519 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-06-03T14:25:21.687Z] #77 2.531 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-06-03T14:25:21.687Z] #77 2.533 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-06-03T14:25:21.687Z] #77 2.535 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-06-03T14:25:21.687Z] #77 2.537 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-06-03T14:25:21.836Z] #28 43.79 Setting up zip (3.0-12) ... [2022-06-03T14:25:21.836Z] #28 43.80 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:21.836Z] #28 43.82 Setting up bash-completion (1:2.11-2) ... [2022-06-03T14:25:21.943Z] #77 2.690 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T14:25:21.943Z] #77 2.724 Fetched 5817 kB in 0s (15.0 MB/s) [2022-06-03T14:25:21.943Z] #77 2.750 Selecting previously unselected package libargon2-1:amd64. [2022-06-03T14:25:21.943Z] #77 2.750 (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 ... 28631 files and directories currently installed.) [2022-06-03T14:25:21.943Z] #77 2.765 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-06-03T14:25:21.943Z] #77 2.773 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-03T14:25:21.943Z] #77 2.818 Selecting previously unselected package libjson-c5:amd64. [2022-06-03T14:25:21.943Z] #77 2.820 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-06-03T14:25:21.943Z] #77 2.825 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-06-03T14:25:21.943Z] #77 2.867 Selecting previously unselected package libcryptsetup12:amd64. [2022-06-03T14:25:21.943Z] #77 2.870 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-06-03T14:25:21.943Z] #77 2.874 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-03T14:25:22.199Z] #77 2.935 Selecting previously unselected package libkmod2:amd64. [2022-06-03T14:25:22.199Z] #77 2.937 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-06-03T14:25:22.199Z] #77 2.943 Unpacking libkmod2:amd64 (28-1) ... [2022-06-03T14:25:22.199Z] #77 3.000 Selecting previously unselected package systemd. [2022-06-03T14:25:22.199Z] #77 3.003 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-06-03T14:25:22.199Z] #77 3.037 Unpacking systemd (247.3-7) ... [2022-06-03T14:25:22.761Z] #77 3.590 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-03T14:25:22.761Z] #77 3.605 Setting up libjson-c5:amd64 (0.15-2) ... [2022-06-03T14:25:22.761Z] #77 3.618 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-03T14:25:22.761Z] #77 3.630 Setting up libkmod2:amd64 (28-1) ... [2022-06-03T14:25:22.761Z] #77 3.644 Setting up systemd (247.3-7) ... [2022-06-03T14:25:22.761Z] #77 3.691 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-06-03T14:25:23.016Z] #77 3.693 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-06-03T14:25:23.016Z] #77 3.696 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-06-03T14:25:23.016Z] #77 3.719 Initializing machine ID from KVM UUID. [2022-06-03T14:25:23.205Z] #28 45.16 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T14:25:23.205Z] #28 45.17 Setting up sudo (1.9.5p2-3) ... [2022-06-03T14:25:23.205Z] #28 45.23 invoke-rc.d: could not determine current runlevel [2022-06-03T14:25:23.205Z] #28 45.25 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T14:25:23.205Z] #28 45.25 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T14:25:23.205Z] #28 45.27 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T14:25:23.205Z] #28 45.28 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T14:25:23.205Z] #28 45.29 Setting up pigz (2.6-1) ... [2022-06-03T14:25:23.205Z] #28 45.30 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T14:25:23.205Z] #28 45.31 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T14:25:23.205Z] #28 45.33 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T14:25:23.205Z] #28 45.35 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:23.271Z] #77 4.105 Selecting previously unselected package systemd-sysv. [2022-06-03T14:25:23.272Z] #77 4.105 (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 ... 29442 files and directories currently installed.) [2022-06-03T14:25:23.272Z] #77 4.119 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-06-03T14:25:23.272Z] #77 4.122 Unpacking systemd-sysv (247.3-7) ... [2022-06-03T14:25:23.272Z] #77 4.171 Selecting previously unselected package libdbus-1-3:amd64. [2022-06-03T14:25:23.272Z] #77 4.174 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-06-03T14:25:23.272Z] #77 4.179 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-03T14:25:23.272Z] #77 4.236 Selecting previously unselected package dbus. [2022-06-03T14:25:23.527Z] #77 4.239 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-06-03T14:25:23.527Z] #77 4.248 Unpacking dbus (1.12.20-2) ... [2022-06-03T14:25:23.527Z] #77 4.319 Selecting previously unselected package libpam-systemd:amd64. [2022-06-03T14:25:23.527Z] #77 4.319 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-06-03T14:25:23.527Z] #77 4.323 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-06-03T14:25:23.527Z] #77 4.376 Selecting previously unselected package dbus-user-session. [2022-06-03T14:25:23.527Z] #77 4.379 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-06-03T14:25:23.527Z] #77 4.383 Unpacking dbus-user-session (1.12.20-2) ... [2022-06-03T14:25:23.527Z] #77 4.461 Setting up systemd-sysv (247.3-7) ... [2022-06-03T14:25:23.527Z] #77 4.474 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-03T14:25:23.527Z] #77 4.485 Setting up dbus (1.12.20-2) ... [2022-06-03T14:25:23.769Z] #28 45.82 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T14:25:23.769Z] #28 45.83 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T14:25:23.783Z] #77 4.616 invoke-rc.d: could not determine current runlevel [2022-06-03T14:25:23.783Z] #77 4.619 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T14:25:23.783Z] #77 4.624 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-06-03T14:25:24.026Z] #28 46.08 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T14:25:24.026Z] #28 46.09 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T14:25:24.026Z] #28 46.10 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T14:25:24.026Z] #28 46.12 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T14:25:24.042Z] #77 4.771 Setting up dbus-user-session (1.12.20-2) ... [2022-06-03T14:25:24.042Z] #77 4.792 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:25:24.042Z] #77 DONE 4.9s [2022-06-03T14:25:24.042Z] [2022-06-03T14:25:24.042Z] #78 [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 [2022-06-03T14:25:24.042Z] #78 sha256:1dc070ad61d5cd19912df9ee02994c1094dccd78ce5c36bcd4742d9058273071 [2022-06-03T14:25:24.283Z] #28 46.43 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T14:25:24.283Z] #28 46.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T14:25:24.283Z] #28 46.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T14:25:24.283Z] #28 46.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T14:25:24.283Z] #28 46.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T14:25:24.283Z] #28 46.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T14:25:24.283Z] #28 46.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T14:25:24.283Z] #28 46.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T14:25:24.540Z] #28 46.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T14:25:24.540Z] #28 46.52 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T14:25:24.603Z] #78 0.412 % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T14:25:24.603Z] #78 0.413 Dload Upload Total Spent Left Speed [2022-06-03T14:25:24.860Z] #78 0.413 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5842 0 --:--:-- --:--:-- --:--:-- 5842 [2022-06-03T14:25:24.860Z] #78 DONE 0.8s [2022-06-03T14:25:24.860Z] [2022-06-03T14:25:24.860Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T14:25:24.860Z] #79 sha256:060c0f3216623873012c86877de998baeafa6e1d5831683774f4b9c78179fb94 [2022-06-03T14:25:25.104Z] #28 47.37 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:25:25.104Z] #28 ... [2022-06-03T14:25:25.104Z] [2022-06-03T14:25:25.104Z] #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 [2022-06-03T14:25:25.104Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:25:25.104Z] #71 97.84 + bin/containerd [2022-06-03T14:25:25.362Z] #71 ... [2022-06-03T14:25:25.362Z] [2022-06-03T14:25:25.362Z] #28 [dev-systemd-false 7/26] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T14:25:25.362Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T14:25:25.362Z] #28 47.37 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T14:25:25.362Z] #28 47.38 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T14:25:25.362Z] #28 47.40 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T14:25:25.362Z] #28 47.41 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T14:25:25.789Z] #79 DONE 1.0s [2022-06-03T14:25:26.045Z] [2022-06-03T14:25:26.045Z] #80 exporting to image [2022-06-03T14:25:26.045Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T14:25:26.045Z] #80 exporting layers [2022-06-03T14:25:26.293Z] #28 48.14 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T14:25:26.293Z] #28 48.16 Setting up jq (1.6-2.1) ... [2022-06-03T14:25:26.293Z] #28 48.17 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T14:25:26.293Z] #28 48.18 Setting up iptables (1.8.7-1) ... [2022-06-03T14:25:26.293Z] #28 48.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:25:26.293Z] #28 48.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:25:26.293Z] #28 48.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T14:25:26.293Z] #28 48.28 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T14:25:26.293Z] #28 48.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T14:25:26.293Z] #28 48.29 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T14:25:26.293Z] #28 48.30 Setting up iproute2 (5.10.0-4) ... [2022-06-03T14:25:26.550Z] #28 48.55 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T14:25:27.113Z] #28 DONE 49.2s [2022-06-03T14:25:27.113Z] [2022-06-03T14:25:27.113Z] #29 [dev-systemd-false 8/26] 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 [2022-06-03T14:25:27.113Z] #29 sha256:7613aa2ab9f5f8188f2e7728f71678052ab587f2f13bf9a3a7fdd0fb8faad8d2 [2022-06-03T14:25:28.046Z] #29 0.795 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T14:25:28.046Z] #29 0.799 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T14:25:28.046Z] #29 0.802 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T14:25:28.046Z] #29 DONE 0.9s [2022-06-03T14:25:28.046Z] [2022-06-03T14:25:28.046Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T14:25:28.046Z] #30 sha256:06f72c9b31f4a2c26f18add57228420f705a12e20840c424867af9f088d8946e [2022-06-03T14:25:30.292Z] #55 347.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-03T14:25:30.293Z] #55 DONE 348.7s [2022-06-03T14:25:30.293Z] [2022-06-03T14:25:30.293Z] #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 [2022-06-03T14:25:30.293Z] #60 sha256:11f99f8d1fbbfad3b202c841d8daca8c4d58746820eca280176226f366e3e917 [2022-06-03T14:25:30.554Z] #60 156.9 + mkdir -p /build [2022-06-03T14:25:30.554Z] #60 156.9 + cp runc /build/runc [2022-06-03T14:25:31.128Z] #60 DONE 157.5s [2022-06-03T14:25:31.128Z] [2022-06-03T14:25:31.128Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T14:25:31.128Z] #56 sha256:01e24a9bf6c87e3f9fb5650ddc545ef2ddb2522ec3be0749d6013150ec04341f [2022-06-03T14:25:31.128Z] #56 DONE 0.7s [2022-06-03T14:25:31.128Z] [2022-06-03T14:25:31.128Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T14:25:31.128Z] #58 sha256:3d269536ff962edf5ab72ff2eb25333f711e82a1a9b52c05ff0eb9de791b637f [2022-06-03T14:25:31.392Z] #58 DONE 0.1s [2022-06-03T14:25:31.392Z] [2022-06-03T14:25:31.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 [2022-06-03T14:25:31.392Z] #64 sha256:da967a4b350509834f08c14a3dd7e171cf008916eb4bcd8b8f2ef74adc0ccabe [2022-06-03T14:25:32.587Z] #80 exporting layers 6.7s done [2022-06-03T14:25:32.587Z] #80 writing image sha256:e0eb84ea3c2c9d0881239673006146b1633ce414564372151993fecb26b2a0c5 done [2022-06-03T14:25:32.587Z] #80 naming to docker.io/library/docker:1db286c5e855a91df446a76c6d79122dad498d8e done [2022-06-03T14:25:32.587Z] #80 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T14:25:32.787Z] #64 ... [2022-06-03T14:25:32.787Z] [2022-06-03T14:25:32.787Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T14:25:32.787Z] #61 sha256:c3a4f36c9572b1a0be237985cc8c4b55af1851e4aea2728ad4108cfefd7f1ccd [2022-06-03T14:25:32.787Z] #61 DONE 0.2s [2022-06-03T14:25:32.787Z] [2022-06-03T14:25:32.787Z] #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 [2022-06-03T14:25:32.787Z] #64 sha256:da967a4b350509834f08c14a3dd7e171cf008916eb4bcd8b8f2ef74adc0ccabe [2022-06-03T14:25:32.926Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -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:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh dynbinary test-integration [2022-06-03T14:25:34.814Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-03T14:25:34.814Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-03T14:25:34.814Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-03T14:25:34.814Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-03T14:25:34.814Z] 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) [2022-06-03T14:25:34.814Z] Detected virtualization docker. [2022-06-03T14:25:34.814Z] Detected architecture x86-64. [2022-06-03T14:25:34.814Z] Set hostname to <3736bbb97e02>. [2022-06-03T14:25:34.814Z] modprobe@configfs.service: Succeeded. [2022-06-03T14:25:34.814Z] modprobe@drm.service: Succeeded. [2022-06-03T14:25:34.814Z] modprobe@fuse.service: Succeeded. [2022-06-03T14:25:34.814Z] + source /etc/docker-entrypoint-cmd [2022-06-03T14:25:34.814Z] ++ hack/make.sh dynbinary test-integration [2022-06-03T14:25:34.814Z] [2022-06-03T14:25:35.071Z] Removing bundles/ [2022-06-03T14:25:35.071Z] [2022-06-03T14:25:35.071Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T14:25:35.071Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:25:35.071Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:25:35.330Z] #64 294.9 + bin/containerd [2022-06-03T14:25:36.174Z] #30 7.714 Collecting yamllint==1.26.1 [2022-06-03T14:25:36.737Z] #30 8.764 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T14:25:37.301Z] #30 9.348 Collecting pathspec>=0.5.3 [2022-06-03T14:25:37.301Z] #30 9.353 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T14:25:37.558Z] #30 9.527 Collecting pyyaml [2022-06-03T14:25:37.558Z] #30 9.531 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) [2022-06-03T14:25:37.558Z] #30 9.575 Building wheels for collected packages: yamllint [2022-06-03T14:25:37.558Z] #30 9.575 Building wheel for yamllint (setup.py): started [2022-06-03T14:25:38.120Z] #30 10.12 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T14:25:38.120Z] #30 10.12 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=1109378bad1065e8e473b8451b94b07e86e5001cd7c2c4a8ecb96d4a2fadde06 [2022-06-03T14:25:38.120Z] #30 10.12 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T14:25:38.120Z] #30 10.13 Successfully built yamllint [2022-06-03T14:25:38.120Z] #30 10.14 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T14:25:38.377Z] #30 10.37 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T14:25:38.635Z] #30 DONE 10.7s [2022-06-03T14:25:38.635Z] [2022-06-03T14:25:38.635Z] #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 [2022-06-03T14:25:38.635Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:25:38.635Z] #71 ... [2022-06-03T14:25:38.635Z] [2022-06-03T14:25:38.635Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T14:25:38.635Z] #34 sha256:1e36b1ed79cab6dccacb207264f5c508395adfa5e5679ec5daed0612deb23b8c [2022-06-03T14:25:38.891Z] #34 DONE 0.2s [2022-06-03T14:25:38.892Z] [2022-06-03T14:25:38.892Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T14:25:38.892Z] #39 sha256:7e3ee7a28e2026da565ee04dc82ce0edbd6f03e5adfbc4765a1f51131054664c [2022-06-03T14:25:38.892Z] #39 DONE 0.2s [2022-06-03T14:25:38.892Z] [2022-06-03T14:25:38.892Z] #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 [2022-06-03T14:25:38.892Z] #67 sha256:f7ad8c41dfb64659217af6b1536a20f523fd47c106f5b6ea607e8532a131c397 [2022-06-03T14:25:39.150Z] #67 ... [2022-06-03T14:25:39.150Z] [2022-06-03T14:25:39.150Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T14:25:39.150Z] #42 sha256:29db68318cc726f888b6cf5c66425695ddc4f0b80e524482d9a402f37fcd98f5 [2022-06-03T14:25:39.150Z] #42 DONE 0.1s [2022-06-03T14:25:39.150Z] [2022-06-03T14:25:39.150Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T14:25:39.150Z] #44 sha256:edc477878c03f7963f10f8655964045bed5620ac38ffebfa15f7d1b89d41b567 [2022-06-03T14:25:39.150Z] #44 DONE 0.1s [2022-06-03T14:25:39.150Z] [2022-06-03T14:25:39.150Z] #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 [2022-06-03T14:25:39.150Z] #67 sha256:f7ad8c41dfb64659217af6b1536a20f523fd47c106f5b6ea607e8532a131c397 [2022-06-03T14:25:39.409Z] #67 ... [2022-06-03T14:25:39.409Z] [2022-06-03T14:25:39.409Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T14:25:39.409Z] #46 sha256:c732eec65c3a848ae0df8709061d366e20d4d948d88303c8a8b8852e99f209c5 [2022-06-03T14:25:39.409Z] #46 DONE 0.1s [2022-06-03T14:25:39.409Z] [2022-06-03T14:25:39.409Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T14:25:39.409Z] #48 sha256:1f85c3c5a4a2a28f79c3e759f1381f8454d11711711e785e7d8fe821cf6aeac1 [2022-06-03T14:25:39.409Z] #48 DONE 0.1s [2022-06-03T14:25:39.409Z] [2022-06-03T14:25:39.409Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T14:25:39.409Z] #52 sha256:312f42f40b2f84fb8044d5565783c76d2eb26b6e7004ec1afd32240aceccef2b [2022-06-03T14:25:39.409Z] #52 DONE 0.1s [2022-06-03T14:25:39.409Z] [2022-06-03T14:25:39.409Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T14:25:39.409Z] #55 sha256:804b72dbb7e6f8648af2e73bf3a457fec2fc8d03a3f48313d1e6ba8b8c94bfee [2022-06-03T14:25:39.666Z] #55 DONE 0.1s [2022-06-03T14:25:39.666Z] [2022-06-03T14:25:39.666Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T14:25:39.666Z] #59 sha256:87c02e7c417125e91e82f84a45bbde3fbb468f56924bb41460d41c94e990c7d5 [2022-06-03T14:25:39.666Z] #59 DONE 0.1s [2022-06-03T14:25:39.666Z] [2022-06-03T14:25:39.666Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T14:25:39.666Z] #61 sha256:f77658b8e2258813dd7d90744f0696d17e021b8d9d6f6383bfaac756e8b421e6 [2022-06-03T14:25:39.923Z] #61 DONE 0.1s [2022-06-03T14:25:39.923Z] [2022-06-03T14:25:39.923Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T14:25:39.923Z] #63 sha256:65a57a2ec073569a6853c415a45a592fa4983a61eeb973aad096f8789d763711 [2022-06-03T14:25:39.923Z] #63 DONE 0.2s [2022-06-03T14:25:39.923Z] [2022-06-03T14:25:39.923Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T14:25:39.923Z] #65 sha256:19dcd733383b67d9e5c2b2b647d242d133fdb51430bc80f8bbb4fecbabeb09fb [2022-06-03T14:25:39.923Z] #65 DONE 0.1s [2022-06-03T14:25:39.923Z] [2022-06-03T14:25:39.923Z] #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 [2022-06-03T14:25:39.923Z] #67 sha256:f7ad8c41dfb64659217af6b1536a20f523fd47c106f5b6ea607e8532a131c397 [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 31.9% of statements [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 6.0% of statements [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/server/router/volume 0.010s coverage: 67.9% of statements [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2022-06-03T14:26:01.073Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-03T14:26:01.073Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-03T14:26:01.826Z] #67 88.02 + mkdir -p /build [2022-06-03T14:26:01.826Z] #67 88.02 + cp runc /build/runc [2022-06-03T14:26:01.826Z] #67 DONE 88.3s [2022-06-03T14:26:01.826Z] [2022-06-03T14:26:01.826Z] #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 [2022-06-03T14:26:01.826Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:26:01.826Z] #71 ... [2022-06-03T14:26:01.826Z] [2022-06-03T14:26:01.826Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T14:26:01.826Z] #68 sha256:84c53fd76c55313569176a2939d847921885187cd3607f2867ec6cc967416586 [2022-06-03T14:26:01.826Z] #68 DONE 0.1s [2022-06-03T14:26:02.084Z] [2022-06-03T14:26:02.084Z] #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 [2022-06-03T14:26:02.084Z] #71 sha256:cdb2a41976c4cf8091abfd7963181ee63a42f6caf79b8ba4fb422d6a8335b26f [2022-06-03T14:26:02.985Z] ok github.com/docker/docker/builder/remotecontext 0.127s coverage: 13.7% of statements [2022-06-03T14:26:03.559Z] ok github.com/docker/docker/builder/dockerfile 0.481s coverage: 49.3% of statements [2022-06-03T14:26:03.822Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-03T14:26:04.445Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2022-06-03T14:26:05.409Z] ok github.com/docker/docker/builder/remotecontext/git 1.826s coverage: 86.3% of statements [2022-06-03T14:26:05.409Z] ? github.com/docker/docker/cli [no test files] [2022-06-03T14:26:05.409Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-03T14:26:05.409Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-03T14:26:05.409Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-03T14:26:05.981Z] ok github.com/docker/docker/cmd/docker-proxy 0.257s coverage: 67.6% of statements [2022-06-03T14:26:09.283Z] ok github.com/docker/docker/client 0.105s coverage: 75.6% of statements [2022-06-03T14:26:12.579Z] #64 342.4 # github.com/containerd/containerd/cmd/containerd [2022-06-03T14:26:12.579Z] #64 342.4 /usr/bin/ld: /tmp/go-link-1920346007/000019.o: in function `New': [2022-06-03T14:26:12.579Z] #64 342.4 /tmp/tmp.0oeVQxJmSr/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 [2022-06-03T14:26:12.579Z] #64 342.5 + bin/containerd-stress [2022-06-03T14:26:12.579Z] #64 343.6 + bin/containerd-shim [2022-06-03T14:26:19.136Z] #64 354.6 + bin/containerd-shim-runc-v1 [2022-06-03T14:26:25.691Z] #64 360.8 + bin/containerd-shim-runc-v2 [2022-06-03T14:26:25.948Z] #64 361.6 + binaries [2022-06-03T14:26:25.948Z] #64 361.6 + install -D bin/containerd /build/containerd [2022-06-03T14:26:25.948Z] #64 361.6 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T14:26:25.948Z] #64 361.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T14:26:25.948Z] #64 361.6 + install -D bin/ctr /build/ctr [2022-06-03T14:26:27.845Z] #64 DONE 363.4s [2022-06-03T14:26:28.786Z] [2022-06-03T14:26:28.786Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T14:26:28.786Z] #65 sha256:a9e712270647be41fd0f3a69687aecd1d9b3cf67aae566f7c6fc3a4cf5f042c3 [2022-06-03T14:26:29.718Z] #65 DONE 0.8s [2022-06-03T14:26:29.718Z] [2022-06-03T14:26:29.718Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T14:26:29.718Z] #70 sha256:b7bc51d777245db8f37cde90fb046c81ee0a54a980fcf09ccbb8d542f8724e9d [2022-06-03T14:26:29.975Z] #70 DONE 0.2s [2022-06-03T14:26:29.975Z] [2022-06-03T14:26:29.975Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T14:26:29.975Z] #75 sha256:ab541aebee46899a30f2ba0e1fc310e0ebf1fbafb31c92d8734fde9cce1fb485 [2022-06-03T14:26:30.906Z] #75 DONE 0.9s [2022-06-03T14:26:30.906Z] [2022-06-03T14:26:30.906Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T14:26:30.906Z] #76 sha256:1c5abbf6132cccbf9a4d6b6e41d2600c6b02edc37cf285d962381912ade1e9a4 [2022-06-03T14:26:30.906Z] #76 DONE 0.0s [2022-06-03T14:26:30.906Z] [2022-06-03T14:26:30.906Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T14:26:30.906Z] #77 sha256:79ed4bff454f1f83035d33261c9dbef1147735e06efc81f5a9b5d2ad3b967a8e [2022-06-03T14:26:31.599Z] #64 345.6 # github.com/containerd/containerd/cmd/containerd [2022-06-03T14:26:31.599Z] #64 345.6 /usr/bin/ld: /tmp/go-link-1679841985/000019.o: in function `New': [2022-06-03T14:26:31.599Z] #64 345.6 /tmp/tmp.ft8Mi90mCp/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 [2022-06-03T14:26:31.599Z] #64 345.7 + bin/containerd-stress [2022-06-03T14:26:31.599Z] #64 346.8 + bin/containerd-shim [2022-06-03T14:26:32.278Z] #77 DONE 1.3s [2022-06-03T14:26:32.278Z] [2022-06-03T14:26:32.278Z] #78 exporting to image [2022-06-03T14:26:32.278Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T14:26:32.278Z] #78 exporting layers [2022-06-03T14:26:34.126Z] #71 174.4 # github.com/containerd/containerd/cmd/containerd [2022-06-03T14:26:34.126Z] #71 174.4 /usr/bin/ld: /tmp/go-link-3894964119/000019.o: in function `New': [2022-06-03T14:26:34.126Z] #71 174.4 /tmp/tmp.wHpIDTE9TT/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 [2022-06-03T14:26:34.126Z] #71 174.5 + bin/containerd-stress [2022-06-03T14:26:34.126Z] #71 175.6 + bin/containerd-shim [2022-06-03T14:26:38.184Z] #64 357.9 + bin/containerd-shim-runc-v1 [2022-06-03T14:26:38.833Z] #78 exporting layers 6.1s done [2022-06-03T14:26:38.833Z] #78 writing image sha256:658aedf34608f66cbe844156026b86c9e4d66757dfa1ad9d421ac0299d44aa08 done [2022-06-03T14:26:38.833Z] #78 naming to docker.io/library/docker:1db286c5e855a91df446a76c6d79122dad498d8e done [2022-06-03T14:26:38.833Z] #78 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-03T14:26:39.172Z] + trap exit INT TERM [2022-06-03T14:26:39.172Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-03T14:26:39.172Z] + CONTAINER_NAME=docker-pr1 [2022-06-03T14:26:39.172Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43688/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh dynbinary [2022-06-03T14:26:40.543Z] [2022-06-03T14:26:40.543Z] Removing bundles/ [2022-06-03T14:26:40.543Z] [2022-06-03T14:26:40.543Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T14:26:40.543Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:26:40.543Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:26:41.392Z] ok github.com/docker/docker/cmd/dockerd 0.078s coverage: 29.7% of statements [2022-06-03T14:26:41.655Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-06-03T14:26:42.226Z] ok github.com/docker/docker/cmd/dockerd/trap 2.459s coverage: 0.0% of statements [2022-06-03T14:26:42.226Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-03T14:26:42.226Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-03T14:26:42.226Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-03T14:26:42.226Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-03T14:26:42.226Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-03T14:26:44.075Z] #71 186.4 + bin/containerd-shim-runc-v1 [2022-06-03T14:26:44.763Z] #64 364.2 + bin/containerd-shim-runc-v2 [2022-06-03T14:26:45.332Z] #64 365.0 + binaries [2022-06-03T14:26:45.332Z] #64 365.0 + install -D bin/containerd /build/containerd [2022-06-03T14:26:45.332Z] #64 365.0 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T14:26:45.332Z] #64 365.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T14:26:45.332Z] #64 365.1 + install -D bin/ctr /build/ctr [2022-06-03T14:26:47.264Z] #64 DONE 367.0s [2022-06-03T14:26:47.525Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2022-06-03T14:26:48.213Z] [2022-06-03T14:26:48.213Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T14:26:48.213Z] #65 sha256:80f273542e8e40ec5b6d1ef8d3823c6a67aa1c49ab991e350c6a2c8cd5404c99 [2022-06-03T14:26:48.911Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-06-03T14:26:49.155Z] #65 DONE 0.9s [2022-06-03T14:26:49.155Z] [2022-06-03T14:26:49.155Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T14:26:49.155Z] #70 sha256:39309736bf99d9b7173c3c9b5ae9a840babb864ad8115dd2fc5c4e899a019394 [2022-06-03T14:26:49.414Z] #70 DONE 0.2s [2022-06-03T14:26:49.414Z] [2022-06-03T14:26:49.414Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T14:26:49.414Z] #75 sha256:bdb749412b4493b1f2c3964e257736e681e300590a195fd77ec3b5a94178ca88 [2022-06-03T14:26:49.674Z] #75 DONE 0.3s [2022-06-03T14:26:49.674Z] [2022-06-03T14:26:49.674Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T14:26:49.674Z] #76 sha256:8c4e5e9c5caf2cdac232c4155ccbae38f90c0ab5fad439ebf9e425666b278c5d [2022-06-03T14:26:49.674Z] #76 DONE 0.0s [2022-06-03T14:26:49.674Z] [2022-06-03T14:26:49.674Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T14:26:49.674Z] #77 sha256:0e564de88bae9fbc11a46827fb1a48665c1064bfd329abd9dc2a310268f04fb2 [2022-06-03T14:26:49.854Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 36.9% of statements [2022-06-03T14:26:50.620Z] #71 192.6 + bin/containerd-shim-runc-v2 [2022-06-03T14:26:50.620Z] #71 193.3 + binaries [2022-06-03T14:26:50.876Z] #71 193.3 + install -D bin/containerd /build/containerd [2022-06-03T14:26:50.876Z] #71 193.4 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T14:26:50.876Z] #71 193.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T14:26:50.876Z] #71 193.4 + install -D bin/ctr /build/ctr [2022-06-03T14:26:51.060Z] #77 DONE 1.4s [2022-06-03T14:26:51.060Z] [2022-06-03T14:26:51.060Z] #78 exporting to image [2022-06-03T14:26:51.060Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T14:26:51.060Z] #78 exporting layers [2022-06-03T14:26:52.241Z] #71 DONE 194.8s [2022-06-03T14:26:53.178Z] [2022-06-03T14:26:53.178Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T14:26:53.178Z] #72 sha256:0b06ef643325703ab6d96db28b91d5a3db049714468f34b56b17a8d6288a6916 [2022-06-03T14:26:53.741Z] #72 DONE 0.2s [2022-06-03T14:26:53.741Z] [2022-06-03T14:26:53.741Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T14:26:53.741Z] #77 sha256:7eaa0cb05d513c3cb3de72b530b986e0879c533d053cc17e38c3d6fd91fea0c2 [2022-06-03T14:26:53.741Z] #77 DONE 0.1s [2022-06-03T14:26:53.741Z] [2022-06-03T14:26:53.741Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T14:26:53.741Z] #82 sha256:a16ac115406da6c2a9b15839751245d84d68f9bc5d0276380f35588cf678c149 [2022-06-03T14:26:53.997Z] #82 DONE 0.4s [2022-06-03T14:26:53.997Z] [2022-06-03T14:26:53.997Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T14:26:53.997Z] #83 sha256:ab3839888bf7c27d38cc58994a1d9b9f2d0d4aff48aa99e583c71cb94af43650 [2022-06-03T14:26:53.997Z] #83 DONE 0.0s [2022-06-03T14:26:54.254Z] [2022-06-03T14:26:54.254Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T14:26:54.254Z] #84 sha256:5f65ff2089c56d0b38cb8f9d2e13235e913f6c33fe010ceb9d6c9c30d4fa5828 [2022-06-03T14:26:56.441Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.4% of statements [2022-06-03T14:26:57.383Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.5% of statements [2022-06-03T14:26:57.647Z] #78 exporting layers 6.2s done [2022-06-03T14:26:57.647Z] #78 writing image sha256:579bff68088d62fae2a5235df20b3e473204af3f32a685f7714a9d85dcd34e47 done [2022-06-03T14:26:57.647Z] #78 naming to docker.io/library/docker:1db286c5e855a91df446a76c6d79122dad498d8e done [2022-06-03T14:26:57.647Z] #78 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T14:26:57.955Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-03T14:26:57.998Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -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:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh dynbinary test-integration [2022-06-03T14:26:58.423Z] #84 DONE 4.2s [2022-06-03T14:26:58.423Z] [2022-06-03T14:26:58.423Z] #85 exporting to image [2022-06-03T14:26:58.423Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T14:26:58.423Z] #85 exporting layers [2022-06-03T14:26:58.528Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-03T14:26:58.938Z] [2022-06-03T14:26:58.938Z] Removing bundles/ [2022-06-03T14:26:58.938Z] [2022-06-03T14:26:58.938Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T14:26:58.938Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:26:58.938Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:26:59.471Z] ok github.com/docker/docker/daemon 10.115s coverage: 16.1% of statements [2022-06-03T14:26:59.471Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-03T14:26:59.471Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-03T14:26:59.471Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-03T14:26:59.471Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-03T14:26:59.731Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.551s coverage: 74.8% of statements [2022-06-03T14:27:00.676Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.231s coverage: 56.2% of statements [2022-06-03T14:27:01.621Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-06-03T14:27:03.025Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.018s coverage: 1.9% of statements [2022-06-03T14:27:03.973Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.246s coverage: 50.6% of statements [2022-06-03T14:27:05.365Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.020s coverage: 46.1% of statements [2022-06-03T14:27:05.365Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-03T14:27:06.308Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 58.5% of statements [2022-06-03T14:27:06.308Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.911s coverage: 58.5% of statements [2022-06-03T14:27:06.308Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-03T14:27:06.308Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-03T14:27:07.251Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.022s coverage: 3.0% of statements [2022-06-03T14:27:07.512Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-06-03T14:27:08.455Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 6.6% of statements [2022-06-03T14:27:08.455Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-03T14:27:08.455Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-03T14:27:09.027Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.2% of statements [2022-06-03T14:27:09.600Z] ok github.com/docker/docker/daemon/logger/awslogs 0.131s coverage: 79.9% of statements [2022-06-03T14:27:09.600Z] ok github.com/docker/docker/daemon/logger/fluentd 0.013s coverage: 53.6% of statements [2022-06-03T14:27:09.600Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-03T14:27:10.173Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-03T14:27:10.173Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.4% of statements [2022-06-03T14:27:10.746Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-06-03T14:27:11.319Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.086s coverage: 76.8% of statements [2022-06-03T14:27:11.581Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 79.2% of statements [2022-06-03T14:27:11.581Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-03T14:27:11.581Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-03T14:27:12.154Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 31.5% of statements [2022-06-03T14:27:12.415Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.019s coverage: 62.0% of statements [2022-06-03T14:27:12.988Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-06-03T14:27:13.560Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-03T14:27:13.821Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-03T14:27:14.765Z] ok github.com/docker/docker/daemon/logger/splunk 1.542s coverage: 82.5% of statements [2022-06-03T14:27:14.765Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-03T14:27:14.765Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-03T14:27:15.710Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 44.4% of statements [2022-06-03T14:27:15.710Z] ok github.com/docker/docker/distribution 0.614s coverage: 28.0% of statements [2022-06-03T14:27:15.710Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-03T14:27:16.283Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-03T14:27:16.855Z] ok github.com/docker/docker/image 0.027s coverage: 86.9% of statements [2022-06-03T14:27:17.427Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-03T14:27:18.011Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-06-03T14:27:18.011Z] ok github.com/docker/docker/distribution/xfer 1.897s coverage: 84.9% of statements [2022-06-03T14:27:18.011Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-03T14:27:18.011Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-03T14:27:18.011Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-03T14:27:18.292Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-06-03T14:27:19.263Z] ok github.com/docker/docker/oci 0.010s coverage: 46.0% of statements [2022-06-03T14:27:19.856Z] ok github.com/docker/docker/opts 0.023s coverage: 66.0% of statements [2022-06-03T14:27:20.117Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-03T14:27:21.503Z] ok github.com/docker/docker/pkg/archive 0.289s coverage: 82.2% of statements [2022-06-03T14:27:22.445Z] ok github.com/docker/docker/pkg/authorization 0.157s coverage: 68.3% of statements [2022-06-03T14:27:22.446Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-03T14:27:22.707Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-03T14:27:24.929Z] #85 exporting layers 24.9s done [2022-06-03T14:27:24.929Z] #85 writing image sha256:5d1fc814543eab6e155bbaf74b280c328966c5ceba8c9df8fd84de25246f7087 done [2022-06-03T14:27:24.929Z] #85 naming to docker.io/library/docker:1db286c5e855a91df446a76c6d79122dad498d8e done [2022-06-03T14:27:24.929Z] #85 DONE 25.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-03T14:27:25.302Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43688/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/validate/default [2022-06-03T14:27:25.865Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-03T14:27:25.865Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-03T14:27:25.865Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-03T14:27:25.865Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-03T14:27:25.865Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-03T14:27:25.865Z] Congratulations! No new tests were added to integration-cli. [2022-06-03T14:27:25.865Z] [2022-06-03T14:27:25.865Z] INFO Start validation with golang-ci-lint [2022-06-03T14:27:26.008Z] ok github.com/docker/docker/pkg/chrootarchive 2.515s coverage: 42.7% of statements [2022-06-03T14:27:26.008Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-03T14:27:26.269Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-06-03T14:27:26.269Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-06-03T14:27:26.795Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-03T14:27:26.795Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-03T14:27:26.840Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-06-03T14:27:27.101Z] ok github.com/docker/docker/pkg/fsutils 0.119s coverage: 85.1% of statements [2022-06-03T14:27:27.101Z] ok github.com/docker/docker/layer 7.520s coverage: 69.0% of statements [2022-06-03T14:27:27.101Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-03T14:27:27.101Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-03T14:27:27.101Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-03T14:27:27.101Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-03T14:27:27.101Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-03T14:27:27.101Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-03T14:27:27.362Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-06-03T14:27:28.304Z] ok github.com/docker/docker/pkg/idtools 0.385s coverage: 67.9% of statements [2022-06-03T14:27:28.304Z] ok github.com/docker/docker/pkg/ioutils 0.349s coverage: 71.0% of statements [2022-06-03T14:27:28.565Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-06-03T14:27:28.565Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-06-03T14:27:28.565Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-03T14:27:28.565Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-06-03T14:27:28.827Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-06-03T14:27:28.827Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-06-03T14:27:29.088Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.5% of statements [2022-06-03T14:27:29.088Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-03T14:27:29.088Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-03T14:27:29.088Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-03T14:27:29.661Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-06-03T14:27:30.233Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-03T14:27:30.494Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-03T14:27:30.494Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-03T14:27:31.878Z] ok github.com/docker/docker/pkg/pubsub 1.047s coverage: 75.0% of statements [2022-06-03T14:27:32.138Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-03T14:27:32.399Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-03T14:27:32.400Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-03T14:27:32.661Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-03T14:27:32.922Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-03T14:27:33.493Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.6% of statements [2022-06-03T14:27:33.754Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-03T14:27:34.016Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2022-06-03T14:27:34.588Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-06-03T14:27:34.849Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-03T14:27:35.110Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-03T14:27:37.025Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-03T14:27:37.286Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-06-03T14:27:37.547Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-06-03T14:27:38.932Z] ok github.com/docker/docker/quota 0.171s coverage: 71.4% of statements [2022-06-03T14:27:38.933Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-06-03T14:27:39.875Z] ok github.com/docker/docker/registry 0.079s coverage: 58.6% of statements [2022-06-03T14:27:40.136Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-03T14:27:40.397Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-03T14:27:40.968Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-03T14:27:41.231Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-03T14:27:41.478Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:27:41.478Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:27:41.478Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:27:41.478Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:27:41.478Z] [2022-06-03T14:27:41.478Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T14:27:41.478Z] DOCKER_SYSTEMD=1 [2022-06-03T14:27:41.478Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T14:27:41.478Z] HOSTNAME=3736bbb97e02 [2022-06-03T14:27:41.478Z] DEST=bundles/test-integration [2022-06-03T14:27:41.478Z] PWD=/go/src/github.com/docker/docker [2022-06-03T14:27:41.478Z] DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:27:41.478Z] container=docker [2022-06-03T14:27:41.478Z] HOME=/root [2022-06-03T14:27:41.478Z] LANG=C.UTF-8 [2022-06-03T14:27:41.478Z] INVOCATION_ID=cd9a4d6236b740dca235d6bf4718c592 [2022-06-03T14:27:41.478Z] GOLANG_VERSION=1.18.3 [2022-06-03T14:27:41.478Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T14:27:41.478Z] VALIDATE_BRANCH=master [2022-06-03T14:27:41.478Z] TERM=xterm [2022-06-03T14:27:41.478Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T14:27:41.478Z] SHLVL=3 [2022-06-03T14:27:41.478Z] TIMEOUT=120m [2022-06-03T14:27:41.478Z] DOCKER_BUILDTAGS= journald [2022-06-03T14:27:41.478Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T14:27:41.478Z] GO111MODULE=off [2022-06-03T14:27:41.478Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T14:27:41.478Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T14:27:41.478Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T14:27:41.478Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T14:27:41.478Z] GOPATH=/go [2022-06-03T14:27:41.478Z] PKG_CONFIG=pkg-config [2022-06-03T14:27:41.478Z] _=/usr/bin/env [2022-06-03T14:27:41.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T14:27:42.617Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-03T14:27:43.559Z] ok github.com/docker/docker/volume/local 0.093s coverage: 76.8% of statements [2022-06-03T14:27:43.820Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-06-03T14:27:45.205Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-06-03T14:28:07.167Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.3% of statements [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/rootless [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/volume [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-03T14:28:07.167Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === Skipped [2022-06-03T14:28:07.167Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-03T14:28:07.167Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-03T14:28:07.167Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-03T14:28:07.167Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-03T14:28:07.167Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-03T14:28:07.167Z] graphtest_unix.go:71: No driver to put! [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-03T14:28:07.167Z] time="2022-06-03T14:27:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-03T14:28:07.167Z] time="2022-06-03T14:27:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:28:07.167Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:28:07.167Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:28:07.167Z] [2022-06-03T14:28:07.167Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-03T14:28:07.168Z] time="2022-06-03T14:27:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-03T14:28:07.168Z] time="2022-06-03T14:27:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-03T14:28:07.168Z] time="2022-06-03T14:27:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:71: No driver to put! [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-03T14:28:07.168Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-03T14:28:07.168Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-03T14:28:07.168Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:28:07.168Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-03T14:28:07.168Z] graphtest_unix.go:71: No driver to put! [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-03T14:28:07.168Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-03T14:28:07.168Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-03T14:28:07.168Z] [2022-06-03T14:28:07.168Z] DONE 2781 tests, 28 skipped in 206.730s [2022-06-03T14:28:07.168Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:28:07.168Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-03T14:28:07.168Z] + 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 [2022-06-03T14:28:28.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T14:28:28.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T14:28:47.099Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:28:47.100Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:28:47.100Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:28:47.100Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:28:47.100Z] [2022-06-03T14:28:47.100Z] + TEST_INTEGRATION_DEST=1 [2022-06-03T14:28:47.100Z] + CONTAINER_NAME=docker-pr1-1 [2022-06-03T14:28:47.100Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T14:28:47.100Z] + run_tests test-integration-flaky [2022-06-03T14:28:47.100Z] + '[' -n 0 ']' [2022-06-03T14:28:47.100Z] + rm= [2022-06-03T14:28:47.100Z] + c=0 [2022-06-03T14:28:47.100Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43688/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43688/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh test-integration-flaky test-integration [2022-06-03T14:28:47.100Z] + TEST_INTEGRATION_DEST=3 [2022-06-03T14:28:47.100Z] + CONTAINER_NAME=docker-pr1-3 [2022-06-03T14:28:47.100Z] + TEST_SKIP_INTEGRATION=1 [2022-06-03T14:28:47.100Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-03T14:28:47.100Z] + run_tests [2022-06-03T14:28:47.100Z] + '[' -n 0 ']' [2022-06-03T14:28:47.100Z] + rm= [2022-06-03T14:28:47.100Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43688/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43688/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh '' test-integration [2022-06-03T14:28:47.100Z] ++ jobs -p [2022-06-03T14:28:47.100Z] + for job in $(jobs -p) [2022-06-03T14:28:47.100Z] + wait 11411 [2022-06-03T14:28:47.100Z] + TEST_INTEGRATION_DEST=2 [2022-06-03T14:28:47.100Z] + CONTAINER_NAME=docker-pr1-2 [2022-06-03T14:28:47.100Z] + TEST_SKIP_INTEGRATION=1 [2022-06-03T14:28:47.100Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-03T14:28:47.100Z] + run_tests [2022-06-03T14:28:47.100Z] + '[' -n 0 ']' [2022-06-03T14:28:47.100Z] + rm= [2022-06-03T14:28:47.100Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43688/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43688/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh '' test-integration [2022-06-03T14:28:47.100Z] [2022-06-03T14:28:47.100Z] [2022-06-03T14:28:47.100Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-03T14:28:47.100Z] [2022-06-03T14:28:47.100Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T14:28:47.100Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T14:28:47.100Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T14:28:47.100Z] HOSTNAME=4cd4ecbc839c [2022-06-03T14:28:47.100Z] TEST_SKIP_INTEGRATION=1 [2022-06-03T14:28:47.100Z] TESTDEBUG=0 [2022-06-03T14:28:47.100Z] DEST=bundles/test-integration [2022-06-03T14:28:47.100Z] PWD=/go/src/github.com/docker/docker [2022-06-03T14:28:47.100Z] KEEPBUNDLE=1 [2022-06-03T14:28:47.100Z] DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:28:47.100Z] container=docker [2022-06-03T14:28:47.100Z] HOME=/root [2022-06-03T14:28:47.100Z] GOLANG_VERSION=1.18.3 [2022-06-03T14:28:47.100Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T14:28:47.100Z] VALIDATE_BRANCH=master [2022-06-03T14:28:47.100Z] TERM=xterm [2022-06-03T14:28:47.100Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T14:28:47.100Z] SHLVL=1 [2022-06-03T14:28:47.100Z] TIMEOUT=120m [2022-06-03T14:28:47.100Z] DOCKER_BUILDTAGS= journald [2022-06-03T14:28:47.100Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T14:28:47.100Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-03T14:28:47.100Z] GO111MODULE=off [2022-06-03T14:28:47.100Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T14:28:47.100Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T14:28:47.100Z] GOPATH=/go [2022-06-03T14:28:47.100Z] PKG_CONFIG=pkg-config [2022-06-03T14:28:47.100Z] _=/usr/bin/env [2022-06-03T14:28:47.100Z] Building test suite binary ./integration-cli/test.main [2022-06-03T14:28:47.100Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T14:28:47.100Z] HOSTNAME=687c84d1c737 [2022-06-03T14:28:47.100Z] TEST_SKIP_INTEGRATION=1 [2022-06-03T14:28:47.100Z] TESTDEBUG=0 [2022-06-03T14:28:47.100Z] DEST=bundles/test-integration [2022-06-03T14:28:47.100Z] PWD=/go/src/github.com/docker/docker [2022-06-03T14:28:47.100Z] KEEPBUNDLE=1 [2022-06-03T14:28:47.100Z] DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:28:47.100Z] container=docker [2022-06-03T14:28:47.100Z] HOME=/root [2022-06-03T14:28:47.100Z] GOLANG_VERSION=1.18.3 [2022-06-03T14:28:47.100Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T14:28:47.100Z] VALIDATE_BRANCH=master [2022-06-03T14:28:47.100Z] TERM=xterm [2022-06-03T14:28:47.100Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T14:28:47.100Z] SHLVL=1 [2022-06-03T14:28:47.100Z] TIMEOUT=120m [2022-06-03T14:28:47.100Z] DOCKER_BUILDTAGS= journald [2022-06-03T14:28:47.100Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T14:28:47.100Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-03T14:28:47.100Z] GO111MODULE=off [2022-06-03T14:28:47.100Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T14:28:47.100Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T14:28:47.100Z] GOPATH=/go [2022-06-03T14:28:47.100Z] PKG_CONFIG=pkg-config [2022-06-03T14:28:47.100Z] _=/usr/bin/env [2022-06-03T14:28:47.100Z] Building test suite binary ./integration-cli/test.main [2022-06-03T14:28:47.100Z] No new tests added to integration. [2022-06-03T14:28:47.100Z] [2022-06-03T14:28:47.100Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T14:28:47.100Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T14:28:47.100Z] HOSTNAME=7387350a4e6a [2022-06-03T14:28:47.100Z] TESTDEBUG=0 [2022-06-03T14:28:47.100Z] DEST=bundles/test-integration [2022-06-03T14:28:47.100Z] PWD=/go/src/github.com/docker/docker [2022-06-03T14:28:47.100Z] KEEPBUNDLE=1 [2022-06-03T14:28:47.100Z] DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:28:47.100Z] container=docker [2022-06-03T14:28:47.100Z] HOME=/root [2022-06-03T14:28:47.100Z] GOLANG_VERSION=1.18.3 [2022-06-03T14:28:47.100Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T14:28:47.100Z] VALIDATE_BRANCH=master [2022-06-03T14:28:47.100Z] TERM=xterm [2022-06-03T14:28:47.100Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T14:28:47.100Z] SHLVL=1 [2022-06-03T14:28:47.100Z] TIMEOUT=120m [2022-06-03T14:28:47.100Z] DOCKER_BUILDTAGS= journald [2022-06-03T14:28:47.100Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T14:28:47.100Z] GO111MODULE=off [2022-06-03T14:28:47.100Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T14:28:47.100Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T14:28:47.100Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T14:28:47.100Z] GOPATH=/go [2022-06-03T14:28:47.100Z] PKG_CONFIG=pkg-config [2022-06-03T14:28:47.100Z] _=/usr/bin/env [2022-06-03T14:28:47.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T14:28:50.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork 37.311s coverage: 40.6% of statements [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/bitseq 0.140s coverage: 84.4% of statements [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.535s coverage: 59.9% of statements [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.019s coverage: 4.0% of statements [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-03T14:28:53.883Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-03T14:28:53.883Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-06-03T14:28:56.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T14:29:02.036Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.529s coverage: 7.2% of statements [2022-06-03T14:29:02.036Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-03T14:29:02.329Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-03T14:29:02.906Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.020s coverage: 57.4% of statements [2022-06-03T14:29:02.906Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-03T14:29:02.906Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-03T14:29:02.906Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-03T14:29:03.169Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-03T14:29:03.437Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-06-03T14:29:03.698Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-03T14:29:03.959Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-03T14:29:05.474Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:29:05.474Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:29:05.474Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:29:05.474Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:29:05.474Z] [2022-06-03T14:29:05.474Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T14:29:05.474Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T14:29:05.474Z] HOSTNAME=2fb1ead49b74 [2022-06-03T14:29:05.474Z] DEST=bundles/test-integration [2022-06-03T14:29:05.474Z] PWD=/go/src/github.com/docker/docker [2022-06-03T14:29:05.474Z] DOCKER_ROOTLESS=1 [2022-06-03T14:29:05.474Z] DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:29:05.474Z] container=docker [2022-06-03T14:29:05.474Z] HOME=/root [2022-06-03T14:29:05.474Z] GOLANG_VERSION=1.18.3 [2022-06-03T14:29:05.474Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T14:29:05.474Z] VALIDATE_BRANCH=master [2022-06-03T14:29:05.474Z] TERM=xterm [2022-06-03T14:29:05.474Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T14:29:05.474Z] SHLVL=1 [2022-06-03T14:29:05.474Z] TIMEOUT=120m [2022-06-03T14:29:05.474Z] DOCKER_BUILDTAGS= journald [2022-06-03T14:29:05.474Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T14:29:05.474Z] GO111MODULE=off [2022-06-03T14:29:05.474Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T14:29:05.474Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T14:29:05.474Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T14:29:05.474Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T14:29:05.474Z] GOPATH=/go [2022-06-03T14:29:05.474Z] PKG_CONFIG=pkg-config [2022-06-03T14:29:05.474Z] _=/usr/bin/env [2022-06-03T14:29:05.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T14:29:06.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T14:29:06.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T14:29:06.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T14:29:07.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T14:29:07.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T14:29:08.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T14:29:11.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T14:29:12.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T14:29:13.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T14:29:13.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T14:29:14.084Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-03T14:29:14.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T14:29:15.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T14:29:16.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T14:29:16.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T14:29:18.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T14:29:18.587Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T14:29:18.587Z] Using test binary docker [2022-06-03T14:29:18.587Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T14:29:18.587Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-03T14:29:18.587Z] INFO: Waiting for daemon to start... [2022-06-03T14:29:18.587Z] Starting dockerd [2022-06-03T14:29:21.114Z] . [2022-06-03T14:29:21.114Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T14:29:21.114Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T14:29:21.114Z] Error: No such image: emptyfs [2022-06-03T14:29:21.370Z] Running integration-test (iteration 1) [2022-06-03T14:29:21.370Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T14:29:21.627Z] Loaded image: busybox:latest [2022-06-03T14:29:21.883Z] Loaded image: busybox:glibc [2022-06-03T14:29:23.251Z] Loaded image: debian:bullseye-slim [2022-06-03T14:29:23.251Z] Loaded image: hello-world:latest [2022-06-03T14:29:23.251Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:29:23.251Z] INFO: Testing against a local daemon [2022-06-03T14:29:23.251Z] === RUN TestCgroupNamespacesBuild [2022-06-03T14:29:24.624Z] --- PASS: TestCgroupNamespacesBuild (1.25s) [2022-06-03T14:29:24.624Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T14:29:25.991Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2022-06-03T14:29:25.991Z] === RUN TestBuildWithSession [2022-06-03T14:29:25.991Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:29:25.991Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T14:29:25.991Z] === RUN TestBuildSquashParent [2022-06-03T14:29:31.247Z] --- PASS: TestBuildSquashParent (4.75s) [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:29:31.247Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:29:31.247Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:29:31.247Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:29:31.247Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:29:31.247Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:29:31.247Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:29:31.247Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:29:31.247Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:29:31.247Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:29:32.176Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:29:32.201Z] ok github.com/docker/docker/libnetwork/ipam 16.028s coverage: 85.3% of statements [2022-06-03T14:29:32.201Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-03T14:29:32.201Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-03T14:29:32.201Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-03T14:29:32.201Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-06-03T14:29:32.201Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-03T14:29:32.201Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-03T14:29:32.201Z] ok github.com/docker/docker/libnetwork/ipamutils 0.270s coverage: 74.0% of statements [2022-06-03T14:29:32.433Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:29:32.772Z] ok github.com/docker/docker/libnetwork/iptables 0.177s coverage: 45.1% of statements [2022-06-03T14:29:33.033Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-03T14:29:33.295Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-06-03T14:29:33.800Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:29:34.057Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.48s) [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.76s) [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.72s) [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.80s) [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.69s) [2022-06-03T14:29:35.948Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.57s) [2022-06-03T14:29:35.948Z] === RUN TestBuildMultiStageCopy [2022-06-03T14:29:35.948Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T14:29:37.315Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T14:29:37.572Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T14:29:37.572Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T14:29:37.828Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T14:29:38.085Z] --- PASS: TestBuildMultiStageCopy (2.47s) [2022-06-03T14:29:38.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.55s) [2022-06-03T14:29:38.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2022-06-03T14:29:38.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-03T14:29:38.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-06-03T14:29:38.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-06-03T14:29:38.085Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T14:29:39.014Z] --- PASS: TestBuildMultiStageParentConfig (0.69s) [2022-06-03T14:29:39.014Z] === RUN TestBuildLabelWithTargets [2022-06-03T14:29:39.944Z] --- PASS: TestBuildLabelWithTargets (1.02s) [2022-06-03T14:29:39.944Z] === RUN TestBuildWithEmptyLayers [2022-06-03T14:29:40.201Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-03T14:29:40.201Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T14:29:42.091Z] --- PASS: TestBuildMultiStageOnBuild (1.70s) [2022-06-03T14:29:42.091Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T14:29:42.653Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-06-03T14:29:42.653Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T14:29:44.545Z] --- PASS: TestBuildMultiStageLayerLeak (1.78s) [2022-06-03T14:29:44.545Z] === RUN TestBuildWithHugeFile [2022-06-03T14:29:52.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T14:29:52.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T14:30:14.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T14:30:18.400Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 2m47.809161732s [2022-06-03T14:30:18.400Z] 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. [2022-06-03T14:30:18.400Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.398907ms [2022-06-03T14:30:20.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T14:30:28.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T14:30:29.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T14:30:30.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T14:30:31.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T14:30:31.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T14:30:32.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T14:30:35.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T14:30:36.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T14:30:37.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T14:30:37.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T14:30:38.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T14:30:38.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T14:30:40.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T14:30:40.726Z] --- PASS: TestBuildWithHugeFile (49.68s) [2022-06-03T14:30:40.726Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T14:30:40.726Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:30:40.726Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:30:40.726Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T14:30:40.726Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:30:40.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:30:40.726Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:30:40.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:30:40.726Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:30:40.726Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:30:40.726Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:30:40.726Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:30:40.726Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:30:40.726Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T14:30:40.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-03T14:30:40.726Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-06-03T14:30:40.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T14:30:40.726Z] === RUN TestBuildPreserveOwnership [2022-06-03T14:30:40.726Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T14:30:40.726Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T14:30:40.726Z] --- PASS: TestBuildPreserveOwnership (3.67s) [2022-06-03T14:30:40.726Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.46s) [2022-06-03T14:30:40.726Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s) [2022-06-03T14:30:40.726Z] === RUN TestBuildPlatformInvalid [2022-06-03T14:30:40.726Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-03T14:30:40.726Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T14:30:40.726Z] Loaded image: busybox:latest [2022-06-03T14:30:40.726Z] Loaded image: busybox:glibc [2022-06-03T14:30:40.726Z] Loaded image: debian:bullseye-slim [2022-06-03T14:30:40.726Z] Loaded image: hello-world:latest [2022-06-03T14:30:40.726Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:30:40.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T14:30:41.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T14:30:42.669Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T14:30:42.669Z] Using test binary docker [2022-06-03T14:30:42.669Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T14:30:42.669Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T14:30:42.669Z] INFO: Waiting for daemon to start... [2022-06-03T14:30:42.669Z] Starting dockerd [2022-06-03T14:30:44.580Z] . [2022-06-03T14:30:44.580Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T14:30:44.580Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T14:30:44.580Z] Error: No such image: emptyfs [2022-06-03T14:30:44.840Z] Running integration-test (iteration 1) [2022-06-03T14:30:44.840Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T14:30:45.100Z] Loaded image: busybox:latest [2022-06-03T14:30:45.100Z] Loaded image: busybox:glibc [2022-06-03T14:30:46.484Z] Loaded image: debian:bullseye-slim [2022-06-03T14:30:46.484Z] Loaded image: hello-world:latest [2022-06-03T14:30:46.484Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:30:46.484Z] INFO: Testing against a local daemon [2022-06-03T14:30:46.484Z] === RUN TestCgroupNamespacesBuild [2022-06-03T14:30:47.866Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2022-06-03T14:30:47.866Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T14:30:48.812Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.83s) [2022-06-03T14:30:48.812Z] PASS [2022-06-03T14:30:48.812Z] [2022-06-03T14:30:48.812Z] === Skipped [2022-06-03T14:30:48.812Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T14:30:48.812Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:30:48.812Z] [2022-06-03T14:30:48.812Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:30:48.812Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:30:48.812Z] [2022-06-03T14:30:48.812Z] DONE 34 tests, 2 skipped in 87.454s [2022-06-03T14:30:48.812Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T14:30:48.812Z] INFO: Testing against a local daemon [2022-06-03T14:30:48.812Z] === RUN TestConfigInspect [2022-06-03T14:30:49.247Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-06-03T14:30:49.247Z] === RUN TestBuildWithSession [2022-06-03T14:30:49.247Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:30:49.247Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T14:30:49.247Z] === RUN TestBuildSquashParent [2022-06-03T14:30:51.325Z] --- PASS: TestConfigInspect (2.29s) [2022-06-03T14:30:51.325Z] === RUN TestConfigList [2022-06-03T14:30:53.214Z] --- PASS: TestConfigList (2.17s) [2022-06-03T14:30:53.214Z] === RUN TestConfigsCreateAndDelete [2022-06-03T14:30:55.730Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-06-03T14:30:55.730Z] === RUN TestConfigsUpdate [2022-06-03T14:30:57.380Z] --- PASS: TestBuildSquashParent (7.12s) [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:30:57.380Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:30:57.380Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:30:57.380Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:30:57.380Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:30:57.380Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:30:57.380Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:30:57.380Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:30:57.380Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:30:57.380Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:30:57.621Z] --- PASS: TestConfigsUpdate (2.24s) [2022-06-03T14:30:57.621Z] === RUN TestTemplatedConfig [2022-06-03T14:30:57.950Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:30:57.950Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:30:59.860Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:30:59.860Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:31:00.886Z] --- PASS: TestTemplatedConfig (2.67s) [2022-06-03T14:31:00.886Z] === RUN TestConfigCreateResolve [2022-06-03T14:31:02.404Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-06-03T14:31:02.405Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.63s) [2022-06-03T14:31:02.405Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.67s) [2022-06-03T14:31:02.405Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.99s) [2022-06-03T14:31:02.405Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s) [2022-06-03T14:31:02.405Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2022-06-03T14:31:02.405Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2022-06-03T14:31:02.405Z] === RUN TestBuildMultiStageCopy [2022-06-03T14:31:02.405Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T14:31:02.775Z] --- PASS: TestConfigCreateResolve (2.19s) [2022-06-03T14:31:02.775Z] PASS [2022-06-03T14:31:02.775Z] [2022-06-03T14:31:02.775Z] DONE 6 tests in 13.741s [2022-06-03T14:31:02.775Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T14:31:02.775Z] INFO: Testing against a local daemon [2022-06-03T14:31:02.775Z] === RUN TestAttachWithTTY [2022-06-03T14:31:02.775Z] --- PASS: TestAttachWithTTY (0.07s) [2022-06-03T14:31:02.775Z] === RUN TestAttachWithoutTTy [2022-06-03T14:31:02.775Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-03T14:31:02.775Z] === RUN TestCheckpoint [2022-06-03T14:31:02.775Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:31:02.775Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:31:02.775Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T14:31:02.775Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T14:31:02.775Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T14:31:02.776Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T14:31:02.776Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T14:31:02.776Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-03T14:31:02.776Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T14:31:02.776Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T14:31:02.776Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T14:31:03.032Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-06-03T14:31:03.032Z] === RUN TestCopyEmptyFile [2022-06-03T14:31:03.032Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-03T14:31:03.032Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T14:31:03.288Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-06-03T14:31:03.288Z] === RUN TestCopyFromContainer [2022-06-03T14:31:04.654Z] === RUN TestCopyFromContainer// [2022-06-03T14:31:04.654Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T14:31:04.654Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T14:31:04.654Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T14:31:04.654Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T14:31:04.654Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T14:31:04.910Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T14:31:04.910Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T14:31:04.910Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T14:31:04.910Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer (1.88s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T14:31:05.165Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T14:31:05.165Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T14:31:05.165Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:31:05.165Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:31:05.165Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:31:05.165Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:31:05.165Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:31:05.165Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:31:05.165Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:31:05.165Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:31:05.165Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:31:05.165Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T14:31:05.165Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T14:31:05.165Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T14:31:05.165Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T14:31:05.165Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T14:31:05.165Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-03T14:31:05.165Z] === RUN TestCreateWithInvalidEnv [2022-06-03T14:31:05.165Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T14:31:05.165Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T14:31:05.165Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T14:31:05.165Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T14:31:05.165Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T14:31:05.165Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T14:31:05.165Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T14:31:05.165Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T14:31:05.165Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T14:31:05.165Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T14:31:05.165Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T14:31:05.165Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T14:31:05.165Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T14:31:05.165Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T14:31:05.165Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T14:31:05.165Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T14:31:05.699Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T14:31:06.268Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T14:31:07.094Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s) [2022-06-03T14:31:07.094Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T14:31:07.207Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T14:31:08.146Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2022-06-03T14:31:08.996Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T14:31:08.996Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:31:08.996Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:31:08.996Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:31:08.996Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:31:08.996Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:31:08.996Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:31:08.996Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:31:08.996Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:31:08.996Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:31:08.996Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:31:08.996Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:31:08.996Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:31:08.996Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:31:08.996Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:31:08.996Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T14:31:08.996Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T14:31:08.996Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T14:31:09.085Z] --- PASS: TestBuildMultiStageCopy (7.25s) [2022-06-03T14:31:09.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s) [2022-06-03T14:31:09.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.92s) [2022-06-03T14:31:09.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-03T14:31:09.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-03T14:31:09.085Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-03T14:31:09.085Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T14:31:09.252Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2022-06-03T14:31:09.252Z] === RUN TestCreateDifferentPlatform [2022-06-03T14:31:09.507Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T14:31:09.507Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T14:31:09.507Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T14:31:09.507Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T14:31:09.507Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T14:31:09.507Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T14:31:09.507Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-06-03T14:31:09.507Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T14:31:09.507Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-06-03T14:31:09.507Z] === RUN TestCreateInvalidHostConfig [2022-06-03T14:31:09.507Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:31:09.507Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:31:09.507Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:31:09.507Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:31:09.507Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:31:09.507Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:31:09.507Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:31:09.507Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:31:09.507Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:31:09.507Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:31:09.507Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:31:09.507Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:31:09.507Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T14:31:09.507Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T14:31:09.507Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T14:31:09.507Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T14:31:09.507Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T14:31:09.507Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T14:31:09.507Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T14:31:09.507Z] === RUN TestDaemonRestartIpcMode [2022-06-03T14:31:09.507Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T14:31:09.507Z] === RUN TestDaemonHostGatewayIP [2022-06-03T14:31:09.507Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T14:31:09.507Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T14:31:09.507Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T14:31:09.507Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T14:31:09.507Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T14:31:09.507Z] === RUN TestDiff [2022-06-03T14:31:10.074Z] --- PASS: TestDiff (0.63s) [2022-06-03T14:31:10.074Z] === RUN TestExecWithCloseStdin [2022-06-03T14:31:11.001Z] --- PASS: TestExecWithCloseStdin (0.75s) [2022-06-03T14:31:11.001Z] === RUN TestExec [2022-06-03T14:31:11.562Z] --- PASS: TestExec (0.62s) [2022-06-03T14:31:11.562Z] === RUN TestExecUser [2022-06-03T14:31:12.124Z] --- PASS: TestExecUser (0.63s) [2022-06-03T14:31:12.124Z] === RUN TestExportContainerAndImportImage [2022-06-03T14:31:13.051Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2022-06-03T14:31:13.051Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T14:31:14.363Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-06-03T14:31:14.363Z] === RUN TestBuildLabelWithTargets [2022-06-03T14:31:14.415Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-06-03T14:31:14.415Z] === RUN TestHealthCheckWorkdir [2022-06-03T14:31:14.978Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2022-06-03T14:31:14.978Z] === RUN TestHealthKillContainer [2022-06-03T14:31:22.485Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-06-03T14:31:22.486Z] === RUN TestBuildWithEmptyLayers [2022-06-03T14:31:23.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T14:31:23.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T14:31:24.795Z] time="2022-06-03T14:31:18Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2022-06-03T14:31:24.795Z] ok github.com/docker/docker/libnetwork/networkdb 104.186s coverage: 60.0% of statements [2022-06-03T14:31:24.795Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-03T14:31:24.795Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-03T14:31:24.795Z] ok github.com/docker/docker/libnetwork/osl 4.389s coverage: 39.7% of statements [2022-06-03T14:31:24.795Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-03T14:31:24.795Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-06-03T14:31:24.916Z] --- PASS: TestHealthKillContainer (8.28s) [2022-06-03T14:31:24.916Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T14:31:24.916Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2022-06-03T14:31:24.916Z] === RUN TestIpcModeNone [2022-06-03T14:31:24.916Z] --- PASS: TestIpcModeNone (0.64s) [2022-06-03T14:31:24.916Z] === RUN TestIpcModePrivate [2022-06-03T14:31:24.916Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-06-03T14:31:25.024Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-06-03T14:31:25.024Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T14:31:25.172Z] --- PASS: TestIpcModePrivate (0.66s) [2022-06-03T14:31:25.172Z] === RUN TestIpcModeShareable [2022-06-03T14:31:25.427Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-06-03T14:31:25.737Z] ok github.com/docker/docker/libnetwork/portmapper 0.668s coverage: 48.6% of statements [2022-06-03T14:31:25.737Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-03T14:31:25.737Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-03T14:31:25.988Z] --- PASS: TestIpcModeShareable (0.67s) [2022-06-03T14:31:25.988Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T14:31:25.998Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === Skipped [2022-06-03T14:31:25.998Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-03T14:31:25.998Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-03T14:31:25.998Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-03T14:31:25.998Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-03T14:31:25.998Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-03T14:31:25.998Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-03T14:31:25.998Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-03T14:31:25.998Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-03T14:31:25.998Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-03T14:31:25.998Z] firewalld_test.go:14: firewalld is not running [2022-06-03T14:31:25.998Z] [2022-06-03T14:31:25.998Z] DONE 325 tests, 9 skipped in 202.436s Post stage [Pipeline] junit [2022-06-03T14:31:26.956Z] Recording test results [2022-06-03T14:31:27.876Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.91s) [2022-06-03T14:31:27.876Z] === RUN TestAPIIpcModeHost [2022-06-03T14:31:28.132Z] --- PASS: TestAPIIpcModeHost (0.43s) [2022-06-03T14:31:28.132Z] === RUN TestDaemonIpcModeShareable [2022-06-03T14:31:28.489Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T14:31:28.830Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -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:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh dynbinary test-integration [2022-06-03T14:31:29.091Z] [2022-06-03T14:31:29.352Z] Removing bundles/ [2022-06-03T14:31:29.352Z] [2022-06-03T14:31:29.352Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T14:31:29.352Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:31:29.352Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:31:29.498Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-03T14:31:29.498Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2022-06-03T14:31:29.498Z] === RUN TestDaemonIpcModePrivate [2022-06-03T14:31:30.301Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-06-03T14:31:30.301Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T14:31:30.425Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-03T14:31:30.682Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-06-03T14:31:30.682Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T14:31:30.870Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-06-03T14:31:30.870Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T14:31:31.608Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-03T14:31:31.863Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s) [2022-06-03T14:31:31.863Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T14:31:33.228Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-03T14:31:33.228Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.32s) [2022-06-03T14:31:33.228Z] === RUN TestIpcModeOlderClient [2022-06-03T14:31:33.228Z] === PAUSE TestIpcModeOlderClient [2022-06-03T14:31:33.228Z] === RUN TestKillContainerInvalidSignal [2022-06-03T14:31:33.790Z] --- PASS: TestKillContainerInvalidSignal (0.49s) [2022-06-03T14:31:33.790Z] === RUN TestKillContainer [2022-06-03T14:31:33.790Z] === RUN TestKillContainer/no_signal [2022-06-03T14:31:34.046Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T14:31:34.301Z] === RUN TestKillContainer/killing_signal [2022-06-03T14:31:34.862Z] --- PASS: TestKillContainer (1.35s) [2022-06-03T14:31:34.862Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-06-03T14:31:34.862Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-06-03T14:31:34.862Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-06-03T14:31:34.862Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T14:31:34.862Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T14:31:35.068Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2022-06-03T14:31:35.068Z] === RUN TestBuildWithHugeFile [2022-06-03T14:31:35.423Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T14:31:36.351Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2022-06-03T14:31:36.351Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.49s) [2022-06-03T14:31:36.351Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-06-03T14:31:36.351Z] === RUN TestKillStoppedContainer [2022-06-03T14:31:36.351Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-03T14:31:36.351Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T14:31:36.351Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-03T14:31:36.351Z] === RUN TestKillDifferentUserContainer [2022-06-03T14:31:36.922Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-06-03T14:31:36.922Z] === RUN TestInspectOomKilledTrue [2022-06-03T14:31:36.922Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-03T14:31:36.922Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T14:31:36.922Z] === RUN TestInspectOomKilledFalse [2022-06-03T14:31:37.489Z] --- PASS: TestInspectOomKilledFalse (0.46s) [2022-06-03T14:31:37.489Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T14:31:37.746Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s) [2022-06-03T14:31:37.746Z] === RUN TestLinksContainerNames [2022-06-03T14:31:38.675Z] --- PASS: TestLinksContainerNames (0.94s) [2022-06-03T14:31:38.675Z] === RUN TestLogsFollowTailEmpty [2022-06-03T14:31:39.236Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-06-03T14:31:39.236Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T14:31:39.492Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/default [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/private [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/slave [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/shared [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T14:31:39.492Z] === CONT TestMountDaemonRoot/default [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:31:39.492Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T14:31:39.492Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:31:39.492Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:31:39.492Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:31:39.492Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:31:39.492Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/shared [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/slave [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/private [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:31:39.749Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T14:31:39.749Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:31:39.749Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T14:31:40.005Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:31:40.261Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-03T14:31:40.261Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T14:31:40.261Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T14:31:41.628Z] --- PASS: TestContainerBindMountNonRecursive (1.40s) [2022-06-03T14:31:41.628Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T14:31:41.884Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-06-03T14:31:41.884Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T14:31:42.447Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-06-03T14:31:42.447Z] === RUN TestNetworkNat [2022-06-03T14:31:42.704Z] --- PASS: TestNetworkNat (0.50s) [2022-06-03T14:31:42.704Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T14:31:43.266Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-06-03T14:31:43.266Z] === RUN TestNetworkLoopbackNat [2022-06-03T14:31:45.782Z] --- PASS: TestNetworkLoopbackNat (2.60s) [2022-06-03T14:31:45.782Z] === RUN TestPause [2022-06-03T14:31:46.344Z] --- PASS: TestPause (0.47s) [2022-06-03T14:31:46.344Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T14:31:46.344Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:31:46.344Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:31:46.344Z] === RUN TestPauseStopPausedContainer [2022-06-03T14:31:46.905Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-06-03T14:31:46.905Z] === RUN TestPidHost [2022-06-03T14:31:47.833Z] --- PASS: TestPidHost (1.03s) [2022-06-03T14:31:47.833Z] === RUN TestPsFilter [2022-06-03T14:31:48.089Z] --- PASS: TestPsFilter (0.12s) [2022-06-03T14:31:48.089Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T14:31:48.345Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-06-03T14:31:48.346Z] === RUN TestRemoveContainerWithVolume [2022-06-03T14:31:48.907Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-06-03T14:31:48.907Z] === RUN TestRemoveContainerRunning [2022-06-03T14:31:49.164Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-06-03T14:31:49.164Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T14:31:49.726Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2022-06-03T14:31:49.726Z] === RUN TestRemoveInvalidContainer [2022-06-03T14:31:49.726Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T14:31:49.726Z] === RUN TestRenameLinkedContainer [2022-06-03T14:31:51.616Z] --- PASS: TestRenameLinkedContainer (1.83s) [2022-06-03T14:31:51.616Z] === RUN TestRenameStoppedContainer [2022-06-03T14:31:52.178Z] --- PASS: TestRenameStoppedContainer (0.45s) [2022-06-03T14:31:52.178Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T14:31:53.105Z] --- PASS: TestRenameRunningContainerAndReuse (0.95s) [2022-06-03T14:31:53.105Z] === RUN TestRenameInvalidName [2022-06-03T14:31:53.361Z] --- PASS: TestRenameInvalidName (0.48s) [2022-06-03T14:31:53.361Z] === RUN TestRenameAnonymousContainer [2022-06-03T14:31:54.802Z] INFO [linters context/goanalysis] analyzers took 4m48.737494672s with top 10 stages: buildir: 1m58.90795111s, goimports: 24.746682007s, unconvert: 19.422239469s, gosec: 15.742269382s, S1038: 8.807533643s, golint: 7.660607724s, misspell: 6.563864215s, nilness: 4.491523559s, unused: 4.065299705s, S1039: 3.882898016s [2022-06-03T14:31:54.802Z] INFO [runner] Issues before processing: 3033, after processing: 0 [2022-06-03T14:31:54.802Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2417/2417, nolint: 0/77, skip_files: 2417/2417, identifier_marker: 2034/2034, exclude-rules: 77/2034, cgo: 2417/3033, filename_unadjuster: 2417/2417, exclude: 2034/2034, path_prettifier: 2417/2417, autogenerated_exclude: 2034/2417 [2022-06-03T14:31:54.802Z] INFO [runner] processing took 82.982275ms with stages: nolint: 32.454666ms, identifier_marker: 22.414978ms, path_prettifier: 9.527296ms, autogenerated_exclude: 8.266214ms, exclude-rules: 8.046067ms, skip_dirs: 1.757028ms, cgo: 346.3µs, filename_unadjuster: 164.921µs, max_same_issues: 1.325µs, uniq_by_line: 769ns, skip_files: 487ns, source_code: 305ns, diff: 287ns, max_per_file_from_linter: 265ns, exclude: 263ns, path_shortener: 233ns, severity-rules: 227ns, sort_results: 225ns, max_from_linter: 221ns, path_prefixer: 198ns [2022-06-03T14:31:54.802Z] INFO [runner] linters took 1m31.283657141s with stages: goanalysis_metalinter: 1m31.20049793s [2022-06-03T14:31:54.802Z] INFO File cache stats: 1671 entries of total size 8.5MiB [2022-06-03T14:31:54.802Z] INFO Memory: 2598 samples, avg is 293.2MB, max is 1229.3MB [2022-06-03T14:31:54.802Z] INFO Execution took 4m19.613677639s [2022-06-03T14:31:54.802Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-03T14:31:55.159Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh dynbinary test-docker-py [2022-06-03T14:31:55.249Z] --- PASS: TestRenameAnonymousContainer (1.71s) [2022-06-03T14:31:55.249Z] === RUN TestRenameContainerWithSameName [2022-06-03T14:31:55.414Z] [2022-06-03T14:31:55.505Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-06-03T14:31:55.505Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T14:31:55.670Z] Removing bundles/ [2022-06-03T14:31:55.670Z] [2022-06-03T14:31:55.670Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T14:31:55.670Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:31:55.670Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:31:56.431Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-06-03T14:31:56.431Z] === RUN TestResize [2022-06-03T14:31:56.993Z] --- PASS: TestResize (0.51s) [2022-06-03T14:31:56.993Z] === RUN TestResizeWithInvalidSize [2022-06-03T14:31:57.554Z] --- PASS: TestResizeWithInvalidSize (0.48s) [2022-06-03T14:31:57.554Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T14:31:57.811Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:31:57.811Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:31:57.811Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:31:57.811Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:31:57.811Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:31:59.701Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:32:01.066Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:32:02.429Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:32:02.429Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:32:03.820Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:32:03.820Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:32:08.038Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:32:08.038Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:32:09.931Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:32:11.821Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:32:11.821Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:32:13.187Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:32:13.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:32:15.116Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.34s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.83s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.80s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.29s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.24s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.79s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.76s) [2022-06-03T14:32:17.007Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s) [2022-06-03T14:32:17.007Z] === RUN TestCgroupNamespacesRun [2022-06-03T14:32:17.934Z] --- PASS: TestCgroupNamespacesRun (1.25s) [2022-06-03T14:32:17.934Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T14:32:17.934Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-03T14:32:17.934Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-03T14:32:17.934Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T14:32:19.300Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s) [2022-06-03T14:32:19.300Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T14:32:20.227Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-06-03T14:32:20.227Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T14:32:21.591Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s) [2022-06-03T14:32:21.591Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T14:32:22.518Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-06-03T14:32:22.518Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T14:32:23.445Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-06-03T14:32:23.445Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T14:32:24.811Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s) [2022-06-03T14:32:24.811Z] === RUN TestNISDomainname [2022-06-03T14:32:25.068Z] --- PASS: TestNISDomainname (0.55s) [2022-06-03T14:32:25.068Z] === RUN TestHostnameDnsResolution [2022-06-03T14:32:25.995Z] --- PASS: TestHostnameDnsResolution (0.73s) [2022-06-03T14:32:25.995Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T14:32:26.557Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2022-06-03T14:32:26.557Z] === RUN TestPrivilegedHostDevices [2022-06-03T14:32:26.813Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-06-03T14:32:26.813Z] === RUN TestConsoleSize [2022-06-03T14:32:27.376Z] --- PASS: TestConsoleSize (0.43s) [2022-06-03T14:32:27.376Z] === RUN TestStats [2022-06-03T14:32:29.890Z] --- PASS: TestStats (2.50s) [2022-06-03T14:32:29.890Z] === RUN TestStopContainerWithTimeout [2022-06-03T14:32:29.890Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T14:32:29.890Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T14:32:29.890Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T14:32:29.890Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T14:32:29.890Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T14:32:29.890Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T14:32:29.890Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T14:32:29.890Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T14:32:29.890Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T14:32:29.890Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T14:32:30.817Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T14:32:31.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T14:32:31.337Z] --- PASS: TestBuildWithHugeFile (51.02s) [2022-06-03T14:32:31.337Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T14:32:31.337Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:32:31.337Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:32:31.337Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T14:32:31.337Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:32:31.337Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:32:31.337Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:32:31.337Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:32:31.337Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:32:31.337Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:32:31.337Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:32:31.337Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:32:31.337Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:32:31.337Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-06-03T14:32:31.337Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-06-03T14:32:31.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-06-03T14:32:31.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T14:32:31.337Z] === RUN TestBuildPreserveOwnership [2022-06-03T14:32:31.337Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T14:32:32.277Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T14:32:32.703Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T14:32:34.066Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-03T14:32:34.067Z] --- PASS: TestStopContainerWithTimeout/0 (0.85s) [2022-06-03T14:32:34.067Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) [2022-06-03T14:32:34.067Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2022-06-03T14:32:34.067Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2022-06-03T14:32:34.067Z] === RUN TestDeleteDevicemapper [2022-06-03T14:32:34.067Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:32:34.067Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T14:32:34.067Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T14:32:35.955Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s) [2022-06-03T14:32:35.955Z] === RUN TestUpdateMemory [2022-06-03T14:32:36.212Z] --- PASS: TestUpdateMemory (0.56s) [2022-06-03T14:32:36.212Z] === RUN TestUpdateCPUQuota [2022-06-03T14:32:36.471Z] --- PASS: TestBuildPreserveOwnership (9.70s) [2022-06-03T14:32:36.471Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.67s) [2022-06-03T14:32:36.471Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-03T14:32:36.471Z] === RUN TestBuildPlatformInvalid [2022-06-03T14:32:36.471Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2022-06-03T14:32:36.471Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T14:32:36.471Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-03T14:32:36.471Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-03T14:32:36.471Z] PASS [2022-06-03T14:32:36.471Z] [2022-06-03T14:32:36.471Z] === Skipped [2022-06-03T14:32:36.471Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T14:32:36.471Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:32:36.471Z] [2022-06-03T14:32:36.471Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:32:36.471Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:32:36.471Z] [2022-06-03T14:32:36.471Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-03T14:32:36.471Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-03T14:32:36.471Z] [2022-06-03T14:32:36.471Z] DONE 34 tests, 3 skipped in 111.548s [2022-06-03T14:32:36.471Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T14:32:36.471Z] INFO: Testing against a local daemon [2022-06-03T14:32:36.471Z] === RUN TestConfigInspect [2022-06-03T14:32:36.471Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.471Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-03T14:32:36.471Z] === RUN TestConfigList [2022-06-03T14:32:36.471Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.471Z] --- SKIP: TestConfigList (0.01s) [2022-06-03T14:32:36.471Z] === RUN TestConfigsCreateAndDelete [2022-06-03T14:32:36.472Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-03T14:32:36.472Z] === RUN TestConfigsUpdate [2022-06-03T14:32:36.472Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-03T14:32:36.472Z] === RUN TestTemplatedConfig [2022-06-03T14:32:36.472Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-03T14:32:36.472Z] === RUN TestConfigCreateResolve [2022-06-03T14:32:36.472Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-03T14:32:36.472Z] PASS [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] === Skipped [2022-06-03T14:32:36.472Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-03T14:32:36.472Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-06-03T14:32:36.472Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-03T14:32:36.472Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-03T14:32:36.472Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-03T14:32:36.472Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-03T14:32:36.472Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:32:36.472Z] [2022-06-03T14:32:36.472Z] DONE 6 tests, 6 skipped in 0.154s [2022-06-03T14:32:36.472Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T14:32:36.732Z] INFO: Testing against a local daemon [2022-06-03T14:32:36.732Z] === RUN TestAttachWithTTY [2022-06-03T14:32:36.732Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-03T14:32:36.732Z] === RUN TestAttachWithoutTTy [2022-06-03T14:32:36.732Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-03T14:32:36.732Z] === RUN TestCheckpoint [2022-06-03T14:32:36.732Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:32:36.732Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:32:36.732Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T14:32:36.732Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T14:32:36.732Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T14:32:36.732Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T14:32:36.732Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-03T14:32:36.732Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T14:32:36.993Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T14:32:36.993Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T14:32:36.993Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-03T14:32:36.993Z] === RUN TestCopyEmptyFile [2022-06-03T14:32:36.993Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-03T14:32:36.993Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T14:32:37.140Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-06-03T14:32:37.140Z] === RUN TestUpdatePidsLimit [2022-06-03T14:32:37.140Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T14:32:37.252Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-03T14:32:37.252Z] === RUN TestCopyFromContainer [2022-06-03T14:32:37.397Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T14:32:37.397Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T14:32:37.653Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T14:32:37.908Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T14:32:38.164Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T14:32:38.420Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit (2.07s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2022-06-03T14:32:39.347Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-06-03T14:32:39.347Z] === RUN TestUpdateRestartPolicy [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer// [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T14:32:41.450Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T14:32:41.710Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T14:32:41.711Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer (4.60s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T14:32:41.711Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T14:32:41.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T14:32:41.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:32:41.711Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:32:41.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:32:41.711Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:32:41.711Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:32:41.711Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:32:41.711Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:32:41.711Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:32:41.711Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:32:41.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T14:32:41.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T14:32:41.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T14:32:41.711Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T14:32:41.711Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T14:32:41.711Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T14:32:41.711Z] === RUN TestCreateWithInvalidEnv [2022-06-03T14:32:41.711Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T14:32:41.711Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T14:32:41.711Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T14:32:41.711Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T14:32:41.711Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T14:32:41.711Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T14:32:41.711Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T14:32:41.711Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T14:32:41.711Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T14:32:41.711Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T14:32:41.711Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T14:32:41.711Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T14:32:41.711Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T14:32:41.711Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T14:32:41.711Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T14:32:41.711Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T14:32:43.094Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2022-06-03T14:32:43.094Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-06-03T14:32:44.475Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T14:32:44.475Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:32:44.475Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:32:44.475Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:32:44.475Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:32:44.475Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:32:44.475Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:32:44.475Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:32:44.475Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:32:44.475Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:32:44.475Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:32:44.475Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:32:44.475Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:32:44.475Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:32:44.475Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:32:44.475Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-06-03T14:32:44.475Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-06-03T14:32:44.475Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T14:32:44.735Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-06-03T14:32:44.735Z] === RUN TestCreateDifferentPlatform [2022-06-03T14:32:44.735Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T14:32:44.735Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T14:32:44.735Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T14:32:44.735Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T14:32:44.735Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T14:32:44.735Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T14:32:44.735Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-03T14:32:44.735Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T14:32:44.735Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-03T14:32:44.735Z] === RUN TestCreateInvalidHostConfig [2022-06-03T14:32:44.735Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:32:44.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:32:44.735Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:32:44.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:32:44.735Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:32:44.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:32:44.735Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:32:44.735Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:32:44.735Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:32:44.735Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:32:44.735Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:32:44.735Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:32:44.735Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T14:32:44.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T14:32:44.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T14:32:44.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T14:32:44.735Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T14:32:44.735Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T14:32:44.735Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-03T14:32:44.735Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-03T14:32:44.735Z] === RUN TestDaemonRestartIpcMode [2022-06-03T14:32:44.735Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T14:32:44.735Z] === RUN TestDaemonHostGatewayIP [2022-06-03T14:32:44.735Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:32:44.735Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-03T14:32:44.735Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T14:32:44.735Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T14:32:44.735Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T14:32:44.735Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-03T14:32:44.735Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-03T14:32:44.735Z] === RUN TestDiff [2022-06-03T14:32:45.333Z] --- PASS: TestDiff (0.44s) [2022-06-03T14:32:45.333Z] === RUN TestExecWithCloseStdin [2022-06-03T14:32:45.929Z] --- PASS: TestExecWithCloseStdin (0.49s) [2022-06-03T14:32:45.929Z] === RUN TestExec [2022-06-03T14:32:46.206Z] --- PASS: TestExec (0.48s) [2022-06-03T14:32:46.206Z] === RUN TestExecUser [2022-06-03T14:32:46.779Z] --- PASS: TestExecUser (0.49s) [2022-06-03T14:32:46.779Z] === RUN TestExportContainerAndImportImage [2022-06-03T14:32:47.350Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-06-03T14:32:47.350Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T14:32:48.730Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2022-06-03T14:32:48.730Z] === RUN TestHealthCheckWorkdir [2022-06-03T14:32:49.299Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-06-03T14:32:49.299Z] === RUN TestHealthKillContainer [2022-06-03T14:32:51.512Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-06-03T14:32:51.512Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T14:32:51.512Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-06-03T14:32:51.512Z] === RUN TestWaitNonBlocked [2022-06-03T14:32:51.512Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:32:51.512Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:32:51.512Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:32:51.512Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:32:51.512Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:32:51.512Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:32:51.512Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T14:32:51.512Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2022-06-03T14:32:51.512Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-06-03T14:32:51.512Z] === RUN TestWaitBlocked [2022-06-03T14:32:51.512Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:32:51.512Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:32:51.512Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:32:51.512Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:32:51.512Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:32:51.512Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:32:52.074Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T14:32:52.074Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2022-06-03T14:32:52.074Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2022-06-03T14:32:52.074Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T14:32:52.074Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T14:32:54.592Z] --- PASS: TestContainerStartOnDaemonRestart (2.32s) [2022-06-03T14:32:54.592Z] === CONT TestIpcModeOlderClient [2022-06-03T14:32:54.592Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-03T14:32:54.592Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T14:32:54.592Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.43s) [2022-06-03T14:32:54.592Z] === CONT TestDaemonHostGatewayIP [2022-06-03T14:32:57.107Z] --- PASS: TestDaemonHostGatewayIP (2.62s) [2022-06-03T14:32:57.107Z] === CONT TestDaemonRestartIpcMode [2022-06-03T14:32:57.426Z] --- PASS: TestHealthKillContainer (7.87s) [2022-06-03T14:32:57.426Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T14:32:57.426Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-03T14:32:57.426Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-03T14:32:57.426Z] === RUN TestIpcModeNone [2022-06-03T14:32:57.686Z] --- PASS: TestIpcModeNone (0.63s) [2022-06-03T14:32:57.686Z] === RUN TestIpcModePrivate [2022-06-03T14:32:57.789Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T14:32:57.946Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-06-03T14:32:58.206Z] --- PASS: TestIpcModePrivate (0.49s) [2022-06-03T14:32:58.206Z] === RUN TestIpcModeShareable [2022-06-03T14:32:58.206Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:32:58.206Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-03T14:32:58.206Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T14:32:59.588Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s) [2022-06-03T14:32:59.588Z] === RUN TestAPIIpcModeHost [2022-06-03T14:32:59.588Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:32:59.588Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-03T14:32:59.588Z] === RUN TestDaemonIpcModeShareable [2022-06-03T14:32:59.588Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:32:59.588Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-03T14:32:59.588Z] === RUN TestDaemonIpcModePrivate [2022-06-03T14:32:59.623Z] --- PASS: TestDaemonRestartIpcMode (2.26s) [2022-06-03T14:33:00.527Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-03T14:33:00.787Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-06-03T14:33:00.787Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T14:33:00.787Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:00.787Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-03T14:33:00.787Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T14:33:00.787Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:00.787Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-03T14:33:00.787Z] === RUN TestIpcModeOlderClient [2022-06-03T14:33:00.787Z] === PAUSE TestIpcModeOlderClient [2022-06-03T14:33:00.787Z] === RUN TestKillContainerInvalidSignal [2022-06-03T14:33:01.357Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-06-03T14:33:01.357Z] === RUN TestKillContainer [2022-06-03T14:33:01.357Z] === RUN TestKillContainer/no_signal [2022-06-03T14:33:01.618Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T14:33:01.878Z] === RUN TestKillContainer/killing_signal [2022-06-03T14:33:02.448Z] --- PASS: TestKillContainer (1.27s) [2022-06-03T14:33:02.448Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-06-03T14:33:02.448Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-06-03T14:33:02.448Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-06-03T14:33:02.448Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T14:33:02.448Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T14:33:03.017Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T14:33:03.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.87s) [2022-06-03T14:33:03.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s) [2022-06-03T14:33:03.277Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-06-03T14:33:03.277Z] === RUN TestKillStoppedContainer [2022-06-03T14:33:03.277Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T14:33:03.277Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T14:33:03.538Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-03T14:33:03.538Z] === RUN TestKillDifferentUserContainer [2022-06-03T14:33:03.798Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-06-03T14:33:03.798Z] === RUN TestInspectOomKilledTrue [2022-06-03T14:33:03.798Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:03.798Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T14:33:03.798Z] === RUN TestInspectOomKilledFalse [2022-06-03T14:33:03.798Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:33:03.798Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-03T14:33:03.798Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T14:33:03.798Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-03T14:33:03.798Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-03T14:33:03.798Z] === RUN TestLinksContainerNames [2022-06-03T14:33:04.737Z] --- PASS: TestLinksContainerNames (0.98s) [2022-06-03T14:33:04.737Z] === RUN TestLogsFollowTailEmpty [2022-06-03T14:33:05.308Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-06-03T14:33:05.308Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T14:33:05.568Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/default [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/private [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/slave [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/shared [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T14:33:05.568Z] === CONT TestMountDaemonRoot/default [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:33:05.568Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T14:33:05.568Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:33:05.568Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:33:05.568Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:33:05.568Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/shared [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/slave [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/private [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T14:33:05.829Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:33:05.829Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:33:05.829Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:33:05.848Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:33:05.848Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:33:05.848Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:33:05.848Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:33:05.848Z] [2022-06-03T14:33:05.848Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T14:33:05.848Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T14:33:05.848Z] HOSTNAME=22ffe6816937 [2022-06-03T14:33:05.848Z] TESTDEBUG=0 [2022-06-03T14:33:05.848Z] DEST=bundles/test-integration [2022-06-03T14:33:05.848Z] PWD=/go/src/github.com/docker/docker [2022-06-03T14:33:05.848Z] DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e [2022-06-03T14:33:05.848Z] container=docker [2022-06-03T14:33:05.848Z] HOME=/root [2022-06-03T14:33:05.848Z] GOLANG_VERSION=1.18.3 [2022-06-03T14:33:05.848Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T14:33:05.848Z] VALIDATE_BRANCH=master [2022-06-03T14:33:05.848Z] TERM=xterm [2022-06-03T14:33:05.848Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T14:33:05.848Z] SHLVL=1 [2022-06-03T14:33:05.848Z] TIMEOUT=120m [2022-06-03T14:33:05.848Z] DOCKER_BUILDTAGS= journald [2022-06-03T14:33:05.848Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T14:33:05.848Z] GO111MODULE=off [2022-06-03T14:33:05.848Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T14:33:05.848Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T14:33:05.848Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T14:33:05.848Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T14:33:05.848Z] GOPATH=/go [2022-06-03T14:33:05.848Z] PKG_CONFIG=pkg-config [2022-06-03T14:33:05.848Z] _=/usr/bin/env [2022-06-03T14:33:05.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T14:33:06.089Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T14:33:06.089Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T14:33:06.089Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T14:33:06.089Z] 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) [2022-06-03T14:33:06.089Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-06-03T14:33:06.089Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T14:33:06.089Z] 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) [2022-06-03T14:33:06.089Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-03T14:33:06.089Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T14:33:06.089Z] 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) [2022-06-03T14:33:06.089Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-03T14:33:06.089Z] === RUN TestNetworkNat [2022-06-03T14:33:06.660Z] --- PASS: TestNetworkNat (0.63s) [2022-06-03T14:33:06.660Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T14:33:07.231Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-06-03T14:33:07.231Z] === RUN TestNetworkLoopbackNat [2022-06-03T14:33:07.709Z] --- PASS: TestContainerKillOnDaemonStart (11.86s) [2022-06-03T14:33:07.709Z] PASS [2022-06-03T14:33:07.709Z] [2022-06-03T14:33:07.709Z] === Skipped [2022-06-03T14:33:07.709Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T14:33:07.709Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:33:07.709Z] [2022-06-03T14:33:07.709Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T14:33:07.709Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-03T14:33:07.709Z] [2022-06-03T14:33:07.709Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:33:07.709Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:33:07.709Z] [2022-06-03T14:33:07.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-03T14:33:07.709Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-03T14:33:07.709Z] [2022-06-03T14:33:07.709Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T14:33:07.709Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:33:07.709Z] [2022-06-03T14:33:07.709Z] DONE 243 tests, 5 skipped in 123.863s [2022-06-03T14:33:07.709Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T14:33:07.709Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T14:33:07.709Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-03T14:33:07.709Z] === RUN TestConfigDaemonID [2022-06-03T14:33:07.965Z] daemon_test.go:83: [dbc957f250289] daemon is not started [2022-06-03T14:33:07.965Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-03T14:33:07.965Z] === RUN TestDaemonConfigValidation [2022-06-03T14:33:07.965Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:33:07.965Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:33:07.965Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T14:33:07.965Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T14:33:07.965Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T14:33:07.965Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T14:33:07.965Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T14:33:07.965Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T14:33:07.965Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T14:33:07.965Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T14:33:07.965Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:33:07.965Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T14:33:08.221Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T14:33:08.221Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T14:33:08.221Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T14:33:08.221Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T14:33:08.221Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-03T14:33:08.221Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-03T14:33:08.221Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-03T14:33:08.221Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-06-03T14:33:08.221Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-06-03T14:33:08.221Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T14:33:08.221Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T14:33:09.586Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T14:33:09.768Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-06-03T14:33:09.768Z] === RUN TestPause [2022-06-03T14:33:09.768Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:09.768Z] --- SKIP: TestPause (0.00s) [2022-06-03T14:33:09.768Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T14:33:09.768Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:33:09.768Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:33:09.768Z] === RUN TestPauseStopPausedContainer [2022-06-03T14:33:09.768Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:09.768Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-03T14:33:09.768Z] === RUN TestPidHost [2022-06-03T14:33:10.513Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T14:33:10.708Z] --- PASS: TestPidHost (0.88s) [2022-06-03T14:33:10.708Z] === RUN TestPsFilter [2022-06-03T14:33:10.708Z] --- PASS: TestPsFilter (0.10s) [2022-06-03T14:33:10.708Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T14:33:11.278Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-06-03T14:33:11.278Z] === RUN TestRemoveContainerWithVolume [2022-06-03T14:33:11.487Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T14:33:11.487Z] daemon_test.go:197: [d8ad38f238e9c] daemon is not started [2022-06-03T14:33:11.487Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-03T14:33:11.487Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-03T14:33:11.487Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-03T14:33:11.487Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-06-03T14:33:11.487Z] === RUN TestDaemonProxy [2022-06-03T14:33:11.487Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T14:33:11.538Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-06-03T14:33:11.538Z] === RUN TestRemoveContainerRunning [2022-06-03T14:33:12.107Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-06-03T14:33:12.107Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T14:33:12.367Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-06-03T14:33:12.367Z] === RUN TestRemoveInvalidContainer [2022-06-03T14:33:12.367Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T14:33:12.367Z] === RUN TestRenameLinkedContainer [2022-06-03T14:33:13.393Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T14:33:14.276Z] --- PASS: TestRenameLinkedContainer (1.66s) [2022-06-03T14:33:14.276Z] === RUN TestRenameStoppedContainer [2022-06-03T14:33:14.535Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-06-03T14:33:14.535Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T14:33:14.756Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T14:33:15.475Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-06-03T14:33:15.475Z] === RUN TestRenameInvalidName [2022-06-03T14:33:15.736Z] --- PASS: TestRenameInvalidName (0.40s) [2022-06-03T14:33:15.736Z] === RUN TestRenameAnonymousContainer [2022-06-03T14:33:16.642Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T14:33:17.117Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-06-03T14:33:17.117Z] === RUN TestRenameContainerWithSameName [2022-06-03T14:33:17.204Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T14:33:17.459Z] --- PASS: TestDaemonProxy (6.18s) [2022-06-03T14:33:17.459Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-06-03T14:33:17.459Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-06-03T14:33:17.459Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-03T14:33:17.459Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-06-03T14:33:17.459Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T14:33:17.459Z] PASS [2022-06-03T14:33:17.459Z] [2022-06-03T14:33:17.459Z] DONE 18 tests in 11.101s [2022-06-03T14:33:17.459Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T14:33:17.686Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-03T14:33:17.686Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T14:33:17.716Z] INFO: Testing against a local daemon [2022-06-03T14:33:17.716Z] === RUN TestCommitInheritsEnv [2022-06-03T14:33:17.972Z] --- PASS: TestCommitInheritsEnv (0.33s) [2022-06-03T14:33:17.972Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T14:33:17.972Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T14:33:17.972Z] === RUN TestImportWithCustomPlatform [2022-06-03T14:33:17.972Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T14:33:17.972Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T14:33:17.972Z] === RUN TestImportWithCustomPlatform// [2022-06-03T14:33:17.972Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T14:33:18.228Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T14:33:18.228Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T14:33:18.228Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T14:33:18.228Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T14:33:18.228Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T14:33:18.228Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T14:33:18.228Z] === RUN TestImagesFilterMultiReference [2022-06-03T14:33:18.228Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-06-03T14:33:18.228Z] === RUN TestImagePullPlatformInvalid [2022-06-03T14:33:18.256Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-06-03T14:33:18.256Z] === RUN TestResize [2022-06-03T14:33:18.484Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-03T14:33:18.484Z] === RUN TestRemoveImageOrphaning [2022-06-03T14:33:18.739Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-06-03T14:33:18.739Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T14:33:18.826Z] --- PASS: TestResize (0.43s) [2022-06-03T14:33:18.826Z] === RUN TestResizeWithInvalidSize [2022-06-03T14:33:19.300Z] time="2022-06-03T14:33:19Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-03T14:33:19.395Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-06-03T14:33:19.395Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T14:33:19.655Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-03T14:33:19.655Z] === RUN TestDaemonRestartKillContainers [2022-06-03T14:33:19.655Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-03T14:33:19.655Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-03T14:33:19.655Z] === RUN TestCgroupNamespacesRun [2022-06-03T14:33:20.665Z] --- PASS: TestRemoveImageGarbageCollector (1.90s) [2022-06-03T14:33:20.665Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T14:33:20.665Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-03T14:33:20.665Z] === RUN TestTagInvalidReference [2022-06-03T14:33:20.665Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T14:33:20.665Z] === RUN TestTagValidPrefixedRepo [2022-06-03T14:33:20.665Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-03T14:33:20.665Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T14:33:20.665Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T14:33:20.665Z] === RUN TestTagOfficialNames [2022-06-03T14:33:20.665Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-03T14:33:20.665Z] === RUN TestTagMatchesDigest [2022-06-03T14:33:20.665Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-03T14:33:20.665Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T14:33:21.037Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-06-03T14:33:21.037Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T14:33:21.976Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-06-03T14:33:21.976Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T14:33:22.915Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-06-03T14:33:22.915Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T14:33:24.297Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-06-03T14:33:24.297Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T14:33:25.237Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-06-03T14:33:25.237Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T14:33:26.620Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-03T14:33:26.620Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T14:33:27.195Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-06-03T14:33:27.195Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T14:33:28.580Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-06-03T14:33:28.580Z] === RUN TestNISDomainname [2022-06-03T14:33:28.580Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-03T14:33:28.580Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-03T14:33:28.580Z] === RUN TestHostnameDnsResolution [2022-06-03T14:33:28.840Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-06-03T14:33:28.840Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T14:33:28.840Z] 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 [2022-06-03T14:33:28.840Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-03T14:33:28.840Z] === RUN TestPrivilegedHostDevices [2022-06-03T14:33:29.410Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2022-06-03T14:33:29.410Z] === RUN TestConsoleSize [2022-06-03T14:33:29.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T14:33:29.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T14:33:29.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T14:33:29.980Z] --- PASS: TestConsoleSize (0.45s) [2022-06-03T14:33:29.980Z] === RUN TestStats [2022-06-03T14:33:29.980Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:29.980Z] --- SKIP: TestStats (0.00s) [2022-06-03T14:33:29.980Z] === RUN TestStopContainerWithTimeout [2022-06-03T14:33:29.980Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T14:33:29.980Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T14:33:29.980Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T14:33:29.980Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T14:33:29.980Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T14:33:29.980Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T14:33:29.980Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T14:33:29.980Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T14:33:29.980Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T14:33:29.980Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T14:33:30.551Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T14:33:31.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T14:33:32.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T14:33:32.428Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T14:33:32.428Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T14:33:32.459Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T14:33:34.995Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T14:33:34.995Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-06-03T14:33:34.995Z] --- PASS: TestStopContainerWithTimeout/1 (1.58s) [2022-06-03T14:33:34.995Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2022-06-03T14:33:34.995Z] --- PASS: TestStopContainerWithTimeout/-1 (2.47s) [2022-06-03T14:33:34.995Z] === RUN TestDeleteDevicemapper [2022-06-03T14:33:34.995Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:33:34.995Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T14:33:34.995Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T14:33:35.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T14:33:36.378Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.76s) [2022-06-03T14:33:36.378Z] === RUN TestUpdateMemory [2022-06-03T14:33:36.378Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:36.378Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-03T14:33:36.378Z] === RUN TestUpdateCPUQuota [2022-06-03T14:33:36.378Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:36.378Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-03T14:33:36.379Z] === RUN TestUpdatePidsLimit [2022-06-03T14:33:36.379Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:36.379Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-03T14:33:36.379Z] === RUN TestUpdateRestartPolicy [2022-06-03T14:33:43.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T14:33:46.257Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T14:33:48.648Z] --- PASS: TestUpdateRestartPolicy (11.01s) [2022-06-03T14:33:48.648Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T14:33:48.648Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-06-03T14:33:48.648Z] === RUN TestWaitNonBlocked [2022-06-03T14:33:48.648Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:33:48.648Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:33:48.648Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:33:48.648Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:33:48.648Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:33:48.648Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:33:48.648Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T14:33:48.648Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-06-03T14:33:48.648Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-06-03T14:33:48.648Z] === RUN TestWaitBlocked [2022-06-03T14:33:48.648Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:33:48.648Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:33:48.648Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:33:48.648Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:33:48.648Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:33:48.648Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:33:48.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T14:33:49.219Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T14:33:49.219Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s) [2022-06-03T14:33:49.219Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2022-06-03T14:33:49.219Z] === CONT TestDaemonRestartIpcMode [2022-06-03T14:33:49.219Z] === CONT TestIpcModeOlderClient [2022-06-03T14:33:49.219Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-03T14:33:49.219Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T14:33:50.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T14:33:50.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T14:33:51.759Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.49s) [2022-06-03T14:33:52.022Z] --- PASS: TestDaemonRestartIpcMode (2.81s) [2022-06-03T14:33:52.022Z] PASS [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === Skipped [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T14:33:52.022Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-03T14:33:52.022Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-03T14:33:52.022Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-03T14:33:52.022Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-03T14:33:52.022Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-03T14:33:52.022Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-03T14:33:52.022Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-03T14:33:52.022Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-03T14:33:52.022Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-03T14:33:52.022Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T14:33:52.022Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-03T14:33:52.022Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-03T14:33:52.022Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-06-03T14:33:52.022Z] 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) [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-03T14:33:52.022Z] 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) [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-03T14:33:52.022Z] 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) [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-03T14:33:52.022Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:33:52.022Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-03T14:33:52.022Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-03T14:33:52.022Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-03T14:33:52.022Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-03T14:33:52.022Z] 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 [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-03T14:33:52.022Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T14:33:52.022Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-03T14:33:52.022Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-03T14:33:52.022Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-03T14:33:52.022Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T14:33:52.022Z] [2022-06-03T14:33:52.022Z] DONE 220 tests, 27 skipped in 75.477s [2022-06-03T14:33:52.022Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T14:33:52.022Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T14:33:52.592Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-06-03T14:33:52.592Z] === RUN TestConfigDaemonID [2022-06-03T14:33:53.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T14:33:53.974Z] daemon_test.go:83: [d56ddbbc9be6a] daemon is not started [2022-06-03T14:33:53.974Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-03T14:33:53.974Z] === RUN TestDaemonConfigValidation [2022-06-03T14:33:53.974Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:33:53.974Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:33:53.974Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T14:33:53.974Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T14:33:53.974Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T14:33:53.974Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T14:33:53.974Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T14:33:53.974Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T14:33:53.974Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T14:33:53.974Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T14:33:53.974Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:33:53.974Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T14:33:53.974Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T14:33:53.974Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T14:33:53.974Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T14:33:53.974Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T14:33:53.974Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-03T14:33:53.974Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-06-03T14:33:53.974Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-06-03T14:33:53.974Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-06-03T14:33:53.974Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-03T14:33:53.975Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T14:33:53.975Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T14:33:55.360Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T14:33:55.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T14:33:56.299Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T14:33:57.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T14:33:57.238Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T14:33:57.238Z] daemon_test.go:197: [de11754e041e2] daemon is not started [2022-06-03T14:33:57.238Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-06-03T14:33:57.238Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-06-03T14:33:57.238Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-03T14:33:57.238Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-06-03T14:33:57.238Z] === RUN TestDaemonProxy [2022-06-03T14:33:57.238Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-03T14:33:57.238Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-03T14:33:57.238Z] PASS [2022-06-03T14:33:57.238Z] [2022-06-03T14:33:57.238Z] === Skipped [2022-06-03T14:33:57.238Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-03T14:33:57.238Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-03T14:33:57.238Z] [2022-06-03T14:33:57.238Z] DONE 13 tests, 1 skipped in 5.261s [2022-06-03T14:33:57.238Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T14:33:57.498Z] INFO: Testing against a local daemon [2022-06-03T14:33:57.498Z] === RUN TestCommitInheritsEnv [2022-06-03T14:33:59.404Z] --- PASS: TestCommitInheritsEnv (1.74s) [2022-06-03T14:33:59.405Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T14:33:59.405Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform// [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T14:33:59.405Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T14:33:59.405Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T14:33:59.405Z] === RUN TestImagesFilterMultiReference [2022-06-03T14:33:59.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T14:33:59.664Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-06-03T14:33:59.664Z] === RUN TestImagePullPlatformInvalid [2022-06-03T14:33:59.664Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-03T14:33:59.664Z] === RUN TestRemoveImageOrphaning [2022-06-03T14:34:00.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T14:34:01.571Z] --- PASS: TestRemoveImageOrphaning (1.61s) [2022-06-03T14:34:01.571Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T14:34:01.571Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-03T14:34:01.571Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-03T14:34:01.571Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T14:34:01.571Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T14:34:01.571Z] === RUN TestTagInvalidReference [2022-06-03T14:34:01.571Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T14:34:01.571Z] === RUN TestTagValidPrefixedRepo [2022-06-03T14:34:01.572Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-03T14:34:01.572Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T14:34:01.572Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T14:34:01.572Z] === RUN TestTagOfficialNames [2022-06-03T14:34:01.572Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-03T14:34:01.572Z] === RUN TestTagMatchesDigest [2022-06-03T14:34:01.572Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-03T14:34:01.572Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T14:34:02.077Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T14:34:02.077Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:34:02.077Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:34:02.077Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T14:34:02.077Z] [2022-06-03T14:34:02.077Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-03T14:34:02.077Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-03T14:34:02.077Z] Using test binary docker [2022-06-03T14:34:02.077Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T14:34:02.077Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T14:34:02.077Z] INFO: Waiting for daemon to start... [2022-06-03T14:34:02.077Z] Starting dockerd [2022-06-03T14:34:02.077Z] . [2022-06-03T14:34:02.077Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-03T14:34:04.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T14:34:05.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T14:34:05.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T14:34:06.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T14:34:06.128Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T14:34:06.128Z] Using test binary docker [2022-06-03T14:34:06.128Z] +++ /etc/init.d/apparmor start [2022-06-03T14:34:06.128Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T14:34:06.128Z] INFO: Waiting for daemon to start... [2022-06-03T14:34:06.128Z] Starting dockerd [2022-06-03T14:34:06.128Z] +++ 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 [2022-06-03T14:34:06.674Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T14:34:06.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T14:34:07.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T14:34:08.290Z] . [2022-06-03T14:34:08.290Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T14:34:08.549Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T14:34:08.549Z] Error: No such image: emptyfs [2022-06-03T14:34:08.549Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T14:34:08.549Z] ++++ docker load [2022-06-03T14:34:08.807Z] Running integration-test (iteration 1) [2022-06-03T14:34:08.807Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T14:34:08.807Z] ++ 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 [2022-06-03T14:34:08.807Z] ++ set -e [2022-06-03T14:34:08.807Z] ++ '[' -n 0 ']' [2022-06-03T14:34:08.807Z] ++ set -x [2022-06-03T14:34:08.807Z] ++ 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 [2022-06-03T14:34:09.744Z] Loaded image: busybox:latest [2022-06-03T14:34:09.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T14:34:10.311Z] Loaded image: busybox:glibc [2022-06-03T14:34:11.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T14:34:11.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T14:34:12.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T14:34:12.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T14:34:13.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T14:34:14.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T14:34:15.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T14:34:15.581Z] Loaded image: debian:bullseye-slim [2022-06-03T14:34:15.581Z] Loaded image: hello-world:latest [2022-06-03T14:34:15.581Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:34:15.581Z] INFO: Testing against a local daemon [2022-06-03T14:34:15.581Z] === RUN TestCgroupNamespacesBuild [2022-06-03T14:34:16.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T14:34:17.062Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T14:34:17.062Z] Using test binary docker [2022-06-03T14:34:17.062Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T14:34:17.062Z] +++ /etc/init.d/apparmor start [2022-06-03T14:34:17.062Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T14:34:17.062Z] INFO: Waiting for daemon to start... [2022-06-03T14:34:17.062Z] Starting dockerd [2022-06-03T14:34:17.062Z] +++ 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 [2022-06-03T14:34:17.487Z] --- PASS: TestCgroupNamespacesBuild (2.29s) [2022-06-03T14:34:17.487Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T14:34:19.391Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.11s) [2022-06-03T14:34:19.391Z] === RUN TestBuildWithSession [2022-06-03T14:34:19.391Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:34:19.391Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T14:34:19.391Z] === RUN TestBuildSquashParent [2022-06-03T14:34:23.644Z] . [2022-06-03T14:34:23.644Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T14:34:23.644Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T14:34:23.644Z] Error: No such image: emptyfs [2022-06-03T14:34:23.644Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T14:34:23.644Z] ++++ docker load [2022-06-03T14:34:23.644Z] Running integration-test (iteration 1) [2022-06-03T14:34:23.644Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T14:34:23.644Z] ++ 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 [2022-06-03T14:34:23.644Z] ++ set -e [2022-06-03T14:34:23.644Z] ++ '[' -n 0 ']' [2022-06-03T14:34:23.644Z] ++ set -x [2022-06-03T14:34:23.645Z] ++ 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 [2022-06-03T14:34:23.905Z] Loaded image: busybox:latest [2022-06-03T14:34:23.905Z] Loaded image: busybox:glibc [2022-06-03T14:34:25.325Z] Loaded image: debian:bullseye-slim [2022-06-03T14:34:25.325Z] Loaded image: hello-world:latest [2022-06-03T14:34:25.325Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:34:25.325Z] INFO: Testing against a local daemon [2022-06-03T14:34:25.325Z] === RUN TestCgroupNamespacesBuild [2022-06-03T14:34:26.726Z] --- PASS: TestCgroupNamespacesBuild (1.28s) [2022-06-03T14:34:26.726Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T14:34:27.667Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s) [2022-06-03T14:34:27.667Z] === RUN TestBuildWithSession [2022-06-03T14:34:27.667Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:34:27.667Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T14:34:27.667Z] === RUN TestBuildSquashParent [2022-06-03T14:34:29.369Z] --- PASS: TestBuildSquashParent (9.12s) [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:34:29.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:34:29.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:34:29.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:34:29.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:34:29.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:34:29.369Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:34:29.369Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:34:29.369Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:34:29.369Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:34:31.875Z] --- PASS: TestBuildSquashParent (3.63s) [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:34:31.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:34:31.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:34:31.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:34:31.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:34:31.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:34:31.875Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:34:31.875Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:34:31.875Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T14:34:31.875Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T14:34:31.904Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:34:31.904Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:34:32.447Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T14:34:32.709Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T14:34:33.653Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:34:33.914Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:34:34.113Z] sha256:a3d1de84b045b54c10881f3dea804fd458c4abd8df14f47c1d2ca5d94a9f24d6 [2022-06-03T14:34:34.113Z] INFO: Starting docker-py tests... [2022-06-03T14:34:34.113Z] ============================= test session starts ============================== [2022-06-03T14:34:34.113Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-03T14:34:34.113Z] rootdir: /src, inifile: pytest.ini [2022-06-03T14:34:34.113Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-03T14:34:34.674Z] collected 395 items / 2 deselected / 393 selected [2022-06-03T14:34:34.674Z] [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.27s) [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.49s) [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.27s) [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.08s) [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.04s) [2022-06-03T14:34:34.856Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.14s) [2022-06-03T14:34:34.856Z] === RUN TestBuildMultiStageCopy [2022-06-03T14:34:34.856Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T14:34:35.193Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T14:34:35.193Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T14:34:36.240Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T14:34:36.240Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T14:34:36.501Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T14:34:36.762Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T14:34:36.762Z] --- PASS: TestBuildMultiStageCopy (1.93s) [2022-06-03T14:34:36.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.10s) [2022-06-03T14:34:36.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-03T14:34:36.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-06-03T14:34:36.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-06-03T14:34:36.762Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-03T14:34:36.762Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T14:34:37.334Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-06-03T14:34:37.334Z] === RUN TestBuildLabelWithTargets [2022-06-03T14:34:38.276Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2022-06-03T14:34:38.276Z] === RUN TestBuildWithEmptyLayers [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.98s) [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.13s) [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.19s) [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s) [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.23s) [2022-06-03T14:34:38.483Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.35s) [2022-06-03T14:34:38.483Z] === RUN TestBuildMultiStageCopy [2022-06-03T14:34:38.483Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T14:34:38.847Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-03T14:34:38.847Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T14:34:40.231Z] --- PASS: TestBuildMultiStageOnBuild (1.29s) [2022-06-03T14:34:40.231Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T14:34:40.802Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-06-03T14:34:40.802Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T14:34:41.015Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T14:34:41.582Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T14:34:42.150Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T14:34:42.186Z] --- PASS: TestBuildMultiStageLayerLeak (1.39s) [2022-06-03T14:34:42.186Z] === RUN TestBuildWithHugeFile [2022-06-03T14:34:42.718Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T14:34:43.653Z] --- PASS: TestBuildMultiStageCopy (5.24s) [2022-06-03T14:34:43.653Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.73s) [2022-06-03T14:34:43.653Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2022-06-03T14:34:43.653Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2022-06-03T14:34:43.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2022-06-03T14:34:43.654Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2022-06-03T14:34:43.654Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T14:34:45.029Z] --- PASS: TestBuildMultiStageParentConfig (1.36s) [2022-06-03T14:34:45.029Z] === RUN TestBuildLabelWithTargets [2022-06-03T14:34:47.561Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2022-06-03T14:34:47.561Z] === RUN TestBuildWithEmptyLayers [2022-06-03T14:34:48.497Z] --- PASS: TestBuildWithEmptyLayers (1.38s) [2022-06-03T14:34:48.497Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T14:34:50.594Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-03T14:34:51.412Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-03T14:34:51.783Z] --- PASS: TestBuildMultiStageOnBuild (3.30s) [2022-06-03T14:34:51.783Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T14:34:53.159Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-03T14:34:54.321Z] --- PASS: TestBuildUncleanTarFilenames (1.99s) [2022-06-03T14:34:54.321Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T14:34:57.042Z] --- PASS: TestImportExtremelyLargeImageWorks (91.62s) [2022-06-03T14:34:57.042Z] PASS [2022-06-03T14:34:57.042Z] [2022-06-03T14:34:57.042Z] DONE 22 tests in 94.815s [2022-06-03T14:34:57.042Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T14:34:57.042Z] INFO: Testing against a local daemon [2022-06-03T14:34:57.042Z] === RUN TestNetworkCreateDelete [2022-06-03T14:34:57.043Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-03T14:34:57.043Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T14:34:57.043Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-03T14:34:57.043Z] === RUN TestDaemonDNSFallback [2022-06-03T14:34:57.605Z] --- PASS: TestBuildMultiStageLayerLeak (3.40s) [2022-06-03T14:34:57.605Z] === RUN TestBuildWithHugeFile [2022-06-03T14:34:59.557Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-06-03T14:34:59.557Z] === RUN TestInspectNetwork [2022-06-03T14:35:02.824Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T14:35:02.824Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T14:35:02.824Z] === RUN TestInspectNetwork/network_name [2022-06-03T14:35:02.824Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T14:35:06.989Z] --- PASS: TestInspectNetwork (7.30s) [2022-06-03T14:35:06.989Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T14:35:06.989Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T14:35:06.989Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T14:35:06.989Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T14:35:06.989Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T14:35:08.356Z] --- PASS: TestRunContainerWithBridgeNone (1.65s) [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T14:35:08.356Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:35:08.356Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:35:08.356Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:35:08.356Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T14:35:08.356Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T14:35:08.356Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T14:35:08.356Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T14:35:08.356Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T14:35:08.356Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T14:35:08.356Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T14:35:08.357Z] === RUN TestNetworkList [2022-06-03T14:35:08.357Z] === RUN TestNetworkList//networks [2022-06-03T14:35:08.357Z] === PAUSE TestNetworkList//networks [2022-06-03T14:35:08.357Z] === RUN TestNetworkList//networks/ [2022-06-03T14:35:08.357Z] === PAUSE TestNetworkList//networks/ [2022-06-03T14:35:08.357Z] === CONT TestNetworkList//networks [2022-06-03T14:35:08.357Z] === CONT TestNetworkList//networks/ [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkList (0.01s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T14:35:08.357Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T14:35:08.357Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T14:35:08.918Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-03T14:35:08.918Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T14:35:09.846Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-03T14:35:09.846Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T14:35:10.408Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-06-03T14:35:10.408Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T14:35:11.775Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-03T14:35:11.775Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T14:35:13.139Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-06-03T14:35:13.139Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T14:35:13.396Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-03T14:35:13.396Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T14:35:15.913Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2022-06-03T14:35:15.913Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T14:35:15.913Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:35:15.913Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:35:15.913Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T14:35:22.680Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-03T14:35:30.751Z] --- PASS: TestServiceWithDataPathPortInit (13.95s) [2022-06-03T14:35:30.751Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T14:35:32.641Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qhzi0n8lmaqp09cpwp1p5kgm4 Created:2022-06-03 14:35:31.082573687 +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[a034cbf67d07a5eb54869ae216bbafc25b839de6f67daecd74c329db943521dc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nggkypcmcmy33wabse16e0ig8 EndpointID:88fc2992bb072fd7f6250061ab55984ba857d131657c605999a933c3e9556b53 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:08d0ad28be03c7567bfeeb8bc70d6c1fb44e4a45c9eddb13efe2c3b83ec0642c 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:bba0f79440f6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nggkypcmcmy33wabse16e0ig8 EndpointID:88fc2992bb072fd7f6250061ab55984ba857d131657c605999a933c3e9556b53 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T14:35:36.807Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-06-03T14:35:36.807Z] PASS [2022-06-03T14:35:36.807Z] [2022-06-03T14:35:36.807Z] === Skipped [2022-06-03T14:35:36.807Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:35:36.807Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:35:36.807Z] [2022-06-03T14:35:36.807Z] DONE 38 tests, 1 skipped in 44.396s [2022-06-03T14:35:36.807Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:35:36.807Z] INFO: Testing against a local daemon [2022-06-03T14:35:36.807Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T14:35:36.807Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:36.807Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:35:36.807Z] === RUN TestDockerNetworkIpvlan [2022-06-03T14:35:36.807Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:36.807Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:35:36.807Z] PASS [2022-06-03T14:35:36.807Z] [2022-06-03T14:35:36.807Z] === Skipped [2022-06-03T14:35:36.807Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:35:36.807Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:36.807Z] [2022-06-03T14:35:36.807Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:35:36.807Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:36.807Z] [2022-06-03T14:35:36.807Z] DONE 2 tests, 2 skipped in 0.022s [2022-06-03T14:35:36.807Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:35:36.807Z] INFO: Testing against a local daemon [2022-06-03T14:35:36.807Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T14:35:38.050Z] --- PASS: TestImportExtremelyLargeImageWorks (92.92s) [2022-06-03T14:35:38.050Z] PASS [2022-06-03T14:35:38.050Z] [2022-06-03T14:35:38.050Z] === Skipped [2022-06-03T14:35:38.050Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-03T14:35:38.050Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-03T14:35:38.050Z] [2022-06-03T14:35:38.050Z] DONE 22 tests, 1 skipped in 96.999s [2022-06-03T14:35:38.050Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T14:35:38.050Z] INFO: Testing against a local daemon [2022-06-03T14:35:38.050Z] === RUN TestNetworkCreateDelete [2022-06-03T14:35:38.050Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-06-03T14:35:38.050Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T14:35:38.050Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-03T14:35:38.050Z] === RUN TestDaemonDNSFallback [2022-06-03T14:35:38.172Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2022-06-03T14:35:38.173Z] === RUN TestDockerNetworkMacvlan [2022-06-03T14:35:38.453Z] --- PASS: TestBuildWithHugeFile (53.70s) [2022-06-03T14:35:38.453Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T14:35:38.453Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:35:38.453Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:35:38.453Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T14:35:38.453Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:35:38.453Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:35:38.453Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:35:38.453Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:35:38.453Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:35:38.453Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:35:38.453Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:35:38.453Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:35:38.453Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:35:38.453Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-03T14:35:38.453Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-03T14:35:38.453Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-03T14:35:38.453Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T14:35:38.453Z] === RUN TestBuildPreserveOwnership [2022-06-03T14:35:38.453Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T14:35:38.453Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T14:35:38.714Z] --- PASS: TestBuildPreserveOwnership (2.73s) [2022-06-03T14:35:38.714Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.80s) [2022-06-03T14:35:38.714Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.92s) [2022-06-03T14:35:38.714Z] === RUN TestBuildPlatformInvalid [2022-06-03T14:35:38.714Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-03T14:35:38.714Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T14:35:38.734Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T14:35:39.659Z] Loaded image: busybox:latest [2022-06-03T14:35:39.659Z] Loaded image: busybox:glibc [2022-06-03T14:35:39.662Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T14:35:40.224Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T14:35:40.601Z] Loaded image: debian:bullseye-slim [2022-06-03T14:35:40.601Z] Loaded image: hello-world:latest [2022-06-03T14:35:40.601Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:35:41.344Z] --- PASS: TestDaemonDNSFallback (6.42s) [2022-06-03T14:35:41.344Z] === RUN TestInspectNetwork [2022-06-03T14:35:41.344Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T14:35:41.344Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T14:35:41.344Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:35:41.344Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:35:41.344Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:35:41.344Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T14:35:41.344Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T14:35:41.344Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T14:35:41.344Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestNetworkList [2022-06-03T14:35:41.344Z] === RUN TestNetworkList//networks [2022-06-03T14:35:41.344Z] === PAUSE TestNetworkList//networks [2022-06-03T14:35:41.344Z] === RUN TestNetworkList//networks/ [2022-06-03T14:35:41.344Z] === PAUSE TestNetworkList//networks/ [2022-06-03T14:35:41.344Z] === CONT TestNetworkList//networks [2022-06-03T14:35:41.344Z] === CONT TestNetworkList//networks/ [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkList (0.01s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T14:35:41.344Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T14:35:41.344Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T14:35:41.344Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-03T14:35:41.344Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T14:35:41.344Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-03T14:35:41.344Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T14:35:41.344Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-03T14:35:41.344Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T14:35:41.344Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-03T14:35:41.344Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T14:35:41.344Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-03T14:35:41.344Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T14:35:41.344Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T14:35:41.344Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:35:41.344Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:35:41.344Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T14:35:41.344Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-03T14:35:41.344Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T14:35:41.344Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-03T14:35:41.344Z] PASS [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === Skipped [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-03T14:35:41.344Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-03T14:35:41.344Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-03T14:35:41.344Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-03T14:35:41.344Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-03T14:35:41.344Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-03T14:35:41.344Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-03T14:35:41.344Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-03T14:35:41.344Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-03T14:35:41.344Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:35:41.344Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-03T14:35:41.344Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-03T14:35:41.344Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:41.344Z] [2022-06-03T14:35:41.344Z] DONE 34 tests, 12 skipped in 7.173s [2022-06-03T14:35:41.344Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:35:41.604Z] INFO: Testing against a local daemon [2022-06-03T14:35:41.604Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T14:35:41.604Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:41.604Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:35:41.604Z] === RUN TestDockerNetworkIpvlan [2022-06-03T14:35:41.604Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:41.604Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:35:41.604Z] PASS [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] === Skipped [2022-06-03T14:35:41.604Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:35:41.604Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:35:41.604Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] DONE 2 tests, 2 skipped in 0.089s [2022-06-03T14:35:41.604Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:35:41.604Z] INFO: Testing against a local daemon [2022-06-03T14:35:41.604Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T14:35:41.604Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.604Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-03T14:35:41.604Z] === RUN TestDockerNetworkMacvlan [2022-06-03T14:35:41.604Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.604Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-03T14:35:41.604Z] PASS [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] === Skipped [2022-06-03T14:35:41.604Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-03T14:35:41.604Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-03T14:35:41.604Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] DONE 2 tests, 2 skipped in 0.088s [2022-06-03T14:35:41.604Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T14:35:41.604Z] testing: warning: no tests to run [2022-06-03T14:35:41.604Z] PASS [2022-06-03T14:35:41.604Z] [2022-06-03T14:35:41.604Z] DONE 0 tests in 0.023s [2022-06-03T14:35:41.604Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T14:35:41.864Z] INFO: Testing against a local daemon [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginTLS [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginHeader [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginV2Disable [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-03T14:35:41.864Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-03T14:35:41.864Z] PASS [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === Skipped [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-03T14:35:41.864Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:41.864Z] [2022-06-03T14:35:41.864Z] DONE 17 tests, 17 skipped in 0.267s [2022-06-03T14:35:41.864Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T14:35:42.114Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T14:35:42.124Z] INFO: Testing against a local daemon [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:35:42.124Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:35:42.124Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T14:35:42.124Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T14:35:42.124Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T14:35:42.124Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T14:35:42.124Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T14:35:42.124Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T14:35:42.124Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T14:35:42.124Z] === RUN TestPluginInstall [2022-06-03T14:35:42.124Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:42.124Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-03T14:35:42.124Z] === RUN TestPluginsWithRuntimes [2022-06-03T14:35:42.124Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-03T14:35:42.124Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-03T14:35:42.124Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T14:35:42.124Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-03T14:35:42.124Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-03T14:35:42.124Z] PASS [2022-06-03T14:35:42.124Z] [2022-06-03T14:35:42.124Z] === Skipped [2022-06-03T14:35:42.124Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-03T14:35:42.124Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T14:35:42.124Z] [2022-06-03T14:35:42.124Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-03T14:35:42.124Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-03T14:35:42.124Z] [2022-06-03T14:35:42.124Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-03T14:35:42.125Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-03T14:35:42.125Z] [2022-06-03T14:35:42.125Z] DONE 19 tests, 3 skipped in 0.144s [2022-06-03T14:35:42.125Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T14:35:42.125Z] INFO: Testing against a local daemon [2022-06-03T14:35:42.125Z] === RUN TestExternalGraphDriver [2022-06-03T14:35:42.125Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-03T14:35:42.125Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-03T14:35:42.125Z] === RUN TestGraphdriverPluginV2 [2022-06-03T14:35:44.004Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T14:35:46.322Z] --- PASS: TestGraphdriverPluginV2 (3.39s) [2022-06-03T14:35:46.322Z] PASS [2022-06-03T14:35:46.322Z] [2022-06-03T14:35:46.322Z] === Skipped [2022-06-03T14:35:46.322Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-03T14:35:46.322Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-03T14:35:46.322Z] [2022-06-03T14:35:46.322Z] DONE 2 tests, 1 skipped in 3.519s [2022-06-03T14:35:46.322Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T14:35:46.322Z] INFO: Testing against a local daemon [2022-06-03T14:35:46.322Z] === RUN TestContinueAfterPluginCrash [2022-06-03T14:35:46.322Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T14:35:46.322Z] === RUN TestReadPluginNoRead [2022-06-03T14:35:46.322Z] === PAUSE TestReadPluginNoRead [2022-06-03T14:35:46.322Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T14:35:46.322Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T14:35:46.322Z] === CONT TestContinueAfterPluginCrash [2022-06-03T14:35:46.322Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T14:35:48.172Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan (10.17s) [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.92s) [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.27s) [2022-06-03T14:35:48.172Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2022-06-03T14:35:48.172Z] PASS [2022-06-03T14:35:48.172Z] [2022-06-03T14:35:48.172Z] DONE 8 tests in 11.457s [2022-06-03T14:35:48.172Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T14:35:48.429Z] testing: warning: no tests to run [2022-06-03T14:35:48.429Z] PASS [2022-06-03T14:35:48.429Z] [2022-06-03T14:35:48.429Z] DONE 0 tests in 0.008s [2022-06-03T14:35:48.429Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T14:35:48.429Z] INFO: Testing against a local daemon [2022-06-03T14:35:48.429Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T14:35:48.739Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.08s) [2022-06-03T14:35:48.739Z] PASS [2022-06-03T14:35:48.739Z] [2022-06-03T14:35:48.739Z] === Skipped [2022-06-03T14:35:48.739Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-03T14:35:48.739Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:35:48.739Z] [2022-06-03T14:35:48.739Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:35:48.739Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:35:48.739Z] [2022-06-03T14:35:48.739Z] DONE 34 tests, 2 skipped in 84.208s [2022-06-03T14:35:48.739Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T14:35:48.739Z] ++ 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 [2022-06-03T14:35:48.739Z] ++ set -e [2022-06-03T14:35:48.739Z] ++ '[' -n 0 ']' [2022-06-03T14:35:48.739Z] ++ set -x [2022-06-03T14:35:48.739Z] ++ 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 [2022-06-03T14:35:48.739Z] INFO: Testing against a local daemon [2022-06-03T14:35:48.739Z] === RUN TestConfigInspect [2022-06-03T14:35:49.843Z] --- PASS: TestAuthZPluginAllowRequest (1.23s) [2022-06-03T14:35:49.843Z] === RUN TestAuthZPluginTLS [2022-06-03T14:35:50.103Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-06-03T14:35:50.103Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T14:35:50.523Z] --- PASS: TestDaemonStartWithLogOpt (4.28s) [2022-06-03T14:35:50.523Z] === CONT TestReadPluginNoRead [2022-06-03T14:35:50.651Z] --- PASS: TestConfigInspect (2.34s) [2022-06-03T14:35:50.651Z] === RUN TestConfigList [2022-06-03T14:35:50.671Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-03T14:35:50.671Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T14:35:51.232Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-03T14:35:51.232Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T14:35:51.793Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-03T14:35:51.793Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T14:35:52.433Z] === RUN TestReadPluginNoRead/default [2022-06-03T14:35:52.562Z] --- PASS: TestConfigList (2.18s) [2022-06-03T14:35:52.562Z] === RUN TestConfigsCreateAndDelete [2022-06-03T14:35:53.157Z] --- PASS: TestAuthZPluginAllowEventStream (1.21s) [2022-06-03T14:35:53.157Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T14:35:53.413Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-03T14:35:53.413Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T14:35:53.812Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T14:35:53.974Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T14:35:53.974Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T14:35:54.535Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-03T14:35:54.535Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T14:35:54.752Z] --- PASS: TestContinueAfterPluginCrash (8.89s) [2022-06-03T14:35:55.013Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T14:35:55.104Z] --- PASS: TestConfigsCreateAndDelete (2.28s) [2022-06-03T14:35:55.104Z] === RUN TestConfigsUpdate [2022-06-03T14:35:55.900Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s) [2022-06-03T14:35:55.900Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T14:35:56.395Z] === CONT TestReadPluginNoRead [2022-06-03T14:35:56.395Z] read_test.go:92: [dbab9364f03f2] daemon is not started [2022-06-03T14:35:56.395Z] --- PASS: TestReadPluginNoRead (6.21s) [2022-06-03T14:35:56.395Z] --- PASS: TestReadPluginNoRead/default (1.36s) [2022-06-03T14:35:56.395Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.35s) [2022-06-03T14:35:56.395Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s) [2022-06-03T14:35:56.395Z] PASS [2022-06-03T14:35:56.395Z] [2022-06-03T14:35:56.395Z] DONE 6 tests in 10.600s [2022-06-03T14:35:56.395Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-03T14:35:56.395Z] testing: warning: no tests to run [2022-06-03T14:35:56.395Z] PASS [2022-06-03T14:35:56.395Z] [2022-06-03T14:35:56.395Z] DONE 0 tests in 0.035s [2022-06-03T14:35:56.395Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T14:35:56.395Z] INFO: Testing against a local daemon [2022-06-03T14:35:56.395Z] === RUN TestPluginWithDevMounts [2022-06-03T14:35:56.395Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-03T14:35:56.395Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-03T14:35:56.395Z] PASS [2022-06-03T14:35:56.395Z] [2022-06-03T14:35:56.395Z] === Skipped [2022-06-03T14:35:56.395Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-03T14:35:56.395Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-03T14:35:56.395Z] [2022-06-03T14:35:56.395Z] DONE 1 tests, 1 skipped in 0.115s [2022-06-03T14:35:56.395Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T14:35:56.656Z] INFO: Testing against a local daemon [2022-06-03T14:35:56.656Z] === RUN TestSecretInspect [2022-06-03T14:35:56.656Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-03T14:35:56.656Z] === RUN TestSecretList [2022-06-03T14:35:56.656Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestSecretList (0.01s) [2022-06-03T14:35:56.656Z] === RUN TestSecretsCreateAndDelete [2022-06-03T14:35:56.656Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-03T14:35:56.656Z] === RUN TestSecretsUpdate [2022-06-03T14:35:56.656Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-06-03T14:35:56.656Z] === RUN TestTemplatedSecret [2022-06-03T14:35:56.656Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-03T14:35:56.656Z] === RUN TestSecretCreateResolve [2022-06-03T14:35:56.656Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-03T14:35:56.656Z] PASS [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] === Skipped [2022-06-03T14:35:56.656Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-03T14:35:56.656Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-03T14:35:56.656Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-03T14:35:56.656Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-06-03T14:35:56.656Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-03T14:35:56.656Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-03T14:35:56.656Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] [2022-06-03T14:35:56.656Z] DONE 6 tests, 6 skipped in 0.150s [2022-06-03T14:35:56.656Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T14:35:56.656Z] INFO: Testing against a local daemon [2022-06-03T14:35:56.656Z] === RUN TestServiceCreateInit [2022-06-03T14:35:56.656Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T14:35:56.656Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T14:35:56.656Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- PASS: TestServiceCreateInit (0.01s) [2022-06-03T14:35:56.656Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T14:35:56.656Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T14:35:56.656Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T14:35:56.656Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-03T14:35:56.656Z] === RUN TestCreateServiceConflict [2022-06-03T14:35:56.656Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-03T14:35:56.656Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T14:35:56.656Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.656Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2022-06-03T14:35:56.656Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T14:35:56.656Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T14:35:56.916Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T14:35:56.916Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestCreateServiceSysctls [2022-06-03T14:35:56.916Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-03T14:35:56.916Z] === RUN TestCreateServiceCapabilities [2022-06-03T14:35:56.916Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-03T14:35:56.916Z] === RUN TestInspect [2022-06-03T14:35:56.916Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestInspect (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestCreateJob [2022-06-03T14:35:56.916Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestCreateJob (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestReplicatedJob [2022-06-03T14:35:56.916Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestUpdateReplicatedJob [2022-06-03T14:35:56.916Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestServiceListWithStatuses [2022-06-03T14:35:56.916Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:35:56.916Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T14:35:56.916Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T14:35:56.916Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2022-06-03T14:35:56.916Z] === RUN TestDockerNetworkReConnect [2022-06-03T14:35:56.916Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:56.916Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-03T14:35:56.916Z] === RUN TestServicePlugin [2022-06-03T14:35:57.019Z] --- PASS: TestConfigsUpdate (2.18s) [2022-06-03T14:35:57.019Z] === RUN TestTemplatedConfig [2022-06-03T14:35:57.790Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.51s) [2022-06-03T14:35:57.790Z] === RUN TestAuthZPluginHeader [2022-06-03T14:35:58.351Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-06-03T14:35:58.351Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T14:35:58.828Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.828Z] --- SKIP: TestServicePlugin (1.92s) [2022-06-03T14:35:58.828Z] === RUN TestServiceUpdateLabel [2022-06-03T14:35:58.828Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.828Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-03T14:35:58.828Z] === RUN TestServiceUpdateSecrets [2022-06-03T14:35:58.828Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.828Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-03T14:35:58.828Z] === RUN TestServiceUpdateConfigs [2022-06-03T14:35:58.828Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.828Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-03T14:35:58.828Z] === RUN TestServiceUpdateNetwork [2022-06-03T14:35:58.828Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.828Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-03T14:35:58.828Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T14:35:58.828Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-03T14:35:58.829Z] PASS [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === Skipped [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T14:35:58.829Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T14:35:58.829Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-03T14:35:58.829Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-03T14:35:58.829Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2022-06-03T14:35:58.829Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-03T14:35:58.829Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-03T14:35:58.829Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-03T14:35:58.829Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-03T14:35:58.829Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-03T14:35:58.829Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-03T14:35:58.829Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-03T14:35:58.829Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-03T14:35:58.829Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-03T14:35:58.829Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T14:35:58.829Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2022-06-03T14:35:58.829Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-03T14:35:58.829Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2022-06-03T14:35:58.829Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-03T14:35:58.829Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-03T14:35:58.829Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-03T14:35:58.829Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-03T14:35:58.829Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-03T14:35:58.829Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T14:35:58.829Z] [2022-06-03T14:35:58.829Z] DONE 24 tests, 23 skipped in 2.321s [2022-06-03T14:35:58.829Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T14:35:59.089Z] INFO: Testing against a local daemon [2022-06-03T14:35:59.089Z] === RUN TestSessionCreate [2022-06-03T14:35:59.089Z] --- PASS: TestSessionCreate (0.04s) [2022-06-03T14:35:59.089Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T14:35:59.089Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-06-03T14:35:59.089Z] PASS [2022-06-03T14:35:59.089Z] [2022-06-03T14:35:59.089Z] DONE 2 tests in 0.161s [2022-06-03T14:35:59.089Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T14:35:59.349Z] INFO: Testing against a local daemon [2022-06-03T14:35:59.349Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T14:35:59.349Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T14:35:59.349Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T14:35:59.349Z] === RUN TestDiskUsage [2022-06-03T14:35:59.349Z] === PAUSE TestDiskUsage [2022-06-03T14:35:59.349Z] === RUN TestEventsExecDie [2022-06-03T14:35:59.561Z] --- PASS: TestTemplatedConfig (2.50s) [2022-06-03T14:35:59.561Z] === RUN TestConfigCreateResolve [2022-06-03T14:35:59.918Z] --- PASS: TestEventsExecDie (0.54s) [2022-06-03T14:35:59.918Z] === RUN TestEventsBackwardsCompatible [2022-06-03T14:35:59.918Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-06-03T14:35:59.918Z] === RUN TestEventsVolumeCreate [2022-06-03T14:35:59.918Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-03T14:35:59.918Z] === RUN TestInfoBinaryCommits [2022-06-03T14:35:59.918Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T14:35:59.918Z] === RUN TestInfoAPIVersioned [2022-06-03T14:35:59.918Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T14:35:59.918Z] === RUN TestInfoAPI [2022-06-03T14:35:59.918Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T14:35:59.918Z] === RUN TestInfoAPIWarnings [2022-06-03T14:36:01.480Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-06-03T14:36:01.480Z] PASS [2022-06-03T14:36:01.480Z] [2022-06-03T14:36:01.480Z] DONE 6 tests in 13.758s [2022-06-03T14:36:01.741Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T14:36:01.741Z] ++ 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 [2022-06-03T14:36:01.741Z] ++ set -e [2022-06-03T14:36:01.741Z] ++ '[' -n 0 ']' [2022-06-03T14:36:01.741Z] ++ set -x [2022-06-03T14:36:01.741Z] ++ 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 [2022-06-03T14:36:01.741Z] INFO: Testing against a local daemon [2022-06-03T14:36:01.741Z] === RUN TestAttachWithTTY [2022-06-03T14:36:01.741Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-03T14:36:01.741Z] === RUN TestAttachWithoutTTy [2022-06-03T14:36:01.741Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-03T14:36:01.741Z] === RUN TestCheckpoint [2022-06-03T14:36:01.741Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:36:01.741Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:36:01.741Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:36:01.741Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T14:36:02.003Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T14:36:02.003Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T14:36:02.003Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T14:36:02.003Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T14:36:02.003Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-03T14:36:02.003Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T14:36:02.003Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T14:36:02.003Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T14:36:02.003Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-03T14:36:02.003Z] === RUN TestCopyEmptyFile [2022-06-03T14:36:02.263Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-03T14:36:02.263Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T14:36:02.263Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-03T14:36:02.263Z] === RUN TestCopyFromContainer [2022-06-03T14:36:02.516Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.04s) [2022-06-03T14:36:02.516Z] === RUN TestAuthZPluginV2Disable [2022-06-03T14:36:03.205Z] === RUN TestCopyFromContainer// [2022-06-03T14:36:03.205Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T14:36:03.205Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T14:36:03.466Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T14:36:03.466Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T14:36:03.466Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T14:36:03.466Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T14:36:03.466Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T14:36:03.727Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T14:36:03.727Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer (1.49s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T14:36:03.727Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T14:36:03.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T14:36:03.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:36:03.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:36:03.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:36:03.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:36:03.727Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:36:03.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:36:03.727Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:36:03.727Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:36:03.727Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:36:03.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T14:36:03.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T14:36:03.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T14:36:03.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T14:36:03.727Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T14:36:03.727Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T14:36:03.727Z] === RUN TestCreateWithInvalidEnv [2022-06-03T14:36:03.727Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T14:36:03.727Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T14:36:03.727Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T14:36:03.727Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T14:36:03.727Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T14:36:03.727Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T14:36:03.727Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T14:36:03.727Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T14:36:03.727Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T14:36:03.727Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T14:36:03.727Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T14:36:03.727Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T14:36:03.727Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T14:36:03.727Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T14:36:03.727Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T14:36:03.727Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T14:36:05.112Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2022-06-03T14:36:05.112Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T14:36:05.781Z] --- PASS: TestAuthZPluginV2Disable (3.41s) [2022-06-03T14:36:05.781Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2022-06-03T14:36:06.538Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T14:36:06.538Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:36:06.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:36:06.538Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:36:06.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:36:06.538Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:36:06.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:36:06.538Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:36:06.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:36:06.538Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:36:06.538Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:36:06.538Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:36:06.538Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:36:06.538Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:36:06.538Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:36:06.538Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T14:36:06.538Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T14:36:06.538Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T14:36:06.823Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-06-03T14:36:06.823Z] === RUN TestCreateDifferentPlatform [2022-06-03T14:36:06.823Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T14:36:06.823Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T14:36:06.823Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-03T14:36:06.823Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T14:36:06.823Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T14:36:06.823Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T14:36:06.823Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-03T14:36:06.823Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T14:36:06.823Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-03T14:36:06.823Z] === RUN TestCreateInvalidHostConfig [2022-06-03T14:36:06.823Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:36:06.823Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:36:06.823Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:36:06.823Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:36:06.823Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:36:06.823Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:36:06.823Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:36:06.823Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:36:06.823Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:36:06.823Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:36:06.823Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:36:06.823Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:36:06.823Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T14:36:06.823Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T14:36:06.823Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T14:36:06.823Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T14:36:06.823Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T14:36:06.823Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T14:36:06.823Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T14:36:06.823Z] === RUN TestDaemonRestartIpcMode [2022-06-03T14:36:06.823Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T14:36:06.823Z] === RUN TestDaemonHostGatewayIP [2022-06-03T14:36:06.823Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T14:36:06.823Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T14:36:06.823Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T14:36:06.823Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T14:36:06.823Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T14:36:06.823Z] === RUN TestDiff [2022-06-03T14:36:07.394Z] --- PASS: TestDiff (0.46s) [2022-06-03T14:36:07.394Z] === RUN TestExecWithCloseStdin [2022-06-03T14:36:07.655Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-06-03T14:36:07.655Z] === RUN TestExec [2022-06-03T14:36:08.226Z] --- PASS: TestExec (0.45s) [2022-06-03T14:36:08.226Z] === RUN TestExecUser [2022-06-03T14:36:08.487Z] --- PASS: TestExecUser (0.44s) [2022-06-03T14:36:08.487Z] === RUN TestExportContainerAndImportImage [2022-06-03T14:36:09.045Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2022-06-03T14:36:09.045Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T14:36:09.058Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-03T14:36:09.058Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T14:36:10.446Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-06-03T14:36:10.446Z] === RUN TestHealthCheckWorkdir [2022-06-03T14:36:11.022Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-06-03T14:36:11.022Z] === RUN TestHealthKillContainer [2022-06-03T14:36:15.629Z] .........................xx.................... [ 29%] [2022-06-03T14:36:18.015Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-06-03T14:36:18.015Z] === RUN TestInfoDebug [2022-06-03T14:36:18.015Z] --- PASS: TestInfoDebug (0.54s) [2022-06-03T14:36:18.015Z] === RUN TestInfoInsecureRegistries [2022-06-03T14:36:18.015Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-06-03T14:36:18.015Z] === RUN TestInfoRegistryMirrors [2022-06-03T14:36:18.015Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-03T14:36:18.015Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T14:36:18.275Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-03T14:36:18.275Z] === RUN TestPingCacheHeaders [2022-06-03T14:36:18.275Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-03T14:36:18.275Z] === RUN TestPingGet [2022-06-03T14:36:18.275Z] --- PASS: TestPingGet (0.01s) [2022-06-03T14:36:18.275Z] === RUN TestPingHead [2022-06-03T14:36:18.275Z] --- PASS: TestPingHead (0.03s) [2022-06-03T14:36:18.275Z] === RUN TestPingSwarmHeader [2022-06-03T14:36:18.849Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T14:36:18.985Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.96s) [2022-06-03T14:36:18.985Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T14:36:19.155Z] --- PASS: TestHealthKillContainer (7.87s) [2022-06-03T14:36:19.155Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T14:36:19.155Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2022-06-03T14:36:19.155Z] === RUN TestIpcModeNone [2022-06-03T14:36:19.418Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T14:36:19.726Z] --- PASS: TestIpcModeNone (0.46s) [2022-06-03T14:36:19.726Z] === RUN TestIpcModePrivate [2022-06-03T14:36:19.986Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-03T14:36:20.247Z] --- PASS: TestIpcModePrivate (0.45s) [2022-06-03T14:36:20.247Z] === RUN TestIpcModeShareable [2022-06-03T14:36:20.507Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-06-03T14:36:20.507Z] --- PASS: TestIpcModeShareable (0.43s) [2022-06-03T14:36:20.507Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T14:36:20.798Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T14:36:20.798Z] --- PASS: TestPingSwarmHeader (2.31s) [2022-06-03T14:36:20.798Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T14:36:20.798Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T14:36:20.798Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T14:36:20.798Z] === RUN TestVersion [2022-06-03T14:36:20.798Z] --- PASS: TestVersion (0.03s) [2022-06-03T14:36:20.798Z] === CONT TestDiskUsage [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T14:36:21.058Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T14:36:21.319Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T14:36:21.578Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage (1.28s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run (0.38s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-03T14:36:21.838Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-03T14:36:21.838Z] PASS [2022-06-03T14:36:21.838Z] [2022-06-03T14:36:21.838Z] === Skipped [2022-06-03T14:36:21.838Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T14:36:21.838Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T14:36:21.838Z] [2022-06-03T14:36:21.838Z] DONE 54 tests, 1 skipped in 22.773s [2022-06-03T14:36:21.838Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T14:36:21.891Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2022-06-03T14:36:21.891Z] === RUN TestAPIIpcModeHost [2022-06-03T14:36:22.098Z] INFO: Testing against a local daemon [2022-06-03T14:36:22.098Z] === RUN TestVolumesCreateAndList [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T14:36:22.098Z] === RUN TestVolumesRemove [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T14:36:22.098Z] === RUN TestVolumesInspect [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T14:36:22.098Z] === RUN TestVolumesInvalidJSON [2022-06-03T14:36:22.098Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T14:36:22.098Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T14:36:22.098Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T14:36:22.098Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T14:36:22.098Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T14:36:22.098Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T14:36:22.098Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T14:36:22.098Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T14:36:22.098Z] PASS [2022-06-03T14:36:22.098Z] [2022-06-03T14:36:22.098Z] DONE 9 tests in 0.185s [2022-06-03T14:36:22.098Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T14:36:22.098Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14140 is not a child of this shell [2022-06-03T14:36:22.098Z] warning: PID 14140 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-03T14:36:22.098Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T14:36:22.098Z] [2022-06-03T14:36:22.098Z] Unloading profiles will leave already running processes permanently [2022-06-03T14:36:22.098Z] unconfined, which can lead to unexpected situations. [2022-06-03T14:36:22.098Z] [2022-06-03T14:36:22.098Z] To set a process to complain mode, use the command line tool [2022-06-03T14:36:22.098Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T14:36:22.098Z] Removing test suite binaries [2022-06-03T14:36:22.098Z] exiting test-integration [2022-06-03T14:36:22.098Z] ++ exit 0 [2022-06-03T14:36:22.098Z] [2022-06-03T14:36:22.462Z] --- PASS: TestAPIIpcModeHost (0.35s) [2022-06-03T14:36:22.462Z] === RUN TestDaemonIpcModeShareable Post stage [Pipeline] junit [2022-06-03T14:36:23.052Z] Recording test results [2022-06-03T14:36:23.403Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-03T14:36:23.403Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-06-03T14:36:23.403Z] === RUN TestDaemonIpcModePrivate [2022-06-03T14:36:24.345Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-03T14:36:24.606Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-06-03T14:36:24.606Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T14:36:24.777Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T14:36:25.121Z] + echo Ensuring container killed. [2022-06-03T14:36:25.121Z] Ensuring container killed. [2022-06-03T14:36:25.121Z] + docker rm -vf docker-pr1 [2022-06-03T14:36:25.121Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T14:36:25.409Z] + echo Chowning /workspace to jenkins user [2022-06-03T14:36:25.409Z] Chowning /workspace to jenkins user [2022-06-03T14:36:25.409Z] + id -u [2022-06-03T14:36:25.409Z] + id -g [2022-06-03T14:36:25.409Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T14:36:25.409Z] Unable to find image 'busybox:latest' locally [2022-06-03T14:36:25.409Z] latest: Pulling from library/busybox [2022-06-03T14:36:25.548Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-03T14:36:25.672Z] cecc78ee4075: Pulling fs layer [2022-06-03T14:36:25.672Z] cecc78ee4075: Verifying Checksum [2022-06-03T14:36:25.672Z] cecc78ee4075: Download complete [2022-06-03T14:36:25.672Z] cecc78ee4075: Pull complete [2022-06-03T14:36:25.672Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-03T14:36:25.672Z] Status: Downloaded newer image for busybox:latest [2022-06-03T14:36:25.809Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s) [2022-06-03T14:36:25.809Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T14:36:26.751Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-03T14:36:27.012Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-06-03T14:36:27.012Z] === RUN TestIpcModeOlderClient [2022-06-03T14:36:27.012Z] === PAUSE TestIpcModeOlderClient [2022-06-03T14:36:27.012Z] === RUN TestKillContainerInvalidSignal [2022-06-03T14:36:27.273Z] --- PASS: TestKillContainerInvalidSignal (0.47s) [2022-06-03T14:36:27.273Z] === RUN TestKillContainer [2022-06-03T14:36:27.273Z] === RUN TestKillContainer/no_signal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T14:36:27.844Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T14:36:27.894Z] + bundleName=amd64-rootless [2022-06-03T14:36:27.894Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-03T14:36:27.894Z] Creating amd64-rootless-bundles.tar.gz [2022-06-03T14:36:27.894Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-06-03T14:36:27.894Z] + 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 [2022-06-03T14:36:27.907Z] Archiving artifacts [2022-06-03T14:36:28.105Z] === RUN TestKillContainer/killing_signal [2022-06-03T14:36:28.677Z] --- PASS: TestKillContainer (1.23s) [2022-06-03T14:36:28.677Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-06-03T14:36:28.677Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-03T14:36:28.677Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-06-03T14:36:28.677Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T14:36:28.677Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T14:36:28.937Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T14:36:29.585Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43688/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T14:36:29.880Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.17s) [2022-06-03T14:36:29.880Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-06-03T14:36:29.880Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-06-03T14:36:29.880Z] === RUN TestKillStoppedContainer [2022-06-03T14:36:29.880Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T14:36:29.880Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T14:36:29.880Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-03T14:36:29.880Z] === RUN TestKillDifferentUserContainer [2022-06-03T14:36:29.892Z] + make clean [2022-06-03T14:36:30.140Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-06-03T14:36:30.140Z] === RUN TestInspectOomKilledTrue [2022-06-03T14:36:30.152Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T14:36:30.152Z] docker-dev-cache [2022-06-03T14:36:30.152Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T14:36:30.712Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-06-03T14:36:30.712Z] === RUN TestInspectOomKilledFalse [Pipeline] } [Pipeline] // withEnv [2022-06-03T14:36:30.973Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2022-06-03T14:36:30.973Z] === RUN TestLinksEtcHostsContentMatch [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T14:36:31.545Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-06-03T14:36:31.545Z] === RUN TestLinksContainerNames [2022-06-03T14:36:31.738Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-03T14:36:32.116Z] --- PASS: TestLinksContainerNames (0.82s) [2022-06-03T14:36:32.116Z] === RUN TestLogsFollowTailEmpty [2022-06-03T14:36:32.687Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-06-03T14:36:32.687Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T14:36:32.948Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/default [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/private [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/slave [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/shared [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/default [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/shared [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/slave [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/private [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:36:32.948Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:36:32.948Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:36:32.948Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T14:36:33.210Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:36:33.471Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:36:33.471Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:36:33.471Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.01s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T14:36:33.471Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2022-06-03T14:36:33.471Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T14:36:34.855Z] --- PASS: TestContainerBindMountNonRecursive (1.34s) [2022-06-03T14:36:34.855Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T14:36:35.116Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2022-06-03T14:36:35.116Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T14:36:35.377Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-06-03T14:36:35.377Z] === RUN TestNetworkNat [2022-06-03T14:36:35.948Z] --- PASS: TestNetworkNat (0.42s) [2022-06-03T14:36:35.948Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T14:36:36.209Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-06-03T14:36:36.209Z] === RUN TestNetworkLoopbackNat [2022-06-03T14:36:37.028Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-03T14:36:37.028Z] PASS [2022-06-03T14:36:37.028Z] [2022-06-03T14:36:37.028Z] DONE 17 tests in 47.045s [2022-06-03T14:36:37.028Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T14:36:37.028Z] INFO: Testing against a local daemon [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:36:37.028Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:36:37.028Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T14:36:37.028Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T14:36:37.028Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:36:37.028Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T14:36:37.028Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T14:36:37.028Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T14:36:37.028Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T14:36:37.028Z] === RUN TestPluginInstall [2022-06-03T14:36:37.028Z] === RUN TestPluginInstall/no_auth [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e4c0d88278234438b2cd04bd01f51cba75c65d0159e6ea83e8c9b9a228944db" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e4c0d88278234438b2cd04bd01f51cba75c65d0159e6ea83e8c9b9a228944db" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:36:37.028Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:72c96e5b593c7962fb7f510c73f6d3f7ac992047a40ac751ba3adab13584f8db" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:36:37.028Z] time="2022-06-03T14:36:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:72c96e5b593c7962fb7f510c73f6d3f7ac992047a40ac751ba3adab13584f8db" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:36:37.028Z] === RUN TestPluginInstall/with_insecure [2022-06-03T14:36:37.955Z] time="2022-06-03T14:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:36:37.955Z] time="2022-06-03T14:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:472f75e7e804c79476f68292a5a22c249a7dcf56de7d95f1d7294bb0b8c1578e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:36:37.955Z] time="2022-06-03T14:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:36:37.955Z] time="2022-06-03T14:36:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:472f75e7e804c79476f68292a5a22c249a7dcf56de7d95f1d7294bb0b8c1578e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:36:38.211Z] plugin_test.go:195: [d025c33898fff] daemon is not started [2022-06-03T14:36:38.211Z] --- PASS: TestPluginInstall (2.74s) [2022-06-03T14:36:38.211Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2022-06-03T14:36:38.211Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-06-03T14:36:38.211Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-06-03T14:36:38.211Z] === RUN TestPluginsWithRuntimes [2022-06-03T14:36:38.752Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-06-03T14:36:38.752Z] === RUN TestPause [2022-06-03T14:36:39.187Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-03T14:36:39.323Z] --- PASS: TestPause (0.41s) [2022-06-03T14:36:39.323Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T14:36:39.323Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:36:39.324Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:36:39.324Z] === RUN TestPauseStopPausedContainer [2022-06-03T14:36:39.576Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T14:36:39.584Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-06-03T14:36:39.584Z] === RUN TestPidHost [2022-06-03T14:36:40.503Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T14:36:40.525Z] --- PASS: TestPidHost (0.87s) [2022-06-03T14:36:40.525Z] === RUN TestPsFilter [2022-06-03T14:36:40.525Z] --- PASS: TestPsFilter (0.09s) [2022-06-03T14:36:40.525Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T14:36:41.097Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-06-03T14:36:41.097Z] === RUN TestRemoveContainerWithVolume [2022-06-03T14:36:41.357Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-06-03T14:36:41.357Z] === RUN TestRemoveContainerRunning [2022-06-03T14:36:41.432Z] --- PASS: TestPluginsWithRuntimes (3.34s) [2022-06-03T14:36:41.432Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-06-03T14:36:41.432Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-03T14:36:41.432Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T14:36:41.929Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-03T14:36:41.929Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T14:36:41.993Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-03T14:36:41.993Z] PASS [2022-06-03T14:36:41.993Z] [2022-06-03T14:36:41.993Z] DONE 24 tests in 6.684s [2022-06-03T14:36:41.993Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T14:36:41.993Z] INFO: Testing against a local daemon [2022-06-03T14:36:41.993Z] === RUN TestExternalGraphDriver [2022-06-03T14:36:42.189Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-06-03T14:36:42.189Z] === RUN TestRemoveInvalidContainer [2022-06-03T14:36:42.189Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T14:36:42.189Z] === RUN TestRenameLinkedContainer [2022-06-03T14:36:42.249Z] === RUN TestExternalGraphDriver/json [2022-06-03T14:36:43.772Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-03T14:36:44.101Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-06-03T14:36:44.101Z] === RUN TestRenameStoppedContainer [2022-06-03T14:36:44.136Z] === RUN TestExternalGraphDriver/spec [2022-06-03T14:36:44.361Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-06-03T14:36:44.361Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T14:36:45.303Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-06-03T14:36:45.303Z] === RUN TestRenameInvalidName [2022-06-03T14:36:45.501Z] === RUN TestExternalGraphDriver/pull [2022-06-03T14:36:45.570Z] --- PASS: TestRenameInvalidName (0.40s) [2022-06-03T14:36:45.570Z] === RUN TestRenameAnonymousContainer [2022-06-03T14:36:47.483Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2022-06-03T14:36:47.483Z] === RUN TestRenameContainerWithSameName [2022-06-03T14:36:47.743Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2022-06-03T14:36:47.743Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T14:36:48.015Z] --- PASS: TestExternalGraphDriver (5.79s) [2022-06-03T14:36:48.015Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-06-03T14:36:48.015Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2022-06-03T14:36:48.015Z] --- PASS: TestExternalGraphDriver/pull (2.47s) [2022-06-03T14:36:48.015Z] === RUN TestGraphdriverPluginV2 [2022-06-03T14:36:48.684Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2022-06-03T14:36:48.684Z] === RUN TestResize [2022-06-03T14:36:48.945Z] --- PASS: TestResize (0.46s) [2022-06-03T14:36:48.945Z] === RUN TestResizeWithInvalidSize [2022-06-03T14:36:49.517Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-06-03T14:36:49.517Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T14:36:49.778Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:36:49.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:36:49.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:36:49.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:36:49.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:36:51.692Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:36:52.185Z] --- PASS: TestGraphdriverPluginV2 (3.87s) [2022-06-03T14:36:52.185Z] PASS [2022-06-03T14:36:52.185Z] [2022-06-03T14:36:52.185Z] DONE 5 tests in 9.701s [2022-06-03T14:36:52.185Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T14:36:52.185Z] INFO: Testing against a local daemon [2022-06-03T14:36:52.185Z] === RUN TestContinueAfterPluginCrash [2022-06-03T14:36:52.185Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T14:36:52.185Z] === RUN TestReadPluginNoRead [2022-06-03T14:36:52.185Z] === PAUSE TestReadPluginNoRead [2022-06-03T14:36:52.185Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T14:36:52.185Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T14:36:52.185Z] === CONT TestContinueAfterPluginCrash [2022-06-03T14:36:52.185Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T14:36:53.105Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:36:53.688Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:36:53.950Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:36:54.891Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:36:55.153Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:36:55.455Z] --- PASS: TestDaemonStartWithLogOpt (3.47s) [2022-06-03T14:36:55.455Z] === CONT TestReadPluginNoRead [2022-06-03T14:36:57.970Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T14:36:58.451Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:36:58.712Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:36:58.897Z] === RUN TestReadPluginNoRead/default [2022-06-03T14:36:59.794Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-03T14:37:00.261Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T14:37:00.261Z] --- PASS: TestContinueAfterPluginCrash (8.38s) [2022-06-03T14:37:00.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:37:01.625Z] === CONT TestReadPluginNoRead [2022-06-03T14:37:01.626Z] read_test.go:92: [d8488bec63583] daemon is not started [2022-06-03T14:37:01.626Z] --- PASS: TestReadPluginNoRead (6.06s) [2022-06-03T14:37:01.626Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.36s) [2022-06-03T14:37:01.626Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-06-03T14:37:01.626Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.24s) [2022-06-03T14:37:01.626Z] PASS [2022-06-03T14:37:01.626Z] [2022-06-03T14:37:01.626Z] DONE 6 tests in 9.554s [2022-06-03T14:37:01.626Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-03T14:37:01.626Z] testing: warning: no tests to run [2022-06-03T14:37:01.626Z] PASS [2022-06-03T14:37:01.626Z] [2022-06-03T14:37:01.626Z] DONE 0 tests in 0.008s [2022-06-03T14:37:01.626Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T14:37:01.626Z] INFO: Testing against a local daemon [2022-06-03T14:37:01.626Z] === RUN TestPluginWithDevMounts [2022-06-03T14:37:01.626Z] === PAUSE TestPluginWithDevMounts [2022-06-03T14:37:01.626Z] === CONT TestPluginWithDevMounts [2022-06-03T14:37:02.536Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:37:02.536Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:37:02.992Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-06-03T14:37:02.992Z] PASS [2022-06-03T14:37:02.992Z] [2022-06-03T14:37:02.992Z] DONE 1 tests in 1.625s [2022-06-03T14:37:02.992Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T14:37:02.992Z] INFO: Testing against a local daemon [2022-06-03T14:37:02.992Z] === RUN TestSecretInspect [2022-06-03T14:37:03.921Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:37:04.121Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T14:37:04.121Z] Using test binary docker [2022-06-03T14:37:04.121Z] +++ /etc/init.d/apparmor start [2022-06-03T14:37:04.121Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T14:37:04.121Z] INFO: Waiting for daemon to start... [2022-06-03T14:37:04.121Z] Starting dockerd [2022-06-03T14:37:04.121Z] +++ 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 [2022-06-03T14:37:04.121Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T14:37:04.121Z] Using test binary docker [2022-06-03T14:37:04.121Z] +++ /etc/init.d/apparmor start [2022-06-03T14:37:04.121Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T14:37:04.121Z] INFO: Waiting for daemon to start... [2022-06-03T14:37:04.121Z] Starting dockerd [2022-06-03T14:37:04.121Z] +++ 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 [2022-06-03T14:37:04.121Z] . [2022-06-03T14:37:04.121Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T14:37:04.121Z] [2022-06-03T14:37:04.121Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T14:37:04.121Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T14:37:04.121Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T14:37:04.121Z] Error: No such image: emptyfs [2022-06-03T14:37:04.121Z] Error: No such image: emptyfs [2022-06-03T14:37:04.121Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T14:37:04.121Z] ++++ docker load [2022-06-03T14:37:04.121Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T14:37:04.121Z] ++++ docker load [2022-06-03T14:37:04.121Z] Running integration-test (iteration 1) [2022-06-03T14:37:04.121Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-03T14:37:04.121Z] ++ 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)/' [2022-06-03T14:37:04.121Z] ++ set -e [2022-06-03T14:37:04.121Z] ++ '[' -n 0 ']' [2022-06-03T14:37:04.121Z] ++ set -x [2022-06-03T14:37:04.121Z] ++ 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)/' [2022-06-03T14:37:04.121Z] Running integration-test (iteration 1) [2022-06-03T14:37:04.121Z] 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)/ [2022-06-03T14:37:04.121Z] ++ 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)/' [2022-06-03T14:37:04.121Z] ++ set -e [2022-06-03T14:37:04.121Z] ++ '[' -n 0 ']' [2022-06-03T14:37:04.121Z] ++ set -x [2022-06-03T14:37:04.121Z] ++ 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)/' [2022-06-03T14:37:04.121Z] Loaded image: busybox:latest [2022-06-03T14:37:04.121Z] Loaded image: busybox:latest [2022-06-03T14:37:04.121Z] Loaded image: busybox:glibc [2022-06-03T14:37:04.121Z] Loaded image: busybox:glibc [2022-06-03T14:37:04.121Z] Loaded image: debian:bullseye-slim [2022-06-03T14:37:04.121Z] Loaded image: debian:bullseye-slim [2022-06-03T14:37:04.121Z] Loaded image: hello-world:latest [2022-06-03T14:37:04.121Z] Loaded image: hello-world:latest [2022-06-03T14:37:04.121Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:37:04.121Z] INFO: Testing against a local daemon [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-03T14:37:04.121Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-03T14:37:04.121Z] INFO: Testing against a local daemon [2022-06-03T14:37:04.121Z] === RUN TestDockerDaemonSuite [2022-06-03T14:37:04.121Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-03T14:37:04.121Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-03T14:37:04.181Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:37:04.378Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-03T14:37:04.636Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-03T14:37:04.636Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-03T14:37:04.894Z] --- PASS: TestBuildWithHugeFile (127.61s) [2022-06-03T14:37:04.894Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T14:37:04.894Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:37:04.894Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:37:04.894Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T14:37:04.894Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:37:04.894Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:37:04.894Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:37:04.894Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:37:04.894Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:37:04.894Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:37:04.894Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T14:37:04.894Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T14:37:05.152Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T14:37:05.152Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T14:37:05.152Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-06-03T14:37:05.152Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-06-03T14:37:05.152Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2022-06-03T14:37:05.152Z] === RUN TestBuildPreserveOwnership [2022-06-03T14:37:05.152Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T14:37:05.506Z] --- PASS: TestSecretInspect (2.20s) [2022-06-03T14:37:05.506Z] === RUN TestSecretList [2022-06-03T14:37:05.565Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:37:05.718Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-03T14:37:05.976Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-03T14:37:05.976Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-03T14:37:05.976Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-03T14:37:06.909Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.80s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.93s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.39s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.60s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.94s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.72s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.68s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s) [2022-06-03T14:37:06.949Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.46s) [2022-06-03T14:37:06.949Z] === RUN TestCgroupNamespacesRun [2022-06-03T14:37:07.168Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-03T14:37:07.434Z] --- PASS: TestSecretList (2.24s) [2022-06-03T14:37:07.434Z] === RUN TestSecretsCreateAndDelete [2022-06-03T14:37:08.103Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-03T14:37:08.103Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T14:37:08.103Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-03T14:37:08.103Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-03T14:37:08.103Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-03T14:37:08.334Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-06-03T14:37:08.334Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T14:37:08.670Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-03T14:37:09.235Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-03T14:37:09.275Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-06-03T14:37:09.276Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T14:37:09.602Z] --- PASS: TestBuildPreserveOwnership (4.26s) [2022-06-03T14:37:09.602Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.90s) [2022-06-03T14:37:09.602Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.34s) [2022-06-03T14:37:09.602Z] === RUN TestBuildPlatformInvalid [2022-06-03T14:37:09.602Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-03T14:37:09.602Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T14:37:09.972Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2022-06-03T14:37:09.972Z] === RUN TestSecretsUpdate [2022-06-03T14:37:10.167Z] Loaded image: busybox:latest [2022-06-03T14:37:10.424Z] Loaded image: busybox:glibc [2022-06-03T14:37:10.659Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-06-03T14:37:10.659Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T14:37:10.724Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-03T14:37:11.603Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-06-03T14:37:11.603Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T14:37:11.797Z] Loaded image: debian:bullseye-slim [2022-06-03T14:37:11.797Z] Loaded image: hello-world:latest [2022-06-03T14:37:11.797Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T14:37:11.860Z] --- PASS: TestSecretsUpdate (2.19s) [2022-06-03T14:37:11.860Z] === RUN TestTemplatedSecret [2022-06-03T14:37:12.056Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-03T14:37:12.987Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-06-03T14:37:12.987Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T14:37:13.928Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-06-03T14:37:13.928Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T14:37:13.955Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-03T14:37:14.375Z] --- PASS: TestTemplatedSecret (2.60s) [2022-06-03T14:37:14.375Z] === RUN TestSecretCreateResolve [2022-06-03T14:37:14.498Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-03T14:37:14.498Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T14:37:15.051Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-03T14:37:15.882Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-06-03T14:37:15.882Z] === RUN TestNISDomainname [2022-06-03T14:37:16.142Z] --- PASS: TestNISDomainname (0.50s) [2022-06-03T14:37:16.142Z] === RUN TestHostnameDnsResolution [2022-06-03T14:37:16.484Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-03T14:37:16.714Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-06-03T14:37:16.714Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T14:37:16.889Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-06-03T14:37:16.889Z] PASS [2022-06-03T14:37:16.889Z] [2022-06-03T14:37:16.889Z] DONE 6 tests in 13.628s [2022-06-03T14:37:16.889Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T14:37:16.889Z] INFO: Testing against a local daemon [2022-06-03T14:37:16.889Z] === RUN TestServiceCreateInit [2022-06-03T14:37:16.889Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T14:37:17.285Z] --- PASS: TestUnprivilegedPortsAndPing (0.49s) [2022-06-03T14:37:17.285Z] === RUN TestPrivilegedHostDevices [2022-06-03T14:37:17.856Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-06-03T14:37:17.856Z] === RUN TestConsoleSize [2022-06-03T14:37:18.118Z] --- PASS: TestConsoleSize (0.39s) [2022-06-03T14:37:18.118Z] === RUN TestStats [2022-06-03T14:37:18.383Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-03T14:37:18.641Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-03T14:37:19.460Z] ............................ [ 66%] [2022-06-03T14:37:19.576Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-03T14:37:20.141Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-03T14:37:20.660Z] --- PASS: TestStats (2.43s) [2022-06-03T14:37:20.661Z] === RUN TestStopContainerWithTimeout [2022-06-03T14:37:20.661Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T14:37:20.661Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T14:37:20.661Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T14:37:20.661Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T14:37:20.661Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T14:37:20.661Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T14:37:20.661Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T14:37:20.661Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T14:37:20.661Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T14:37:20.661Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T14:37:20.708Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-03T14:37:21.054Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T14:37:21.232Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T14:37:21.648Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.16s) [2022-06-03T14:37:21.648Z] PASS [2022-06-03T14:37:21.648Z] [2022-06-03T14:37:21.648Z] === Skipped [2022-06-03T14:37:21.648Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T14:37:21.648Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T14:37:21.648Z] [2022-06-03T14:37:21.648Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T14:37:21.648Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T14:37:21.648Z] [2022-06-03T14:37:21.648Z] DONE 34 tests, 2 skipped in 192.670s [2022-06-03T14:37:21.648Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T14:37:21.648Z] ++ 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 [2022-06-03T14:37:21.648Z] ++ set -e [2022-06-03T14:37:21.648Z] ++ '[' -n 0 ']' [2022-06-03T14:37:21.648Z] ++ set -x [2022-06-03T14:37:21.648Z] ++ 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 [2022-06-03T14:37:21.648Z] INFO: Testing against a local daemon [2022-06-03T14:37:21.648Z] === RUN TestConfigInspect [2022-06-03T14:37:22.584Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-03T14:37:23.143Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T14:37:23.958Z] --- PASS: TestConfigInspect (2.37s) [2022-06-03T14:37:23.958Z] === RUN TestConfigList [2022-06-03T14:37:24.216Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-03T14:37:24.322Z] --- PASS: TestServiceCreateInit (7.54s) [2022-06-03T14:37:24.322Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.69s) [2022-06-03T14:37:24.322Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.83s) [2022-06-03T14:37:24.322Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T14:37:24.527Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T14:37:24.527Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-06-03T14:37:24.527Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2022-06-03T14:37:24.527Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-06-03T14:37:24.527Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-06-03T14:37:24.527Z] === RUN TestDeleteDevicemapper [2022-06-03T14:37:24.527Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:37:24.527Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T14:37:24.527Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T14:37:24.782Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-03T14:37:25.041Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-03T14:37:25.607Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-03T14:37:26.440Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s) [2022-06-03T14:37:26.440Z] === RUN TestUpdateMemory [2022-06-03T14:37:26.542Z] docker_cli_daemon_test.go:1474: [d1612d90e385b] daemon is not started [2022-06-03T14:37:26.701Z] --- PASS: TestUpdateMemory (0.51s) [2022-06-03T14:37:26.701Z] === RUN TestUpdateCPUQuota [2022-06-03T14:37:26.800Z] --- PASS: TestConfigList (2.73s) [2022-06-03T14:37:26.800Z] === RUN TestConfigsCreateAndDelete [2022-06-03T14:37:27.058Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-03T14:37:27.316Z] check_test.go:307: [d3d629c9e7624] daemon is not started [2022-06-03T14:37:27.316Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-03T14:37:27.643Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-06-03T14:37:27.644Z] === RUN TestUpdatePidsLimit [2022-06-03T14:37:27.644Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T14:37:27.644Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T14:37:27.885Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-03T14:37:27.904Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T14:37:28.165Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T14:37:28.165Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T14:37:28.426Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T14:37:28.687Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T14:37:28.819Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit (1.78s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2022-06-03T14:37:29.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-06-03T14:37:29.259Z] === RUN TestUpdateRestartPolicy [2022-06-03T14:37:29.385Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-03T14:37:29.643Z] --- PASS: TestConfigsCreateAndDelete (2.87s) [2022-06-03T14:37:29.643Z] === RUN TestConfigsUpdate [2022-06-03T14:37:29.901Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-03T14:37:31.278Z] check_test.go:307: [ddedc64e8a199] daemon is not started [2022-06-03T14:37:31.278Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-03T14:37:31.537Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-03T14:37:32.471Z] --- PASS: TestConfigsUpdate (2.67s) [2022-06-03T14:37:32.471Z] === RUN TestTemplatedConfig [2022-06-03T14:37:32.471Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-03T14:37:33.040Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-03T14:37:33.302Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-03T14:37:33.867Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-03T14:37:34.800Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-03T14:37:35.365Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-03T14:37:35.625Z] --- PASS: TestTemplatedConfig (3.35s) [2022-06-03T14:37:35.625Z] === RUN TestConfigCreateResolve [2022-06-03T14:37:38.154Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-03T14:37:38.721Z] --- PASS: TestConfigCreateResolve (2.94s) [2022-06-03T14:37:38.721Z] PASS [2022-06-03T14:37:38.721Z] [2022-06-03T14:37:38.721Z] DONE 6 tests in 17.015s [2022-06-03T14:37:38.721Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T14:37:38.721Z] ++ 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 [2022-06-03T14:37:38.721Z] ++ set -e [2022-06-03T14:37:38.721Z] ++ '[' -n 0 ']' [2022-06-03T14:37:38.721Z] ++ set -x [2022-06-03T14:37:38.721Z] ++ 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 [2022-06-03T14:37:38.979Z] INFO: Testing against a local daemon [2022-06-03T14:37:38.979Z] === RUN TestAttachWithTTY [2022-06-03T14:37:38.979Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-03T14:37:38.979Z] === RUN TestAttachWithoutTTy [2022-06-03T14:37:38.979Z] --- PASS: TestAttachWithoutTTy (0.10s) [2022-06-03T14:37:38.979Z] === RUN TestCheckpoint [2022-06-03T14:37:38.979Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:37:38.979Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:37:38.979Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:37:38.979Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T14:37:38.979Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T14:37:38.979Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T14:37:38.979Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T14:37:38.979Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T14:37:38.979Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T14:37:38.979Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T14:37:38.980Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T14:37:38.980Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T14:37:38.980Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T14:37:38.980Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T14:37:38.980Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T14:37:38.980Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-06-03T14:37:38.980Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T14:37:38.980Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T14:37:39.241Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-06-03T14:37:39.241Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T14:37:39.241Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2022-06-03T14:37:39.241Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T14:37:39.241Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-06-03T14:37:39.241Z] === RUN TestCopyEmptyFile [2022-06-03T14:37:39.808Z] --- PASS: TestCopyEmptyFile (0.47s) [2022-06-03T14:37:39.808Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T14:37:39.808Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-06-03T14:37:39.808Z] === RUN TestCopyFromContainer [2022-06-03T14:37:40.744Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-03T14:37:41.487Z] --- PASS: TestUpdateRestartPolicy (10.83s) [2022-06-03T14:37:41.487Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T14:37:41.487Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-06-03T14:37:41.487Z] === RUN TestWaitNonBlocked [2022-06-03T14:37:41.487Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:37:41.487Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:37:41.487Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:37:41.487Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:37:41.487Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:37:41.487Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:37:41.487Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T14:37:41.487Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s) [2022-06-03T14:37:41.487Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-06-03T14:37:41.487Z] === RUN TestWaitBlocked [2022-06-03T14:37:41.487Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:37:41.487Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:37:41.487Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:37:41.487Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:37:41.487Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:37:41.487Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:37:41.680Z] === RUN TestCopyFromContainer// [2022-06-03T14:37:41.680Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T14:37:41.680Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T14:37:41.938Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T14:37:41.938Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T14:37:42.059Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T14:37:42.059Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-06-03T14:37:42.059Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.77s) [2022-06-03T14:37:42.059Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T14:37:42.059Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T14:37:42.196Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T14:37:42.196Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T14:37:42.363Z] --- PASS: TestCreateServiceMultipleTimes (15.71s) [2022-06-03T14:37:42.363Z] === RUN TestCreateServiceConflict [2022-06-03T14:37:42.363Z] --- PASS: TestCreateServiceConflict (2.23s) [2022-06-03T14:37:42.363Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T14:37:42.455Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T14:37:42.455Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T14:37:42.455Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer (2.90s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer// (0.13s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.17s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2022-06-03T14:37:42.714Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2022-06-03T14:37:42.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T14:37:42.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:37:42.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:37:42.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:37:42.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:37:42.714Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:37:42.714Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:37:42.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T14:37:42.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T14:37:42.714Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T14:37:42.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-06-03T14:37:42.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T14:37:42.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T14:37:42.714Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T14:37:42.714Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T14:37:42.714Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-06-03T14:37:42.714Z] === RUN TestCreateWithInvalidEnv [2022-06-03T14:37:42.974Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T14:37:42.974Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T14:37:42.974Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T14:37:42.974Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T14:37:42.974Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T14:37:42.974Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T14:37:42.974Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T14:37:42.974Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T14:37:42.974Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T14:37:42.974Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-06-03T14:37:42.974Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T14:37:42.974Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T14:37:42.974Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T14:37:42.974Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T14:37:42.974Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-06-03T14:37:42.974Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T14:37:43.915Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-03T14:37:43.972Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.96s) [2022-06-03T14:37:43.972Z] === CONT TestIpcModeOlderClient [2022-06-03T14:37:43.972Z] --- PASS: TestIpcModeOlderClient (0.05s) [2022-06-03T14:37:43.972Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T14:37:43.972Z] --- PASS: TestContainerStartOnDaemonRestart (2.05s) [2022-06-03T14:37:43.972Z] === CONT TestDaemonHostGatewayIP [2022-06-03T14:37:44.881Z] --- PASS: TestCreateServiceMaxReplicas (2.78s) [2022-06-03T14:37:44.881Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T14:37:45.289Z] --- PASS: TestCreateWithCustomMaskedPaths (2.17s) [2022-06-03T14:37:45.289Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T14:37:46.573Z] --- PASS: TestDaemonHostGatewayIP (2.38s) [2022-06-03T14:37:46.573Z] === CONT TestDaemonRestartIpcMode [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.28s) [2022-06-03T14:37:47.821Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T14:37:47.821Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:37:47.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:37:47.821Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:37:47.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:37:47.821Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:37:47.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:37:47.821Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:37:47.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:37:47.821Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:37:47.821Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:37:47.821Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T14:37:47.821Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T14:37:47.821Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T14:37:47.821Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T14:37:47.821Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T14:37:47.821Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-06-03T14:37:47.821Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T14:37:47.821Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T14:37:48.079Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s) [2022-06-03T14:37:48.079Z] === RUN TestCreateDifferentPlatform [2022-06-03T14:37:48.079Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T14:37:48.079Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T14:37:48.079Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-06-03T14:37:48.079Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-06-03T14:37:48.079Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2022-06-03T14:37:48.079Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T14:37:48.079Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-06-03T14:37:48.079Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T14:37:48.338Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-03T14:37:48.338Z] === RUN TestCreateInvalidHostConfig [2022-06-03T14:37:48.338Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:37:48.338Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:37:48.338Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:37:48.338Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:37:48.338Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:37:48.338Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:37:48.338Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:37:48.338Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:37:48.338Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T14:37:48.338Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T14:37:48.338Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T14:37:48.338Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T14:37:48.338Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-03T14:37:48.338Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T14:37:48.338Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T14:37:48.338Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T14:37:48.338Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T14:37:48.338Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T14:37:48.338Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T14:37:48.338Z] === RUN TestDaemonRestartIpcMode [2022-06-03T14:37:48.338Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T14:37:48.338Z] === RUN TestDaemonHostGatewayIP [2022-06-03T14:37:48.338Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T14:37:48.338Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T14:37:48.338Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T14:37:48.338Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T14:37:48.338Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T14:37:48.338Z] === RUN TestDiff [2022-06-03T14:37:48.501Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2022-06-03T14:37:49.275Z] --- PASS: TestDiff (0.81s) [2022-06-03T14:37:49.275Z] === RUN TestExecWithCloseStdin [2022-06-03T14:37:49.841Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-03T14:37:50.147Z] --- PASS: TestExecWithCloseStdin (0.94s) [2022-06-03T14:37:50.147Z] === RUN TestExec [2022-06-03T14:37:51.097Z] --- PASS: TestExec (0.97s) [2022-06-03T14:37:51.097Z] === RUN TestExecUser [2022-06-03T14:37:51.357Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-03T14:37:51.615Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-03T14:37:51.873Z] --- PASS: TestExecUser (0.86s) [2022-06-03T14:37:51.873Z] === RUN TestExportContainerAndImportImage [2022-06-03T14:37:52.438Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-03T14:37:53.004Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2022-06-03T14:37:53.004Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T14:37:53.570Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-03T14:37:54.137Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-03T14:37:54.395Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-03T14:37:54.395Z] --- PASS: TestExportContainerAfterDaemonRestart (1.48s) [2022-06-03T14:37:54.395Z] === RUN TestHealthCheckWorkdir [2022-06-03T14:37:54.961Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-03T14:37:55.219Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-03T14:37:55.477Z] check_test.go:307: [d1259ef35f0c2] daemon is not started [2022-06-03T14:37:55.477Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-03T14:37:55.477Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2022-06-03T14:37:55.477Z] === RUN TestHealthKillContainer [2022-06-03T14:37:56.691Z] --- PASS: TestContainerKillOnDaemonStart (11.61s) [2022-06-03T14:37:56.691Z] PASS [2022-06-03T14:37:56.691Z] [2022-06-03T14:37:56.691Z] === Skipped [2022-06-03T14:37:56.691Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-03T14:37:56.691Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:37:56.691Z] [2022-06-03T14:37:56.691Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:37:56.691Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:37:56.691Z] [2022-06-03T14:37:56.691Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T14:37:56.691Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:37:56.691Z] [2022-06-03T14:37:56.691Z] DONE 243 tests, 3 skipped in 113.955s [2022-06-03T14:37:56.691Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T14:37:56.691Z] ++ 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 [2022-06-03T14:37:56.691Z] ++ set -e [2022-06-03T14:37:56.691Z] ++ '[' -n 0 ']' [2022-06-03T14:37:56.691Z] ++ set -x [2022-06-03T14:37:56.691Z] ++ 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 [2022-06-03T14:37:56.691Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T14:37:56.691Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-03T14:37:56.691Z] === RUN TestConfigDaemonID [2022-06-03T14:37:57.262Z] daemon_test.go:83: [dee8b7ee1aeb7] daemon is not started [2022-06-03T14:37:57.262Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-03T14:37:57.262Z] === RUN TestDaemonConfigValidation [2022-06-03T14:37:57.262Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:37:57.262Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:37:57.262Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T14:37:57.262Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T14:37:57.262Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T14:37:57.262Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T14:37:57.262Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T14:37:57.262Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T14:37:57.262Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T14:37:57.262Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T14:37:57.262Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:37:57.262Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T14:37:57.262Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T14:37:57.262Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T14:37:57.377Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-03T14:37:57.377Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-03T14:37:57.523Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T14:37:57.523Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T14:37:57.523Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-06-03T14:37:57.523Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-06-03T14:37:57.523Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-06-03T14:37:57.523Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-06-03T14:37:57.523Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-03T14:37:57.523Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T14:37:57.523Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T14:37:58.464Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T14:37:58.748Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-03T14:37:59.007Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-03T14:37:59.719Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.12s) [2022-06-03T14:37:59.719Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T14:37:59.848Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T14:37:59.941Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-03T14:38:00.528Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-03T14:38:00.647Z] --- PASS: TestCreateServiceSecretFileMode (2.52s) [2022-06-03T14:38:00.647Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T14:38:00.789Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T14:38:00.789Z] daemon_test.go:197: [dd5f6ccffdf88] daemon is not started [2022-06-03T14:38:00.789Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-03T14:38:00.789Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-03T14:38:00.789Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-03T14:38:00.789Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-03T14:38:00.789Z] === RUN TestDaemonProxy [2022-06-03T14:38:00.789Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T14:38:00.874Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-03T14:38:02.700Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T14:38:03.161Z] --- PASS: TestCreateServiceConfigFileMode (2.48s) [2022-06-03T14:38:03.161Z] === RUN TestCreateServiceSysctls [2022-06-03T14:38:04.092Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T14:38:04.153Z] --- PASS: TestHealthKillContainer (8.42s) [2022-06-03T14:38:04.153Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T14:38:04.411Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-03T14:38:04.411Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2022-06-03T14:38:04.411Z] === RUN TestIpcModeNone [2022-06-03T14:38:04.668Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-03T14:38:05.234Z] --- PASS: TestIpcModeNone (0.80s) [2022-06-03T14:38:05.234Z] === RUN TestIpcModePrivate [2022-06-03T14:38:05.799Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2022-06-03T14:38:06.004Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T14:38:06.061Z] --- PASS: TestIpcModePrivate (0.73s) [2022-06-03T14:38:06.061Z] === RUN TestIpcModeShareable [2022-06-03T14:38:06.265Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T14:38:06.426Z] --- PASS: TestCreateServiceSysctls (3.17s) [2022-06-03T14:38:06.426Z] === RUN TestCreateServiceCapabilities [2022-06-03T14:38:06.628Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-06-03T14:38:06.628Z] --- PASS: TestIpcModeShareable (0.67s) [2022-06-03T14:38:06.628Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T14:38:06.836Z] --- PASS: TestDaemonProxy (6.22s) [2022-06-03T14:38:06.836Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-03T14:38:06.836Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-06-03T14:38:06.836Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-06-03T14:38:06.836Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T14:38:06.836Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T14:38:06.836Z] PASS [2022-06-03T14:38:06.836Z] [2022-06-03T14:38:06.836Z] DONE 18 tests in 11.214s [2022-06-03T14:38:06.836Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T14:38:06.836Z] ++ 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 [2022-06-03T14:38:06.836Z] ++ set -e [2022-06-03T14:38:06.836Z] ++ '[' -n 0 ']' [2022-06-03T14:38:06.836Z] ++ set -x [2022-06-03T14:38:06.836Z] ++ 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 [2022-06-03T14:38:07.097Z] INFO: Testing against a local daemon [2022-06-03T14:38:07.097Z] === RUN TestCommitInheritsEnv [2022-06-03T14:38:07.097Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-06-03T14:38:07.097Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T14:38:07.358Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-03T14:38:07.358Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform// [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T14:38:07.358Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T14:38:07.619Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T14:38:07.619Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T14:38:07.619Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T14:38:07.619Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T14:38:07.619Z] === RUN TestImagesFilterMultiReference [2022-06-03T14:38:07.619Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-03T14:38:07.619Z] === RUN TestImagePullPlatformInvalid [2022-06-03T14:38:07.619Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-03T14:38:07.619Z] === RUN TestRemoveImageOrphaning [2022-06-03T14:38:07.881Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-06-03T14:38:07.881Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T14:38:07.881Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:38:07.881Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-03T14:38:07.881Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T14:38:07.881Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T14:38:07.881Z] === RUN TestTagInvalidReference [2022-06-03T14:38:07.881Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T14:38:07.881Z] === RUN TestTagValidPrefixedRepo [2022-06-03T14:38:07.881Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-03T14:38:07.881Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T14:38:07.881Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T14:38:07.881Z] === RUN TestTagOfficialNames [2022-06-03T14:38:07.881Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-03T14:38:07.881Z] === RUN TestTagMatchesDigest [2022-06-03T14:38:07.881Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-03T14:38:07.881Z] PASS [2022-06-03T14:38:08.004Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-03T14:38:08.004Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-03T14:38:08.004Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-03T14:38:08.141Z] [2022-06-03T14:38:08.141Z] === Skipped [2022-06-03T14:38:08.141Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-03T14:38:08.141Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-03T14:38:08.141Z] [2022-06-03T14:38:08.141Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-03T14:38:08.141Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:38:08.141Z] [2022-06-03T14:38:08.141Z] DONE 22 tests, 2 skipped in 1.187s [2022-06-03T14:38:08.141Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T14:38:08.141Z] ++ 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 [2022-06-03T14:38:08.141Z] ++ set -e [2022-06-03T14:38:08.141Z] ++ '[' -n 0 ']' [2022-06-03T14:38:08.141Z] ++ set -x [2022-06-03T14:38:08.141Z] ++ 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 [2022-06-03T14:38:08.141Z] INFO: Testing against a local daemon [2022-06-03T14:38:08.141Z] === RUN TestNetworkCreateDelete [2022-06-03T14:38:08.141Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-03T14:38:08.141Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T14:38:08.569Z] check_test.go:307: [d6b7d8c7b3a2f] daemon is not started [2022-06-03T14:38:08.569Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-03T14:38:08.712Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-06-03T14:38:08.712Z] === RUN TestDaemonDNSFallback [2022-06-03T14:38:08.830Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.17s) [2022-06-03T14:38:08.830Z] === RUN TestAPIIpcModeHost [2022-06-03T14:38:08.943Z] --- PASS: TestCreateServiceCapabilities (2.52s) [2022-06-03T14:38:08.943Z] === RUN TestInspect [2022-06-03T14:38:09.089Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-03T14:38:09.654Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-03T14:38:09.654Z] --- PASS: TestAPIIpcModeHost (0.84s) [2022-06-03T14:38:09.654Z] === RUN TestDaemonIpcModeShareable [2022-06-03T14:38:09.912Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-03T14:38:10.170Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-03T14:38:11.545Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-06-03T14:38:11.545Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2022-06-03T14:38:11.545Z] === RUN TestDaemonIpcModePrivate [2022-06-03T14:38:12.209Z] --- PASS: TestInspect (2.92s) [2022-06-03T14:38:12.209Z] === RUN TestCreateJob [2022-06-03T14:38:13.447Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2022-06-03T14:38:13.447Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-03T14:38:13.447Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2022-06-03T14:38:13.447Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T14:38:13.447Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-03T14:38:14.726Z] --- PASS: TestCreateJob (3.19s) [2022-06-03T14:38:14.726Z] === RUN TestReplicatedJob [2022-06-03T14:38:14.822Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-03T14:38:14.822Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false [2022-06-03T14:38:15.080Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s) [2022-06-03T14:38:15.080Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T14:38:15.294Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-06-03T14:38:15.294Z] === RUN TestInspectNetwork [2022-06-03T14:38:15.619Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-03T14:38:15.646Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-03T14:38:16.580Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: true, mustBeShared: true [2022-06-03T14:38:16.580Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) [2022-06-03T14:38:16.580Z] === RUN TestIpcModeOlderClient [2022-06-03T14:38:16.580Z] === PAUSE TestIpcModeOlderClient [2022-06-03T14:38:16.580Z] === RUN TestKillContainerInvalidSignal [2022-06-03T14:38:17.518Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2022-06-03T14:38:17.518Z] === RUN TestKillContainer [2022-06-03T14:38:17.518Z] === RUN TestKillContainer/no_signal [2022-06-03T14:38:17.838Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T14:38:17.838Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T14:38:17.838Z] === RUN TestInspectNetwork/network_name [2022-06-03T14:38:17.838Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T14:38:18.086Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T14:38:18.134Z] tests/integration/client_test.py ..... [ 75%] [2022-06-03T14:38:18.134Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-03T14:38:18.134Z] tests/integration/errors_test.py . [ 76%] [2022-06-03T14:38:18.343Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-03T14:38:18.602Z] === RUN TestKillContainer/killing_signal [2022-06-03T14:38:18.602Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-03T14:38:19.536Z] --- PASS: TestKillContainer (2.29s) [2022-06-03T14:38:19.536Z] --- PASS: TestKillContainer/no_signal (0.77s) [2022-06-03T14:38:19.536Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2022-06-03T14:38:19.536Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2022-06-03T14:38:19.536Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T14:38:19.536Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T14:38:20.105Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T14:38:20.670Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.20s) [2022-06-03T14:38:20.670Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2022-06-03T14:38:20.670Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2022-06-03T14:38:20.670Z] === RUN TestKillStoppedContainer [2022-06-03T14:38:20.928Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-03T14:38:20.928Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T14:38:20.928Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-03T14:38:20.928Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-03T14:38:20.928Z] check_test.go:307: [d68eda56f9684] daemon is not started [2022-06-03T14:38:20.928Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-03T14:38:20.928Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-03T14:38:20.928Z] === RUN TestKillDifferentUserContainer [2022-06-03T14:38:21.264Z] --- PASS: TestReplicatedJob (5.45s) [2022-06-03T14:38:21.264Z] === RUN TestUpdateReplicatedJob [2022-06-03T14:38:21.493Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2022-06-03T14:38:21.493Z] === RUN TestInspectOomKilledTrue [2022-06-03T14:38:21.493Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:38:21.493Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T14:38:21.493Z] === RUN TestInspectOomKilledFalse [2022-06-03T14:38:21.493Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:38:21.493Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-03T14:38:21.493Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T14:38:21.751Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-03T14:38:22.010Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2022-06-03T14:38:22.010Z] === RUN TestLinksContainerNames [2022-06-03T14:38:22.040Z] --- PASS: TestInspectNetwork (7.06s) [2022-06-03T14:38:22.040Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T14:38:22.040Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T14:38:22.040Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T14:38:22.040Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T14:38:22.040Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T14:38:22.946Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-03T14:38:22.946Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-03T14:38:23.424Z] --- PASS: TestRunContainerWithBridgeNone (1.53s) [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T14:38:23.424Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:38:23.424Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:38:23.424Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:38:23.424Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T14:38:23.424Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T14:38:23.424Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T14:38:23.424Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T14:38:23.424Z] === RUN TestNetworkList [2022-06-03T14:38:23.424Z] === RUN TestNetworkList//networks [2022-06-03T14:38:23.424Z] === PAUSE TestNetworkList//networks [2022-06-03T14:38:23.424Z] === RUN TestNetworkList//networks/ [2022-06-03T14:38:23.424Z] === PAUSE TestNetworkList//networks/ [2022-06-03T14:38:23.424Z] === CONT TestNetworkList//networks [2022-06-03T14:38:23.424Z] === CONT TestNetworkList//networks/ [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkList (0.01s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T14:38:23.424Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T14:38:23.424Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T14:38:23.512Z] --- PASS: TestLinksContainerNames (1.52s) [2022-06-03T14:38:23.512Z] === RUN TestLogsFollowTailEmpty [2022-06-03T14:38:23.785Z] --- PASS: TestUpdateReplicatedJob (3.22s) [2022-06-03T14:38:23.785Z] === RUN TestServiceListWithStatuses [2022-06-03T14:38:23.785Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:38:23.785Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T14:38:23.785Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T14:38:23.995Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-03T14:38:23.995Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T14:38:24.078Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-03T14:38:24.337Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2022-06-03T14:38:24.337Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T14:38:24.904Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/default [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/private [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/slave [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/shared [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/default [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/shared [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/slave [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T14:38:24.904Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:38:24.904Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:38:24.904Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T14:38:25.162Z] === CONT TestMountDaemonRoot/private [2022-06-03T14:38:25.162Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T14:38:25.162Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T14:38:25.163Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:38:25.163Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:38:25.163Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T14:38:25.163Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T14:38:25.163Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:38:25.163Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T14:38:25.163Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T14:38:25.163Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T14:38:25.379Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-03T14:38:25.379Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T14:38:25.421Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T14:38:25.680Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T14:38:25.680Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T14:38:25.680Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T14:38:25.680Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T14:38:25.680Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-03T14:38:25.680Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-06-03T14:38:25.680Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T14:38:25.950Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-06-03T14:38:25.950Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T14:38:26.892Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-03T14:38:26.892Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T14:38:27.056Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-03T14:38:27.056Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-03T14:38:27.624Z] --- PASS: TestContainerBindMountNonRecursive (1.99s) [2022-06-03T14:38:27.624Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T14:38:27.952Z] --- PASS: TestDockerNetworkConnectAlias (4.24s) [2022-06-03T14:38:27.952Z] === RUN TestDockerNetworkReConnect [2022-06-03T14:38:28.276Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-06-03T14:38:28.276Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T14:38:28.558Z] --- PASS: TestContainerVolumesMountedAsShared (0.68s) [2022-06-03T14:38:28.558Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T14:38:28.816Z] check_test.go:307: [d82548d8391f1] daemon is not started [2022-06-03T14:38:28.816Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-03T14:38:28.816Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2022-06-03T14:38:28.816Z] === RUN TestNetworkNat [2022-06-03T14:38:28.847Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-03T14:38:28.847Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T14:38:29.750Z] --- PASS: TestNetworkNat (0.77s) [2022-06-03T14:38:29.750Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T14:38:30.688Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2022-06-03T14:38:30.688Z] === RUN TestNetworkLoopbackNat [2022-06-03T14:38:31.219Z] --- PASS: TestDockerNetworkReConnect (3.50s) [2022-06-03T14:38:31.219Z] === RUN TestServicePlugin [2022-06-03T14:38:31.389Z] --- PASS: TestServiceWithPredefinedNetwork (2.40s) [2022-06-03T14:38:31.389Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T14:38:31.389Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:38:31.389Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:38:31.389Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T14:38:31.622Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-03T14:38:32.187Z] check_test.go:307: [d5097ec48f91f] daemon is not started [2022-06-03T14:38:32.187Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-03T14:38:33.561Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-03T14:38:33.561Z] --- PASS: TestNetworkLoopbackNat (3.08s) [2022-06-03T14:38:33.561Z] === RUN TestPause [2022-06-03T14:38:34.497Z] --- PASS: TestPause (0.70s) [2022-06-03T14:38:34.497Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T14:38:34.497Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:38:34.497Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:38:34.497Z] === RUN TestPauseStopPausedContainer [2022-06-03T14:38:35.069Z] docker_cli_daemon_plugins_test.go:80: [da19e184f1c0d] daemon is not started [2022-06-03T14:38:35.069Z] --- PASS: TestPauseStopPausedContainer (0.68s) [2022-06-03T14:38:35.069Z] === RUN TestPidHost [2022-06-03T14:38:35.385Z] plugin_test.go:61: [dc726da6e392e] joining swarm manager [d3b3c87cba559]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:38:36.003Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-03T14:38:36.312Z] plugin_test.go:64: [dcd8001c2df5b] joining swarm manager [d3b3c87cba559]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:38:36.568Z] --- PASS: TestPidHost (1.53s) [2022-06-03T14:38:36.568Z] === RUN TestPsFilter [2022-06-03T14:38:36.826Z] --- PASS: TestPsFilter (0.14s) [2022-06-03T14:38:36.826Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T14:38:37.087Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-03T14:38:37.394Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.60s) [2022-06-03T14:38:37.394Z] === RUN TestRemoveContainerWithVolume [2022-06-03T14:38:37.654Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-03T14:38:37.912Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2022-06-03T14:38:37.912Z] === RUN TestRemoveContainerRunning [2022-06-03T14:38:38.847Z] --- PASS: TestRemoveContainerRunning (0.69s) [2022-06-03T14:38:38.847Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T14:38:38.847Z] docker_cli_daemon_plugins_test.go:170: [d14c20834999f] daemon is not started [2022-06-03T14:38:39.413Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2022-06-03T14:38:39.413Z] === RUN TestRemoveInvalidContainer [2022-06-03T14:38:39.413Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T14:38:39.413Z] === RUN TestRenameLinkedContainer [2022-06-03T14:38:40.415Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-03T14:38:40.682Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-03T14:38:40.942Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-03T14:38:42.851Z] --- PASS: TestRenameLinkedContainer (3.23s) [2022-06-03T14:38:42.851Z] === RUN TestRenameStoppedContainer [2022-06-03T14:38:43.417Z] --- PASS: TestRenameStoppedContainer (0.63s) [2022-06-03T14:38:43.417Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T14:38:43.674Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-03T14:38:44.240Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-03T14:38:44.806Z] --- PASS: TestRenameRunningContainerAndReuse (1.40s) [2022-06-03T14:38:44.806Z] === RUN TestRenameInvalidName [2022-06-03T14:38:44.806Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-03T14:38:45.371Z] check_test.go:307: [d4ebbf2ef8110] daemon is not started [2022-06-03T14:38:45.371Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-03T14:38:45.371Z] --- PASS: TestRenameInvalidName (0.71s) [2022-06-03T14:38:45.371Z] === RUN TestRenameAnonymousContainer [2022-06-03T14:38:46.294Z] --- PASS: TestServiceWithDataPathPortInit (13.51s) [2022-06-03T14:38:46.294Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T14:38:47.236Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y580mow6v763bjeqx0ynfh4g0 Created:2022-06-03 14:38:45.920113972 +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[3775e59062c38990ec2aef54618907b9691dc458d83162b18aa42f5d13aec891:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p3ogolkyrzpaou8h1jyn8qjum EndpointID:fcee0fe59bd5c67bf448612b4fbfc66e81d809188ba6d1ebdd07d8b8d239606c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5edff1b01021bc7585e10ff666096a1b3f7868ea217d20633589cd95c05655fe 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:f9800d96dcab IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p3ogolkyrzpaou8h1jyn8qjum EndpointID:fcee0fe59bd5c67bf448612b4fbfc66e81d809188ba6d1ebdd07d8b8d239606c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T14:38:47.272Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-03T14:38:48.646Z] --- PASS: TestRenameAnonymousContainer (2.92s) [2022-06-03T14:38:48.647Z] === RUN TestRenameContainerWithSameName [2022-06-03T14:38:48.906Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-03T14:38:48.906Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-03T14:38:49.165Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2022-06-03T14:38:49.165Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T14:38:50.542Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-03T14:38:50.542Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-03T14:38:50.542Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2022-06-03T14:38:50.542Z] === RUN TestResize [2022-06-03T14:38:51.441Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.74s) [2022-06-03T14:38:51.441Z] PASS [2022-06-03T14:38:51.441Z] [2022-06-03T14:38:51.441Z] === Skipped [2022-06-03T14:38:51.441Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:38:51.441Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:38:51.441Z] [2022-06-03T14:38:51.441Z] DONE 38 tests, 1 skipped in 43.360s [2022-06-03T14:38:51.441Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:38:51.441Z] ++ 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 [2022-06-03T14:38:51.441Z] ++ set -e [2022-06-03T14:38:51.441Z] ++ '[' -n 0 ']' [2022-06-03T14:38:51.441Z] ++ set -x [2022-06-03T14:38:51.441Z] ++ 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 [2022-06-03T14:38:51.441Z] INFO: Testing against a local daemon [2022-06-03T14:38:51.441Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T14:38:51.441Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:38:51.441Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:38:51.441Z] === RUN TestDockerNetworkIpvlan [2022-06-03T14:38:51.441Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:38:51.441Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:38:51.441Z] PASS [2022-06-03T14:38:51.441Z] [2022-06-03T14:38:51.441Z] === Skipped [2022-06-03T14:38:51.441Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:38:51.441Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:38:51.441Z] [2022-06-03T14:38:51.441Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:38:51.441Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:38:51.441Z] [2022-06-03T14:38:51.441Z] DONE 2 tests, 2 skipped in 0.075s [2022-06-03T14:38:51.441Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:38:51.441Z] ++ 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 [2022-06-03T14:38:51.441Z] ++ set -e [2022-06-03T14:38:51.441Z] ++ '[' -n 0 ']' [2022-06-03T14:38:51.441Z] ++ set -x [2022-06-03T14:38:51.441Z] ++ 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 [2022-06-03T14:38:51.441Z] INFO: Testing against a local daemon [2022-06-03T14:38:51.441Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T14:38:51.476Z] --- PASS: TestResize (0.74s) [2022-06-03T14:38:51.476Z] === RUN TestResizeWithInvalidSize [2022-06-03T14:38:51.476Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-03T14:38:52.409Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-03T14:38:52.409Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2022-06-03T14:38:52.409Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T14:38:52.975Z] --- PASS: TestResizeWhenContainerNotStarted (0.72s) [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:38:52.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:38:52.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:38:52.975Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T14:38:52.975Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:38:53.312Z] ......... [ 85%] [2022-06-03T14:38:53.354Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-06-03T14:38:53.354Z] === RUN TestDockerNetworkMacvlan [2022-06-03T14:38:53.633Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T14:38:54.350Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-03T14:38:54.591Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T14:38:55.162Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T14:38:55.723Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-03T14:38:55.985Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:38:55.985Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-03T14:38:57.074Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T14:38:57.888Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:38:57.889Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-03T14:38:58.023Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-03T14:38:58.454Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-03T14:38:58.458Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T14:38:58.713Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T14:38:58.972Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T14:38:59.211Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-03T14:39:00.346Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:39:00.604Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T14:39:01.539Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-03T14:39:01.758Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T14:39:02.106Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-03T14:39:02.106Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan (9.56s) [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.99s) [2022-06-03T14:39:02.702Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2022-06-03T14:39:02.702Z] PASS [2022-06-03T14:39:02.702Z] [2022-06-03T14:39:02.702Z] DONE 8 tests in 11.051s [2022-06-03T14:39:02.702Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T14:39:02.702Z] ++ 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 [2022-06-03T14:39:02.702Z] ++ set -e [2022-06-03T14:39:02.702Z] ++ '[' -n 0 ']' [2022-06-03T14:39:02.702Z] ++ set -x [2022-06-03T14:39:02.702Z] ++ 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 [2022-06-03T14:39:02.702Z] testing: warning: no tests to run [2022-06-03T14:39:02.702Z] PASS [2022-06-03T14:39:02.702Z] [2022-06-03T14:39:02.702Z] DONE 0 tests in 0.024s [2022-06-03T14:39:02.702Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T14:39:02.702Z] ++ 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 [2022-06-03T14:39:02.702Z] ++ set -e [2022-06-03T14:39:02.702Z] ++ '[' -n 0 ']' [2022-06-03T14:39:02.702Z] ++ set -x [2022-06-03T14:39:02.702Z] ++ 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 [2022-06-03T14:39:02.702Z] INFO: Testing against a local daemon [2022-06-03T14:39:02.702Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T14:39:02.849Z] --- PASS: TestServicePlugin (30.46s) [2022-06-03T14:39:02.849Z] === RUN TestServiceUpdateLabel [2022-06-03T14:39:03.478Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-03T14:39:03.776Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-06-03T14:39:03.776Z] === RUN TestServiceUpdateSecrets [2022-06-03T14:39:04.046Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T14:39:04.087Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2022-06-03T14:39:04.087Z] === RUN TestAuthZPluginTLS [2022-06-03T14:39:04.347Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-03T14:39:04.347Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T14:39:04.616Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T14:39:04.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-03T14:39:04.918Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-03T14:39:04.918Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T14:39:05.488Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-03T14:39:05.488Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T14:39:05.747Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-03T14:39:05.747Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-03T14:39:06.059Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-03T14:39:06.059Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T14:39:06.249Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-03T14:39:07.001Z] --- PASS: TestAuthZPluginAllowEventStream (1.08s) [2022-06-03T14:39:07.001Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T14:39:07.184Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T14:39:07.572Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-03T14:39:07.572Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T14:39:07.748Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-03T14:39:07.749Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-03T14:39:08.143Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T14:39:08.143Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T14:39:08.683Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-03T14:39:08.715Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-06-03T14:39:08.715Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T14:39:08.941Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T14:39:09.507Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T14:39:09.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-03T14:39:10.100Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.35s) [2022-06-03T14:39:10.100Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T14:39:10.483Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-03T14:39:10.483Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-03T14:39:11.484Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s) [2022-06-03T14:39:11.484Z] === RUN TestAuthZPluginHeader [2022-06-03T14:39:11.666Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T14:39:12.055Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-03T14:39:12.055Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T14:39:12.055Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:12.055Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-03T14:39:12.055Z] === RUN TestAuthZPluginV2Disable [2022-06-03T14:39:12.055Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:12.055Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-03T14:39:12.055Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T14:39:12.055Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:12.055Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-03T14:39:12.055Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T14:39:12.055Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:12.055Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-03T14:39:12.055Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T14:39:12.233Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-03T14:39:12.800Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T14:39:13.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-03T14:39:14.302Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T14:39:14.561Z] check_test.go:307: [d41de7386dc49] daemon is not started [2022-06-03T14:39:14.561Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-03T14:39:14.634Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-03T14:39:14.890Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-03T14:39:14.890Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-03T14:39:14.890Z] [2022-06-03T14:39:14.890Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-03T14:39:14.890Z] =========================== short test summary info ============================ [2022-06-03T14:39:14.890Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-03T14:39:14.890Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-03T14:39:14.890Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-03T14:39:14.890Z] Not supported on most drivers [2022-06-03T14:39:14.890Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-03T14:39:14.890Z] Output of docker top depends on host distro, and is not formalized. [2022-06-03T14:39:14.890Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-03T14:39:14.890Z] Output of docker top depends on host distro, and is not formalized. [2022-06-03T14:39:14.890Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-03T14:39:14.890Z] Can fail if eth0 has multiple IP addresses [2022-06-03T14:39:14.890Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-03T14:39:14.890Z] This doesn't seem to be taken into account by the engine [2022-06-03T14:39:14.890Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-03T14:39:14.890Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-03T14:39:14.890Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 281.45 seconds == [2022-06-03T14:39:15.147Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.06s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.63s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.79s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.39s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.43s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.45s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.94s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.02s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.81s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.74s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.05s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.61s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.52s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.80s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.67s) [2022-06-03T14:39:17.091Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.35s) [2022-06-03T14:39:17.091Z] === RUN TestCgroupNamespacesRun [2022-06-03T14:39:17.091Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-03T14:39:17.349Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-03T14:39:18.611Z] --- PASS: TestServiceUpdateSecrets (14.59s) [2022-06-03T14:39:18.611Z] === RUN TestServiceUpdateConfigs [2022-06-03T14:39:18.723Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2022-06-03T14:39:18.723Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T14:39:20.624Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2022-06-03T14:39:20.624Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T14:39:22.529Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s) [2022-06-03T14:39:22.529Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T14:39:25.058Z] --- PASS: TestCgroupNamespacesRunHostMode (2.24s) [2022-06-03T14:39:25.058Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T14:39:26.963Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.94s) [2022-06-03T14:39:26.963Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T14:39:27.309Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T14:39:27.309Z] [2022-06-03T14:39:27.309Z] Unloading profiles will leave already running processes permanently [2022-06-03T14:39:27.309Z] unconfined, which can lead to unexpected situations. [2022-06-03T14:39:27.309Z] [2022-06-03T14:39:27.309Z] To set a process to complain mode, use the command line tool [2022-06-03T14:39:27.309Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T14:39:27.309Z] Post stage [Pipeline] junit [2022-06-03T14:39:27.319Z] Recording test results [2022-06-03T14:39:28.499Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-03T14:39:28.790Z] + echo Ensuring container killed. [2022-06-03T14:39:28.790Z] Ensuring container killed. [2022-06-03T14:39:28.790Z] + docker rm -vf docker-pr1 [2022-06-03T14:39:28.790Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T14:39:28.865Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.87s) [2022-06-03T14:39:28.865Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T14:39:29.086Z] + echo Chowning /workspace to jenkins user [2022-06-03T14:39:29.086Z] Chowning /workspace to jenkins user [2022-06-03T14:39:29.086Z] + id -u [2022-06-03T14:39:29.086Z] + id -g [2022-06-03T14:39:29.086Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T14:39:29.087Z] Unable to find image 'busybox:latest' locally [2022-06-03T14:39:29.347Z] latest: Pulling from library/busybox [2022-06-03T14:39:29.347Z] cecc78ee4075: Pulling fs layer [2022-06-03T14:39:29.347Z] cecc78ee4075: Download complete [2022-06-03T14:39:29.347Z] cecc78ee4075: Pull complete [2022-06-03T14:39:29.347Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-03T14:39:29.347Z] Status: Downloaded newer image for busybox:latest [2022-06-03T14:39:29.432Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2022-06-03T14:39:29.432Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T14:39:29.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-03T14:39:30.168Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-03T14:39:30.168Z] PASS [2022-06-03T14:39:30.168Z] [2022-06-03T14:39:30.168Z] === Skipped [2022-06-03T14:39:30.168Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-03T14:39:30.168Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:30.168Z] [2022-06-03T14:39:30.168Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-03T14:39:30.168Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:30.168Z] [2022-06-03T14:39:30.168Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-03T14:39:30.168Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:30.168Z] [2022-06-03T14:39:30.168Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-03T14:39:30.168Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:30.168Z] [2022-06-03T14:39:30.168Z] DONE 17 tests, 4 skipped in 26.082s [2022-06-03T14:39:30.168Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T14:39:30.168Z] ++ 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 [2022-06-03T14:39:30.168Z] ++ set -e [2022-06-03T14:39:30.168Z] ++ '[' -n 0 ']' [2022-06-03T14:39:30.168Z] ++ set -x [2022-06-03T14:39:30.168Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2022-06-03T14:39:30.168Z] INFO: Testing against a local daemon [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:39:30.168Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:39:30.168Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T14:39:30.168Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T14:39:30.168Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T14:39:30.168Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T14:39:30.168Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T14:39:30.168Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T14:39:30.168Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T14:39:30.168Z] === RUN TestPluginInstall [2022-06-03T14:39:30.168Z] === RUN TestPluginInstall/no_auth [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:16d70c12f023ab7bebe9cb4f61117fa4ffb9ad1223114d3167e809f1ff1be5b6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:16d70c12f023ab7bebe9cb4f61117fa4ffb9ad1223114d3167e809f1ff1be5b6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:39:30.168Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:16d70c12f023ab7bebe9cb4f61117fa4ffb9ad1223114d3167e809f1ff1be5b6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:39:30.168Z] time="2022-06-03T14:39:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:16d70c12f023ab7bebe9cb4f61117fa4ffb9ad1223114d3167e809f1ff1be5b6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:39:30.428Z] === RUN TestPluginInstall/with_insecure [2022-06-03T14:39:31.001Z] time="2022-06-03T14:39:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:39:31.001Z] time="2022-06-03T14:39:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d4ea5bccefce578b584385146145f3680d2cba9c3f670043c3f7bc238246e21" mediatype=application/vnd.docker.plugin.v1+json size=522 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T14:39:31.261Z] time="2022-06-03T14:39:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:39:31.262Z] time="2022-06-03T14:39:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d4ea5bccefce578b584385146145f3680d2cba9c3f670043c3f7bc238246e21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:39:31.262Z] plugin_test.go:195: [dfb0d727fdc81] daemon is not started [2022-06-03T14:39:31.262Z] --- PASS: TestPluginInstall (2.52s) [2022-06-03T14:39:31.262Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-06-03T14:39:31.262Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-03T14:39:31.262Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-06-03T14:39:31.262Z] === RUN TestPluginsWithRuntimes [2022-06-03T14:39:31.375Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.99s) [2022-06-03T14:39:31.375Z] === RUN TestNISDomainname [2022-06-03T14:39:31.531Z] + bundleName=docker-py [2022-06-03T14:39:31.531Z] + echo Creating docker-py-bundles.tar.gz [2022-06-03T14:39:31.531Z] Creating docker-py-bundles.tar.gz [2022-06-03T14:39:31.531Z] + 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 [2022-06-03T14:39:31.541Z] Archiving artifacts [2022-06-03T14:39:31.635Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-03T14:39:32.227Z] --- PASS: TestNISDomainname (0.88s) [2022-06-03T14:39:32.227Z] === RUN TestHostnameDnsResolution [2022-06-03T14:39:33.052Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43688/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-03T14:39:33.179Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T14:39:33.390Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh binary [2022-06-03T14:39:33.446Z] --- PASS: TestServiceUpdateConfigs (14.56s) [2022-06-03T14:39:33.446Z] === RUN TestServiceUpdateNetwork [2022-06-03T14:39:33.646Z] [2022-06-03T14:39:33.648Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-03T14:39:33.648Z] --- PASS: TestHostnameDnsResolution (1.30s) [2022-06-03T14:39:33.648Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T14:39:33.750Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T14:39:33.901Z] Removing bundles/ [2022-06-03T14:39:33.901Z] [2022-06-03T14:39:33.901Z] ---> Making bundle: binary (in bundles/binary) [2022-06-03T14:39:33.901Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-03T14:39:33.901Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:39:34.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-03T14:39:34.473Z] --- PASS: TestUnprivilegedPortsAndPing (0.94s) [2022-06-03T14:39:34.473Z] === RUN TestPrivilegedHostDevices [2022-06-03T14:39:34.692Z] --- PASS: TestPluginsWithRuntimes (3.22s) [2022-06-03T14:39:34.692Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.85s) [2022-06-03T14:39:34.692Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-06-03T14:39:34.692Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T14:39:35.039Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-03T14:39:35.264Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-06-03T14:39:35.265Z] PASS [2022-06-03T14:39:35.265Z] [2022-06-03T14:39:35.265Z] DONE 24 tests in 6.401s [2022-06-03T14:39:35.265Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T14:39:35.265Z] ++ 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 [2022-06-03T14:39:35.265Z] ++ set -e [2022-06-03T14:39:35.265Z] ++ '[' -n 0 ']' [2022-06-03T14:39:35.265Z] ++ set -x [2022-06-03T14:39:35.265Z] ++ 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 [2022-06-03T14:39:35.265Z] INFO: Testing against a local daemon [2022-06-03T14:39:35.265Z] === RUN TestExternalGraphDriver [2022-06-03T14:39:35.265Z] === RUN TestExternalGraphDriver/json [2022-06-03T14:39:35.297Z] --- PASS: TestPrivilegedHostDevices (0.81s) [2022-06-03T14:39:35.297Z] === RUN TestConsoleSize [2022-06-03T14:39:35.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-03T14:39:36.122Z] --- PASS: TestConsoleSize (0.70s) [2022-06-03T14:39:36.122Z] === RUN TestStats [2022-06-03T14:39:36.381Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-03T14:39:37.178Z] === RUN TestExternalGraphDriver/spec [2022-06-03T14:39:37.754Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-03T14:39:38.562Z] === RUN TestExternalGraphDriver/pull [2022-06-03T14:39:39.129Z] --- PASS: TestStats (2.76s) [2022-06-03T14:39:39.129Z] === RUN TestStopContainerWithTimeout [2022-06-03T14:39:39.129Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T14:39:39.129Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T14:39:39.129Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T14:39:39.129Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T14:39:39.129Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T14:39:39.129Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T14:39:39.129Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T14:39:39.129Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T14:39:39.129Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T14:39:39.129Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T14:39:39.388Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-03T14:39:39.947Z] --- PASS: TestExternalGraphDriver (4.73s) [2022-06-03T14:39:39.947Z] --- PASS: TestExternalGraphDriver/json (1.56s) [2022-06-03T14:39:39.947Z] --- PASS: TestExternalGraphDriver/spec (1.57s) [2022-06-03T14:39:39.947Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-06-03T14:39:39.947Z] === RUN TestGraphdriverPluginV2 [2022-06-03T14:39:39.947Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:39.947Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-03T14:39:39.947Z] PASS [2022-06-03T14:39:39.947Z] [2022-06-03T14:39:39.947Z] === Skipped [2022-06-03T14:39:39.947Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-03T14:39:39.947Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:39:39.947Z] [2022-06-03T14:39:39.947Z] DONE 5 tests, 1 skipped in 4.839s [2022-06-03T14:39:39.947Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T14:39:39.947Z] ++ 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 [2022-06-03T14:39:39.947Z] ++ set -e [2022-06-03T14:39:39.947Z] ++ '[' -n 0 ']' [2022-06-03T14:39:39.947Z] ++ set -x [2022-06-03T14:39:39.947Z] ++ 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 [2022-06-03T14:39:39.947Z] INFO: Testing against a local daemon [2022-06-03T14:39:39.947Z] === RUN TestContinueAfterPluginCrash [2022-06-03T14:39:39.947Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T14:39:39.947Z] === RUN TestReadPluginNoRead [2022-06-03T14:39:39.947Z] === PAUSE TestReadPluginNoRead [2022-06-03T14:39:39.947Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T14:39:39.947Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T14:39:39.947Z] === CONT TestContinueAfterPluginCrash [2022-06-03T14:39:39.947Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T14:39:39.955Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-03T14:39:39.955Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T14:39:41.857Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T14:39:42.427Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-03T14:39:43.248Z] --- PASS: TestDaemonStartWithLogOpt (2.99s) [2022-06-03T14:39:43.249Z] === CONT TestReadPluginNoRead [2022-06-03T14:39:43.801Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-03T14:39:43.801Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2022-06-03T14:39:43.801Z] --- PASS: TestStopContainerWithTimeout/-1 (2.93s) [2022-06-03T14:39:43.801Z] --- PASS: TestStopContainerWithTimeout/3 (2.72s) [2022-06-03T14:39:43.801Z] --- PASS: TestStopContainerWithTimeout/1 (1.90s) [2022-06-03T14:39:43.801Z] === RUN TestDeleteDevicemapper [2022-06-03T14:39:43.801Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:39:43.801Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T14:39:43.801Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T14:39:44.058Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-03T14:39:45.164Z] === RUN TestReadPluginNoRead/default [2022-06-03T14:39:45.432Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-03T14:39:45.612Z] --- PASS: TestServiceUpdateNetwork (12.48s) [2022-06-03T14:39:45.613Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T14:39:46.546Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T14:39:46.806Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-03T14:39:46.977Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T14:39:47.372Z] check_test.go:307: [dc08704aaa725] daemon is not started [2022-06-03T14:39:47.372Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-03T14:39:47.372Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.57s) [2022-06-03T14:39:47.372Z] === RUN TestUpdateMemory [2022-06-03T14:39:47.372Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:39:47.372Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-03T14:39:47.372Z] === RUN TestUpdateCPUQuota [2022-06-03T14:39:47.488Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T14:39:47.538Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T14:39:47.631Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-03T14:39:48.059Z] --- PASS: TestContinueAfterPluginCrash (7.88s) [2022-06-03T14:39:48.566Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-03T14:39:48.566Z] --- PASS: TestUpdateCPUQuota (1.41s) [2022-06-03T14:39:48.566Z] === RUN TestUpdatePidsLimit [2022-06-03T14:39:48.566Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T14:39:48.631Z] === CONT TestReadPluginNoRead [2022-06-03T14:39:48.631Z] read_test.go:92: [d4ceaf6b2dc49] daemon is not started [2022-06-03T14:39:48.631Z] --- PASS: TestReadPluginNoRead (5.50s) [2022-06-03T14:39:48.631Z] --- PASS: TestReadPluginNoRead/default (1.14s) [2022-06-03T14:39:48.631Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2022-06-03T14:39:48.631Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s) [2022-06-03T14:39:48.631Z] PASS [2022-06-03T14:39:48.631Z] [2022-06-03T14:39:48.631Z] DONE 6 tests in 8.582s [2022-06-03T14:39:48.631Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-03T14:39:48.631Z] ++ 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 [2022-06-03T14:39:48.631Z] ++ set -e [2022-06-03T14:39:48.631Z] ++ '[' -n 0 ']' [2022-06-03T14:39:48.631Z] ++ set -x [2022-06-03T14:39:48.631Z] ++ 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 [2022-06-03T14:39:48.631Z] testing: warning: no tests to run [2022-06-03T14:39:48.631Z] PASS [2022-06-03T14:39:48.631Z] [2022-06-03T14:39:48.631Z] DONE 0 tests in 0.027s [2022-06-03T14:39:48.631Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T14:39:48.631Z] ++ 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 [2022-06-03T14:39:48.631Z] ++ set -e [2022-06-03T14:39:48.631Z] ++ '[' -n 0 ']' [2022-06-03T14:39:48.631Z] ++ set -x [2022-06-03T14:39:48.631Z] ++ 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 [2022-06-03T14:39:48.631Z] INFO: Testing against a local daemon [2022-06-03T14:39:48.631Z] === RUN TestPluginWithDevMounts [2022-06-03T14:39:48.631Z] === PAUSE TestPluginWithDevMounts [2022-06-03T14:39:48.631Z] === CONT TestPluginWithDevMounts [2022-06-03T14:39:48.823Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-03T14:39:49.084Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T14:39:49.342Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T14:39:49.909Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T14:39:50.168Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T14:39:50.427Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T14:39:50.544Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-06-03T14:39:50.544Z] PASS [2022-06-03T14:39:50.544Z] [2022-06-03T14:39:50.544Z] DONE 1 tests in 1.622s [2022-06-03T14:39:50.544Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T14:39:50.544Z] ++ 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 [2022-06-03T14:39:50.544Z] ++ set -e [2022-06-03T14:39:50.544Z] ++ '[' -n 0 ']' [2022-06-03T14:39:50.544Z] ++ set -x [2022-06-03T14:39:50.544Z] ++ 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 [2022-06-03T14:39:50.544Z] INFO: Testing against a local daemon [2022-06-03T14:39:50.544Z] === RUN TestSecretInspect [2022-06-03T14:39:50.992Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T14:39:50.992Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit (3.43s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/update_lower (0.33s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2022-06-03T14:39:52.368Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2022-06-03T14:39:52.368Z] === RUN TestUpdateRestartPolicy [2022-06-03T14:39:52.457Z] --- PASS: TestSecretInspect (2.19s) [2022-06-03T14:39:52.458Z] === RUN TestSecretList [2022-06-03T14:39:54.270Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-03T14:39:55.017Z] --- PASS: TestSecretList (2.22s) [2022-06-03T14:39:55.017Z] === RUN TestSecretsCreateAndDelete [2022-06-03T14:39:55.203Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-03T14:39:55.621Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T14:39:56.139Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-03T14:39:56.935Z] --- PASS: TestSecretsCreateAndDelete (2.24s) [2022-06-03T14:39:56.935Z] === RUN TestSecretsUpdate [2022-06-03T14:39:57.075Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-03T14:39:58.848Z] --- PASS: TestSecretsUpdate (1.77s) [2022-06-03T14:39:58.848Z] === RUN TestTemplatedSecret [2022-06-03T14:39:59.603Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-03T14:40:01.391Z] --- PASS: TestTemplatedSecret (2.52s) [2022-06-03T14:40:01.391Z] === RUN TestSecretCreateResolve [2022-06-03T14:40:02.135Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-03T14:40:02.135Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-03T14:40:02.155Z] --- PASS: TestServiceUpdatePidsLimit (16.38s) [2022-06-03T14:40:02.155Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-06-03T14:40:02.155Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-06-03T14:40:02.155Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-06-03T14:40:02.155Z] PASS [2022-06-03T14:40:02.155Z] [2022-06-03T14:40:02.155Z] === Skipped [2022-06-03T14:40:02.155Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T14:40:02.155Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:40:02.155Z] [2022-06-03T14:40:02.155Z] DONE 27 tests, 1 skipped in 165.264s [2022-06-03T14:40:02.155Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T14:40:02.155Z] INFO: Testing against a local daemon [2022-06-03T14:40:02.155Z] === RUN TestSessionCreate [2022-06-03T14:40:02.155Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T14:40:02.155Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T14:40:02.155Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-03T14:40:02.155Z] PASS [2022-06-03T14:40:02.155Z] [2022-06-03T14:40:02.155Z] DONE 2 tests in 0.056s [2022-06-03T14:40:02.155Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T14:40:02.155Z] INFO: Testing against a local daemon [2022-06-03T14:40:02.155Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T14:40:02.155Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-03T14:40:02.155Z] === RUN TestDiskUsage [2022-06-03T14:40:02.155Z] === PAUSE TestDiskUsage [2022-06-03T14:40:02.155Z] === RUN TestEventsExecDie [2022-06-03T14:40:02.718Z] --- PASS: TestEventsExecDie (0.55s) [2022-06-03T14:40:02.718Z] === RUN TestEventsBackwardsCompatible [2022-06-03T14:40:02.718Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-03T14:40:02.718Z] === RUN TestEventsVolumeCreate [2022-06-03T14:40:02.718Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-03T14:40:02.718Z] === RUN TestInfoBinaryCommits [2022-06-03T14:40:02.718Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T14:40:02.718Z] === RUN TestInfoAPIVersioned [2022-06-03T14:40:02.718Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T14:40:02.718Z] === RUN TestInfoAPI [2022-06-03T14:40:02.718Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T14:40:02.718Z] === RUN TestInfoAPIWarnings [2022-06-03T14:40:03.512Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-03T14:40:03.775Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-03T14:40:03.935Z] --- PASS: TestSecretCreateResolve (2.27s) [2022-06-03T14:40:03.935Z] PASS [2022-06-03T14:40:03.935Z] [2022-06-03T14:40:03.935Z] DONE 6 tests in 13.297s [2022-06-03T14:40:03.935Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T14:40:03.935Z] ++ 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 [2022-06-03T14:40:03.935Z] ++ set -e [2022-06-03T14:40:03.935Z] ++ '[' -n 0 ']' [2022-06-03T14:40:03.935Z] ++ set -x [2022-06-03T14:40:03.935Z] ++ 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 [2022-06-03T14:40:03.935Z] INFO: Testing against a local daemon [2022-06-03T14:40:03.935Z] === RUN TestServiceCreateInit [2022-06-03T14:40:03.935Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T14:40:04.034Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-03T14:40:04.600Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-03T14:40:04.859Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-03T14:40:05.118Z] --- PASS: TestUpdateRestartPolicy (12.92s) [2022-06-03T14:40:05.118Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T14:40:05.376Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-03T14:40:05.634Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-03T14:40:05.634Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-03T14:40:05.634Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-03T14:40:05.892Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2022-06-03T14:40:05.892Z] === RUN TestWaitNonBlocked [2022-06-03T14:40:05.892Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:40:05.892Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:40:05.892Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:40:05.892Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:40:05.892Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T14:40:05.892Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T14:40:05.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-03T14:40:07.236Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T14:40:07.267Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-03T14:40:07.267Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2022-06-03T14:40:07.267Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2022-06-03T14:40:07.267Z] === RUN TestWaitBlocked [2022-06-03T14:40:07.267Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:40:07.267Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:40:07.267Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:40:07.267Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:40:07.267Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T14:40:07.267Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T14:40:07.267Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-03T14:40:08.641Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-03T14:40:08.641Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2022-06-03T14:40:08.641Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.29s) [2022-06-03T14:40:08.641Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T14:40:08.641Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T14:40:09.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-03T14:40:09.207Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-03T14:40:09.207Z] check_test.go:307: [d09c7b380fc28] daemon is not started [2022-06-03T14:40:09.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-03T14:40:09.207Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-03T14:40:09.207Z] check_test.go:307: [d5ac65915f30b] daemon is not started [2022-06-03T14:40:09.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-03T14:40:10.535Z] --- PASS: TestServiceCreateInit (6.66s) [2022-06-03T14:40:10.535Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.16s) [2022-06-03T14:40:10.535Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.48s) [2022-06-03T14:40:10.535Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T14:40:11.737Z] --- PASS: TestContainerStartOnDaemonRestart (3.31s) [2022-06-03T14:40:11.737Z] === CONT TestIpcModeOlderClient [2022-06-03T14:40:11.737Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-06-03T14:40:11.737Z] === CONT TestDaemonHostGatewayIP [2022-06-03T14:40:12.305Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-03T14:40:12.563Z] check_test.go:307: [d7ed39265cb10] daemon is not started [2022-06-03T14:40:12.563Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-03T14:40:13.499Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-03T14:40:14.435Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-03T14:40:14.693Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-03T14:40:15.260Z] --- PASS: TestDaemonHostGatewayIP (3.41s) [2022-06-03T14:40:15.260Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T14:40:15.518Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-03T14:40:16.085Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-03T14:40:16.353Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-03T14:40:17.288Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-03T14:40:17.856Z] === CONT TestDaemonRestartIpcMode [2022-06-03T14:40:17.856Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.77s) [2022-06-03T14:40:20.399Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-03T14:40:20.755Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-03T14:40:20.756Z] === RUN TestInfoDebug [2022-06-03T14:40:20.756Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T14:40:20.756Z] === RUN TestInfoInsecureRegistries [2022-06-03T14:40:20.756Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T14:40:20.756Z] === RUN TestInfoRegistryMirrors [2022-06-03T14:40:20.756Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T14:40:20.756Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T14:40:21.012Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-03T14:40:21.012Z] === RUN TestPingCacheHeaders [2022-06-03T14:40:21.012Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T14:40:21.012Z] === RUN TestPingGet [2022-06-03T14:40:21.012Z] --- PASS: TestPingGet (0.02s) [2022-06-03T14:40:21.012Z] === RUN TestPingHead [2022-06-03T14:40:21.012Z] --- PASS: TestPingHead (0.02s) [2022-06-03T14:40:21.012Z] === RUN TestPingSwarmHeader [2022-06-03T14:40:21.335Z] --- PASS: TestDaemonRestartIpcMode (3.38s) [2022-06-03T14:40:21.574Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T14:40:21.904Z] --- PASS: TestContainerKillOnDaemonStart (13.42s) [2022-06-03T14:40:21.904Z] PASS [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] === Skipped [2022-06-03T14:40:21.904Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T14:40:21.904Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T14:40:21.904Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-03T14:40:21.904Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T14:40:21.904Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T14:40:21.904Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-03T14:40:21.904Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-03T14:40:21.904Z] [2022-06-03T14:40:21.904Z] DONE 243 tests, 6 skipped in 163.072s [2022-06-03T14:40:21.904Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T14:40:21.904Z] ++ 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 [2022-06-03T14:40:21.904Z] ++ set -e [2022-06-03T14:40:21.904Z] ++ '[' -n 0 ']' [2022-06-03T14:40:21.904Z] ++ set -x [2022-06-03T14:40:21.904Z] ++ 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 [2022-06-03T14:40:21.904Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T14:40:22.135Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T14:40:22.472Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-06-03T14:40:22.472Z] === RUN TestConfigDaemonID [2022-06-03T14:40:23.038Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-03T14:40:23.063Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T14:40:23.063Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-06-03T14:40:23.063Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T14:40:23.063Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T14:40:23.063Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T14:40:23.063Z] === RUN TestVersion [2022-06-03T14:40:23.063Z] --- PASS: TestVersion (0.02s) [2022-06-03T14:40:23.063Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-03T14:40:23.063Z] === CONT TestDiskUsage [2022-06-03T14:40:23.604Z] daemon_test.go:83: [d0d1e910ab0e8] daemon is not started [2022-06-03T14:40:23.604Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-03T14:40:23.604Z] === RUN TestDaemonConfigValidation [2022-06-03T14:40:23.604Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:40:23.604Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:40:23.604Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T14:40:23.604Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T14:40:23.604Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T14:40:23.604Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T14:40:23.604Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T14:40:23.604Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T14:40:23.604Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T14:40:23.604Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T14:40:23.604Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T14:40:23.604Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T14:40:23.624Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T14:40:23.881Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T14:40:23.886Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T14:40:23.886Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T14:40:23.886Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T14:40:23.886Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T14:40:23.886Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.11s) [2022-06-03T14:40:23.886Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.13s) [2022-06-03T14:40:23.886Z] --- PASS: TestDaemonConfigValidation/valid_config (0.13s) [2022-06-03T14:40:23.886Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.17s) [2022-06-03T14:40:23.886Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-06-03T14:40:23.886Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T14:40:23.886Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T14:40:24.444Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T14:40:24.444Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.52s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage (1.53s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T14:40:24.700Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:40:24.701Z] PASS [2022-06-03T14:40:24.701Z] [2022-06-03T14:40:24.701Z] DONE 54 tests in 22.592s [2022-06-03T14:40:24.701Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T14:40:24.701Z] INFO: Testing against a local daemon [2022-06-03T14:40:24.701Z] === RUN TestVolumesCreateAndList [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T14:40:24.701Z] === RUN TestVolumesRemove [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesRemove (0.07s) [2022-06-03T14:40:24.701Z] === RUN TestVolumesInspect [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T14:40:24.701Z] === RUN TestVolumesInvalidJSON [2022-06-03T14:40:24.701Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T14:40:24.701Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T14:40:24.701Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T14:40:24.701Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T14:40:24.701Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T14:40:24.701Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T14:40:24.701Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T14:40:24.701Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T14:40:24.701Z] PASS [2022-06-03T14:40:24.701Z] [2022-06-03T14:40:24.701Z] DONE 9 tests in 0.146s [2022-06-03T14:40:24.701Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T14:40:25.262Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-03T14:40:25.262Z] Removing test suite binaries [2022-06-03T14:40:25.262Z] exiting test-integration [2022-06-03T14:40:25.262Z] ++ exit 0 [2022-06-03T14:40:25.262Z] [2022-06-03T14:40:25.267Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T14:40:25.440Z] --- PASS: TestCreateServiceMultipleTimes (14.98s) [2022-06-03T14:40:25.440Z] === RUN TestCreateServiceConflict [2022-06-03T14:40:25.832Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-03T14:40:26.090Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile Post stage [Pipeline] junit [2022-06-03T14:40:26.636Z] Recording test results [2022-06-03T14:40:27.024Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-03T14:40:27.024Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T14:40:27.024Z] daemon_test.go:197: [dcdcd55d72684] daemon is not started [2022-06-03T14:40:27.024Z] --- PASS: TestConfigDaemonSeccompProfiles (3.17s) [2022-06-03T14:40:27.024Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-06-03T14:40:27.024Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-06-03T14:40:27.024Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-03T14:40:27.024Z] === RUN TestDaemonProxy [2022-06-03T14:40:27.024Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T14:40:27.590Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-03T14:40:27.984Z] --- PASS: TestCreateServiceConflict (2.27s) [2022-06-03T14:40:27.984Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T14:40:28.086Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T14:40:28.155Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-03T14:40:28.414Z] + echo Ensuring container killed. [2022-06-03T14:40:28.414Z] Ensuring container killed. [2022-06-03T14:40:28.414Z] + docker rm -vf docker-pr1 [2022-06-03T14:40:28.414Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T14:40:28.693Z] + echo Chowning /workspace to jenkins user [2022-06-03T14:40:28.693Z] Chowning /workspace to jenkins user [2022-06-03T14:40:28.693Z] + id -u [2022-06-03T14:40:28.693Z] + id -g [2022-06-03T14:40:28.693Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T14:40:28.693Z] Unable to find image 'busybox:latest' locally [2022-06-03T14:40:28.693Z] latest: Pulling from library/busybox [2022-06-03T14:40:28.950Z] cecc78ee4075: Pulling fs layer [2022-06-03T14:40:28.950Z] cecc78ee4075: Verifying Checksum [2022-06-03T14:40:28.950Z] cecc78ee4075: Download complete [2022-06-03T14:40:28.950Z] cecc78ee4075: Pull complete [2022-06-03T14:40:28.950Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-03T14:40:28.950Z] Status: Downloaded newer image for busybox:latest [2022-06-03T14:40:29.088Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T14:40:29.653Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-03T14:40:30.218Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T14:40:30.527Z] --- PASS: TestCreateServiceMaxReplicas (2.62s) [2022-06-03T14:40:30.527Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T14:40:30.603Z] + bundleName=amd64-cgroup2 [2022-06-03T14:40:30.603Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-03T14:40:30.603Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-03T14:40:30.603Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-06-03T14:40:30.603Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-03T14:40:30.785Z] === RUN TestDaemonProxy/configuration_file [Pipeline] archiveArtifacts [2022-06-03T14:40:30.868Z] Archiving artifacts [2022-06-03T14:40:32.405Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43688/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T14:40:32.686Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T14:40:32.749Z] + make clean [2022-06-03T14:40:32.749Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T14:40:32.749Z] docker-dev-cache [2022-06-03T14:40:32.749Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T14:40:32.944Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-03T14:40:32.944Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T14:40:33.202Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-03T14:40:33.460Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-06-03T14:40:33.460Z] --- PASS: TestDaemonProxy (6.37s) [2022-06-03T14:40:33.460Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-03T14:40:33.460Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-06-03T14:40:33.460Z] --- PASS: TestDaemonProxy/configuration_file (1.83s) [2022-06-03T14:40:33.460Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T14:40:33.460Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.54s) [2022-06-03T14:40:33.460Z] PASS [2022-06-03T14:40:33.460Z] [2022-06-03T14:40:33.460Z] === Skipped [2022-06-03T14:40:33.460Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.54s) [2022-06-03T14:40:33.460Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-06-03T14:40:33.460Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.54s) [2022-06-03T14:40:33.460Z] [2022-06-03T14:40:33.460Z] DONE 18 tests, 1 skipped in 11.726s [2022-06-03T14:40:33.460Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T14:40:33.460Z] ++ 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 [2022-06-03T14:40:33.460Z] ++ set -e [2022-06-03T14:40:33.460Z] ++ '[' -n 0 ']' [2022-06-03T14:40:33.460Z] ++ set -x [2022-06-03T14:40:33.460Z] ++ 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 [2022-06-03T14:40:33.718Z] INFO: Testing against a local daemon [2022-06-03T14:40:33.718Z] === RUN TestCommitInheritsEnv [2022-06-03T14:40:34.284Z] --- PASS: TestCommitInheritsEnv (0.49s) [2022-06-03T14:40:34.284Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T14:40:34.284Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T14:40:34.284Z] === RUN TestImportWithCustomPlatform [2022-06-03T14:40:34.284Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T14:40:34.284Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T14:40:34.284Z] === RUN TestImportWithCustomPlatform// [2022-06-03T14:40:34.284Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T14:40:34.542Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T14:40:34.801Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T14:40:34.801Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-03T14:40:34.801Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-03T14:40:34.801Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-03T14:40:34.801Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-03T14:40:34.801Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-03T14:40:34.801Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-03T14:40:34.801Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-03T14:40:34.801Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-03T14:40:34.801Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-03T14:40:34.801Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T14:40:34.801Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T14:40:34.801Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform (0.63s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/linux (0.14s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.17s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.15s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T14:40:34.801Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T14:40:34.801Z] === RUN TestImagesFilterMultiReference [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T14:40:35.061Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-06-03T14:40:35.061Z] === RUN TestImagePullPlatformInvalid [2022-06-03T14:40:35.061Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-03T14:40:35.061Z] === RUN TestRemoveImageOrphaning [2022-06-03T14:40:35.628Z] --- PASS: TestRemoveImageOrphaning (0.45s) [2022-06-03T14:40:35.628Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T14:40:35.886Z] time="2022-06-03T14:40:35Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-03T14:40:36.822Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-03T14:40:37.758Z] --- PASS: TestRemoveImageGarbageCollector (2.34s) [2022-06-03T14:40:37.758Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T14:40:37.758Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-06-03T14:40:37.758Z] === RUN TestTagInvalidReference [2022-06-03T14:40:37.758Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-03T14:40:37.758Z] === RUN TestTagValidPrefixedRepo [2022-06-03T14:40:38.017Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-06-03T14:40:38.017Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T14:40:38.017Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-06-03T14:40:38.017Z] === RUN TestTagOfficialNames [2022-06-03T14:40:38.017Z] --- PASS: TestTagOfficialNames (0.09s) [2022-06-03T14:40:38.017Z] === RUN TestTagMatchesDigest [2022-06-03T14:40:38.017Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-03T14:40:38.017Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T14:40:38.583Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-03T14:40:39.149Z] check_test.go:307: [d3baed63f6d66] daemon is not started [2022-06-03T14:40:39.149Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-03T14:40:42.433Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-03T14:40:43.808Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-03T14:40:45.181Z] docker_cli_daemon_plugins_test.go:106: [d6c37d2e1897d] daemon is not started [2022-06-03T14:40:45.429Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.02s) [2022-06-03T14:40:45.429Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T14:40:45.689Z] --- PASS: TestCreateServiceSecretFileMode (2.47s) [2022-06-03T14:40:45.689Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T14:40:46.554Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-03T14:40:46.554Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-03T14:40:47.121Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-03T14:40:48.231Z] --- PASS: TestCreateServiceConfigFileMode (2.46s) [2022-06-03T14:40:48.231Z] === RUN TestCreateServiceSysctls [2022-06-03T14:40:48.496Z] check_test.go:307: [df7ea8f5e989c] daemon is not started [2022-06-03T14:40:48.496Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-03T14:40:50.773Z] --- PASS: TestCreateServiceSysctls (2.58s) [2022-06-03T14:40:50.773Z] === RUN TestCreateServiceCapabilities [2022-06-03T14:40:52.684Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-03T14:40:52.684Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-03T14:40:53.317Z] --- PASS: TestCreateServiceCapabilities (2.46s) [2022-06-03T14:40:53.317Z] === RUN TestInspect [2022-06-03T14:40:55.860Z] --- PASS: TestInspect (2.73s) [2022-06-03T14:40:55.860Z] === RUN TestCreateJob [2022-06-03T14:40:57.945Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-03T14:40:57.945Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-03T14:40:58.511Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-03T14:40:58.768Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-03T14:40:59.026Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-03T14:40:59.160Z] --- PASS: TestCreateJob (3.00s) [2022-06-03T14:40:59.160Z] === RUN TestReplicatedJob [2022-06-03T14:40:59.960Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-03T14:40:59.960Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-03T14:41:00.218Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-03T14:41:00.218Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-03T14:41:00.784Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-03T14:41:01.351Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-03T14:41:01.918Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-03T14:41:02.177Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-03T14:41:02.746Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-03T14:41:03.313Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-03T14:41:03.571Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-03T14:41:03.829Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-03T14:41:04.087Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-03T14:41:04.087Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-03T14:41:04.345Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-03T14:41:04.445Z] --- PASS: TestReplicatedJob (4.67s) [2022-06-03T14:41:04.445Z] === RUN TestUpdateReplicatedJob [2022-06-03T14:41:04.912Z] check_test.go:307: [dc695524e9b7f] daemon is not started [2022-06-03T14:41:04.912Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-03T14:41:05.170Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-03T14:41:06.105Z] check_test.go:307: [d7c02173d7d9e] daemon is not started [2022-06-03T14:41:06.105Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-03T14:41:06.363Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-03T14:41:06.624Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-03T14:41:06.988Z] --- PASS: TestUpdateReplicatedJob (3.02s) [2022-06-03T14:41:06.988Z] === RUN TestServiceListWithStatuses [2022-06-03T14:41:06.988Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:41:06.988Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T14:41:06.988Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T14:41:07.557Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-03T14:41:08.123Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-03T14:41:11.192Z] --- PASS: TestDockerNetworkConnectAlias (3.94s) [2022-06-03T14:41:11.192Z] === RUN TestDockerNetworkReConnect [2022-06-03T14:41:11.404Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-03T14:41:11.662Z] check_test.go:307: [d45e9c0b50d4d] daemon is not started [2022-06-03T14:41:11.662Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-03T14:41:13.795Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2022-06-03T14:41:13.795Z] === RUN TestServicePlugin [2022-06-03T14:41:13.795Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:41:13.795Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-03T14:41:13.795Z] === RUN TestServiceUpdateLabel [2022-06-03T14:41:14.946Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-03T14:41:16.320Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-03T14:41:16.340Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-06-03T14:41:16.340Z] === RUN TestServiceUpdateSecrets [2022-06-03T14:41:18.219Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-03T14:41:20.162Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-03T14:41:20.433Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-03T14:41:21.386Z] check_test.go:307: [dbc330f2318e8] daemon is not started [2022-06-03T14:41:21.386Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-03T14:41:23.291Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-03T14:41:25.317Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-03T14:41:25.317Z] Copying nested executables into bundles/binary-daemon [2022-06-03T14:41:26.248Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-03T14:41:26.248Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:41:26.503Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-03T14:41:26.503Z] [2022-06-03T14:41:26.573Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-03T14:41:27.745Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/make.sh cross [2022-06-03T14:41:28.001Z] [2022-06-03T14:41:28.257Z] Removing bundles/ [2022-06-03T14:41:28.257Z] [2022-06-03T14:41:28.257Z] ---> Making bundle: cross (in bundles/cross) [2022-06-03T14:41:28.257Z] Cross building: bundles/cross/linux/amd64 [2022-06-03T14:41:28.257Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-03T14:41:28.257Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-03T14:41:29.854Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-03T14:41:31.241Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2022-06-03T14:41:31.241Z] === RUN TestServiceUpdateConfigs [2022-06-03T14:41:32.384Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-03T14:41:34.283Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-03T14:41:35.215Z] check_test.go:307: [dbf9d5bf326ce] daemon is not started [2022-06-03T14:41:35.215Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-03T14:41:35.473Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-03T14:41:35.473Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-03T14:41:35.731Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-03T14:41:36.296Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-03T14:41:36.862Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-03T14:41:38.763Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-03T14:41:38.763Z] check_test.go:307: [dac812a963cf9] daemon is not started [2022-06-03T14:41:38.763Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-03T14:41:40.137Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-03T14:41:41.070Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-03T14:41:42.003Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-03T14:41:43.381Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-03T14:41:44.314Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-03T14:41:46.142Z] --- PASS: TestServiceUpdateConfigs (14.38s) [2022-06-03T14:41:46.142Z] === RUN TestServiceUpdateNetwork [2022-06-03T14:41:47.599Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-03T14:41:48.976Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-03T14:41:49.911Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-03T14:41:50.846Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-03T14:41:52.225Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-03T14:41:54.126Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-03T14:41:54.384Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-03T14:41:57.665Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-03T14:41:58.369Z] --- PASS: TestServiceUpdateNetwork (12.12s) [2022-06-03T14:41:58.369Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T14:41:58.369Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T14:41:58.629Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T14:42:01.854Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-03T14:42:03.230Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-03T14:42:04.607Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-03T14:42:05.982Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-03T14:42:06.767Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T14:42:09.268Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-03T14:42:10.641Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-03T14:42:10.899Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-03T14:42:13.348Z] --- PASS: TestServiceUpdatePidsLimit (16.04s) [2022-06-03T14:42:13.348Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-03T14:42:13.348Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-06-03T14:42:13.348Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-06-03T14:42:13.348Z] PASS [2022-06-03T14:42:13.348Z] [2022-06-03T14:42:13.348Z] === Skipped [2022-06-03T14:42:13.348Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T14:42:13.348Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:42:13.348Z] [2022-06-03T14:42:13.348Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-03T14:42:13.348Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T14:42:13.348Z] [2022-06-03T14:42:13.348Z] DONE 27 tests, 2 skipped in 129.175s [2022-06-03T14:42:13.348Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T14:42:13.348Z] ++ 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 [2022-06-03T14:42:13.348Z] ++ set -e [2022-06-03T14:42:13.348Z] ++ '[' -n 0 ']' [2022-06-03T14:42:13.348Z] ++ set -x [2022-06-03T14:42:13.348Z] ++ 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 [2022-06-03T14:42:13.348Z] INFO: Testing against a local daemon [2022-06-03T14:42:13.348Z] === RUN TestSessionCreate [2022-06-03T14:42:13.348Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T14:42:13.348Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T14:42:13.348Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-03T14:42:13.348Z] PASS [2022-06-03T14:42:13.348Z] [2022-06-03T14:42:13.348Z] DONE 2 tests in 0.115s [2022-06-03T14:42:13.348Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T14:42:13.348Z] ++ 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 [2022-06-03T14:42:13.348Z] ++ set -e [2022-06-03T14:42:13.348Z] ++ '[' -n 0 ']' [2022-06-03T14:42:13.348Z] ++ set -x [2022-06-03T14:42:13.348Z] ++ 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 [2022-06-03T14:42:13.348Z] INFO: Testing against a local daemon [2022-06-03T14:42:13.348Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T14:42:13.348Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T14:42:13.348Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T14:42:13.348Z] === RUN TestDiskUsage [2022-06-03T14:42:13.348Z] === PAUSE TestDiskUsage [2022-06-03T14:42:13.348Z] === RUN TestEventsExecDie [2022-06-03T14:42:13.348Z] --- PASS: TestEventsExecDie (0.48s) [2022-06-03T14:42:13.348Z] === RUN TestEventsBackwardsCompatible [2022-06-03T14:42:13.609Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-06-03T14:42:13.609Z] === RUN TestEventsVolumeCreate [2022-06-03T14:42:13.609Z] --- PASS: TestEventsVolumeCreate (0.04s) [2022-06-03T14:42:13.609Z] === RUN TestInfoBinaryCommits [2022-06-03T14:42:13.609Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T14:42:13.609Z] === RUN TestInfoAPIVersioned [2022-06-03T14:42:13.609Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T14:42:13.609Z] === RUN TestInfoAPI [2022-06-03T14:42:13.609Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T14:42:13.609Z] === RUN TestInfoAPIWarnings [2022-06-03T14:42:15.087Z] docker_cli_daemon_test.go:2503: [d1a4b593aada4] daemon is not started [2022-06-03T14:42:15.652Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-03T14:42:15.910Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-03T14:42:16.168Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-03T14:42:16.426Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-03T14:42:17.361Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-03T14:42:17.361Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-03T14:42:17.928Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-03T14:42:18.187Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-03T14:42:20.718Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-03T14:42:21.652Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-03T14:42:23.026Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-03T14:42:24.458Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-03T14:42:24.719Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-03T14:42:26.102Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-03T14:42:27.477Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-03T14:42:27.477Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-03T14:42:29.378Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-03T14:42:31.718Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-03T14:42:31.718Z] === RUN TestInfoDebug [2022-06-03T14:42:31.718Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T14:42:31.718Z] === RUN TestInfoInsecureRegistries [2022-06-03T14:42:31.718Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T14:42:31.718Z] === RUN TestInfoRegistryMirrors [2022-06-03T14:42:31.718Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T14:42:31.718Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T14:42:31.718Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-03T14:42:31.718Z] === RUN TestPingCacheHeaders [2022-06-03T14:42:31.718Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T14:42:31.718Z] === RUN TestPingGet [2022-06-03T14:42:31.718Z] --- PASS: TestPingGet (0.01s) [2022-06-03T14:42:31.718Z] === RUN TestPingHead [2022-06-03T14:42:31.718Z] --- PASS: TestPingHead (0.02s) [2022-06-03T14:42:31.718Z] === RUN TestPingSwarmHeader [2022-06-03T14:42:31.908Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-03T14:42:31.908Z] check_test.go:307: [dd4bfd4cbea60] daemon is not started [2022-06-03T14:42:31.908Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-03T14:42:32.289Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T14:42:33.229Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T14:42:34.172Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T14:42:34.172Z] --- PASS: TestPingSwarmHeader (2.12s) [2022-06-03T14:42:34.172Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T14:42:34.172Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T14:42:34.172Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T14:42:34.172Z] === RUN TestVersion [2022-06-03T14:42:34.172Z] --- PASS: TestVersion (0.02s) [2022-06-03T14:42:34.172Z] === CONT TestDiskUsage [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T14:42:34.433Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T14:42:34.437Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T14:42:34.694Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T14:42:34.955Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage (1.17s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:42:35.216Z] PASS [2022-06-03T14:42:35.216Z] [2022-06-03T14:42:35.216Z] === Skipped [2022-06-03T14:42:35.216Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T14:42:35.216Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T14:42:35.216Z] [2022-06-03T14:42:35.216Z] DONE 54 tests, 1 skipped in 22.257s [2022-06-03T14:42:35.216Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T14:42:35.216Z] ++ 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 [2022-06-03T14:42:35.216Z] ++ set -e [2022-06-03T14:42:35.216Z] ++ '[' -n 0 ']' [2022-06-03T14:42:35.216Z] ++ set -x [2022-06-03T14:42:35.216Z] ++ 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 [2022-06-03T14:42:35.216Z] INFO: Testing against a local daemon [2022-06-03T14:42:35.216Z] === RUN TestVolumesCreateAndList [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T14:42:35.216Z] === RUN TestVolumesRemove [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T14:42:35.216Z] === RUN TestVolumesInspect [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T14:42:35.216Z] === RUN TestVolumesInvalidJSON [2022-06-03T14:42:35.216Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T14:42:35.216Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T14:42:35.216Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T14:42:35.216Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T14:42:35.216Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T14:42:35.216Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T14:42:35.216Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T14:42:35.216Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T14:42:35.216Z] PASS [2022-06-03T14:42:35.216Z] [2022-06-03T14:42:35.216Z] DONE 9 tests in 0.173s [2022-06-03T14:42:35.477Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T14:42:35.477Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T14:42:35.477Z] +++ kill 14221 [2022-06-03T14:42:35.737Z] +++ /etc/init.d/apparmor stop [2022-06-03T14:42:35.737Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T14:42:35.737Z] [2022-06-03T14:42:35.737Z] Unloading profiles will leave already running processes permanently [2022-06-03T14:42:35.737Z] unconfined, which can lead to unexpected situations. [2022-06-03T14:42:35.737Z] [2022-06-03T14:42:35.737Z] To set a process to complain mode, use the command line tool [2022-06-03T14:42:35.737Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T14:42:35.737Z] +++ true [2022-06-03T14:42:35.737Z] exiting test-integration [2022-06-03T14:42:35.737Z] ++ exit 0 [2022-06-03T14:42:35.737Z] Post stage [Pipeline] junit [2022-06-03T14:42:36.325Z] Recording test results [2022-06-03T14:42:36.539Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T14:42:36.871Z] + echo Ensuring container killed. [2022-06-03T14:42:36.871Z] Ensuring container killed. [2022-06-03T14:42:36.871Z] + docker rm -vf docker-pr1 [2022-06-03T14:42:36.871Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T14:42:37.157Z] + echo Chowning /workspace to jenkins user [2022-06-03T14:42:37.157Z] Chowning /workspace to jenkins user [2022-06-03T14:42:37.157Z] + id -u [2022-06-03T14:42:37.157Z] + id -g [2022-06-03T14:42:37.157Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T14:42:37.157Z] Unable to find image 'busybox:latest' locally [2022-06-03T14:42:37.157Z] latest: Pulling from library/busybox [2022-06-03T14:42:37.418Z] b12a2464d6dd: Pulling fs layer [2022-06-03T14:42:37.418Z] b12a2464d6dd: Verifying Checksum [2022-06-03T14:42:37.418Z] b12a2464d6dd: Download complete [2022-06-03T14:42:37.418Z] b12a2464d6dd: Pull complete [2022-06-03T14:42:37.418Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-03T14:42:37.418Z] Status: Downloaded newer image for busybox:latest [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite (337.70s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.28s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.53s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.57s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.07s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.18s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.61s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.40s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.86s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.50s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.27s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.40s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.36s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.19s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.35s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.13s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.34s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.04s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-06-03T14:42:37.720Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.56s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.96s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.25s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.40s) [2022-06-03T14:42:37.721Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.15s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.25s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.75s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.79s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.90s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.88s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.21s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.45s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.79s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.72s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.63s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.76s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.85s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.03s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.84s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.08s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.36s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.73s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.36s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.35s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.84s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.85s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.56s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.32s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.50s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.65s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.56s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.09s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.20s) [2022-06-03T14:42:37.721Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2022-06-03T14:42:37.721Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.58s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.57s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.77s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.00s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.69s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.83s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.28s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.95s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.35s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.38s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.87s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.85s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.69s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.55s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.07s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.75s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.87s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.11s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.63s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.48s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.92s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.62s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.64s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.36s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.24s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.04s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.58s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.87s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.22s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.25s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.27s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.19s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.07s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.42s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.47s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.83s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.49s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s) [2022-06-03T14:42:37.721Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.58s) [2022-06-03T14:42:37.721Z] === RUN TestDockerSwarmSuite [2022-06-03T14:42:37.721Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T14:42:39.143Z] + bundleName=arm64-integration [2022-06-03T14:42:39.143Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-03T14:42:39.143Z] Creating arm64-integration-bundles.tar.gz [2022-06-03T14:42:39.143Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-03T14:42:39.143Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T14:42:39.418Z] Archiving artifacts [2022-06-03T14:42:40.976Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43688/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T14:42:41.006Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-03T14:42:41.284Z] + make clean [2022-06-03T14:42:41.545Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T14:42:41.545Z] docker-dev-cache [2022-06-03T14:42:41.545Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T14:42:44.288Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-03T14:42:49.556Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-03T14:42:54.821Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-03T14:42:56.720Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-03T14:43:03.280Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-03T14:43:03.539Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-03T14:43:04.473Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-03T14:43:05.410Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-03T14:43:05.977Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-03T14:43:06.543Z] docker_api_swarm_test.go:563: [de3f493194e21] joining swarm manager [d646457e78216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:43:06.802Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-03T14:43:08.703Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-03T14:43:08.703Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-03T14:43:08.703Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-03T14:43:08.961Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-03T14:43:18.931Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-03T14:43:18.931Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-03T14:43:19.190Z] docker_api_swarm_test.go:585: [d2f18bcf507a8] joining swarm manager [d646457e78216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:43:19.448Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-03T14:43:19.669Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-03T14:43:19.669Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-03T14:43:19.925Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-03T14:43:19.925Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-03T14:43:20.014Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-03T14:43:20.182Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-03T14:43:20.182Z] Cross building: bundles/cross/windows/amd64 [2022-06-03T14:43:20.182Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-03T14:43:20.182Z] { [2022-06-03T14:43:20.182Z] "RT_GROUP_ICON": { [2022-06-03T14:43:20.182Z] "#1": { [2022-06-03T14:43:20.182Z] "0409": "../../winresources/docker.ico" [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] }, [2022-06-03T14:43:20.182Z] "RT_MANIFEST": { [2022-06-03T14:43:20.182Z] "#1": { [2022-06-03T14:43:20.182Z] "0409": { [2022-06-03T14:43:20.182Z] "identity": {}, [2022-06-03T14:43:20.182Z] "description": "Docker Engine", [2022-06-03T14:43:20.182Z] "minimum-os": "vista", [2022-06-03T14:43:20.182Z] "execution-level": "", [2022-06-03T14:43:20.182Z] "ui-access": false, [2022-06-03T14:43:20.182Z] "auto-elevate": false, [2022-06-03T14:43:20.182Z] "dpi-awareness": "unaware", [2022-06-03T14:43:20.182Z] "disable-theming": false, [2022-06-03T14:43:20.182Z] "disable-window-filtering": false, [2022-06-03T14:43:20.182Z] "high-resolution-scrolling-aware": false, [2022-06-03T14:43:20.182Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-03T14:43:20.182Z] "long-path-aware": false, [2022-06-03T14:43:20.182Z] "printer-driver-isolation": false, [2022-06-03T14:43:20.182Z] "gdi-scaling": false, [2022-06-03T14:43:20.182Z] "segment-heap": false, [2022-06-03T14:43:20.182Z] "use-common-controls-v6": false [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] }, [2022-06-03T14:43:20.182Z] "RT_MESSAGETABLE": { [2022-06-03T14:43:20.182Z] "#1": { [2022-06-03T14:43:20.182Z] "0409": "../../winresources/event_messages.bin" [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] }, [2022-06-03T14:43:20.182Z] "RT_VERSION": { [2022-06-03T14:43:20.182Z] "#1": { [2022-06-03T14:43:20.182Z] "0409": { [2022-06-03T14:43:20.182Z] "fixed": { [2022-06-03T14:43:20.182Z] "file_version": "0.0.0.0", [2022-06-03T14:43:20.182Z] "product_version": "0.0.0.0", [2022-06-03T14:43:20.182Z] "type": "Unknown" [2022-06-03T14:43:20.182Z] }, [2022-06-03T14:43:20.182Z] "info": { [2022-06-03T14:43:20.182Z] "0000": { [2022-06-03T14:43:20.182Z] "CompanyName": "", [2022-06-03T14:43:20.182Z] "FileVersion": "dev", [2022-06-03T14:43:20.182Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-03T14:43:20.182Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-03T14:43:20.182Z] "ProductName": "", [2022-06-03T14:43:20.182Z] "ProductVersion": "dev", [2022-06-03T14:43:20.182Z] "SpecialBuild": "1db286c5e855a91df446a76c6d79122dad498d8e" [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] } [2022-06-03T14:43:20.182Z] cmd/dockerd/config.go [2022-06-03T14:43:20.182Z] cmd/dockerd/config_windows.go [2022-06-03T14:43:20.182Z] cmd/dockerd/daemon.go [2022-06-03T14:43:20.182Z] cmd/dockerd/daemon_test.go [2022-06-03T14:43:20.182Z] cmd/dockerd/daemon_windows.go [2022-06-03T14:43:20.182Z] cmd/dockerd/docker.go [2022-06-03T14:43:20.182Z] cmd/dockerd/docker_windows.go [2022-06-03T14:43:20.182Z] cmd/dockerd/genwinres_windows.go [2022-06-03T14:43:20.182Z] cmd/dockerd/metrics.go [2022-06-03T14:43:20.182Z] cmd/dockerd/options.go [2022-06-03T14:43:20.182Z] cmd/dockerd/options_test.go [2022-06-03T14:43:20.182Z] cmd/dockerd/service_windows.go [2022-06-03T14:43:20.182Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-03T14:43:20.182Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-03T14:43:20.580Z] === RUN TestDockerSuite/TestBuildFails [2022-06-03T14:43:21.514Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-03T14:43:21.514Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-03T14:43:22.448Z] check_test.go:378: [de3f493194e21] daemon is not started [2022-06-03T14:43:23.823Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-03T14:43:25.723Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-03T14:43:27.097Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-03T14:43:28.998Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-03T14:43:28.998Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-03T14:43:29.933Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-03T14:43:31.836Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-03T14:43:32.402Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-03T14:43:32.968Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-03T14:43:32.968Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-03T14:43:32.968Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-03T14:43:32.968Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-03T14:43:34.868Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-03T14:43:35.802Z] docker_api_swarm_test.go:46: [de5c3067184a3] joining swarm manager [d49a363c7174c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:43:37.206Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-03T14:43:38.607Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-03T14:43:39.541Z] --- PASS: TestImportExtremelyLargeImageWorks (181.44s) [2022-06-03T14:43:39.541Z] PASS [2022-06-03T14:43:39.541Z] [2022-06-03T14:43:39.541Z] DONE 22 tests in 185.977s [2022-06-03T14:43:39.541Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T14:43:39.541Z] ++ 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 [2022-06-03T14:43:39.541Z] ++ set -e [2022-06-03T14:43:39.541Z] ++ '[' -n 0 ']' [2022-06-03T14:43:39.541Z] ++ set -x [2022-06-03T14:43:39.541Z] ++ 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 [2022-06-03T14:43:39.541Z] INFO: Testing against a local daemon [2022-06-03T14:43:39.541Z] === RUN TestNetworkCreateDelete [2022-06-03T14:43:39.799Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-06-03T14:43:39.799Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T14:43:40.365Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2022-06-03T14:43:40.365Z] === RUN TestDaemonDNSFallback [2022-06-03T14:43:42.266Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-03T14:43:42.266Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-03T14:43:42.833Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-03T14:43:43.401Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-03T14:43:43.660Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-03T14:43:43.660Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-03T14:43:44.226Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-03T14:43:44.484Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-03T14:43:44.742Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-03T14:43:45.001Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-03T14:43:45.259Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-03T14:43:45.517Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-03T14:43:46.452Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-03T14:43:47.018Z] --- PASS: TestDaemonDNSFallback (6.76s) [2022-06-03T14:43:47.018Z] === RUN TestInspectNetwork [2022-06-03T14:43:48.919Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-03T14:43:51.447Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T14:43:51.447Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T14:43:51.447Z] === RUN TestInspectNetwork/network_name [2022-06-03T14:43:51.447Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T14:43:53.346Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-03T14:43:53.347Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-03T14:43:54.281Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-03T14:43:55.655Z] --- PASS: TestInspectNetwork (8.59s) [2022-06-03T14:43:55.655Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T14:43:55.655Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T14:43:55.655Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T14:43:55.655Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T14:43:55.655Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T14:43:57.033Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-03T14:43:57.033Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-03T14:43:57.033Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-03T14:43:57.291Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-03T14:43:57.291Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-03T14:43:57.549Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-03T14:43:57.808Z] --- PASS: TestRunContainerWithBridgeNone (2.24s) [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T14:43:57.808Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:43:57.808Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:43:57.808Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:43:57.808Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T14:43:57.808Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T14:43:57.808Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T14:43:57.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.01s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.02s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T14:43:57.808Z] === RUN TestNetworkList [2022-06-03T14:43:57.808Z] === RUN TestNetworkList//networks [2022-06-03T14:43:57.808Z] === PAUSE TestNetworkList//networks [2022-06-03T14:43:57.808Z] === RUN TestNetworkList//networks/ [2022-06-03T14:43:57.808Z] === PAUSE TestNetworkList//networks/ [2022-06-03T14:43:57.808Z] === CONT TestNetworkList//networks [2022-06-03T14:43:57.808Z] === CONT TestNetworkList//networks/ [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkList (0.01s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T14:43:57.808Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T14:43:57.808Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T14:43:58.376Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-06-03T14:43:58.376Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T14:43:58.943Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-03T14:43:59.509Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-03T14:43:59.509Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T14:44:00.076Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-03T14:44:00.334Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2022-06-03T14:44:00.334Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T14:44:01.711Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s) [2022-06-03T14:44:01.711Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T14:44:03.086Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2022-06-03T14:44:03.086Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T14:44:03.086Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-03T14:44:03.345Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-03T14:44:03.345Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-03T14:44:03.345Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T14:44:03.603Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-03T14:44:06.132Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s) [2022-06-03T14:44:06.132Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T14:44:06.132Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:44:06.132Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:44:06.132Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T14:44:11.398Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-03T14:44:13.924Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-03T14:44:14.490Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-03T14:44:16.389Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-03T14:44:16.389Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-03T14:44:16.389Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-03T14:44:19.678Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-03T14:44:19.678Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-03T14:44:21.050Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-03T14:44:21.308Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-03T14:44:22.242Z] --- PASS: TestServiceWithDataPathPortInit (16.07s) [2022-06-03T14:44:22.242Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T14:44:22.808Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-03T14:44:23.376Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-03T14:44:23.944Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-03T14:44:24.879Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-03T14:44:25.813Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:u5dp5q39zpew85msjsoclbeow Created:2022-06-03 14:44:23.613469939 +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[9714ddb2dc86a9504b23f587bdffde925fd8430eb95a057111e3b0d375d55837:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2yvi12ph8vavq1phqksm56439 EndpointID:797f30d0e9086be04c6d85a1c0c51bf3c00b3eb7f68d1a8c154983e275f8f959 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cdc34e2e8a3fadd09a036e08cbe2ec9f5183730e8886843c932aa392fda91ea5 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:c15fcc534db4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2yvi12ph8vavq1phqksm56439 EndpointID:797f30d0e9086be04c6d85a1c0c51bf3c00b3eb7f68d1a8c154983e275f8f959 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T14:44:26.457Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-03T14:44:26.457Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-03T14:44:26.457Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-03T14:44:26.736Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-03T14:44:27.001Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-03T14:44:27.575Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-03T14:44:28.954Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-03T14:44:29.470Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-03T14:44:30.039Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.85s) [2022-06-03T14:44:30.039Z] PASS [2022-06-03T14:44:30.039Z] [2022-06-03T14:44:30.039Z] === Skipped [2022-06-03T14:44:30.039Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T14:44:30.040Z] service_test.go:243: FLAKY_TEST [2022-06-03T14:44:30.040Z] [2022-06-03T14:44:30.040Z] DONE 38 tests, 1 skipped in 50.519s [2022-06-03T14:44:30.040Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:44:30.040Z] ++ 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 [2022-06-03T14:44:30.040Z] ++ set -e [2022-06-03T14:44:30.040Z] ++ '[' -n 0 ']' [2022-06-03T14:44:30.040Z] ++ set -x [2022-06-03T14:44:30.040Z] ++ 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 [2022-06-03T14:44:30.298Z] INFO: Testing against a local daemon [2022-06-03T14:44:30.298Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T14:44:30.298Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:44:30.298Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:44:30.298Z] === RUN TestDockerNetworkIpvlan [2022-06-03T14:44:30.298Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:44:30.298Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:44:30.298Z] PASS [2022-06-03T14:44:30.298Z] [2022-06-03T14:44:30.298Z] === Skipped [2022-06-03T14:44:30.298Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T14:44:30.298Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:44:30.298Z] [2022-06-03T14:44:30.298Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T14:44:30.298Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T14:44:30.298Z] [2022-06-03T14:44:30.298Z] DONE 2 tests, 2 skipped in 0.119s [2022-06-03T14:44:30.298Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T14:44:30.298Z] ++ 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 [2022-06-03T14:44:30.298Z] ++ set -e [2022-06-03T14:44:30.298Z] ++ '[' -n 0 ']' [2022-06-03T14:44:30.298Z] ++ set -x [2022-06-03T14:44:30.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2022-06-03T14:44:30.298Z] INFO: Testing against a local daemon [2022-06-03T14:44:30.298Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T14:44:31.232Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-03T14:44:31.799Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2022-06-03T14:44:31.799Z] === RUN TestDockerNetworkMacvlan [2022-06-03T14:44:32.365Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-03T14:44:32.365Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T14:44:33.299Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T14:44:34.234Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-03T14:44:34.234Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T14:44:35.173Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-03T14:44:36.563Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T14:44:36.563Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-03T14:44:36.828Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-03T14:44:38.728Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T14:44:39.666Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-03T14:44:42.196Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-03T14:44:42.762Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-03T14:44:43.020Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-03T14:44:43.020Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T14:44:43.955Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan (12.48s) [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.10s) [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.34s) [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.92s) [2022-06-03T14:44:44.214Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.99s) [2022-06-03T14:44:44.214Z] PASS [2022-06-03T14:44:44.214Z] [2022-06-03T14:44:44.214Z] DONE 8 tests in 14.015s [2022-06-03T14:44:44.214Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T14:44:44.214Z] ++ 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 [2022-06-03T14:44:44.214Z] ++ set -e [2022-06-03T14:44:44.214Z] ++ '[' -n 0 ']' [2022-06-03T14:44:44.214Z] ++ set -x [2022-06-03T14:44:44.215Z] ++ 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 [2022-06-03T14:44:44.215Z] testing: warning: no tests to run [2022-06-03T14:44:44.215Z] PASS [2022-06-03T14:44:44.215Z] [2022-06-03T14:44:44.215Z] DONE 0 tests in 0.023s [2022-06-03T14:44:44.215Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T14:44:44.215Z] ++ 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 [2022-06-03T14:44:44.215Z] ++ set -e [2022-06-03T14:44:44.215Z] ++ '[' -n 0 ']' [2022-06-03T14:44:44.215Z] ++ set -x [2022-06-03T14:44:44.215Z] ++ 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 [2022-06-03T14:44:44.473Z] INFO: Testing against a local daemon [2022-06-03T14:44:44.473Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T14:44:45.850Z] docker_api_swarm_test.go:304: [d8bd31453b9ed] joining swarm manager [d0e45cc478447]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:44:46.109Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2022-06-03T14:44:46.109Z] === RUN TestAuthZPluginTLS [2022-06-03T14:44:46.675Z] --- PASS: TestAuthZPluginTLS (0.59s) [2022-06-03T14:44:46.675Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T14:44:46.933Z] docker_api_swarm_test.go:305: [d928c96352d44] joining swarm manager [d0e45cc478447]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:44:47.192Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2022-06-03T14:44:47.192Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T14:44:47.759Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-06-03T14:44:47.759Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T14:44:48.325Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-06-03T14:44:48.325Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T14:44:49.260Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-03T14:44:49.827Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s) [2022-06-03T14:44:49.827Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T14:44:50.398Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2022-06-03T14:44:50.398Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T14:44:50.964Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T14:44:50.965Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T14:44:51.531Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-06-03T14:44:51.531Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T14:44:51.789Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-03T14:44:53.166Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s) [2022-06-03T14:44:53.166Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T14:44:55.067Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s) [2022-06-03T14:44:55.068Z] === RUN TestAuthZPluginHeader [2022-06-03T14:44:55.068Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-03T14:44:55.633Z] --- PASS: TestAuthZPluginHeader (0.73s) [2022-06-03T14:44:55.633Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T14:44:56.567Z] === RUN TestDockerSuite/TestBuildRm [2022-06-03T14:44:58.467Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-03T14:44:59.403Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-03T14:45:00.340Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.57s) [2022-06-03T14:45:00.340Z] === RUN TestAuthZPluginV2Disable [2022-06-03T14:45:00.599Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-03T14:45:00.857Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-03T14:45:01.115Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-03T14:45:02.075Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-03T14:45:03.017Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-03T14:45:03.582Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-03T14:45:04.149Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-03T14:45:04.407Z] --- PASS: TestAuthZPluginV2Disable (4.11s) [2022-06-03T14:45:04.407Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T14:45:06.936Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-03T14:45:06.936Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-03T14:45:07.194Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-03T14:45:07.194Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-03T14:45:07.194Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-03T14:45:07.453Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-03T14:45:07.711Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.47s) [2022-06-03T14:45:07.711Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T14:45:08.281Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-03T14:45:08.281Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-03T14:45:08.847Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-03T14:45:11.604Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-03T14:45:11.604Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-03T14:45:11.604Z] { [2022-06-03T14:45:11.604Z] "RT_GROUP_ICON": { [2022-06-03T14:45:11.604Z] "#1": { [2022-06-03T14:45:11.604Z] "0409": "../../winresources/docker.ico" [2022-06-03T14:45:11.604Z] } [2022-06-03T14:45:11.604Z] }, [2022-06-03T14:45:11.604Z] "RT_MANIFEST": { [2022-06-03T14:45:11.604Z] "#1": { [2022-06-03T14:45:11.604Z] "0409": { [2022-06-03T14:45:11.604Z] "identity": {}, [2022-06-03T14:45:11.604Z] "description": "Docker Engine", [2022-06-03T14:45:11.604Z] "minimum-os": "vista", [2022-06-03T14:45:11.604Z] "execution-level": "", [2022-06-03T14:45:11.604Z] "ui-access": false, [2022-06-03T14:45:11.604Z] "auto-elevate": false, [2022-06-03T14:45:11.604Z] "dpi-awareness": "unaware", [2022-06-03T14:45:11.604Z] "disable-theming": false, [2022-06-03T14:45:11.604Z] "disable-window-filtering": false, [2022-06-03T14:45:11.604Z] "high-resolution-scrolling-aware": false, [2022-06-03T14:45:11.604Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-03T14:45:11.604Z] "long-path-aware": false, [2022-06-03T14:45:11.604Z] "printer-driver-isolation": false, [2022-06-03T14:45:11.604Z] "gdi-scaling": false, [2022-06-03T14:45:11.604Z] "segment-heap": false, [2022-06-03T14:45:11.604Z] "use-common-controls-v6": false [2022-06-03T14:45:11.604Z] } [2022-06-03T14:45:11.604Z] } [2022-06-03T14:45:11.604Z] }, [2022-06-03T14:45:11.604Z] "RT_MESSAGETABLE": { [2022-06-03T14:45:11.604Z] "#1": { [2022-06-03T14:45:11.604Z] "0409": "../../winresources/event_messages.bin" [2022-06-03T14:45:11.604Z] } [2022-06-03T14:45:11.604Z] }, [2022-06-03T14:45:11.604Z] "RT_VERSION": { [2022-06-03T14:45:11.604Z] "#1": { [2022-06-03T14:45:11.604Z] "0409": { [2022-06-03T14:45:11.604Z] "fixed": { [2022-06-03T14:45:11.604Z] "file_version": "0.0.0.0", [2022-06-03T14:45:11.604Z] "product_version": "0.0.0.0", [2022-06-03T14:45:11.604Z] "type": "Unknown" [2022-06-03T14:45:11.604Z] }, [2022-06-03T14:45:11.604Z] "info": { [2022-06-03T14:45:11.604Z] "0000": { [2022-06-03T14:45:11.604Z] "CompanyName": "", [2022-06-03T14:45:11.604Z] "FileVersion": "dev", [2022-06-03T14:45:11.604Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-03T14:45:11.604Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-03T14:45:11.604Z] "ProductName": "", [2022-06-03T14:45:11.605Z] "ProductVersion": "dev", [2022-06-03T14:45:11.605Z] "SpecialBuild": "1db286c5e855a91df446a76c6d79122dad498d8e" [2022-06-03T14:45:11.605Z] } [2022-06-03T14:45:11.605Z] } [2022-06-03T14:45:11.605Z] } [2022-06-03T14:45:11.605Z] } [2022-06-03T14:45:11.605Z] } [2022-06-03T14:45:11.605Z] } [2022-06-03T14:45:11.605Z] cmd/docker-proxy/genwinres_windows.go [2022-06-03T14:45:11.605Z] cmd/docker-proxy/main.go [2022-06-03T14:45:11.605Z] cmd/docker-proxy/network_proxy_test.go [2022-06-03T14:45:11.605Z] cmd/docker-proxy/proxy.go [2022-06-03T14:45:11.605Z] cmd/docker-proxy/sctp_proxy.go [2022-06-03T14:45:11.605Z] cmd/docker-proxy/tcp_proxy.go [2022-06-03T14:45:11.605Z] cmd/docker-proxy/udp_proxy.go [2022-06-03T14:45:11.605Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-03T14:45:11.605Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-03T14:45:11.605Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-03T14:45:11.605Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-03T14:45:11.605Z] remote: Enumerating objects: 23, done. [2022-06-03T14:45:11.605Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-03T14:45:11.605Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-03T14:45:11.605Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-03T14:45:11.605Z] 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. [2022-06-03T14:45:11.605Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-03T14:45:11.605Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-03T14:45:11.605Z] Cross building: bundles/cross/linux/ppc64le [2022-06-03T14:45:11.605Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-03T14:45:11.605Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-03T14:45:13.038Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-03T14:45:13.972Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-03T14:45:15.349Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-03T14:45:15.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-03T14:45:15.866Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-03T14:45:16.801Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-03T14:45:18.177Z] docker_api_swarm_test.go:272: [d0a1a09d493d8] joining swarm manager [d68ff41c8c321]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:45:18.177Z] === RUN TestDockerSuite/TestBuildUser [2022-06-03T14:45:19.554Z] docker_api_swarm_test.go:273: [de5c43e0d7091] joining swarm manager [d68ff41c8c321]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:45:19.813Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-03T14:45:19.813Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.90s) [2022-06-03T14:45:19.813Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T14:45:22.354Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-03T14:45:32.337Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-03T14:45:32.596Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-03T14:45:32.596Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-03T14:45:33.162Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-03T14:45:33.729Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-03T14:45:34.664Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-03T14:45:34.664Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-03T14:45:34.664Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-03T14:45:34.664Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-03T14:45:34.664Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-03T14:45:34.664Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-03T14:45:34.664Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-03T14:45:34.664Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-03T14:45:34.664Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-03T14:45:36.038Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-03T14:45:36.038Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-03T14:45:36.296Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-06-03T14:45:36.296Z] PASS [2022-06-03T14:45:36.296Z] [2022-06-03T14:45:36.296Z] DONE 17 tests in 52.045s [2022-06-03T14:45:36.296Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T14:45:36.296Z] ++ 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 [2022-06-03T14:45:36.296Z] ++ set -e [2022-06-03T14:45:36.296Z] ++ '[' -n 0 ']' [2022-06-03T14:45:36.296Z] ++ set -x [2022-06-03T14:45:36.296Z] ++ 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 [2022-06-03T14:45:36.555Z] INFO: Testing against a local daemon [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:45:36.555Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:45:36.555Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T14:45:36.555Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T14:45:36.555Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T14:45:36.555Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T14:45:36.555Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T14:45:36.555Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.01s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.01s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T14:45:36.555Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T14:45:36.555Z] === RUN TestPluginInstall [2022-06-03T14:45:36.555Z] === RUN TestPluginInstall/no_auth [2022-06-03T14:45:36.555Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-03T14:45:37.122Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-03T14:45:38.057Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-03T14:45:38.057Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-03T14:45:38.624Z] time="2022-06-03T14:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:45:38.624Z] time="2022-06-03T14:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:823dc2d7200c0f326837d86dd0e2416d8644a95ba02fe8798541202aeb0b3758" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:45:38.624Z] time="2022-06-03T14:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:45:38.624Z] time="2022-06-03T14:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:823dc2d7200c0f326837d86dd0e2416d8644a95ba02fe8798541202aeb0b3758" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:45:38.883Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T14:45:39.450Z] time="2022-06-03T14:45:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:45:39.450Z] time="2022-06-03T14:45:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:823dc2d7200c0f326837d86dd0e2416d8644a95ba02fe8798541202aeb0b3758" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:45:39.450Z] time="2022-06-03T14:45:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:45:39.450Z] time="2022-06-03T14:45:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:823dc2d7200c0f326837d86dd0e2416d8644a95ba02fe8798541202aeb0b3758" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:45:39.709Z] === RUN TestPluginInstall/with_insecure [2022-06-03T14:45:40.276Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-03T14:45:40.843Z] time="2022-06-03T14:45:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:45:40.843Z] time="2022-06-03T14:45:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f91bda9d3a756eb120966309d501ce97e747d83e6f4d1396877f924e327c05f8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:45:40.843Z] time="2022-06-03T14:45:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T14:45:40.843Z] time="2022-06-03T14:45:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f91bda9d3a756eb120966309d501ce97e747d83e6f4d1396877f924e327c05f8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T14:45:41.101Z] plugin_test.go:195: [d64b12330dbf4] daemon is not started [2022-06-03T14:45:41.101Z] --- PASS: TestPluginInstall (4.47s) [2022-06-03T14:45:41.101Z] --- PASS: TestPluginInstall/no_auth (2.38s) [2022-06-03T14:45:41.101Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2022-06-03T14:45:41.101Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-06-03T14:45:41.101Z] === RUN TestPluginsWithRuntimes [2022-06-03T14:45:41.669Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-03T14:45:41.927Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-03T14:45:42.863Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-03T14:45:42.863Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T14:45:43.430Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-03T14:45:43.998Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T14:45:43.998Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-03T14:45:43.998Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-03T14:45:44.257Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-03T14:45:44.823Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-03T14:45:45.390Z] --- PASS: TestPluginsWithRuntimes (4.32s) [2022-06-03T14:45:45.390Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.19s) [2022-06-03T14:45:45.390Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.20s) [2022-06-03T14:45:45.390Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T14:45:45.957Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2022-06-03T14:45:45.957Z] PASS [2022-06-03T14:45:45.957Z] [2022-06-03T14:45:45.957Z] DONE 24 tests in 9.702s [2022-06-03T14:45:45.957Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T14:45:45.957Z] ++ 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 [2022-06-03T14:45:45.957Z] ++ set -e [2022-06-03T14:45:45.957Z] ++ '[' -n 0 ']' [2022-06-03T14:45:45.957Z] ++ set -x [2022-06-03T14:45:45.957Z] ++ 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 [2022-06-03T14:45:46.216Z] INFO: Testing against a local daemon [2022-06-03T14:45:46.216Z] === RUN TestExternalGraphDriver [2022-06-03T14:45:46.216Z] === RUN TestExternalGraphDriver/json [2022-06-03T14:45:46.782Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-03T14:45:46.782Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-03T14:45:46.782Z] docker_cli_sni_test.go:18: Flakey test [2022-06-03T14:45:46.782Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-03T14:45:47.350Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-03T14:45:47.923Z] === RUN TestDockerSuite/TestCommitChange [2022-06-03T14:45:48.182Z] === RUN TestExternalGraphDriver/spec [2022-06-03T14:45:48.748Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-03T14:45:49.685Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-03T14:45:49.944Z] === RUN TestExternalGraphDriver/pull [2022-06-03T14:45:50.879Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-03T14:45:51.813Z] --- PASS: TestExternalGraphDriver (5.65s) [2022-06-03T14:45:51.813Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2022-06-03T14:45:51.813Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2022-06-03T14:45:51.813Z] --- PASS: TestExternalGraphDriver/pull (1.85s) [2022-06-03T14:45:51.813Z] === RUN TestGraphdriverPluginV2 [2022-06-03T14:45:51.813Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-03T14:45:52.747Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-03T14:45:53.683Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-03T14:45:54.249Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-03T14:45:55.627Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-03T14:45:56.194Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-03T14:45:56.194Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-03T14:45:56.453Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-03T14:45:56.453Z] --- PASS: TestGraphdriverPluginV2 (4.52s) [2022-06-03T14:45:56.453Z] PASS [2022-06-03T14:45:56.453Z] [2022-06-03T14:45:56.453Z] DONE 5 tests in 10.282s [2022-06-03T14:45:56.453Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T14:45:56.453Z] ++ 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 [2022-06-03T14:45:56.453Z] ++ set -e [2022-06-03T14:45:56.453Z] ++ '[' -n 0 ']' [2022-06-03T14:45:56.453Z] ++ set -x [2022-06-03T14:45:56.453Z] ++ 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 [2022-06-03T14:45:56.453Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-03T14:45:56.453Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-03T14:45:56.453Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-03T14:45:56.453Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-03T14:45:56.453Z] INFO: Testing against a local daemon [2022-06-03T14:45:56.453Z] === RUN TestContinueAfterPluginCrash [2022-06-03T14:45:56.453Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T14:45:56.453Z] === RUN TestReadPluginNoRead [2022-06-03T14:45:56.453Z] === PAUSE TestReadPluginNoRead [2022-06-03T14:45:56.453Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T14:45:56.453Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T14:45:56.453Z] === CONT TestContinueAfterPluginCrash [2022-06-03T14:45:56.453Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T14:45:57.828Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-03T14:45:59.733Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-03T14:45:59.733Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-03T14:45:59.992Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-03T14:46:00.928Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-03T14:46:00.928Z] --- PASS: TestDaemonStartWithLogOpt (4.34s) [2022-06-03T14:46:00.928Z] === CONT TestReadPluginNoRead [2022-06-03T14:46:01.186Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-03T14:46:02.120Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-03T14:46:02.686Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-03T14:46:02.686Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-03T14:46:02.686Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-03T14:46:03.253Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-03T14:46:03.253Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-03T14:46:03.253Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-03T14:46:03.253Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-03T14:46:03.253Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-03T14:46:03.511Z] === RUN TestReadPluginNoRead/default [2022-06-03T14:46:04.077Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-03T14:46:04.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-03T14:46:05.270Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-03T14:46:05.270Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-03T14:46:05.270Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T14:46:05.529Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-03T14:46:06.096Z] --- PASS: TestContinueAfterPluginCrash (9.47s) [2022-06-03T14:46:07.029Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T14:46:07.029Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-03T14:46:08.003Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-03T14:46:08.261Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-03T14:46:09.199Z] === CONT TestReadPluginNoRead [2022-06-03T14:46:09.199Z] read_test.go:92: [db9e5d17a5e12] daemon is not started [2022-06-03T14:46:09.199Z] --- PASS: TestReadPluginNoRead (8.19s) [2022-06-03T14:46:09.199Z] --- PASS: TestReadPluginNoRead/default (1.70s) [2022-06-03T14:46:09.199Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2022-06-03T14:46:09.199Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.00s) [2022-06-03T14:46:09.199Z] PASS [2022-06-03T14:46:09.199Z] [2022-06-03T14:46:09.199Z] DONE 6 tests in 12.657s [2022-06-03T14:46:09.199Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-03T14:46:09.199Z] ++ 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 [2022-06-03T14:46:09.199Z] ++ set -e [2022-06-03T14:46:09.199Z] ++ '[' -n 0 ']' [2022-06-03T14:46:09.199Z] ++ set -x [2022-06-03T14:46:09.199Z] ++ 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 [2022-06-03T14:46:09.199Z] testing: warning: no tests to run [2022-06-03T14:46:09.199Z] PASS [2022-06-03T14:46:09.199Z] [2022-06-03T14:46:09.199Z] DONE 0 tests in 0.049s [2022-06-03T14:46:09.199Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T14:46:09.199Z] ++ 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 [2022-06-03T14:46:09.199Z] ++ set -e [2022-06-03T14:46:09.199Z] ++ '[' -n 0 ']' [2022-06-03T14:46:09.199Z] ++ set -x [2022-06-03T14:46:09.199Z] ++ 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 [2022-06-03T14:46:09.199Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-03T14:46:09.199Z] INFO: Testing against a local daemon [2022-06-03T14:46:09.199Z] === RUN TestPluginWithDevMounts [2022-06-03T14:46:09.199Z] === PAUSE TestPluginWithDevMounts [2022-06-03T14:46:09.199Z] === CONT TestPluginWithDevMounts [2022-06-03T14:46:09.766Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-03T14:46:10.024Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-03T14:46:10.959Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-03T14:46:11.218Z] --- PASS: TestPluginWithDevMounts (1.97s) [2022-06-03T14:46:11.218Z] PASS [2022-06-03T14:46:11.218Z] [2022-06-03T14:46:11.218Z] DONE 1 tests in 2.101s [2022-06-03T14:46:11.218Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T14:46:11.218Z] ++ 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 [2022-06-03T14:46:11.218Z] ++ set -e [2022-06-03T14:46:11.218Z] ++ '[' -n 0 ']' [2022-06-03T14:46:11.218Z] ++ set -x [2022-06-03T14:46:11.218Z] ++ 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 [2022-06-03T14:46:11.218Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-03T14:46:11.218Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-03T14:46:11.477Z] INFO: Testing against a local daemon [2022-06-03T14:46:11.477Z] === RUN TestSecretInspect [2022-06-03T14:46:12.044Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-03T14:46:12.611Z] docker_api_swarm_node_test.go:20: [db214c2d02c6d] joining swarm manager [d41d9347a8db2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:46:12.871Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-03T14:46:13.439Z] docker_api_swarm_node_test.go:21: [d37a0b138dddb] joining swarm manager [d41d9347a8db2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:46:13.698Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-03T14:46:13.698Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-03T14:46:14.632Z] --- PASS: TestSecretInspect (3.18s) [2022-06-03T14:46:14.632Z] === RUN TestSecretList [2022-06-03T14:46:14.632Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-03T14:46:15.566Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-03T14:46:16.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-03T14:46:16.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-03T14:46:16.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-03T14:46:16.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-03T14:46:16.939Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-03T14:46:17.198Z] --- PASS: TestSecretList (2.65s) [2022-06-03T14:46:17.198Z] === RUN TestSecretsCreateAndDelete [2022-06-03T14:46:17.455Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-03T14:46:19.357Z] --- PASS: TestSecretsCreateAndDelete (1.78s) [2022-06-03T14:46:19.357Z] === RUN TestSecretsUpdate [2022-06-03T14:46:21.255Z] --- PASS: TestSecretsUpdate (2.17s) [2022-06-03T14:46:21.255Z] === RUN TestTemplatedSecret [2022-06-03T14:46:21.821Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-03T14:46:22.386Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-03T14:46:22.953Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-03T14:46:22.953Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-03T14:46:22.953Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-03T14:46:22.953Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-03T14:46:23.888Z] --- PASS: TestTemplatedSecret (2.87s) [2022-06-03T14:46:23.888Z] === RUN TestSecretCreateResolve [2022-06-03T14:46:24.453Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-03T14:46:25.825Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-03T14:46:26.393Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-03T14:46:26.651Z] --- PASS: TestSecretCreateResolve (2.74s) [2022-06-03T14:46:26.651Z] PASS [2022-06-03T14:46:26.651Z] [2022-06-03T14:46:26.651Z] DONE 6 tests in 15.502s [2022-06-03T14:46:26.651Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T14:46:26.651Z] ++ 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 [2022-06-03T14:46:26.651Z] ++ set -e [2022-06-03T14:46:26.651Z] ++ '[' -n 0 ']' [2022-06-03T14:46:26.651Z] ++ set -x [2022-06-03T14:46:26.651Z] ++ 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 [2022-06-03T14:46:26.909Z] INFO: Testing against a local daemon [2022-06-03T14:46:26.909Z] === RUN TestServiceCreateInit [2022-06-03T14:46:26.909Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T14:46:27.492Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-03T14:46:30.775Z] docker_api_swarm_test.go:502: [d0deb8fd83cf4] joining swarm manager [d54c937a3823f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:46:31.709Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-03T14:46:32.275Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T14:46:32.275Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-03T14:46:33.649Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-03T14:46:35.023Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-03T14:46:35.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-03T14:46:36.523Z] --- PASS: TestServiceCreateInit (9.72s) [2022-06-03T14:46:36.523Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.31s) [2022-06-03T14:46:36.523Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.39s) [2022-06-03T14:46:36.523Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T14:46:37.087Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-03T14:46:38.460Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-03T14:46:40.360Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-03T14:46:40.618Z] docker_api_swarm_test.go:507: [dd980595a4c64] joining swarm manager [d54c937a3823f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:46:41.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b7dd58__} [2022-06-03T14:46:42.925Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1547965293_/foo_false_____} [2022-06-03T14:46:44.296Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1547965293_/foo_true_____} [2022-06-03T14:46:45.668Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3139985235_/foo_false_____} [2022-06-03T14:46:47.041Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3139985235_/foo_true_____} [2022-06-03T14:46:48.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3139985235_/foo_true__0xc000b7dd88___} [2022-06-03T14:46:49.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b7dde8__} [2022-06-03T14:46:51.179Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b7de00__} [2022-06-03T14:46:52.551Z] --- PASS: TestCreateServiceMultipleTimes (15.70s) [2022-06-03T14:46:52.551Z] === RUN TestCreateServiceConflict [2022-06-03T14:46:52.551Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b7de18__} [2022-06-03T14:46:53.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b7de30__} [2022-06-03T14:46:54.490Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-03T14:46:54.748Z] --- PASS: TestCreateServiceConflict (2.33s) [2022-06-03T14:46:54.748Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-03T14:46:55.681Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-03T14:46:55.939Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-03T14:46:58.468Z] --- PASS: TestCreateServiceMaxReplicas (3.67s) [2022-06-03T14:46:58.468Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T14:46:58.468Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-03T14:46:59.843Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-03T14:47:02.373Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-03T14:47:03.022Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-03T14:47:03.022Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-03T14:47:03.022Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-03T14:47:03.023Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-03T14:47:03.023Z] Cross building: bundles/cross/linux/s390x [2022-06-03T14:47:03.023Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-03T14:47:03.023Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-03T14:47:03.310Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-03T14:47:03.310Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-03T14:47:03.875Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-03T14:47:04.440Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-03T14:47:04.698Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-03T14:47:05.631Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-03T14:47:05.888Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-03T14:47:06.454Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-03T14:47:07.019Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-03T14:47:07.952Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-03T14:47:08.212Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-03T14:47:08.780Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-03T14:47:09.345Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-03T14:47:09.910Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-03T14:47:10.486Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-03T14:47:11.425Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-03T14:47:11.990Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-03T14:47:12.251Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.05s) [2022-06-03T14:47:12.251Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T14:47:12.816Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-03T14:47:12.816Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-03T14:47:13.381Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-03T14:47:13.947Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-03T14:47:13.947Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-03T14:47:15.320Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-03T14:47:15.885Z] --- PASS: TestCreateServiceSecretFileMode (3.41s) [2022-06-03T14:47:15.885Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T14:47:15.885Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-03T14:47:16.451Z] docker_api_swarm_node_test.go:81: [ddf47df53ad45] joining swarm manager [d41c27a46e3e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:47:17.017Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-03T14:47:18.394Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-03T14:47:19.330Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-03T14:47:19.330Z] --- PASS: TestCreateServiceConfigFileMode (3.61s) [2022-06-03T14:47:19.330Z] === RUN TestCreateServiceSysctls [2022-06-03T14:47:21.232Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-03T14:47:23.762Z] --- PASS: TestCreateServiceSysctls (4.30s) [2022-06-03T14:47:23.762Z] === RUN TestCreateServiceCapabilities [2022-06-03T14:47:26.295Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-03T14:47:26.863Z] --- PASS: TestCreateServiceCapabilities (3.23s) [2022-06-03T14:47:26.863Z] === RUN TestInspect [2022-06-03T14:47:28.236Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-03T14:47:29.170Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-03T14:47:30.102Z] --- PASS: TestInspect (3.26s) [2022-06-03T14:47:30.102Z] === RUN TestCreateJob [2022-06-03T14:47:30.667Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-03T14:47:33.206Z] docker_api_swarm_node_test.go:53: [d50802ba27b81] joining swarm manager [dba52db7637d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:47:33.771Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-03T14:47:34.336Z] docker_api_swarm_node_test.go:54: [d63f9cdf61218] joining swarm manager [dba52db7637d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:47:34.596Z] --- PASS: TestCreateJob (4.54s) [2022-06-03T14:47:34.596Z] === RUN TestReplicatedJob [2022-06-03T14:47:36.496Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-03T14:47:36.754Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-03T14:47:40.940Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-03T14:47:41.198Z] --- PASS: TestReplicatedJob (6.36s) [2022-06-03T14:47:41.198Z] === RUN TestUpdateReplicatedJob [2022-06-03T14:47:41.456Z] === RUN TestDockerSuite/TestCpToDot [2022-06-03T14:47:42.022Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-03T14:47:43.394Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-03T14:47:44.328Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-03T14:47:44.893Z] --- PASS: TestUpdateReplicatedJob (3.85s) [2022-06-03T14:47:44.893Z] === RUN TestServiceListWithStatuses [2022-06-03T14:47:44.893Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:47:44.893Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T14:47:44.893Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T14:47:45.150Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-03T14:47:46.085Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-03T14:47:46.343Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-03T14:47:46.911Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-03T14:47:48.284Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-03T14:47:48.284Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-03T14:47:48.284Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-03T14:47:48.849Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-03T14:47:49.413Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-03T14:47:49.413Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-03T14:47:49.413Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-03T14:47:49.413Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-03T14:47:49.978Z] --- PASS: TestDockerNetworkConnectAlias (4.99s) [2022-06-03T14:47:49.979Z] === RUN TestDockerNetworkReConnect [2022-06-03T14:47:49.979Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-03T14:47:50.236Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-03T14:47:50.494Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-03T14:47:50.494Z] === RUN TestDockerSuite/TestCreateRM [2022-06-03T14:47:50.752Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-03T14:47:50.752Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-03T14:47:50.752Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-03T14:47:50.752Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-03T14:47:50.752Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-03T14:47:53.279Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-03T14:47:53.280Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-03T14:47:53.280Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-03T14:47:53.538Z] --- PASS: TestDockerNetworkReConnect (3.61s) [2022-06-03T14:47:53.538Z] === RUN TestServicePlugin [2022-06-03T14:47:56.854Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-03T14:47:56.854Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-03T14:47:56.854Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-03T14:47:56.854Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-03T14:47:56.854Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-03T14:47:57.111Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-03T14:47:57.676Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-03T14:47:57.933Z] plugin_test.go:61: [ddcbb7b266b93] joining swarm manager [d3e4c63ec5452]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:47:58.866Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-03T14:47:59.125Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-03T14:47:59.125Z] plugin_test.go:64: [de66379bfda0f] joining swarm manager [d3e4c63ec5452]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:48:00.497Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-03T14:48:01.869Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-03T14:48:02.127Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-03T14:48:02.692Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-03T14:48:02.692Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-03T14:48:03.257Z] === RUN TestDockerSuite/TestDockerFails [2022-06-03T14:48:03.257Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-03T14:48:03.257Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-03T14:48:03.257Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-03T14:48:04.190Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-03T14:48:04.756Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-03T14:48:06.131Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-03T14:48:06.131Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-03T14:48:06.131Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-03T14:48:06.131Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-03T14:48:06.389Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-03T14:48:11.647Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-03T14:48:13.021Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-03T14:48:13.953Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-03T14:48:15.328Z] docker_api_swarm_test.go:202: [ded139cc26d75] joining swarm manager [d859c8f9f682f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:48:15.893Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-03T14:48:17.265Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-03T14:48:17.832Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-03T14:48:18.405Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-03T14:48:18.968Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-03T14:48:19.534Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-03T14:48:19.792Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-03T14:48:20.356Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-03T14:48:21.727Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-03T14:48:22.662Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-03T14:48:25.189Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-03T14:48:25.189Z] --- PASS: TestServicePlugin (31.64s) [2022-06-03T14:48:25.189Z] === RUN TestServiceUpdateLabel [2022-06-03T14:48:27.085Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-03T14:48:27.651Z] --- PASS: TestServiceUpdateLabel (2.36s) [2022-06-03T14:48:27.651Z] === RUN TestServiceUpdateSecrets [2022-06-03T14:48:28.217Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-03T14:48:29.590Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-03T14:48:34.846Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-03T14:48:35.411Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-03T14:48:36.341Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-03T14:48:37.273Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-03T14:48:37.273Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-03T14:48:37.530Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-03T14:48:37.788Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-03T14:48:37.788Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-03T14:48:38.353Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-03T14:48:38.918Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-03T14:48:39.853Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-03T14:48:39.853Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-03T14:48:39.853Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-03T14:48:40.419Z] docker_api_swarm_test.go:384: [d34d198570602] joining swarm manager [d37565d497db4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:48:40.990Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-03T14:48:40.990Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-03T14:48:41.939Z] docker_api_swarm_test.go:385: [de3e77f0f9a1e] joining swarm manager [d37565d497db4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:48:41.939Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-03T14:48:42.503Z] --- PASS: TestServiceUpdateSecrets (14.96s) [2022-06-03T14:48:42.503Z] === RUN TestServiceUpdateConfigs [2022-06-03T14:48:43.068Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-03T14:48:43.325Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-03T14:48:43.325Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-03T14:48:43.325Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-03T14:48:43.325Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-03T14:48:43.325Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-03T14:48:45.224Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-03T14:48:45.789Z] === RUN TestDockerSuite/TestEventsRename [2022-06-03T14:48:46.357Z] === RUN TestDockerSuite/TestEventsResize [2022-06-03T14:48:46.922Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-03T14:48:52.179Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-03T14:48:52.743Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-03T14:48:53.308Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-03T14:48:54.432Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-03T14:48:54.432Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-03T14:48:54.432Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-03T14:48:54.432Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-03T14:48:54.432Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-03T14:48:54.791Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-03T14:48:55.063Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/test/unit [2022-06-03T14:48:55.319Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-03T14:48:55.319Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-03T14:48:55.319Z] + TESTDIRS=./... [2022-06-03T14:48:55.319Z] + exclude_paths='/vendor/|/integration' [2022-06-03T14:48:55.319Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-03T14:48:55.319Z] ++ go list ./... [2022-06-03T14:48:56.247Z] + pkg_list='github.com/docker/docker/api [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:48:56.247Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/backend [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/events [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/filters [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/image [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/mount [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/network [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/registry [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/time [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/versions [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/volume [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/config [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/debug [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:48:56.248Z] github.com/docker/docker/client [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:48:56.248Z] github.com/docker/docker/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/container/stream [2022-06-03T14:48:56.248Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:48:56.248Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:48:56.248Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/config [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/events [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/exec [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/images [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/links [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/names [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/network [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/stats [2022-06-03T14:48:56.248Z] github.com/docker/docker/distribution [2022-06-03T14:48:56.248Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:48:56.248Z] github.com/docker/docker/distribution/utils [2022-06-03T14:48:56.248Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:48:56.248Z] github.com/docker/docker/dockerversion [2022-06-03T14:48:56.248Z] github.com/docker/docker/errdefs [2022-06-03T14:48:56.248Z] github.com/docker/docker/image [2022-06-03T14:48:56.248Z] github.com/docker/docker/image/cache [2022-06-03T14:48:56.248Z] github.com/docker/docker/image/tarexport [2022-06-03T14:48:56.248Z] github.com/docker/docker/image/v1 [2022-06-03T14:48:56.248Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:48:56.248Z] github.com/docker/docker/layer [2022-06-03T14:48:56.248Z] github.com/docker/docker/libcontainerd [2022-06-03T14:48:56.248Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:48:56.248Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:48:56.248Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:48:56.248Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/libnetwork/types [2022-06-03T14:48:56.248Z] github.com/docker/docker/oci [2022-06-03T14:48:56.248Z] github.com/docker/docker/oci/caps [2022-06-03T14:48:56.248Z] github.com/docker/docker/opts [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/archive [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/directory [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/platform [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/pools [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/progress [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/signal [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/stack [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/system [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:48:56.248Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:48:56.248Z] github.com/docker/docker/plugin [2022-06-03T14:48:56.248Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:48:56.248Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:48:56.248Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:48:56.248Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:48:56.248Z] github.com/docker/docker/quota [2022-06-03T14:48:56.248Z] github.com/docker/docker/reference [2022-06-03T14:48:56.248Z] github.com/docker/docker/registry [2022-06-03T14:48:56.248Z] github.com/docker/docker/registry/resumable [2022-06-03T14:48:56.248Z] github.com/docker/docker/restartmanager [2022-06-03T14:48:56.248Z] github.com/docker/docker/rootless [2022-06-03T14:48:56.248Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:48:56.248Z] github.com/docker/docker/runconfig [2022-06-03T14:48:56.248Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/environment [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/registry [2022-06-03T14:48:56.248Z] github.com/docker/docker/testutil/request [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume/drivers [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume/local [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume/mounts [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume/service [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:48:56.248Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:48:56.248Z] ++ echo 'github.com/docker/docker/api [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/backend [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/events [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/filters [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/image [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/mount [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/network [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/registry [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/time [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/versions [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:48:56.248Z] github.com/docker/docker/api/types/volume [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:48:56.248Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/config [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/debug [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:48:56.248Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:48:56.248Z] github.com/docker/docker/client [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:48:56.248Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:48:56.248Z] github.com/docker/docker/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/container/stream [2022-06-03T14:48:56.248Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:48:56.248Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:48:56.248Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/config [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/events [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/exec [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:48:56.248Z] github.com/docker/docker/daemon/images [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/links [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/names [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/network [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/stats [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution/utils [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:48:56.249Z] github.com/docker/docker/dockerversion [2022-06-03T14:48:56.249Z] github.com/docker/docker/errdefs [2022-06-03T14:48:56.249Z] github.com/docker/docker/image [2022-06-03T14:48:56.249Z] github.com/docker/docker/image/cache [2022-06-03T14:48:56.249Z] github.com/docker/docker/image/tarexport [2022-06-03T14:48:56.249Z] github.com/docker/docker/image/v1 [2022-06-03T14:48:56.249Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:48:56.249Z] github.com/docker/docker/layer [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/libnetwork/types [2022-06-03T14:48:56.249Z] github.com/docker/docker/oci [2022-06-03T14:48:56.249Z] github.com/docker/docker/oci/caps [2022-06-03T14:48:56.249Z] github.com/docker/docker/opts [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/archive [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/directory [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/platform [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/pools [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/progress [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/signal [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/stack [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/system [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:48:56.249Z] github.com/docker/docker/plugin [2022-06-03T14:48:56.249Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:48:56.249Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:48:56.249Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:48:56.249Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:48:56.249Z] github.com/docker/docker/quota [2022-06-03T14:48:56.249Z] github.com/docker/docker/reference [2022-06-03T14:48:56.249Z] github.com/docker/docker/registry [2022-06-03T14:48:56.249Z] github.com/docker/docker/registry/resumable [2022-06-03T14:48:56.249Z] github.com/docker/docker/restartmanager [2022-06-03T14:48:56.249Z] github.com/docker/docker/rootless [2022-06-03T14:48:56.249Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:48:56.249Z] github.com/docker/docker/runconfig [2022-06-03T14:48:56.249Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/environment [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:48:56.249Z] ++ grep --fixed-strings -v /libnetwork [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/registry [2022-06-03T14:48:56.249Z] github.com/docker/docker/testutil/request [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume/drivers [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume/local [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume/mounts [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume/service [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:48:56.249Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:48:56.249Z] + base_pkg_list='github.com/docker/docker/api [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/backend [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/container [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/events [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/filters [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/image [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/mount [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/network [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/registry [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/time [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/versions [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:48:56.249Z] github.com/docker/docker/api/types/volume [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:48:56.249Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:48:56.249Z] github.com/docker/docker/cli [2022-06-03T14:48:56.249Z] github.com/docker/docker/cli/config [2022-06-03T14:48:56.249Z] github.com/docker/docker/cli/debug [2022-06-03T14:48:56.249Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:48:56.249Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:48:56.249Z] github.com/docker/docker/client [2022-06-03T14:48:56.249Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:48:56.249Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:48:56.249Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:48:56.249Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:48:56.249Z] github.com/docker/docker/container [2022-06-03T14:48:56.249Z] github.com/docker/docker/container/stream [2022-06-03T14:48:56.249Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:48:56.249Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:48:56.249Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/config [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/events [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/exec [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/images [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/links [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/names [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/network [2022-06-03T14:48:56.249Z] github.com/docker/docker/daemon/stats [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution/utils [2022-06-03T14:48:56.249Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:48:56.249Z] github.com/docker/docker/dockerversion [2022-06-03T14:48:56.249Z] github.com/docker/docker/errdefs [2022-06-03T14:48:56.249Z] github.com/docker/docker/image [2022-06-03T14:48:56.249Z] github.com/docker/docker/image/cache [2022-06-03T14:48:56.249Z] github.com/docker/docker/image/tarexport [2022-06-03T14:48:56.249Z] github.com/docker/docker/image/v1 [2022-06-03T14:48:56.249Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:48:56.249Z] github.com/docker/docker/layer [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:48:56.249Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:48:56.249Z] github.com/docker/docker/oci [2022-06-03T14:48:56.249Z] github.com/docker/docker/oci/caps [2022-06-03T14:48:56.249Z] github.com/docker/docker/opts [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/archive [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/directory [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/platform [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/pools [2022-06-03T14:48:56.249Z] github.com/docker/docker/pkg/progress [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/signal [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/stack [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/system [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:48:56.250Z] github.com/docker/docker/plugin [2022-06-03T14:48:56.250Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:48:56.250Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:48:56.250Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:48:56.250Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:48:56.250Z] github.com/docker/docker/quota [2022-06-03T14:48:56.250Z] github.com/docker/docker/reference [2022-06-03T14:48:56.250Z] github.com/docker/docker/registry [2022-06-03T14:48:56.250Z] github.com/docker/docker/registry/resumable [2022-06-03T14:48:56.250Z] github.com/docker/docker/restartmanager [2022-06-03T14:48:56.250Z] github.com/docker/docker/rootless [2022-06-03T14:48:56.250Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:48:56.250Z] github.com/docker/docker/runconfig [2022-06-03T14:48:56.250Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/environment [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/registry [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/request [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/drivers [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/local [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/mounts [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/service [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:48:56.250Z] ++ grep --fixed-strings /libnetwork [2022-06-03T14:48:56.250Z] ++ echo 'github.com/docker/docker/api [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/backend [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/container [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/events [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/filters [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/image [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/mount [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/network [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/registry [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/time [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/versions [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:48:56.250Z] github.com/docker/docker/api/types/volume [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:48:56.250Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:48:56.250Z] github.com/docker/docker/cli [2022-06-03T14:48:56.250Z] github.com/docker/docker/cli/config [2022-06-03T14:48:56.250Z] github.com/docker/docker/cli/debug [2022-06-03T14:48:56.250Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:48:56.250Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:48:56.250Z] github.com/docker/docker/client [2022-06-03T14:48:56.250Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:48:56.250Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:48:56.250Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:48:56.250Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:48:56.250Z] github.com/docker/docker/container [2022-06-03T14:48:56.250Z] github.com/docker/docker/container/stream [2022-06-03T14:48:56.250Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:48:56.250Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:48:56.250Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/config [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/events [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/exec [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/images [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/links [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/names [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/network [2022-06-03T14:48:56.250Z] github.com/docker/docker/daemon/stats [2022-06-03T14:48:56.250Z] github.com/docker/docker/distribution [2022-06-03T14:48:56.250Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:48:56.250Z] github.com/docker/docker/distribution/utils [2022-06-03T14:48:56.250Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:48:56.250Z] github.com/docker/docker/dockerversion [2022-06-03T14:48:56.250Z] github.com/docker/docker/errdefs [2022-06-03T14:48:56.250Z] github.com/docker/docker/image [2022-06-03T14:48:56.250Z] github.com/docker/docker/image/cache [2022-06-03T14:48:56.250Z] github.com/docker/docker/image/tarexport [2022-06-03T14:48:56.250Z] github.com/docker/docker/image/v1 [2022-06-03T14:48:56.250Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:48:56.250Z] github.com/docker/docker/layer [2022-06-03T14:48:56.250Z] github.com/docker/docker/libcontainerd [2022-06-03T14:48:56.250Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:48:56.250Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:48:56.250Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:48:56.250Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/types [2022-06-03T14:48:56.250Z] github.com/docker/docker/oci [2022-06-03T14:48:56.250Z] github.com/docker/docker/oci/caps [2022-06-03T14:48:56.250Z] github.com/docker/docker/opts [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/archive [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/directory [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/platform [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/pools [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/progress [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/signal [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/stack [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/system [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:48:56.250Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:48:56.250Z] github.com/docker/docker/plugin [2022-06-03T14:48:56.250Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:48:56.250Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:48:56.250Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:48:56.250Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:48:56.250Z] github.com/docker/docker/quota [2022-06-03T14:48:56.250Z] github.com/docker/docker/reference [2022-06-03T14:48:56.250Z] github.com/docker/docker/registry [2022-06-03T14:48:56.250Z] github.com/docker/docker/registry/resumable [2022-06-03T14:48:56.250Z] github.com/docker/docker/restartmanager [2022-06-03T14:48:56.250Z] github.com/docker/docker/rootless [2022-06-03T14:48:56.250Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:48:56.250Z] github.com/docker/docker/runconfig [2022-06-03T14:48:56.250Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/environment [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/registry [2022-06-03T14:48:56.250Z] github.com/docker/docker/testutil/request [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/drivers [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/local [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/mounts [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/service [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:48:56.250Z] github.com/docker/docker/volume/testutils' [2022-06-03T14:48:56.250Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:48:56.250Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/types' [2022-06-03T14:48:56.251Z] + echo 'github.com/docker/docker/libnetwork [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/types' [2022-06-03T14:48:56.251Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:48:56.251Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:48:56.251Z] + type docker-proxy [2022-06-03T14:48:56.251Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-03T14:48:56.251Z] + hack/make.sh binary-proxy install-proxy [2022-06-03T14:48:56.251Z] [2022-06-03T14:48:56.508Z] Removing bundles/ [2022-06-03T14:48:56.508Z] [2022-06-03T14:48:56.508Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-03T14:48:56.508Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-03T14:48:56.508Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T14:48:56.582Z] === RUN TestDockerSuite/TestEventsTop [2022-06-03T14:48:56.582Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-03T14:48:57.146Z] --- PASS: TestServiceUpdateConfigs (14.73s) [2022-06-03T14:48:57.146Z] === RUN TestServiceUpdateNetwork [2022-06-03T14:48:59.043Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-03T14:49:04.599Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-03T14:49:04.599Z] [2022-06-03T14:49:04.599Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-03T14:49:04.599Z] Installing docker-proxy to /usr/local/bin/ [2022-06-03T14:49:04.599Z] [2022-06-03T14:49:04.599Z] + mkdir -p bundles [2022-06-03T14:49:04.599Z] + '[' -n 'github.com/docker/docker/api [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/backend/build [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/httputils [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/middleware [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/build [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/container [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/debug [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/image [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/network [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/session [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/system [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/server/router/volume [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/backend [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/container [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/events [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/filters [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/image [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/mount [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/network [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/registry [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/strslice [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/swarm [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/time [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/versions [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T14:49:04.599Z] github.com/docker/docker/api/types/volume [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/dockerfile [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/remotecontext [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T14:49:04.599Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T14:49:04.599Z] github.com/docker/docker/cli [2022-06-03T14:49:04.599Z] github.com/docker/docker/cli/config [2022-06-03T14:49:04.599Z] github.com/docker/docker/cli/debug [2022-06-03T14:49:04.599Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T14:49:04.599Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T14:49:04.599Z] github.com/docker/docker/client [2022-06-03T14:49:04.599Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T14:49:04.599Z] github.com/docker/docker/cmd/dockerd [2022-06-03T14:49:04.599Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T14:49:04.599Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T14:49:04.599Z] github.com/docker/docker/container [2022-06-03T14:49:04.599Z] github.com/docker/docker/container/stream [2022-06-03T14:49:04.599Z] github.com/docker/docker/contrib/apparmor [2022-06-03T14:49:04.599Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T14:49:04.599Z] github.com/docker/docker/contrib/httpserver [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/cluster [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/config [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/events [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/exec [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/images [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/initlayer [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/links [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/listeners [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/local [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T14:49:04.599Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T14:49:04.600Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T14:49:04.600Z] github.com/docker/docker/daemon/names [2022-06-03T14:49:04.600Z] github.com/docker/docker/daemon/network [2022-06-03T14:49:04.600Z] github.com/docker/docker/daemon/stats [2022-06-03T14:49:04.600Z] github.com/docker/docker/distribution [2022-06-03T14:49:04.600Z] github.com/docker/docker/distribution/metadata [2022-06-03T14:49:04.600Z] github.com/docker/docker/distribution/utils [2022-06-03T14:49:04.600Z] github.com/docker/docker/distribution/xfer [2022-06-03T14:49:04.600Z] github.com/docker/docker/dockerversion [2022-06-03T14:49:04.600Z] github.com/docker/docker/errdefs [2022-06-03T14:49:04.600Z] github.com/docker/docker/image [2022-06-03T14:49:04.600Z] github.com/docker/docker/image/cache [2022-06-03T14:49:04.600Z] github.com/docker/docker/image/tarexport [2022-06-03T14:49:04.600Z] github.com/docker/docker/image/v1 [2022-06-03T14:49:04.600Z] github.com/docker/docker/internal/test/suite [2022-06-03T14:49:04.600Z] github.com/docker/docker/layer [2022-06-03T14:49:04.600Z] github.com/docker/docker/libcontainerd [2022-06-03T14:49:04.600Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T14:49:04.600Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T14:49:04.600Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T14:49:04.600Z] github.com/docker/docker/libcontainerd/types [2022-06-03T14:49:04.600Z] github.com/docker/docker/oci [2022-06-03T14:49:04.600Z] github.com/docker/docker/oci/caps [2022-06-03T14:49:04.600Z] github.com/docker/docker/opts [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/aaparser [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/archive [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/authorization [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/capabilities [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/containerfs [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/directory [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/dmesg [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/fileutils [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/fsutils [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/homedir [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/idtools [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/ioutils [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/longpath [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/loopback [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/parsers [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/pidfile [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/platform [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/plugins [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/pools [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/progress [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/pubsub [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/reexec [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/signal [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/stack [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/stringid [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/system [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/tailfile [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/tarsum [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/truncindex [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/urlutil [2022-06-03T14:49:04.600Z] github.com/docker/docker/pkg/useragent [2022-06-03T14:49:04.600Z] github.com/docker/docker/plugin [2022-06-03T14:49:04.600Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T14:49:04.600Z] github.com/docker/docker/plugin/v2 [2022-06-03T14:49:04.600Z] github.com/docker/docker/profiles/apparmor [2022-06-03T14:49:04.600Z] github.com/docker/docker/profiles/seccomp [2022-06-03T14:49:04.600Z] github.com/docker/docker/quota [2022-06-03T14:49:04.600Z] github.com/docker/docker/reference [2022-06-03T14:49:04.600Z] github.com/docker/docker/registry [2022-06-03T14:49:04.600Z] github.com/docker/docker/registry/resumable [2022-06-03T14:49:04.600Z] github.com/docker/docker/restartmanager [2022-06-03T14:49:04.600Z] github.com/docker/docker/rootless [2022-06-03T14:49:04.600Z] github.com/docker/docker/rootless/specconv [2022-06-03T14:49:04.600Z] github.com/docker/docker/runconfig [2022-06-03T14:49:04.600Z] github.com/docker/docker/runconfig/opts [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/daemon [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/environment [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/fakegit [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/registry [2022-06-03T14:49:04.600Z] github.com/docker/docker/testutil/request [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume/drivers [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume/local [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume/mounts [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume/service [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume/service/opts [2022-06-03T14:49:04.600Z] github.com/docker/docker/volume/testutils' ']' [2022-06-03T14:49:04.600Z] + 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 [2022-06-03T14:49:04.600Z] ? github.com/docker/docker/api [no test files] [2022-06-03T14:49:11.229Z] --- PASS: TestServiceUpdateNetwork (12.57s) [2022-06-03T14:49:11.229Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T14:49:11.229Z] === RUN TestDockerSuite/TestExec [2022-06-03T14:49:11.229Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-03T14:49:11.229Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T14:49:11.230Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-03T14:49:12.161Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-03T14:49:12.161Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T14:49:12.419Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-03T14:49:13.830Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-03T14:49:14.394Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-03T14:49:14.652Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-03T14:49:15.217Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-03T14:49:15.781Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-03T14:49:16.345Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-03T14:49:16.910Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-03T14:49:17.842Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-03T14:49:18.773Z] === RUN TestDockerSuite/TestExecEnv [2022-06-03T14:49:19.031Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T14:49:19.031Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-03T14:49:19.963Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-03T14:49:20.895Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-03T14:49:22.714Z] ok github.com/docker/docker/api/server 0.013s coverage: 7.9% of statements [2022-06-03T14:49:23.418Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-03T14:49:23.982Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-03T14:49:24.547Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-03T14:49:24.804Z] === RUN TestDockerSuite/TestExecParseError [2022-06-03T14:49:25.369Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-03T14:49:25.934Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-03T14:49:26.500Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-03T14:49:26.758Z] --- PASS: TestServiceUpdatePidsLimit (17.00s) [2022-06-03T14:49:26.758Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2022-06-03T14:49:26.758Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-06-03T14:49:26.758Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2022-06-03T14:49:26.758Z] PASS [2022-06-03T14:49:26.758Z] [2022-06-03T14:49:26.758Z] === Skipped [2022-06-03T14:49:26.758Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T14:49:26.758Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T14:49:26.758Z] [2022-06-03T14:49:26.758Z] DONE 27 tests, 1 skipped in 179.988s [2022-06-03T14:49:26.758Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T14:49:26.758Z] ++ 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 [2022-06-03T14:49:26.758Z] ++ set -e [2022-06-03T14:49:26.758Z] ++ '[' -n 0 ']' [2022-06-03T14:49:26.758Z] ++ set -x [2022-06-03T14:49:26.758Z] ++ 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 [2022-06-03T14:49:27.016Z] INFO: Testing against a local daemon [2022-06-03T14:49:27.016Z] === RUN TestSessionCreate [2022-06-03T14:49:27.016Z] --- PASS: TestSessionCreate (0.04s) [2022-06-03T14:49:27.016Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T14:49:27.016Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-06-03T14:49:27.016Z] PASS [2022-06-03T14:49:27.016Z] [2022-06-03T14:49:27.016Z] DONE 2 tests in 0.205s [2022-06-03T14:49:27.016Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T14:49:27.016Z] ++ 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 [2022-06-03T14:49:27.016Z] ++ set -e [2022-06-03T14:49:27.016Z] ++ '[' -n 0 ']' [2022-06-03T14:49:27.016Z] ++ set -x [2022-06-03T14:49:27.016Z] ++ 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 [2022-06-03T14:49:27.274Z] INFO: Testing against a local daemon [2022-06-03T14:49:27.274Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T14:49:27.274Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T14:49:27.274Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T14:49:27.274Z] === RUN TestDiskUsage [2022-06-03T14:49:27.274Z] === PAUSE TestDiskUsage [2022-06-03T14:49:27.274Z] === RUN TestEventsExecDie [2022-06-03T14:49:27.840Z] --- PASS: TestEventsExecDie (0.69s) [2022-06-03T14:49:27.840Z] === RUN TestEventsBackwardsCompatible [2022-06-03T14:49:27.840Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-03T14:49:27.840Z] === RUN TestEventsVolumeCreate [2022-06-03T14:49:28.099Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-03T14:49:28.099Z] === RUN TestInfoBinaryCommits [2022-06-03T14:49:28.099Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T14:49:28.099Z] === RUN TestInfoAPIVersioned [2022-06-03T14:49:28.099Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T14:49:28.099Z] === RUN TestInfoAPI [2022-06-03T14:49:28.099Z] --- PASS: TestInfoAPI (0.03s) [2022-06-03T14:49:28.099Z] === RUN TestInfoAPIWarnings [2022-06-03T14:49:28.099Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-03T14:49:28.664Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-03T14:49:29.230Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-03T14:49:37.331Z] check_test.go:378: [de3e77f0f9a1e] daemon is not started [2022-06-03T14:49:37.331Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-03T14:49:39.230Z] docker_api_swarm_test.go:802: [d45b873c553b8] joining swarm manager [dd02f44a03dff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:49:40.162Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-03T14:49:40.419Z] docker_api_swarm_test.go:802: [d45b57eb791d4] joining swarm manager [dd02f44a03dff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:49:40.419Z] === RUN TestDockerSuite/TestExecTTY [2022-06-03T14:49:41.351Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-03T14:49:41.608Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-03T14:49:41.866Z] docker_api_swarm_test.go:802: [dea2a9da7ff82] joining swarm manager [dd02f44a03dff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T14:49:42.430Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-03T14:49:42.998Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-03T14:49:42.998Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-03T14:49:42.998Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-03T14:49:43.255Z] docker_api_swarm_test.go:802: [d4f9de9a99304] joining swarm manager [dd02f44a03dff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-03T14:49:44.188Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-03T14:49:44.753Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-06-03T14:49:44.753Z] === RUN TestInfoDebug [2022-06-03T14:49:44.753Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-03T14:49:45.012Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T14:49:45.012Z] === RUN TestInfoInsecureRegistries [2022-06-03T14:49:45.579Z] docker_api_swarm_test.go:810: [d120a2e48e00b] joining swarm manager [dd02f44a03dff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-03T14:49:45.579Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-03T14:49:45.579Z] === RUN TestInfoRegistryMirrors [2022-06-03T14:49:45.837Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-03T14:49:46.094Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-06-03T14:49:46.094Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T14:49:46.352Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-03T14:49:46.352Z] === RUN TestPingCacheHeaders [2022-06-03T14:49:46.352Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-06-03T14:49:46.352Z] === RUN TestPingGet [2022-06-03T14:49:46.352Z] --- PASS: TestPingGet (0.02s) [2022-06-03T14:49:46.352Z] === RUN TestPingHead [2022-06-03T14:49:46.352Z] --- PASS: TestPingHead (0.02s) [2022-06-03T14:49:46.352Z] === RUN TestPingSwarmHeader [2022-06-03T14:49:46.610Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-03T14:49:46.867Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T14:49:47.125Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-03T14:49:47.382Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T14:49:48.315Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T14:49:48.572Z] --- PASS: TestPingSwarmHeader (2.09s) [2022-06-03T14:49:48.572Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T14:49:48.572Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T14:49:48.572Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T14:49:48.572Z] === RUN TestVersion [2022-06-03T14:49:48.572Z] --- PASS: TestVersion (0.02s) [2022-06-03T14:49:48.572Z] === CONT TestDiskUsage [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T14:49:49.136Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T14:49:49.393Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage (1.17s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.01s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T14:49:49.651Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T14:49:49.651Z] PASS [2022-06-03T14:49:49.651Z] [2022-06-03T14:49:49.651Z] === Skipped [2022-06-03T14:49:49.651Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T14:49:49.651Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T14:49:49.651Z] [2022-06-03T14:49:49.651Z] DONE 54 tests, 1 skipped in 22.624s [2022-06-03T14:49:49.651Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T14:49:49.651Z] ++ 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 [2022-06-03T14:49:49.651Z] ++ set -e [2022-06-03T14:49:49.651Z] ++ '[' -n 0 ']' [2022-06-03T14:49:49.651Z] ++ set -x [2022-06-03T14:49:49.651Z] ++ 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 [2022-06-03T14:49:49.651Z] INFO: Testing against a local daemon [2022-06-03T14:49:49.651Z] === RUN TestVolumesCreateAndList [2022-06-03T14:49:49.651Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T14:49:49.651Z] === RUN TestVolumesRemove [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T14:49:49.909Z] === RUN TestVolumesInspect [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T14:49:49.909Z] === RUN TestVolumesInvalidJSON [2022-06-03T14:49:49.909Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T14:49:49.909Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T14:49:49.909Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T14:49:49.909Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T14:49:49.909Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T14:49:49.909Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T14:49:49.909Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T14:49:49.909Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T14:49:49.909Z] PASS [2022-06-03T14:49:49.909Z] [2022-06-03T14:49:49.909Z] DONE 9 tests in 0.185s [2022-06-03T14:49:49.909Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T14:49:49.909Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T14:49:49.909Z] +++ kill 6626 [2022-06-03T14:49:50.167Z] +++ /etc/init.d/apparmor stop [2022-06-03T14:49:50.167Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T14:49:50.167Z] [2022-06-03T14:49:50.167Z] Unloading profiles will leave already running processes permanently [2022-06-03T14:49:50.167Z] unconfined, which can lead to unexpected situations. [2022-06-03T14:49:50.167Z] [2022-06-03T14:49:50.167Z] To set a process to complain mode, use the command line tool [2022-06-03T14:49:50.167Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T14:49:50.167Z] +++ true [2022-06-03T14:49:50.427Z] exiting test-integration [2022-06-03T14:49:50.427Z] ++ exit 0 [2022-06-03T14:49:50.427Z] [2022-06-03T14:49:50.993Z] + for job in $(jobs -p) [2022-06-03T14:49:50.993Z] + wait 11412 [2022-06-03T14:49:51.926Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-03T14:49:57.180Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-03T14:49:57.745Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-03T14:50:03.008Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-03T14:50:03.008Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-03T14:50:03.008Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-03T14:50:03.008Z] === RUN TestDockerSuite/TestHealth [2022-06-03T14:50:24.914Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-03T14:50:24.914Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-03T14:50:24.914Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-03T14:50:24.915Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-03T14:50:25.479Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-03T14:50:25.737Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-03T14:50:25.995Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-03T14:50:29.271Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-03T14:50:29.271Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-03T14:50:29.271Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-03T14:50:29.271Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-03T14:50:29.837Z] === RUN TestDockerSuite/TestImportFile [2022-06-03T14:50:31.208Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-03T14:50:31.208Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-03T14:50:32.141Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-03T14:50:33.515Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-03T14:50:34.447Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-03T14:50:35.012Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-03T14:50:35.576Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-03T14:50:35.833Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-03T14:50:35.833Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-03T14:50:35.833Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-03T14:50:36.400Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-03T14:50:36.964Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-03T14:50:37.222Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-03T14:50:37.787Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-03T14:50:38.364Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-03T14:50:38.622Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-03T14:50:38.622Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-03T14:50:40.004Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-03T14:50:40.262Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-03T14:50:40.831Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-03T14:50:40.831Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-03T14:50:41.089Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-03T14:50:41.089Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-03T14:50:41.089Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-03T14:50:42.022Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-03T14:50:42.280Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-03T14:50:42.845Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-03T14:50:43.410Z] === RUN TestDockerSuite/TestInspectImage [2022-06-03T14:50:43.410Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-03T14:50:43.410Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-03T14:50:43.410Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-03T14:50:43.410Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-03T14:50:43.974Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-03T14:50:44.231Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-03T14:50:44.231Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-03T14:50:44.800Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-03T14:50:45.364Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-03T14:50:47.260Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-03T14:50:47.260Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-03T14:50:47.828Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-03T14:50:48.392Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-03T14:50:49.324Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-03T14:50:49.889Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-03T14:50:50.146Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-03T14:50:50.146Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-03T14:50:50.714Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-03T14:50:51.279Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-03T14:50:51.846Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-03T14:50:52.781Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-03T14:50:52.781Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-03T14:50:54.680Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-03T14:50:54.938Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-03T14:50:55.870Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-03T14:50:56.804Z] docker_api_swarm_service_test.go:395: [d4d4a511e0444] joining swarm manager [dc05902dc30bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:50:57.378Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-03T14:50:57.378Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-03T14:50:57.961Z] docker_api_swarm_service_test.go:395: [dba6ec3373661] joining swarm manager [dc05902dc30bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:50:58.894Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-03T14:50:59.110Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 31.9% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/server/router/volume 0.008s coverage: 67.9% of statements [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/builder/remotecontext 0.108s coverage: 13.7% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/builder/dockerfile 0.519s coverage: 49.3% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/builder/remotecontext/git 1.759s coverage: 86.3% of statements [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/cli [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-03T14:50:59.111Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-03T14:50:59.111Z] ok github.com/docker/docker/cmd/docker-proxy 0.221s coverage: 69.3% of statements [2022-06-03T14:51:00.793Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-03T14:51:02.691Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-03T14:51:02.948Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-03T14:51:03.284Z] ok github.com/docker/docker/client 0.145s coverage: 75.6% of statements [2022-06-03T14:51:04.319Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-03T14:51:04.884Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-03T14:51:05.142Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-03T14:51:13.243Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-03T14:51:13.501Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-03T14:51:13.501Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-03T14:51:14.874Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-03T14:51:15.442Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-03T14:51:15.700Z] docker_api_swarm_service_test.go:343: [dde5fa5f16246] joining swarm manager [d2808a1784ed4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:51:16.635Z] docker_api_swarm_service_test.go:343: [d6d6b83fce11e] joining swarm manager [d2808a1784ed4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:51:17.200Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-03T14:51:17.458Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-03T14:51:18.022Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-03T14:51:18.022Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-03T14:51:18.022Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-03T14:51:18.280Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-03T14:51:19.214Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-03T14:51:23.392Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-03T14:51:23.392Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-03T14:51:27.588Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-03T14:51:28.153Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-03T14:51:28.153Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-03T14:51:29.085Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-03T14:51:30.018Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-03T14:51:30.584Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-03T14:51:30.584Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-03T14:51:31.516Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-03T14:51:32.448Z] docker_api_swarm_service_test.go:490: [db4f69235deb4] joining swarm manager [debc6d72d72d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:51:32.706Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-03T14:51:33.271Z] docker_api_swarm_service_test.go:490: [d36489ef250a7] joining swarm manager [debc6d72d72d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:51:35.171Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-03T14:51:36.103Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-03T14:51:36.668Z] === RUN TestDockerSuite/TestLogsSince [2022-06-03T14:51:43.214Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-03T14:51:46.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-03T14:51:49.015Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-03T14:51:49.273Z] === RUN TestDockerSuite/TestLogsTail [2022-06-03T14:51:49.911Z] ok github.com/docker/docker/cmd/dockerd 0.107s coverage: 29.7% of statements [2022-06-03T14:51:49.911Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-06-03T14:51:49.911Z] ok github.com/docker/docker/cmd/dockerd/trap 2.519s coverage: 0.0% of statements [2022-06-03T14:51:49.911Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-03T14:51:49.911Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-03T14:51:49.911Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-03T14:51:49.911Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-03T14:51:49.911Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-03T14:51:50.224Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-03T14:51:50.488Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-03T14:51:51.053Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-03T14:51:51.311Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-03T14:51:51.876Z] === RUN TestDockerSuite/TestNetHostname [2022-06-03T14:51:52.440Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-03T14:51:53.183Z] ok github.com/docker/docker/daemon/cluster 0.066s coverage: 0.5% of statements [2022-06-03T14:51:53.374Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-03T14:51:53.633Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-03T14:51:54.114Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-06-03T14:51:54.567Z] docker_api_swarm_service_test.go:128: [d27f3bf4ab4ce] joining swarm manager [d7503465b88e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:51:55.482Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-03T14:51:55.499Z] docker_api_swarm_service_test.go:129: [d0ba84c33d4f6] joining swarm manager [d7503465b88e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:51:57.396Z] docker_api_swarm_service_test.go:137: [dda7fdffc6f92] joining swarm manager [d7503465b88e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T14:51:57.961Z] docker_api_swarm_service_test.go:138: [d7cdf5c336fef] joining swarm manager [d7503465b88e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-03T14:51:59.858Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-03T14:52:00.792Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-03T14:52:01.356Z] === RUN TestDockerSuite/TestPluginActive [2022-06-03T14:52:03.252Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-03T14:52:03.577Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.4% of statements [2022-06-03T14:52:03.577Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.5% of statements [2022-06-03T14:52:04.139Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-03T14:52:04.701Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-06-03T14:52:04.957Z] ok github.com/docker/docker/daemon 10.149s coverage: 16.1% of statements [2022-06-03T14:52:04.957Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-03T14:52:04.957Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-03T14:52:04.957Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-03T14:52:04.957Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-03T14:52:06.848Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.733s coverage: 74.8% of statements [2022-06-03T14:52:07.105Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-06-03T14:52:07.666Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.456s coverage: 56.2% of statements [2022-06-03T14:52:08.513Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-03T14:52:08.513Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-03T14:52:08.513Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-03T14:52:09.445Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-03T14:52:09.567Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.021s coverage: 1.9% of statements [2022-06-03T14:52:10.957Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.372s coverage: 50.6% of statements [2022-06-03T14:52:11.520Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.439s coverage: 45.9% of statements [2022-06-03T14:52:11.520Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-03T14:52:12.720Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-03T14:52:12.889Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-06-03T14:52:13.452Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.646s coverage: 58.5% of statements [2022-06-03T14:52:13.452Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-03T14:52:13.452Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-03T14:52:13.709Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2022-06-03T14:52:14.104Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-03T14:52:14.273Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-06-03T14:52:16.166Z] ok github.com/docker/docker/daemon/images 0.051s coverage: 6.6% of statements [2022-06-03T14:52:16.166Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-03T14:52:16.166Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-03T14:52:16.166Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 43.2% of statements [2022-06-03T14:52:16.630Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-03T14:52:17.094Z] ok github.com/docker/docker/daemon/logger/awslogs 0.179s coverage: 80.2% of statements [2022-06-03T14:52:17.094Z] ok github.com/docker/docker/daemon/logger/fluentd 0.014s coverage: 53.6% of statements [2022-06-03T14:52:17.094Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-03T14:52:18.087Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2022-06-03T14:52:18.087Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 23.4% of statements [2022-06-03T14:52:18.657Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2022-06-03T14:52:19.586Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.162s coverage: 76.8% of statements [2022-06-03T14:52:19.586Z] ok github.com/docker/docker/daemon/logger/local 0.040s coverage: 79.2% of statements [2022-06-03T14:52:19.586Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-03T14:52:19.586Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-03T14:52:20.515Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 65.9% of statements [2022-06-03T14:52:20.515Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2022-06-03T14:52:20.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-03T14:52:21.443Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 46.8% of statements [2022-06-03T14:52:21.740Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-03T14:52:22.006Z] ok github.com/docker/docker/daemon/logger/templates 0.013s coverage: 8.3% of statements [2022-06-03T14:52:22.567Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-03T14:52:22.676Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-03T14:52:23.495Z] ok github.com/docker/docker/daemon/logger/splunk 1.582s coverage: 82.5% of statements [2022-06-03T14:52:23.495Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-03T14:52:23.495Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-03T14:52:23.612Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-03T14:52:24.057Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 44.4% of statements [2022-06-03T14:52:24.544Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-03T14:52:24.619Z] ok github.com/docker/docker/distribution 0.616s coverage: 28.0% of statements [2022-06-03T14:52:24.619Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-03T14:52:25.109Z] docker_api_swarm_service_test.go:304: [d61355b4facab] joining swarm manager [d234fea42887f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:52:25.181Z] ok github.com/docker/docker/errdefs 0.015s coverage: 77.0% of statements [2022-06-03T14:52:25.674Z] === RUN TestDockerSuite/TestPortList [2022-06-03T14:52:25.742Z] ok github.com/docker/docker/image 0.023s coverage: 86.9% of statements [2022-06-03T14:52:25.931Z] docker_api_swarm_service_test.go:304: [d80a30460ae6a] joining swarm manager [d234fea42887f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:52:25.998Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-03T14:52:26.560Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-03T14:52:26.817Z] ok github.com/docker/docker/distribution/xfer 1.903s coverage: 84.9% of statements [2022-06-03T14:52:26.817Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-03T14:52:26.817Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-03T14:52:26.817Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-03T14:52:27.380Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-03T14:52:28.308Z] ok github.com/docker/docker/oci 0.015s coverage: 46.0% of statements [2022-06-03T14:52:28.566Z] ok github.com/docker/docker/opts 0.027s coverage: 66.0% of statements [2022-06-03T14:52:28.822Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-06-03T14:52:30.353Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 81.9% of statements [2022-06-03T14:52:31.279Z] ok github.com/docker/docker/pkg/authorization 0.122s coverage: 68.3% of statements [2022-06-03T14:52:31.279Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-03T14:52:31.279Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-03T14:52:34.038Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-03T14:52:34.038Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-03T14:52:34.543Z] ok github.com/docker/docker/pkg/chrootarchive 2.481s coverage: 42.7% of statements [2022-06-03T14:52:34.543Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-03T14:52:34.799Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-03T14:52:35.055Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-03T14:52:35.311Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-06-03T14:52:35.875Z] ok github.com/docker/docker/pkg/fsutils 0.133s coverage: 85.1% of statements [2022-06-03T14:52:35.875Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-06-03T14:52:36.132Z] ok github.com/docker/docker/layer 7.922s coverage: 69.0% of statements [2022-06-03T14:52:36.132Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-03T14:52:36.132Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-03T14:52:36.132Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-03T14:52:36.132Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-03T14:52:36.132Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-03T14:52:36.132Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-03T14:52:37.060Z] ok github.com/docker/docker/pkg/idtools 0.543s coverage: 67.9% of statements [2022-06-03T14:52:37.317Z] ok github.com/docker/docker/pkg/ioutils 0.433s coverage: 69.7% of statements [2022-06-03T14:52:37.573Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-06-03T14:52:37.573Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-06-03T14:52:37.573Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-03T14:52:37.829Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-06-03T14:52:37.829Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-03T14:52:38.085Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-06-03T14:52:38.340Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 90.5% of statements [2022-06-03T14:52:38.340Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-03T14:52:38.340Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-03T14:52:38.340Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-03T14:52:39.269Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-06-03T14:52:39.525Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-03T14:52:39.782Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-03T14:52:40.038Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-03T14:52:40.594Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-03T14:52:40.594Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-03T14:52:40.594Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-03T14:52:40.594Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-03T14:52:40.594Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-03T14:52:40.852Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-03T14:52:40.852Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-03T14:52:41.403Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-06-03T14:52:41.403Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-06-03T14:52:41.416Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-03T14:52:41.416Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-03T14:52:41.659Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-03T14:52:41.915Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-03T14:52:42.171Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-03T14:52:42.171Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-03T14:52:42.348Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-03T14:52:42.348Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-03T14:52:42.735Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-03T14:52:42.990Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-03T14:52:43.553Z] ok github.com/docker/docker/pkg/tailfile 0.056s coverage: 88.6% of statements [2022-06-03T14:52:43.809Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2022-06-03T14:52:44.066Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-03T14:52:44.264Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-03T14:52:44.323Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-03T14:52:45.197Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-03T14:52:45.455Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-03T14:52:45.713Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-03T14:52:45.713Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-03T14:52:46.215Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-06-03T14:52:46.471Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-03T14:52:46.727Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-06-03T14:52:47.611Z] docker_api_swarm_service_test.go:100: [d8e50bf9af1b1] joining swarm manager [d5ad13b6ba738]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:52:47.657Z] ok github.com/docker/docker/quota 0.214s coverage: 71.4% of statements [2022-06-03T14:52:47.913Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-03T14:52:48.176Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-03T14:52:48.741Z] docker_api_swarm_service_test.go:101: [d28e3087f12e1] joining swarm manager [d5ad13b6ba738]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:52:48.843Z] ok github.com/docker/docker/registry 0.050s coverage: 58.6% of statements [2022-06-03T14:52:48.999Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-03T14:52:49.407Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-03T14:52:49.407Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-06-03T14:52:49.971Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-03T14:52:50.228Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-06-03T14:52:52.121Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-03T14:52:52.279Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-03T14:52:52.377Z] ok github.com/docker/docker/volume/local 0.101s coverage: 76.8% of statements [2022-06-03T14:52:52.939Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-03T14:52:53.868Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-06-03T14:52:55.557Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-03T14:52:55.815Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-03T14:52:58.341Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-03T14:53:04.892Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-03T14:53:05.829Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-03T14:53:07.730Z] check_test.go:378: [d8e50bf9af1b1] daemon is not started [2022-06-03T14:53:08.295Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-03T14:53:09.226Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-03T14:53:10.178Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-03T14:53:11.552Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-03T14:53:12.923Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-03T14:53:12.923Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-03T14:53:14.294Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-03T14:53:14.294Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-03T14:53:15.227Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-03T14:53:15.227Z] docker_api_swarm_service_test.go:533: [df6cf90c72890] joining swarm manager [d7926e8ac9194]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:53:15.768Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.3% of statements [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/rootless [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/volume [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-03T14:53:15.768Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-03T14:53:15.768Z] [2022-06-03T14:53:15.768Z] === Skipped [2022-06-03T14:53:15.768Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-03T14:53:15.768Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-03T14:53:15.768Z] [2022-06-03T14:53:15.768Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-03T14:53:15.768Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-03T14:53:15.768Z] [2022-06-03T14:53:15.768Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-03T14:53:15.768Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-03T14:53:15.768Z] [2022-06-03T14:53:15.768Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-03T14:53:15.768Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-03T14:53:15.768Z] [2022-06-03T14:53:15.768Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:71: No driver to put! [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-03T14:53:15.769Z] time="2022-06-03T14:52:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.01s) [2022-06-03T14:53:15.769Z] time="2022-06-03T14:52:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-03T14:53:15.769Z] time="2022-06-03T14:52:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-03T14:53:15.769Z] time="2022-06-03T14:52:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-03T14:53:15.769Z] time="2022-06-03T14:52:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:71: No driver to put! [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-03T14:53:15.769Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-03T14:53:15.769Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-03T14:53:15.769Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T14:53:15.769Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-03T14:53:15.769Z] graphtest_unix.go:71: No driver to put! [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-03T14:53:15.769Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-03T14:53:15.769Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-03T14:53:15.769Z] [2022-06-03T14:53:15.769Z] DONE 2781 tests, 28 skipped in 249.370s [2022-06-03T14:53:15.769Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/config [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/idm [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/ns [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/options [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/osl [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T14:53:15.769Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-03T14:53:15.769Z] + 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 [2022-06-03T14:53:16.602Z] docker_api_swarm_service_test.go:534: [de7ea43863e14] joining swarm manager [d7926e8ac9194]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:53:16.602Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-03T14:53:18.502Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-03T14:53:19.436Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-03T14:53:19.436Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-03T14:53:19.436Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-03T14:53:19.694Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-03T14:53:19.694Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-03T14:53:19.694Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-03T14:53:20.629Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-03T14:53:22.002Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-03T14:53:22.936Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-03T14:53:23.502Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-03T14:53:30.059Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-03T14:53:30.993Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-03T14:53:32.365Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-03T14:53:32.365Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-03T14:53:32.365Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-03T14:53:32.623Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-03T14:53:34.525Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-03T14:53:35.898Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-03T14:53:35.898Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-03T14:53:38.426Z] docker_api_swarm_service_test.go:148: [d8392fb08d154] joining swarm manager [d0087a4ae28e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:53:38.426Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-03T14:53:38.992Z] docker_api_swarm_service_test.go:148: [d8123869ea520] joining swarm manager [d0087a4ae28e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:53:39.250Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-03T14:53:39.250Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-03T14:53:39.250Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-03T14:53:42.532Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-03T14:53:43.464Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-03T14:53:43.722Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-03T14:53:44.656Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-03T14:53:45.587Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-03T14:53:46.520Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-03T14:53:47.089Z] === RUN TestDockerSuite/TestRmiTag [2022-06-03T14:53:47.347Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-03T14:53:47.912Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-03T14:53:51.195Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-03T14:53:51.195Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-03T14:53:51.762Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-03T14:53:52.327Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-03T14:53:53.261Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-03T14:53:53.519Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-03T14:53:53.778Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-03T14:53:54.343Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-03T14:53:54.343Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-03T14:53:54.913Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-03T14:53:55.865Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-03T14:53:56.798Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-03T14:53:57.734Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-03T14:53:58.299Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-03T14:53:59.232Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-03T14:54:00.164Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-03T14:54:00.729Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-03T14:54:01.295Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-03T14:54:01.866Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-03T14:54:02.386Z] ok github.com/docker/docker/libnetwork 37.202s coverage: 40.6% of statements [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/bitseq 0.115s coverage: 84.4% of statements [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.405s coverage: 59.9% of statements [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.116s coverage: 4.0% of statements [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-06-03T14:54:02.387Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-03T14:54:02.387Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-03T14:54:02.433Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-03T14:54:02.998Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-03T14:54:04.369Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-03T14:54:05.301Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-03T14:54:05.865Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-03T14:54:06.122Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-03T14:54:06.688Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-03T14:54:06.688Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-03T14:54:08.059Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-03T14:54:08.624Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-03T14:54:09.188Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-03T14:54:09.446Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-03T14:54:10.010Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-03T14:54:10.010Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-03T14:54:10.575Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-03T14:54:11.140Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-03T14:54:11.397Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-03T14:54:11.965Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-03T14:54:12.223Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-03T14:54:12.223Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-03T14:54:12.323Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.588s coverage: 7.2% of statements [2022-06-03T14:54:12.323Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-03T14:54:12.323Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-03T14:54:12.323Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-03T14:54:12.323Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-03T14:54:12.323Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-03T14:54:12.323Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-03T14:54:12.323Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-06-03T14:54:12.323Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-06-03T14:54:12.580Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-03T14:54:12.788Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-03T14:54:12.788Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-03T14:54:12.836Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-03T14:54:13.722Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-03T14:54:14.002Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-03T14:54:14.576Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-03T14:54:15.141Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-03T14:54:15.141Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-03T14:54:15.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-03T14:54:15.706Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-03T14:54:16.640Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-03T14:54:18.539Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-03T14:54:19.476Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-03T14:54:20.041Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-03T14:54:20.605Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-03T14:54:20.862Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-03T14:54:21.427Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-03T14:54:21.993Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-03T14:54:23.364Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-03T14:54:25.004Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-06-03T14:54:25.262Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-03T14:54:25.521Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-03T14:54:26.086Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-03T14:54:27.463Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-03T14:54:28.833Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-03T14:54:30.732Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-03T14:54:32.108Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-03T14:54:32.109Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-03T14:54:32.109Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-03T14:54:32.109Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-03T14:54:32.109Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-03T14:54:32.674Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-03T14:54:34.594Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-03T14:54:35.972Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-03T14:54:37.344Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-03T14:54:37.604Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-03T14:54:38.980Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/ipam 14.260s coverage: 85.3% of statements [2022-06-03T14:54:39.905Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-03T14:54:39.905Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-06-03T14:54:39.905Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/ipamutils 0.248s coverage: 74.0% of statements [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/iptables 0.162s coverage: 45.1% of statements [2022-06-03T14:54:39.905Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-03T14:54:39.915Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-03T14:54:39.915Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-03T14:54:39.915Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-03T14:54:40.161Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-06-03T14:54:40.479Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-03T14:54:40.736Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-03T14:54:42.111Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-03T14:54:42.111Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-03T14:54:43.048Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-03T14:54:43.614Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-03T14:54:44.545Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-03T14:54:44.804Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-03T14:54:45.063Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-03T14:54:45.064Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-03T14:54:45.628Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-03T14:54:46.194Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-03T14:54:46.759Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-03T14:54:47.324Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-03T14:54:47.582Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-03T14:54:47.840Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-03T14:54:48.405Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-03T14:54:48.970Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-03T14:54:49.903Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-03T14:54:49.903Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-03T14:54:50.469Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-03T14:54:50.469Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-03T14:54:51.033Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-03T14:54:51.965Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-03T14:54:52.223Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-03T14:54:52.223Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-03T14:54:52.223Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-03T14:54:54.133Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-03T14:54:55.066Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-03T14:54:55.631Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-03T14:54:57.004Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-03T14:54:59.528Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-03T14:55:02.805Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-03T14:55:06.983Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-03T14:55:07.240Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-03T14:55:07.806Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-03T14:55:09.178Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-03T14:55:09.178Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-03T14:55:09.178Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-03T14:55:09.436Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-03T14:55:09.694Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-03T14:55:11.590Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-03T14:55:12.522Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-03T14:55:13.455Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-03T14:55:20.003Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-03T14:55:20.003Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-03T14:55:20.003Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-03T14:55:20.267Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-03T14:55:20.267Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-03T14:55:20.525Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-03T14:55:21.458Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-03T14:55:22.023Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-03T14:55:22.955Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-03T14:55:22.955Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-03T14:55:23.213Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-03T14:55:24.148Z] === RUN TestDockerSuite/TestRunMount [2022-06-03T14:55:28.326Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-03T14:55:28.326Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-03T14:55:28.890Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-03T14:55:29.824Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-03T14:55:30.393Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-03T14:55:31.764Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-03T14:55:34.293Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-03T14:55:36.190Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-03T14:55:37.562Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-03T14:55:38.934Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-03T14:55:39.500Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-03T14:55:39.758Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-03T14:55:39.758Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-03T14:55:40.326Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-03T14:55:41.260Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-03T14:55:41.826Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-03T14:55:42.405Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-03T14:55:42.972Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-03T14:55:44.347Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-03T14:55:46.244Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-03T14:55:46.244Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-03T14:55:49.524Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-03T14:55:49.524Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-03T14:55:50.090Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-03T14:55:50.090Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-03T14:55:50.655Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-03T14:55:50.655Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-03T14:55:51.589Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-03T14:55:52.153Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-03T14:55:52.153Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-03T14:55:52.153Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-03T14:55:52.720Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-03T14:55:54.616Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-03T14:55:57.140Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-03T14:55:58.514Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-03T14:55:58.514Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-03T14:55:58.514Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-03T14:55:59.081Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-03T14:55:59.648Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-03T14:55:59.906Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-03T14:56:00.840Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-03T14:56:01.406Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-03T14:56:02.343Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-03T14:56:02.343Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-03T14:56:02.907Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-03T14:56:02.907Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-03T14:56:03.473Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-03T14:56:04.041Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-03T14:56:04.607Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-03T14:56:04.607Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-03T14:56:04.607Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-03T14:56:05.172Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-03T14:56:05.430Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-03T14:56:05.996Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-03T14:56:05.996Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-03T14:56:05.996Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-03T14:56:06.254Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-03T14:56:07.628Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-03T14:56:07.628Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-03T14:56:07.628Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-03T14:56:08.560Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-03T14:56:10.459Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-03T14:56:11.391Z] === RUN TestDockerSuite/TestRunRm [2022-06-03T14:56:12.323Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-03T14:56:14.847Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-03T14:56:15.779Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-03T14:56:16.037Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-03T14:56:16.969Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-03T14:56:18.342Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-03T14:56:18.908Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-03T14:56:20.280Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-03T14:56:21.653Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-03T14:56:24.179Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-03T14:56:25.119Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-03T14:56:26.053Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-03T14:56:26.624Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-03T14:56:26.882Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-03T14:56:27.141Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-03T14:56:27.705Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-03T14:56:28.273Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-03T14:56:28.838Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-03T14:56:29.771Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-03T14:56:30.029Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-03T14:56:30.286Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-03T14:56:30.851Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-03T14:56:31.532Z] ok github.com/docker/docker/libnetwork/networkdb 103.266s coverage: 60.0% of statements [2022-06-03T14:56:31.533Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-03T14:56:31.533Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-03T14:56:31.533Z] ok github.com/docker/docker/libnetwork/osl 4.327s coverage: 39.7% of statements [2022-06-03T14:56:31.533Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-06-03T14:56:31.533Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-03T14:56:31.533Z] ok github.com/docker/docker/libnetwork/portmapper 0.513s coverage: 48.6% of statements [2022-06-03T14:56:31.533Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-03T14:56:31.533Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-03T14:56:31.788Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-03T14:56:31.788Z] [2022-06-03T14:56:31.788Z] === Skipped [2022-06-03T14:56:31.788Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-03T14:56:31.788Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T14:56:31.788Z] [2022-06-03T14:56:31.788Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-03T14:56:31.789Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-03T14:56:31.789Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-03T14:56:31.789Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-03T14:56:31.789Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-03T14:56:31.789Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-03T14:56:31.789Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-03T14:56:31.789Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-03T14:56:31.789Z] firewalld_test.go:14: firewalld is not running [2022-06-03T14:56:31.789Z] [2022-06-03T14:56:31.789Z] DONE 325 tests, 9 skipped in 198.767s Post stage [Pipeline] junit [2022-06-03T14:56:32.367Z] Recording test results [2022-06-03T14:56:32.748Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-03T14:56:32.810Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-03T14:56:33.129Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43688/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1db286c5e855a91df446a76c6d79122dad498d8e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1db286c5e855a91df446a76c6d79122dad498d8e hack/validate/vendor [2022-06-03T14:56:33.313Z] === RUN TestDockerSuite/TestRunState [2022-06-03T14:56:33.690Z] No vendor changes in diff. [2022-06-03T14:56:33.946Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T14:56:34.277Z] + echo Ensuring container killed. [2022-06-03T14:56:34.277Z] Ensuring container killed. [2022-06-03T14:56:34.277Z] + docker rm -vf docker-pr1 [2022-06-03T14:56:34.277Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-06-03T14:56:34.565Z] + echo Chowning /workspace to jenkins user [2022-06-03T14:56:34.565Z] Chowning /workspace to jenkins user [2022-06-03T14:56:34.565Z] + id -u [2022-06-03T14:56:34.565Z] + id -g [2022-06-03T14:56:34.565Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T14:56:34.687Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-03T14:56:35.251Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-03T14:56:35.509Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-03T14:56:35.768Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-03T14:56:35.768Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-03T14:56:35.768Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T14:56:36.213Z] + bundleName=unit [2022-06-03T14:56:36.213Z] + echo Creating unit-bundles.tar.gz [2022-06-03T14:56:36.213Z] Creating unit-bundles.tar.gz [2022-06-03T14:56:36.213Z] + 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 [2022-06-03T14:56:36.213Z] bundles/junit-report-libnetwork.xml [2022-06-03T14:56:36.213Z] bundles/junit-report.xml [2022-06-03T14:56:36.213Z] bundles/go-test-report-libnetwork.json [2022-06-03T14:56:36.213Z] bundles/go-test-report.json [2022-06-03T14:56:36.213Z] bundles/profile-libnetwork.out [2022-06-03T14:56:36.213Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-03T14:56:36.222Z] Archiving artifacts [2022-06-03T14:56:36.334Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-03T14:56:36.591Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-03T14:56:36.658Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43688/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T14:56:36.955Z] + make clean [2022-06-03T14:56:37.210Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T14:56:37.210Z] docker-dev-cache [2022-06-03T14:56:37.210Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T14:56:37.523Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T14:56:37.781Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-03T14:56:37.781Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-03T14:56:37.781Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-03T14:56:38.350Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-03T14:56:40.251Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-03T14:56:40.817Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-03T14:56:40.817Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-03T14:56:42.191Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-03T14:56:44.089Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-03T14:56:45.045Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-03T14:56:46.953Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-03T14:56:48.323Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-03T14:56:48.889Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-03T14:56:49.455Z] docker_cli_service_logs_test.go:246: checking task ox328ny3zv5d [2022-06-03T14:56:49.455Z] docker_cli_service_logs_test.go:251: checking messages for ox328ny3zv5d [2022-06-03T14:56:49.455Z] docker_cli_service_logs_test.go:246: checking task wgmqvcy3j74z [2022-06-03T14:56:49.455Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-03T14:56:49.455Z] docker_cli_service_logs_test.go:251: checking messages for wgmqvcy3j74z [2022-06-03T14:56:50.387Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-03T14:56:50.387Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-03T14:56:51.765Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-03T14:56:53.663Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-03T14:56:53.663Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-03T14:56:53.921Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-03T14:56:53.921Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-03T14:56:54.179Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-03T14:56:54.744Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-03T14:56:55.308Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-03T14:56:55.874Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-03T14:56:55.874Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-03T14:56:55.874Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-03T14:56:55.874Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-03T14:56:56.440Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-03T14:56:58.968Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-03T14:56:59.532Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-03T14:57:00.467Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-03T14:57:02.366Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-03T14:57:03.738Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-03T14:57:05.110Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-03T14:57:07.029Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-03T14:57:07.286Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-03T14:57:07.286Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-03T14:57:07.286Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-03T14:57:07.286Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-03T14:57:07.286Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-03T14:57:07.286Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-03T14:57:07.286Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-03T14:57:07.543Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-03T14:57:07.543Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-03T14:57:07.543Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-03T14:57:08.108Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-03T14:57:09.041Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-03T14:57:10.413Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-03T14:57:10.671Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-03T14:57:11.604Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-03T14:57:11.604Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-03T14:57:11.604Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-03T14:57:11.864Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-03T14:57:11.864Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-03T14:57:11.864Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-03T14:57:11.864Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-03T14:57:11.864Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-03T14:57:11.864Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-03T14:57:11.864Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-03T14:57:12.800Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-03T14:57:13.057Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-03T14:57:13.057Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-03T14:57:13.623Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-03T14:57:13.880Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-03T14:57:14.139Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-03T14:57:14.397Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-03T14:57:14.655Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-03T14:57:15.221Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-03T14:57:15.479Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-03T14:57:15.479Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-03T14:57:15.479Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-03T14:57:16.413Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-03T14:57:16.982Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-03T14:57:17.547Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-03T14:57:17.805Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-03T14:57:17.805Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-03T14:57:17.805Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-03T14:57:18.371Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-03T14:57:18.371Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-03T14:57:18.938Z] docker_cli_swarm_test.go:1895: [df83908b0d74e] joining swarm manager [db99891f48eb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:57:19.870Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-03T14:57:20.128Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-03T14:57:20.385Z] docker_cli_swarm_test.go:1896: [ddc4a17d7907e] joining swarm manager [db99891f48eb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:57:22.283Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-03T14:57:22.284Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-03T14:57:22.284Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-03T14:57:22.284Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-03T14:57:23.217Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-03T14:57:23.782Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-03T14:57:24.724Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-03T14:57:24.724Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-03T14:57:26.106Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-03T14:57:26.106Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-03T14:57:26.364Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-03T14:57:27.299Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents89074334 [2022-06-03T14:57:27.557Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-03T14:57:27.557Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-03T14:57:28.930Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-03T14:57:28.930Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-03T14:57:28.930Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-03T14:57:29.862Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-03T14:57:31.234Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-03T14:57:31.492Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-03T14:57:31.492Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-03T14:57:31.492Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-03T14:57:31.749Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-03T14:57:32.314Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-03T14:57:32.314Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-03T14:57:32.879Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-03T14:57:33.447Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-03T14:57:34.378Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-03T14:57:36.900Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-03T14:57:39.426Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-03T14:57:40.795Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-03T14:57:41.360Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-03T14:57:42.293Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-03T14:57:44.817Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-03T14:57:44.817Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-03T14:57:46.724Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-03T14:57:46.987Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-03T14:57:47.552Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-03T14:57:48.925Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-03T14:57:50.297Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-03T14:57:51.668Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-03T14:57:54.191Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-03T14:57:58.369Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-03T14:58:01.646Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-03T14:58:02.576Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-03T14:58:04.472Z] docker_cli_swarm_test.go:1796: [de36496af7d88] joining swarm manager [db9308163a047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:58:05.843Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-03T14:58:06.100Z] docker_cli_swarm_test.go:1797: [d27361172c00a] joining swarm manager [db9308163a047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:58:08.623Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-03T14:58:09.992Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-03T14:58:10.251Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-03T14:58:10.817Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-03T14:58:11.387Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-03T14:58:11.387Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-03T14:58:11.387Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-03T14:58:11.953Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-03T14:58:15.229Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-03T14:58:17.753Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-03T14:58:17.753Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-03T14:58:18.011Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-03T14:58:18.576Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-03T14:58:18.576Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-03T14:58:18.576Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-03T14:58:18.576Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-03T14:58:18.576Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-03T14:58:19.950Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-03T14:58:20.516Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-03T14:58:21.080Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-03T14:58:22.013Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-03T14:58:26.188Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-03T14:58:26.188Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-03T14:58:26.753Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-03T14:58:26.753Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-03T14:58:26.753Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-03T14:58:27.687Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-03T14:58:27.945Z] docker_cli_swarm_test.go:1315: [da0a163915b09] joining swarm manager [dab21b8a79cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T14:58:28.510Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-03T14:58:29.443Z] docker_cli_swarm_test.go:1316: [d9cd9a8ca0dce] joining swarm manager [dab21b8a79cda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T14:58:31.339Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-03T14:58:33.237Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-03T14:58:35.788Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-03T14:58:36.719Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-03T14:58:39.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-03T14:58:41.768Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-03T14:58:43.143Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-03T14:58:44.518Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-03T14:58:45.083Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-03T14:58:46.017Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-03T14:58:47.391Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-03T14:58:48.763Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-03T14:58:50.136Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-03T14:58:51.508Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-03T14:58:52.881Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-03T14:59:10.946Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-03T14:59:11.510Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-03T14:59:11.510Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-03T14:59:11.510Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-03T14:59:11.510Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-03T14:59:11.767Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-03T14:59:17.023Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-03T14:59:18.394Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-03T14:59:18.394Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-03T14:59:18.651Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-03T14:59:20.548Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-03T14:59:23.077Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-03T14:59:23.077Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite (1343.20s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.36s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.62s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.21s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.77s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.92s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.93s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.07s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.93s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.57s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.81s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.70s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.70s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.79s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.49s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachDetach (0.72s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.62s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.70s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.85s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.73s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.30s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.51s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.92s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.71s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.63s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.12s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.84s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.50s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.85s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.04s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.69s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.87s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.21s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.86s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.70s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.19s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.09s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.08s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.13s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.05s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.28s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.24s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.91s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.94s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.29s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.19s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.33s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.79s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.49s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.52s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.11s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.78s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.04s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.47s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.41s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.53s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.81s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.36s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.40s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.39s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.50s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.05s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.25s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.40s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.38s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.79s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.78s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.75s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.12s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.82s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.76s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.90s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.54s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.77s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.39s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.43s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s) [2022-06-03T14:59:23.077Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.50s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.03s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.33s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.72s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.51s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.69s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.67s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.37s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.09s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.11s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.53s) [2022-06-03T14:59:23.077Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-03T14:59:23.077Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-03T14:59:23.077Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T14:59:23.077Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.89s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.93s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.06s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.07s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.68s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.40s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.59s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.13s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.95s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.69s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.65s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.22s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.06s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.44s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.08s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.12s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.75s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.29s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.09s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.69s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.47s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.84s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.22s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.09s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.40s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnv (1.48s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.51s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.16s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.88s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.70s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.68s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.88s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.96s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.72s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.76s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.73s) [2022-06-03T14:59:23.077Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.41s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildExpose (0.37s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.88s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.43s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFails (1.01s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.13s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.92s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.46s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.47s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.34s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s) [2022-06-03T14:59:23.077Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.66s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.43s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.08s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.27s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.44s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildHistory (3.46s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.29s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.48s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.39s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.33s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabel (0.29s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.27s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.19s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabels (0.31s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.69s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.57s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.56s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.47s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.34s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.12s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.85s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.36s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.41s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.45s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.42s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.90s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.71s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.26s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.29s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.47s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.75s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.95s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.29s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.30s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.48s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.33s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.46s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.90s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.17s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.74s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.07s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.14s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.91s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildPATH (2.28s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.87s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.96s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.11s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.23s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.37s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildRm (2.06s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.61s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.28s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.31s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.39s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.80s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.87s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.76s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.22s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.73s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildStderr (0.61s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.84s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.14s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.26s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.76s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.89s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.41s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildUser (1.54s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.58s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.58s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.61s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.88s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.06s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.70s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.57s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.68s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.39s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.93s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.76s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.04s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.78s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.71s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.55s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.74s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitChange (0.85s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.75s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.11s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.25s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.68s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitTTY (1.02s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.63s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.25s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.80s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.11s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.38s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.66s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.49s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.69s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.56s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.60s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.61s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.61s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.58s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.47s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.86s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.86s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.98s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.99s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.69s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.90s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.52s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.71s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.86s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.76s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.90s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.04s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.04s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.28s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.58s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.55s) [2022-06-03T14:59:23.078Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.71s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.83s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.36s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.22s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.21s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.66s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.52s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.40s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.53s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.41s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b7dd58__} (1.42s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1547965293_/foo_false_____} (1.32s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1547965293_/foo_true_____} (1.31s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3139985235_/foo_false_____} (1.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3139985235_/foo_true_____} (1.38s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3139985235_/foo_true__0xc000b7dd88___} (1.33s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b7dde8__} (1.32s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b7de00__} (1.45s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b7de18__} (0.50s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b7de30__} (1.41s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.10s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.70s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.30s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.42s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.90s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.65s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.57s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.62s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.50s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.60s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.82s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.59s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.73s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.60s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.57s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.24s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.82s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.97s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.41s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.89s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.87s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.95s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.32s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.74s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.68s) [2022-06-03T14:59:23.078Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.66s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.94s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.66s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToDot (0.62s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.10s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.21s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToStdout (0.72s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.91s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.73s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.14s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.71s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.63s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateRM (0.15s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.04s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.76s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.62s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.07s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.53s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.34s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.14s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.53s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.46s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerFails (0.04s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.81s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.65s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.11s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.14s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.55s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.19s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.08s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.22s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.64s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsAttach (0.52s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsCommit (0.62s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.45s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.46s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.48s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.93s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.17s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.29s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsCopy (1.11s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.62s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.29s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.97s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.90s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFilters (1.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFormat (1.08s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.92s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.90s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.08s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsRename (0.48s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.38s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.68s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.94s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExec (0.65s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.52s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.72s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.53s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.19s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.58s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.53s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.99s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecCgroup (0.78s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.61s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecInspectID (2.63s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecInteractive (0.51s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.68s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.53s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.75s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecTTY (0.59s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.61s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.57s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecUlimits (0.59s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.38s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.59s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.76s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestExecWithUser (0.62s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestHealth (18.79s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.63s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.26s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportDisplay (1.21s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportFile (1.10s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.13s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.08s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.41s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.42s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.16s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectDefault (0.43s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-06-03T14:59:23.079Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.98s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.52s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.61s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.82s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.05s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.12s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.04s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.39s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.32s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.96s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.61s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.55s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.84s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.42s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.26s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.71s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.83s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.50s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.77s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.56s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.47s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.51s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.84s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.87s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.93s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.00s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.61s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.68s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.63s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsSince (6.53s) [2022-06-03T14:59:23.079Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.52s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.60s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestLogsTail (0.89s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.43s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.67s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestNetHostname (1.55s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.86s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginActive (2.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.14s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.15s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.73s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.94s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.43s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.82s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.05s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.23s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPortList (6.93s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.20s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.55s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.96s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.92s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.45s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsByOrder (2.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.77s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.10s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.34s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.20s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.43s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.75s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.28s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.94s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.93s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.52s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.45s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.09s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.80s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.70s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.64s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.04s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.14s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.83s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.20s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.08s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.69s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.97s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.29s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.45s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.94s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.15s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.14s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.89s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.09s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.67s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.10s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.64s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.07s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.62s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.48s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.59s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.10s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.63s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.99s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.61s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.95s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.62s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.58s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.71s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.18s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.96s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.55s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.49s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.49s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.48s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.54s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.06s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.34s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.49s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.48s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.61s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.09s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.26s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.57s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.43s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.16s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.73s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.82s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.56s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.65s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.26s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.48s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.32s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.97s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.70s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.43s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.69s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.78s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.88s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.63s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.54s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.45s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.60s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.68s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunExitCode (0.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.55s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.72s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.71s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.02s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.32s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.72s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.65s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.48s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.74s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.39s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.87s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.95s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.47s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.65s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.92s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.93s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.90s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunMount (3.77s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.13s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.59s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.85s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.54s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.20s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.15s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.53s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetHost (0.77s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.69s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.59s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.72s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.92s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.71s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.70s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.51s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.60s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.73s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.61s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.19s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.70s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.70s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.62s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.60s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.73s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.28s) [2022-06-03T14:59:23.080Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.56s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.27s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunRm (0.60s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.50s) [2022-06-03T14:59:23.080Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.51s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.70s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.58s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.52s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.52s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.79s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.66s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.70s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.55s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.61s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.62s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.77s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.60s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.49s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunState (1.29s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.62s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.49s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.42s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunSysctls (1.18s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.48s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.98s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.61s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.29s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.94s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.96s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.63s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.81s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.70s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.58s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.46s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserByID (0.52s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.48s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserByName (0.61s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.58s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.42s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.76s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.85s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.96s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.18s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.45s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.80s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.72s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.63s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.30s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.58s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.67s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.52s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.59s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.47s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.64s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.57s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.55s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.68s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.12s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.54s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.45s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.25s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.49s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.71s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.48s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.68s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.69s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.78s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.20s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.27s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.11s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.16s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.16s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.34s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.50s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.66s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.68s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.67s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.95s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.54s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.64s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartRecordError (1.41s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.39s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.17s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.58s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.09s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.57s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.65s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.55s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.62s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.79s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.49s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.53s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.13s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.78s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.61s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.95s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateStats (3.56s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.03s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.84s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.85s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.58s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.32s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.09s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.37s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.12s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.69s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.36s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.87s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.98s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.34s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.31s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.36s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.35s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.32s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.52s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.46s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.39s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.35s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.70s) [2022-06-03T14:59:23.081Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.54s) [2022-06-03T14:59:23.081Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T14:59:23.081Z] === RUN TestDockerRegistrySuite [2022-06-03T14:59:23.081Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-03T14:59:24.014Z] check_test.go:194: [da7c07c7b208c] daemon is not started [2022-06-03T14:59:24.014Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-03T14:59:24.946Z] check_test.go:194: [def63fd0738d8] daemon is not started [2022-06-03T14:59:24.946Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-03T14:59:26.318Z] check_test.go:194: [d7d44cd6626f4] daemon is not started [2022-06-03T14:59:26.318Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-03T14:59:26.318Z] check_test.go:194: [d0ff79c116361] daemon is not started [2022-06-03T14:59:26.318Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-03T14:59:29.596Z] check_test.go:194: [d723b9441a4f5] daemon is not started [2022-06-03T14:59:29.596Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-03T14:59:34.854Z] check_test.go:194: [dbc6809d05bea] daemon is not started [2022-06-03T14:59:34.854Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-03T14:59:37.382Z] check_test.go:194: [d75a77b39a512] daemon is not started [2022-06-03T14:59:37.382Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-03T14:59:37.947Z] check_test.go:194: [daace201d0a95] daemon is not started [2022-06-03T14:59:37.947Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-03T14:59:38.880Z] check_test.go:194: [daa245922f32f] daemon is not started [2022-06-03T14:59:38.880Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-03T14:59:39.814Z] check_test.go:194: [d1a7fcffd9cb8] daemon is not started [2022-06-03T14:59:39.814Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-03T14:59:40.747Z] check_test.go:194: [d0fdfe9e9a5bc] daemon is not started [2022-06-03T14:59:40.747Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-03T14:59:41.680Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-03T14:59:41.937Z] check_test.go:194: [d5a5ac9da577b] daemon is not started [2022-06-03T14:59:41.937Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-03T14:59:42.870Z] check_test.go:194: [dee04082ba06d] daemon is not started [2022-06-03T14:59:42.870Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-03T14:59:44.769Z] check_test.go:194: [d059b90597c18] daemon is not started [2022-06-03T14:59:44.769Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-03T14:59:45.702Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9492d9d8ed609a4cc1764e7c3216e06ed39841c9f3c006c8eae7a3945a20d017 [2022-06-03T14:59:45.702Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-03T14:59:46.635Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c75749caac19b60ea0ab67f22df645190771e17c2563173109b2ff16b915766b [2022-06-03T14:59:46.893Z] check_test.go:194: [dda666b3d4f6d] daemon is not started [2022-06-03T14:59:46.893Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-03T14:59:47.828Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9a500bffd9a782cdbc61751189571379c7474bb2b031074edc3cf73c1af9db9c [2022-06-03T14:59:49.201Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b5530b9f6c2d7bfe4581af9a201f0336b88ae2b78d31531d5d90102a2c2a3d31 [2022-06-03T14:59:49.459Z] check_test.go:194: [d30c256d67cd0] daemon is not started [2022-06-03T14:59:49.459Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-03T14:59:50.834Z] check_test.go:194: [d48dd96aa7465] daemon is not started [2022-06-03T14:59:50.834Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-03T14:59:53.360Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-03T14:59:53.360Z] check_test.go:194: [d87fe7ab1eeec] daemon is not started [2022-06-03T14:59:53.619Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-03T14:59:54.553Z] check_test.go:194: [df990548895c7] daemon is not started [2022-06-03T14:59:54.553Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-03T14:59:54.810Z] check_test.go:194: [dfebbbd5e3f17] daemon is not started [2022-06-03T14:59:54.810Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-03T14:59:56.182Z] check_test.go:194: [da56adc5bf696] daemon is not started [2022-06-03T14:59:56.182Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-03T14:59:57.124Z] check_test.go:194: [d9b1a64e0efd2] daemon is not started [2022-06-03T14:59:57.124Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-03T14:59:58.560Z] check_test.go:194: [df5603f8b4fe2] daemon is not started [2022-06-03T14:59:58.560Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-03T15:00:00.460Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-03T15:00:01.393Z] check_test.go:194: [dc94654e8948b] daemon is not started [2022-06-03T15:00:01.393Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-03T15:00:01.958Z] check_test.go:194: [de88983bcdf72] daemon is not started [2022-06-03T15:00:01.958Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-03T15:00:02.890Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-03T15:00:03.147Z] check_test.go:194: [dbb91df0834a6] daemon is not started [2022-06-03T15:00:03.147Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-03T15:00:03.712Z] check_test.go:194: [da046eed4f1ee] daemon is not started [2022-06-03T15:00:03.712Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-03T15:00:03.970Z] check_test.go:194: [d204df795e074] daemon is not started [2022-06-03T15:00:03.970Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-03T15:00:04.228Z] check_test.go:194: [de53da3a5ef9e] daemon is not started [2022-06-03T15:00:04.228Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-03T15:00:04.486Z] check_test.go:194: [dff649f03da8d] daemon is not started [2022-06-03T15:00:04.486Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-03T15:00:05.051Z] check_test.go:194: [d37f74eace019] daemon is not started [2022-06-03T15:00:05.051Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-03T15:00:05.051Z] check_test.go:194: [d3adaba890a8e] daemon is not started [2022-06-03T15:00:05.051Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-03T15:00:06.424Z] check_test.go:194: [d2e95b0037522] daemon is not started [2022-06-03T15:00:06.424Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-03T15:00:07.356Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-03T15:00:08.289Z] check_test.go:194: [d643a587817f6] daemon is not started [2022-06-03T15:00:08.289Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-03T15:00:09.661Z] check_test.go:194: [d380fbf53e1a6] daemon is not started [2022-06-03T15:00:09.661Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-03T15:00:10.593Z] check_test.go:194: [dc797c8b86d44] daemon is not started [2022-06-03T15:00:10.593Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-03T15:00:11.158Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-03T15:00:11.415Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite (49.42s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.23s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.76s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.15s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.72s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.98s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.11s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.02s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.44s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.37s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.64s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.47s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.60s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.10s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.30s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.17s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.18s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.97s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.53s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.33s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.49s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.35s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.33s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.41s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.43s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.83s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.15s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.99s) [2022-06-03T15:00:12.349Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-06-03T15:00:12.349Z] === RUN TestDockerSchema1RegistrySuite [2022-06-03T15:00:12.349Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-03T15:00:12.349Z] check_test.go:221: [da6a6c740a658] daemon is not started [2022-06-03T15:00:12.349Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-03T15:00:15.630Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-03T15:00:15.630Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-03T15:00:15.630Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-03T15:00:15.630Z] check_test.go:221: [d9e7a6bb24564] daemon is not started [2022-06-03T15:00:15.630Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-03T15:00:20.890Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-03T15:00:21.148Z] check_test.go:221: [da177b110585e] daemon is not started [2022-06-03T15:00:21.148Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-03T15:00:21.715Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-03T15:00:22.281Z] check_test.go:221: [d60c2cd0f8f76] daemon is not started [2022-06-03T15:00:22.281Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-03T15:00:22.281Z] check_test.go:221: [de7a0ff2fdb7a] daemon is not started [2022-06-03T15:00:22.281Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-03T15:00:22.539Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-03T15:00:23.472Z] check_test.go:221: [dc2b1bd64168a] daemon is not started [2022-06-03T15:00:23.472Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-03T15:00:24.845Z] check_test.go:221: [d144d2e9e8cff] daemon is not started [2022-06-03T15:00:24.845Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-03T15:00:25.103Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-03T15:00:25.692Z] check_test.go:221: [d0b4e4b717385] daemon is not started [2022-06-03T15:00:25.692Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-03T15:00:28.988Z] check_test.go:221: [d3a16c9e77c9f] daemon is not started [2022-06-03T15:00:28.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-03T15:00:28.988Z] check_test.go:221: [d4ec037649067] daemon is not started [2022-06-03T15:00:28.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-03T15:00:29.552Z] check_test.go:221: [d140b05feac1f] daemon is not started [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite (17.29s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.32s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.40s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.15s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.18s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.10s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.11s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.87s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2022-06-03T15:00:29.552Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-06-03T15:00:29.552Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-03T15:00:29.552Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-03T15:00:30.117Z] check_test.go:250: [dc9a0ed60625b] daemon is not started [2022-06-03T15:00:30.117Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-03T15:00:30.683Z] check_test.go:250: [d787f4fa2f26b] daemon is not started [2022-06-03T15:00:30.683Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-03T15:00:30.940Z] check_test.go:250: [d870bb3a2c996] daemon is not started [2022-06-03T15:00:30.940Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-03T15:00:32.312Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-03T15:00:32.882Z] check_test.go:250: [d476eb6919356] daemon is not started [2022-06-03T15:00:32.882Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-03T15:00:33.139Z] check_test.go:250: [d4b1de8f8f276] daemon is not started [2022-06-03T15:00:33.397Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-03T15:00:33.962Z] check_test.go:250: [dad1fd76104f6] daemon is not started [2022-06-03T15:00:34.219Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-03T15:00:34.219Z] check_test.go:250: [d09d1deca2652] daemon is not started [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.77s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.74s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.26s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.56s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-06-03T15:00:34.219Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-06-03T15:00:34.219Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-03T15:00:34.219Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-03T15:00:39.472Z] check_test.go:277: [d8c51344938b9] daemon is not started [2022-06-03T15:00:39.472Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-03T15:00:39.472Z] check_test.go:277: [d1df4d6790d17] daemon is not started [2022-06-03T15:00:39.472Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-03T15:00:39.730Z] check_test.go:277: [de92966ee035e] daemon is not started [2022-06-03T15:00:39.730Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-03T15:00:39.989Z] check_test.go:277: [da654f4f139d9] daemon is not started [2022-06-03T15:00:39.989Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-03T15:00:39.989Z] check_test.go:277: [d191ae8698255] daemon is not started [2022-06-03T15:00:39.989Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-06-03T15:00:39.989Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-06-03T15:00:39.989Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-06-03T15:00:39.989Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-06-03T15:00:39.989Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-06-03T15:00:39.989Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-06-03T15:00:39.989Z] === RUN TestDockerNetworkSuite [2022-06-03T15:00:39.989Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-03T15:00:40.921Z] docker_cli_network_unix_test.go:46: [d03755ff0f251] daemon is not started [2022-06-03T15:00:41.182Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-03T15:00:41.750Z] docker_cli_network_unix_test.go:46: [d35ed0f465352] daemon is not started [2022-06-03T15:00:41.750Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-03T15:00:44.277Z] docker_cli_network_unix_test.go:46: [d26a255235363] daemon is not started [2022-06-03T15:00:44.842Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-03T15:00:46.213Z] docker_cli_network_unix_test.go:46: [db500cbd29cdc] daemon is not started [2022-06-03T15:00:46.213Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-03T15:00:46.213Z] docker_cli_network_unix_test.go:1233: [d1d555cf0c989] daemon is not started [2022-06-03T15:00:48.737Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-03T15:00:49.670Z] docker_cli_network_unix_test.go:46: [d3189dca8d446] daemon is not started [2022-06-03T15:00:50.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-03T15:00:55.493Z] docker_cli_network_unix_test.go:46: [dea925104b365] daemon is not started [2022-06-03T15:00:55.493Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-03T15:00:57.391Z] docker_cli_network_unix_test.go:46: [dabd182387608] daemon is not started [2022-06-03T15:00:57.956Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-03T15:00:58.889Z] docker_cli_network_unix_test.go:46: [dac27d94e537d] daemon is not started [2022-06-03T15:00:59.147Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-03T15:00:59.712Z] docker_cli_network_unix_test.go:46: [d2dfc1a7896be] daemon is not started [2022-06-03T15:00:59.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-03T15:00:59.970Z] docker_cli_network_unix_test.go:46: [d1fc63f6c89c0] daemon is not started [2022-06-03T15:00:59.970Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-03T15:01:00.535Z] docker_cli_network_unix_test.go:46: [d6e292400cb61] daemon is not started [2022-06-03T15:01:01.100Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-03T15:01:01.665Z] docker_cli_network_unix_test.go:46: [dd5c47600e79a] daemon is not started [2022-06-03T15:01:01.923Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-03T15:01:02.180Z] docker_cli_network_unix_test.go:46: [d8a8b1bcef0b8] daemon is not started [2022-06-03T15:01:02.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-03T15:01:02.443Z] docker_cli_network_unix_test.go:46: [d68822bd3db7c] daemon is not started [2022-06-03T15:01:02.443Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-03T15:01:03.012Z] docker_cli_network_unix_test.go:46: [de9d7117861c3] daemon is not started [2022-06-03T15:01:03.270Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-03T15:01:03.270Z] docker_cli_network_unix_test.go:46: [d68dc6da7135c] daemon is not started [2022-06-03T15:01:03.270Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-03T15:01:03.270Z] docker_cli_network_unix_test.go:46: [d4b0d68a102a8] daemon is not started [2022-06-03T15:01:03.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-03T15:01:03.528Z] docker_cli_network_unix_test.go:46: [d96748d84aadc] daemon is not started [2022-06-03T15:01:03.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-03T15:01:04.460Z] docker_cli_network_unix_test.go:46: [d10c3a72ae508] daemon is not started [2022-06-03T15:01:04.460Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-03T15:01:05.025Z] docker_cli_network_unix_test.go:46: [dcc7fffb5b340] daemon is not started [2022-06-03T15:01:05.592Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-03T15:01:05.592Z] docker_cli_network_unix_test.go:46: [d99bc7f76c0cb] daemon is not started [2022-06-03T15:01:05.592Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-03T15:01:05.850Z] docker_cli_network_unix_test.go:46: [db55c0c45cd5f] daemon is not started [2022-06-03T15:01:05.850Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-03T15:01:06.107Z] docker_cli_network_unix_test.go:46: [d1b6eba7cc0be] daemon is not started [2022-06-03T15:01:06.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-03T15:01:07.479Z] docker_cli_network_unix_test.go:968: [dd36d3e48cacd] daemon is not started [2022-06-03T15:01:08.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-03T15:01:09.784Z] docker_cli_network_unix_test.go:46: [d28756056d8d9] daemon is not started [2022-06-03T15:01:09.784Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-03T15:01:12.314Z] docker_cli_network_unix_test.go:1116: [d076bdc7c2e39] daemon is not started [2022-06-03T15:01:15.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-03T15:01:15.596Z] docker_cli_network_unix_test.go:46: [d3421641f3026] daemon is not started [2022-06-03T15:01:15.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-03T15:01:16.160Z] docker_cli_network_unix_test.go:46: [d188bf3ac066d] daemon is not started [2022-06-03T15:01:16.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-03T15:01:16.160Z] docker_cli_network_unix_test.go:46: [dd3343c1c1b5e] daemon is not started [2022-06-03T15:01:16.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-03T15:01:16.418Z] docker_cli_network_unix_test.go:46: [d7e44bb5757ea] daemon is not started [2022-06-03T15:01:16.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-03T15:01:16.676Z] docker_cli_network_unix_test.go:46: [d3b84a8b8e29b] daemon is not started [2022-06-03T15:01:16.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-03T15:01:16.676Z] docker_cli_network_unix_test.go:46: [d648cb6c4e66d] daemon is not started [2022-06-03T15:01:16.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-03T15:01:16.676Z] docker_cli_network_unix_test.go:46: [d2fec5e82d3d9] daemon is not started [2022-06-03T15:01:16.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-03T15:01:18.574Z] docker_cli_network_unix_test.go:46: [d4593d5741b2d] daemon is not started [2022-06-03T15:01:19.140Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-03T15:01:19.398Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-03T15:01:19.398Z] docker_cli_network_unix_test.go:46: [d9c01ac48a1cd] daemon is not started [2022-06-03T15:01:19.398Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-03T15:01:19.398Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-03T15:01:19.398Z] docker_cli_network_unix_test.go:46: [dc5e9d30f866a] daemon is not started [2022-06-03T15:01:19.655Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-03T15:01:20.230Z] docker_cli_network_unix_test.go:46: [d157dc3456b03] daemon is not started [2022-06-03T15:01:20.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-03T15:01:21.860Z] docker_cli_swarm_test.go:1180: [d9cd077530ab3] joining swarm manager [deb123fe82fdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T15:01:24.386Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-03T15:01:25.760Z] docker_cli_network_unix_test.go:1084: [d5cd1d8350019] daemon is not started [2022-06-03T15:01:27.658Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-03T15:01:27.658Z] docker_cli_network_unix_test.go:46: [df45d7855f4b0] daemon is not started [2022-06-03T15:01:27.658Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-03T15:01:27.916Z] docker_cli_network_unix_test.go:46: [df04608bfb8db] daemon is not started [2022-06-03T15:01:28.173Z] docker_cli_swarm_test.go:1189: [def14212eb649] joining swarm manager [deb123fe82fdc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T15:01:28.431Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-03T15:01:29.364Z] docker_cli_network_unix_test.go:46: [d2665d5897ad5] daemon is not started [2022-06-03T15:01:29.930Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-03T15:01:29.930Z] docker_cli_network_unix_test.go:46: [d5bdf77229f6d] daemon is not started [2022-06-03T15:01:29.930Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-03T15:01:30.494Z] docker_cli_network_unix_test.go:46: [d8de1865bf6b6] daemon is not started [2022-06-03T15:01:30.494Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-03T15:01:31.059Z] docker_cli_network_unix_test.go:46: [d1f73108b1c1c] daemon is not started [2022-06-03T15:01:31.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-03T15:01:31.623Z] docker_cli_network_unix_test.go:46: [d312af58211b6] daemon is not started [2022-06-03T15:01:32.187Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-03T15:01:37.445Z] docker_cli_network_unix_test.go:46: [d9e3c128c7292] daemon is not started [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite (57.71s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.07s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.73s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.85s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.54s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.54s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.38s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.28s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.23s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.97s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.77s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.82s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.14s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.44s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.21s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.52s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.77s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-06-03T15:01:37.703Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.99s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.74s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.12s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.87s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.54s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.68s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.51s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.98s) [2022-06-03T15:01:37.703Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.67s) [2022-06-03T15:01:37.703Z] === RUN TestDockerHubPullSuite [2022-06-03T15:01:37.703Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-03T15:01:39.597Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-03T15:01:41.513Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-03T15:01:42.444Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-03T15:01:43.816Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-03T15:01:44.074Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite (6.26s) [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.68s) [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.64s) [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.48s) [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-06-03T15:01:44.074Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-03T15:01:44.074Z] PASS [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === Skipped [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.04s) [2022-06-03T15:01:44.074Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.04s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T15:01:44.074Z] docker_cli_sni_test.go:18: Flakey test [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-03T15:01:44.074Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T15:01:44.074Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T15:01:44.074Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T15:01:44.074Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T15:01:44.074Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-03T15:01:44.074Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.074Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-03T15:01:44.074Z] [2022-06-03T15:01:44.074Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T15:01:44.075Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-06-03T15:01:44.075Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-03T15:01:44.075Z] docker_cli_network_unix_test.go:46: [dc5e9d30f866a] daemon is not started [2022-06-03T15:01:44.075Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] DONE 1265 tests, 51 skipped in 1490.323s [2022-06-03T15:01:44.075Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T15:01:44.075Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T15:01:44.075Z] +++ kill 9368 [2022-06-03T15:01:44.075Z] +++ /etc/init.d/apparmor stop [2022-06-03T15:01:44.075Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] Unloading profiles will leave already running processes permanently [2022-06-03T15:01:44.075Z] unconfined, which can lead to unexpected situations. [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.075Z] To set a process to complain mode, use the command line tool [2022-06-03T15:01:44.075Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T15:01:44.075Z] +++ true [2022-06-03T15:01:44.075Z] exiting test-integration [2022-06-03T15:01:44.075Z] ++ exit 0 [2022-06-03T15:01:44.075Z] [2022-06-03T15:01:44.332Z] + for job in $(jobs -p) [2022-06-03T15:01:44.332Z] + wait 11413 [2022-06-03T15:02:06.235Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-03T15:02:12.781Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-03T15:02:16.957Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-03T15:02:18.864Z] docker_cli_swarm_test.go:1112: [d663848cac605] joining swarm manager [d1ef5564ebb79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T15:02:20.233Z] docker_cli_swarm_test.go:1113: [d83b87c3e00fc] joining swarm manager [d1ef5564ebb79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T15:03:56.643Z] docker_cli_swarm_test.go:1166: [d87a53c620d5f] joining swarm manager [d1ef5564ebb79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T15:04:23.157Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-03T15:04:23.723Z] docker_cli_swarm_test.go:1447: [d0f6ce5c8ad61] joining swarm manager [ddaea5a5ca3c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T15:04:24.287Z] docker_cli_swarm_test.go:1448: [d7c157aac4c5b] joining swarm manager [ddaea5a5ca3c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T15:04:36.477Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-03T15:04:36.477Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-03T15:04:36.477Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-03T15:04:36.477Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-03T15:04:36.477Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-03T15:04:37.408Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-03T15:04:39.308Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-03T15:04:43.493Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-03T15:04:44.863Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-03T15:04:46.759Z] docker_cli_swarm_unix_test.go:63: [da859c3fe9242] joining swarm manager [dacbc100aa6e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T15:05:42.974Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-03T15:05:42.974Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-03T15:05:42.974Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-03T15:05:44.870Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-03T15:05:48.147Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-03T15:05:50.674Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-03T15:05:52.571Z] docker_api_swarm_test.go:962: [d738a6a80aca7] joining swarm manager [d8daef43da76e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T15:06:10.631Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-03T15:06:22.834Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-03T15:06:24.731Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-03T15:06:27.253Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-03T15:06:29.777Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-03T15:06:38.014Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-03T15:06:41.297Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-03T15:06:43.825Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-03T15:06:46.348Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-03T15:06:48.889Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-03T15:06:51.419Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-03T15:06:53.943Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-03T15:06:56.467Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-03T15:07:52.659Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-03T15:08:07.538Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite (1544.90s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.25s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.24s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.39s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.29s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.18s) [2022-06-03T15:08:22.394Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.52s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.78s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.82s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.56s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (26.04s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.00s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.39s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.42s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.60s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.78s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.77s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.30s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.47s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.94s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.43s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.61s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.82s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.98s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.05s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.90s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.95s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.44s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.74s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.49s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.81s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.27s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.40s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.41s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.57s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.12s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.22s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.25s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.20s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.43s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.55s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.14s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.97s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.64s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.11s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.99s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.05s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.28s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.55s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.84s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.07s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.33s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.31s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.30s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.43s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.53s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.01s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.16s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.78s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.90s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.08s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.17s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.01s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.46s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.05s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.15s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.65s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.62s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.80s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.75s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.60s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.51s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.30s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.94s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (76.01s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.08s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.10s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.17s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.61s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.46s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.94s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.17s) [2022-06-03T15:08:22.394Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.72s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.79s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.75s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.65s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.02s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (44.12s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.11s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.21s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.02s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.27s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.30s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.15s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.13s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.21s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.22s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.20s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.12s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.53s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.12s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.12s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.18s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.18s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.88s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.46s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.48s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.44s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.51s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.53s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.96s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.87s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s) [2022-06-03T15:08:22.394Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s) [2022-06-03T15:08:22.394Z] === RUN TestDockerExternalVolumeSuite [2022-06-03T15:08:22.394Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-03T15:08:22.654Z] docker_cli_external_volume_driver_test.go:53: [daba15695140b] daemon is not started [2022-06-03T15:08:40.714Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-03T15:09:48.363Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-03T15:09:54.914Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-03T15:10:09.776Z] docker_cli_external_volume_driver_test.go:53: [dbf55da780189] daemon is not started [2022-06-03T15:10:24.629Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-03T15:10:42.689Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-03T15:10:57.581Z] docker_cli_external_volume_driver_test.go:53: [dafd36cec6730] daemon is not started [2022-06-03T15:11:12.436Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-03T15:11:12.436Z] docker_cli_external_volume_driver_test.go:53: [ddaf2cd2e626f] daemon is not started [2022-06-03T15:11:27.293Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-03T15:11:59.355Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-03T15:12:14.211Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-03T15:12:29.064Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-03T15:13:15.714Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-03T15:13:33.773Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-03T15:14:05.818Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-03T15:14:37.872Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-03T15:14:52.725Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-03T15:15:10.782Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-03T15:15:10.782Z] docker_cli_external_volume_driver_test.go:485: [d1e167d93b1f0] daemon is not started [2022-06-03T15:15:25.640Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-03T15:15:25.640Z] docker_cli_external_volume_driver_test.go:53: [d1e5a4d587681] daemon is not started [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite (436.93s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.15s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.93s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.64s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2022-06-03T15:15:40.521Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-06-03T15:15:40.521Z] PASS [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] === Skipped [2022-06-03T15:15:40.521Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T15:15:40.521Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-03T15:15:40.521Z] check_test.go:307: [d68eda56f9684] daemon is not started [2022-06-03T15:15:40.521Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2022-06-03T15:15:40.521Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-03T15:15:40.521Z] check_test.go:307: [d09c7b380fc28] daemon is not started [2022-06-03T15:15:40.521Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.02s) [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-03T15:15:40.521Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-03T15:15:40.521Z] check_test.go:307: [d5ac65915f30b] daemon is not started [2022-06-03T15:15:40.521Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T15:15:40.521Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-03T15:15:40.521Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-03T15:15:40.521Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-03T15:15:40.521Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] DONE 269 tests, 5 skipped in 2325.616s [2022-06-03T15:15:40.521Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T15:15:40.521Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfa604de98e8f/docker.pid [2022-06-03T15:15:40.521Z] +++ kill 7088 [2022-06-03T15:15:40.521Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7088 is not a child of this shell [2022-06-03T15:15:40.521Z] warning: PID 7088 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfa604de98e8f/docker.pid had a nonzero exit code [2022-06-03T15:15:40.521Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T15:15:40.521Z] +++ kill 9357 [2022-06-03T15:15:40.521Z] +++ /etc/init.d/apparmor stop [2022-06-03T15:15:40.521Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] Unloading profiles will leave already running processes permanently [2022-06-03T15:15:40.521Z] unconfined, which can lead to unexpected situations. [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] To set a process to complain mode, use the command line tool [2022-06-03T15:15:40.521Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T15:15:40.521Z] +++ true [2022-06-03T15:15:40.521Z] exiting test-integration [2022-06-03T15:15:40.521Z] ++ exit 0 [2022-06-03T15:15:40.521Z] [2022-06-03T15:15:40.521Z] + exit 0 [2022-06-03T15:15:40.521Z] ++ jobs -p [2022-06-03T15:15:40.521Z] + pids= [2022-06-03T15:15:40.521Z] + echo 'Remaining pids to kill: []' [2022-06-03T15:15:40.521Z] Remaining pids to kill: [] [2022-06-03T15:15:40.521Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-03T15:15:40.535Z] Recording test results [2022-06-03T15:15:42.215Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T15:15:42.537Z] + echo Ensuring container killed. [2022-06-03T15:15:42.537Z] Ensuring container killed. [2022-06-03T15:15:42.537Z] + docker ps -aq -f name=docker-pr1-* [2022-06-03T15:15:42.537Z] + cids=4cd4ecbc839c [2022-06-03T15:15:42.537Z] 7387350a4e6a [2022-06-03T15:15:42.537Z] 687c84d1c737 [2022-06-03T15:15:42.537Z] + [ -n 4cd4ecbc839c [2022-06-03T15:15:42.537Z] 7387350a4e6a [2022-06-03T15:15:42.537Z] 687c84d1c737 ] [2022-06-03T15:15:42.537Z] + docker rm -vf 4cd4ecbc839c 7387350a4e6a 687c84d1c737 [2022-06-03T15:15:42.805Z] 4cd4ecbc839c [2022-06-03T15:15:43.369Z] 7387350a4e6a [2022-06-03T15:15:43.369Z] 687c84d1c737 [Pipeline] sh [2022-06-03T15:15:43.649Z] + echo Chowning /workspace to jenkins user [2022-06-03T15:15:43.649Z] Chowning /workspace to jenkins user [2022-06-03T15:15:43.649Z] + id -u [2022-06-03T15:15:43.649Z] + id -g [2022-06-03T15:15:43.649Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43688:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T15:15:43.649Z] Unable to find image 'busybox:latest' locally [2022-06-03T15:15:43.906Z] latest: Pulling from library/busybox [2022-06-03T15:15:43.906Z] cecc78ee4075: Pulling fs layer [2022-06-03T15:15:43.906Z] cecc78ee4075: Verifying Checksum [2022-06-03T15:15:43.906Z] cecc78ee4075: Download complete [2022-06-03T15:15:43.906Z] cecc78ee4075: Pull complete [2022-06-03T15:15:43.906Z] Digest: sha256:de56395ae0788e364797f0c60464d4693c43c33cc04ec26fc3b0931b2e7c9d7d [2022-06-03T15:15:43.906Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T15:15:46.727Z] + bundleName=amd64 [2022-06-03T15:15:46.727Z] + echo Creating amd64-bundles.tar.gz [2022-06-03T15:15:46.727Z] Creating amd64-bundles.tar.gz [2022-06-03T15:15:46.727Z] + xargs tar -czf amd64-bundles.tar.gz [2022-06-03T15:15:46.727Z] + 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 [2022-06-03T15:15:48.109Z] Archiving artifacts [2022-06-03T15:15:50.115Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43688/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T15:15:50.419Z] + make clean [2022-06-03T15:15:50.677Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T15:15:50.677Z] docker-dev-cache [2022-06-03T15:15:50.677Z] 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